Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for certificate expiration notifications #493

Merged
merged 18 commits into from
Aug 14, 2024

Commits on Aug 14, 2024

  1. compat UPDATE add timegm to compat

    roman committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    94b0278 View commit details
    Browse the repository at this point in the history
  2. ln2 netconf server UPDATE add cert exp YANG

    roman committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    e0bf0d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46eac0f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bbd49fe View commit details
    Browse the repository at this point in the history
  5. session BUGFIX shared ctx SSH sess free

    roman committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    8a42cf6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ad83171 View commit details
    Browse the repository at this point in the history
  7. session server REFACTOR move nc_base64der_to_cert

    Moved this function from session_server_tls file, because it shall be
    used by more different files in the future.
    roman committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    c9938d4 View commit details
    Browse the repository at this point in the history
  8. session server tls REFACTOR ts to truststore

    roman committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    4d7ee5a View commit details
    Browse the repository at this point in the history
  9. session_p UPDATE add cert exp notif structs

    roman committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    0c6820a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    27ff801 View commit details
    Browse the repository at this point in the history
  11. tests UPDATE add cert exp notif test

    roman committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    a903e24 View commit details
    Browse the repository at this point in the history
  12. readme UPDATE mention cert exp notifications

    roman committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    679f568 View commit details
    Browse the repository at this point in the history
  13. doc UPDATE mention server-side notifs

    roman committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    88ab00b View commit details
    Browse the repository at this point in the history
  14. session server REFACTOR cert exp data struct

    roman committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    ae4a806 View commit details
    Browse the repository at this point in the history
  15. session server BUGFIX access tid correctly

    roman committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    6ba2525 View commit details
    Browse the repository at this point in the history
  16. server config REFACTOR assign structs

    roman committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    135d58f View commit details
    Browse the repository at this point in the history
  17. session server BUGFIX call pthread_detach

    roman committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    8825d5d View commit details
    Browse the repository at this point in the history
  18. ln2 netconf server UPDATE rename typedef

    roman committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    4ae7dfd View commit details
    Browse the repository at this point in the history