]> git.ipfire.org Git - thirdparty/openssl.git/commit
PEM_X509_INFO_read_bio_ex(): Generalize to allow parsing any type of private key
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Mon, 22 Mar 2021 15:23:24 +0000 (16:23 +0100)
committerDr. David von Oheimb <dev@ddvo.net>
Thu, 8 Apr 2021 13:18:58 +0000 (15:18 +0200)
commit4957d9520822f79abbb6c3cd8fe0b79837c2e64f
tree50415ae6eaedbb4a97c6fa245c019be136dec73f
parentc1fd710297a21336ec0410fe86784c322945b805
PEM_X509_INFO_read_bio_ex(): Generalize to allow parsing any type of private key

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14647)
crypto/pem/pem_info.c
doc/man3/PEM_X509_INFO_read_bio_ex.pod
test/certs/key-pass-12345.pem [new file with mode: 0644]
test/recipes/60-test_x509_check_cert_pkey.t