diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-07-09 16:12:34 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-07-09 16:12:34 +0000 |
commit | a1cc9c9f02ae6bd3868e2912a4504b67e8f32412 (patch) | |
tree | abf70d906561c7b06d550284db21608de9607305 /lib | |
parent | 503f8713ec8bc18c2c61d9d0ac82af01ec60c45e (diff) |
Choose fixed NID for TLS1-PRF
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/objects/obj_mac.num | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libcrypto/objects/obj_mac.num b/lib/libcrypto/objects/obj_mac.num index 348f3c4a632..728bf02400a 100644 --- a/lib/libcrypto/objects/obj_mac.num +++ b/lib/libcrypto/objects/obj_mac.num @@ -1052,3 +1052,4 @@ RSA_SHA3_384 1051 RSA_SHA3_512 1052 acmeIdentifier 1053 id_ct_rpkiSignedPrefixList 1054 +tls1_prf 1055 |