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

ssl_sess.c: deprecate SSL_SESSION_get_time/SSL_SESSION_set_time #24307

Closed
wants to merge 5 commits into from

Commits on May 17, 2024

  1. util/perl/OpenSSL/ParseC.pm: correctly parse OSSL_DEPRECATEDIN_..._FOR

    Suggested by Matt Caswell.
    
    Signed-off-by: Alexander Kanavin <[email protected]>
    Alexander Kanavin committed May 17, 2024
    Configuration menu
    Copy the full SHA
    5900ed3 View commit details
    Browse the repository at this point in the history
  2. include/openssl/macros.h: define deprecation macros for 3.4

    Signed-off-by: Alexander Kanavin <[email protected]>
    Alexander Kanavin committed May 17, 2024
    Configuration menu
    Copy the full SHA
    e523e20 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. ssl_sess.c: deprecate SSL_CTX_flush_sessions in favour of _ex() repla…

    …cement
    
    The original function is using long for time and is therefore
    not Y2038-safe.
    
    Signed-off-by: Alexander Kanavin <[email protected]>
    Alexander Kanavin committed May 21, 2024
    Configuration menu
    Copy the full SHA
    9cea86d View commit details
    Browse the repository at this point in the history
  2. ssl_sess.c: deprecate SSL_SESSION_get_time/SSL_SESSION_set_time

    Adjust the manpages at the same time so that only the new
    functions are being presented.
    
    Fixes: openssl#23648
    
    Signed-off-by: Alexander Kanavin <[email protected]>
    Alexander Kanavin committed May 21, 2024
    Configuration menu
    Copy the full SHA
    d840b95 View commit details
    Browse the repository at this point in the history
  3. CHANGES.md: add an entry about newly deprecated time-related functions

    Signed-off-by: Alexander Kanavin <[email protected]>
    Alexander Kanavin committed May 21, 2024
    Configuration menu
    Copy the full SHA
    c75c0af View commit details
    Browse the repository at this point in the history