openssl/crypto/pem
Shane Lontis d29d7a7ff2 Fix i2d_PKCS8PrivateKey_nid_bio() regression.
This method ignores the nid and could end up saving out the private key unencrypted

In earlier alpha releases OSSL_num_encoders() returned 0 for this test
case, which then meant that the legacy path was run, and the key was
then correctly encrypted.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15152)
2021-05-10 13:23:50 +10:00
..
build.info
pem_all.c
pem_err.c PROV: Add type specific MSBLOB and PVK decoding for the MS->key decoders 2021-03-19 16:46:39 +01:00
pem_info.c PEM_X509_INFO_read_bio_ex(): Generalize to allow parsing any type of private key 2021-04-08 15:18:58 +02:00
pem_lib.c Update copyright year 2021-04-08 13:04:41 +01:00
pem_local.h
pem_oth.c
pem_pk8.c Fix i2d_PKCS8PrivateKey_nid_bio() regression. 2021-05-10 13:23:50 +10:00
pem_pkey.c Make the -inform option to be respected if possible 2021-05-06 11:43:32 +01:00
pem_sign.c
pem_x509.c
pem_xaux.c
pvkfmt.c pem: remove references to EVP_sha1() 2021-04-21 09:27:51 +10:00