[openssl/openssl] 31274b: ssl/t1_trce.c: use macros from tlssigalgs.h, reord...
"'esyr' via openssl-commits" <[email protected]>
| Newsgroups | gmane.comp.encryption.openssl.cvs |
|---|---|
| Message-ID | <openssl/openssl/push/refs/heads/master/[email protected]> |
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 31274b3d309ceedd4d6c2878c531948c1a517b7c
https://github.com/openssl/openssl/commit/31274b3d309ceedd4d6c2878c531948c1a517b7c
Author: Eugene Syromiatnikov <[email protected]>
Date: 2026-06-23 (Tue, 23 Jun 2026)
Changed paths:
M ssl/t1_trce.c
Log Message:
-----------
ssl/t1_trce.c: use macros from tlssigalgs.h, reorder accordingly
The macro definitions for the SignatureScheme values and names
are available "include/internal/tlssigalgs.h" (contrary to what comment
says), use them and also order the items in the order they are present
in the header file.
Signed-off-by: Eugene Syromiatnikov <[email protected]>
Reviewed-by: Bob Beck <[email protected]>
Reviewed-by: Neil Horman <[email protected]>
MergeDate: Tue Jun 23 16:29:59 2026
(Merged from https://github.com/openssl/openssl/pull/31248)
Commit: 4a08aa1346aa00151b09cc45fb2ce01ddee27230
https://github.com/openssl/openssl/commit/4a08aa1346aa00151b09cc45fb2ce01ddee27230
Author: Eugene Syromiatnikov <[email protected]>
Date: 2026-06-23 (Tue, 23 Jun 2026)
Changed paths:
M include/internal/tlssigalgs.h
M providers/common/capabilities.c
M ssl/t1_trce.c
M test/quicapitest.c
M test/recipes/75-test_quicapi_data/ssltraceref-zlib.txt
M test/recipes/75-test_quicapi_data/ssltraceref.txt
M test/recipes/90-test_sslapi_data/ssltraceref-zlib.txt
M test/recipes/90-test_sslapi_data/ssltraceref.txt
M test/recipes/95-test_external_tlsfuzzer_data/cert.json.in
M test/sslapitest.c
Log Message:
-----------
Add TLS 1.3 SignatureScheme definitions for SLH-DSA
In accordance with [1].
[1] https://datatracker.ietf.org/doc/html/draft-reddy-tls-slhdsa-02
Resolves: https://github.com/openssl/project/issues/1945
Signed-off-by: Eugene Syromiatnikov <[email protected]>
Reviewed-by: Bob Beck <[email protected]>
Reviewed-by: Neil Horman <[email protected]>
MergeDate: Tue Jun 23 16:30:01 2026
(Merged from https://github.com/openssl/openssl/pull/31248)
Commit: 67bddd0f33a88f5083f6f6465cebc618a16e7bb7
https://github.com/openssl/openssl/commit/67bddd0f33a88f5083f6f6465cebc618a16e7bb7
Author: Eugene Syromiatnikov <[email protected]>
Date: 2026-06-23 (Tue, 23 Jun 2026)
Changed paths:
M apps/lib/s_cb.c
Log Message:
-----------
apps/lib/s_cb.c: actualise signature_tls13_scheme_list
Update signature_tls13_scheme_list array in accordance with the current
state of the "TLS SignatureScheme" table at [1]; leave TLS 1.2 GOST
definitions be for now.
Note: these are used only for debugging output when -security_debug
option is provided to s_client/s_server commands.
[1] https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-signaturescheme
Signed-off-by: Eugene Syromiatnikov <[email protected]>
Reviewed-by: Bob Beck <[email protected]>
Reviewed-by: Neil Horman <[email protected]>
MergeDate: Tue Jun 23 16:30:02 2026
(Merged from https://github.com/openssl/openssl/pull/31248)
Compare: https://github.com/openssl/openssl/compare/8d0f837db835...67bddd0f33a8
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/master/8d0f83-67bddd%40github.com.