]> git.ipfire.org Git - thirdparty/openssl.git/commit
Permit no/empty digest in core_obj_add_sigid
authorMichael Baentsch <info@baentsch.ch>
Thu, 7 Oct 2021 08:45:48 +0000 (10:45 +0200)
committerTomas Mraz <tomas@openssl.org>
Fri, 22 Oct 2021 14:26:46 +0000 (16:26 +0200)
commit4f716249643fe97a2bdf59a11cc10e1bef8103e9
tree9b50786735838d671b3bf6285dd3410efd058b7b
parent25ead551aa31feae91cab91b648a2ca16bc7a8dc
Permit no/empty digest in core_obj_add_sigid

Also add digest parameter documentation for add_sigid and
permit NULL as digest name in the provider upcall.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16770)
crypto/objects/obj_xref.c
crypto/provider_core.c
doc/man3/OBJ_nid2obj.pod
doc/man7/provider-base.pod
test/upcallstest.c