Commit Graph

6 Commits

Author SHA1 Message Date
023803647f
Update with all development for OpenSSL 3.1.4.
Especially:
- Add bpo31429_define-TLS-cipher-suite.patch defines TLS cipher
  suite on build time (add --with-ssl-default-suites option to
  ./configure; from gh#python/cpython!3532).
2024-01-27 18:58:24 +01:00
7df30bb005
Add switch-to-PROTOCOL_TLS_CLIENT.patch cleaning up other 3.2 compatibility problems. 2024-01-26 15:21:21 +01:00
23d6addf3b
Make rpmlint happy … fix some macros in comments. 2024-01-24 13:50:12 +01:00
04e45231c3
Add gh100372-SSLContext_load_verify_locations-trailing-data.patch
(from gh#python/cpython!100373/files)

Stopping SSLContext.load_verify_locations from accepting some
cases of trailing data in DER.
2024-01-24 13:42:04 +01:00
75bc4cb3a1
Add bpo43920-fix-load_verify_locations-errmsgs.patch
(from gh#python/cpython!25554)

Making load_verify_locations(cadata) error message consistent.
2024-01-24 13:41:26 +01:00
4812bf97a2
Current state 2024-01-24 13:26:56 +01:00