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

Remove CRL path and url configuration #490

Merged
merged 7 commits into from
Jul 4, 2024
Merged

Commits on Jul 2, 2024

  1. server config UPDATE remove CRLs from config

    roman committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    8c23916 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. session UPDATE obtain CRLs from cert ext only

    Removed the option to obtain CRLs from a file/url.
    The following client-side APIs were deprecated:
    - nc_client_tls_set_crl_paths
    - nc_client_tls_get_crl_paths
    - nc_client_tls_ch_set_crl_paths
    - nc_client_tls_ch_get_crl_paths
    roman committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    6c6f06c View commit details
    Browse the repository at this point in the history
  2. server config UPDATE remove ssh auth attempts

    These attempts were redundant, since there is only one try for each auth
    method.
    roman committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    6856322 View commit details
    Browse the repository at this point in the history
  3. tests UPDATE remove test_crl

    roman committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    624a825 View commit details
    Browse the repository at this point in the history
  4. doc UPDATE reflect CRL changes in doc

    roman committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    87bce23 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    85de812 View commit details
    Browse the repository at this point in the history
  6. session wrapper UPDATE init out params

    roman committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    8fddf54 View commit details
    Browse the repository at this point in the history