]> git.ipfire.org Git - thirdparty/openssl.git/commit
X509: clean up doc and implementation of X509{,_REQ}_check_private_key()
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Mon, 1 Aug 2022 15:43:00 +0000 (17:43 +0200)
committerDr. David von Oheimb <dev@ddvo.net>
Wed, 24 Aug 2022 09:27:12 +0000 (11:27 +0200)
commitaaabe58072924c24c862a0660cdfe78de63099c2
tree334dc41fb2f054e16db5c0d2ca9bcbacbfa19663
parentba9e3721febb073397248154a846f2088efd6409
X509: clean up doc and implementation of X509{,_REQ}_check_private_key()

Also constify X509_REQ_get0_pubkey() and X509_REQ_check_private_key().

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
(Merged from https://github.com/openssl/openssl/pull/18930)
crypto/x509/x509_cmp.c
crypto/x509/x509_req.c
doc/man3/X509_check_private_key.pod
include/crypto/x509.h
include/openssl/x509.h.in