[openssl/openssl] b79da9: Allow OBJ_create() to create an OBJ and NID with a...
Richard Levitte
noreply at github.com
Tue Dec 13 14:41:58 UTC 2022
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: b79da97cf8751d7b196a87cc8bced0bb3334a0d3
https://github.com/openssl/openssl/commit/b79da97cf8751d7b196a87cc8bced0bb3334a0d3
Author: Richard Levitte <levitte at openssl.org>
Date: 2022-12-13 (Tue, 13 Dec 2022)
Changed paths:
M crypto/objects/obj_dat.c
M doc/man3/OBJ_nid2obj.pod
M test/asn1_internal_test.c
Log Message:
-----------
Allow OBJ_create() to create an OBJ and NID with a NULL OID
We already permit this in crypto/objects/objects.txt, but not programatically,
although being able to do so programatically would be beneficial.
Reviewed-by: Dmitry Belyavskiy <beldmit at gmail.com>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19876)
More information about the openssl-commits
mailing list