[openssl/openssl] b67319: SSL_dup() should copy additional members
"'Sashan' via openssl-commits" <[email protected]>
| Newsgroups | gmane.comp.encryption.openssl.cvs |
|---|---|
| Message-ID | <openssl/openssl/push/refs/heads/openssl-3.6/[email protected]> |
Branch: refs/heads/openssl-3.6
Home: https://github.com/openssl/openssl
Commit: b67319bfa1bf11f9f43ba25b70156003ebed6f40
https://github.com/openssl/openssl/commit/b67319bfa1bf11f9f43ba25b70156003ebed6f40
Author: Alexandr Nedvedicky <[email protected]>
Date: 2026-08-19 (Wed, 19 Aug 2026)
Changed paths:
M doc/man3/SSL_new.pod
M ssl/ssl_lib.c
M test/sslapitest.c
Log Message:
-----------
SSL_dup() should copy additional members
currently those members are missing to be copied in SSL_dup(3ossl)
- server_cert_type
- client_cert_type
- ct_validation_callback
- retsc->ext.status_type (typically needed for OCSP)
All those missing members are usually set before handshake starts,
so SSL_dup() needs to copy them so behavior of duplicated SSL
object is consistent with its original.
Reviewed-by: Neil Horman <[email protected]>
Reviewed-by: Andrew Dinh <[email protected]>
Merge-date: Wed Aug 19 14:26:25 2026
Merged-from: https://github.com/openssl/openssl/pull/32122
(cherry picked from commit 52ee7fdf278c2316f1ddd94526f8730e014dd58f)
Commit: 887ac7ece3facd430e67a6906d3dec1046dbf670
https://github.com/openssl/openssl/commit/887ac7ece3facd430e67a6906d3dec1046dbf670
Author: Alexandr Nedvedicky <[email protected]>
Date: 2026-08-19 (Wed, 19 Aug 2026)
Changed paths:
M doc/man3/SSL_new.pod
Log Message:
-----------
SSL_dup() should copy additional members
currently those members are missing to be copied in SSL_dup(3ossl)
- server_cert_type
- client_cert_type
- ct_validation_callback
- retsc->ext.status_type (typically needed for OCSP)
All those missing members are usually set before handshake starts,
so SSL_dup() needs to copy them so behavior of duplicated SSL
object is consistent with its original.
Reviewed-by: Neil Horman <[email protected]>
Reviewed-by: Andrew Dinh <[email protected]>
Merge-date: Wed Aug 19 14:26:25 2026
Merged-from: https://github.com/openssl/openssl/pull/32122
(cherry picked from commit 52ee7fdf278c2316f1ddd94526f8730e014dd58f)
Compare: https://github.com/openssl/openssl/compare/e375de560d4e...887ac7ece3fa
To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications
--
You received this message because you are subscribed to the Google Groups "openssl-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion visit https://groups.google.com/a/openssl.org/d/msgid/openssl-commits/openssl/openssl/push/refs/heads/openssl-3.6/e375de-887ac7%40github.com.