Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@bob-beck
Copy link
Contributor

@bob-beck bob-beck commented Nov 14, 2025

Fixes: #1631

This changes the previously internal ossl_x509_check_certificate_times() to be the public X509_check_certificate_times(). It adds documentation for the new function and marks X509_cmp_time, X509_cmp_timeframe, and X509_cmp_current_time as deprecated in 4.0, as discussed in #1631.

Since the function is now public, we can replace the remaining uses of deprecated stuff with this function, or
their suggested replacements.

Checklist
  • documentation is added or updated
  • tests are added or updated

@bob-beck bob-beck force-pushed the x509_check_certificate_times branch from d295b28 to 2c9441d Compare November 14, 2025 22:10
@github-actions github-actions bot added severity: fips change The pull request changes FIPS provider sources severity: ABI change This pull request contains ABI changes labels Nov 14, 2025
@bob-beck bob-beck force-pushed the x509_check_certificate_times branch from 2c9441d to 5f209c4 Compare November 14, 2025 22:12
@bob-beck bob-beck force-pushed the x509_check_certificate_times branch 5 times, most recently from b73c3b2 to 4b6092a Compare November 15, 2025 00:29
Fixes: openssl#1631

This changes the previously internal ossl_x509_check_certificate_times()
to be the public X509_check_certificate_times(). It adds documentation
for the new function and marks X509_cmp_time, X509_cmp_timeframe,
and X509_cmp_current_time as deprecated in 4.0, as discussed in openssl#1631.

Since the function is now public, we can replace the remaining
uses of deprecated stuff with this function.
@bob-beck bob-beck force-pushed the x509_check_certificate_times branch from 4b6092a to 4c445bb Compare November 15, 2025 00:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

severity: ABI change This pull request contains ABI changes severity: fips change The pull request changes FIPS provider sources

Projects

None yet

Development

Successfully merging this pull request may close these issues.

OpenSSL version mismatch. Built against 1000207f, you have 100010bf

1 participant