aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pem
Commit message (Expand)AuthorAgeFilesLines
* pem: remove references to EVP_sha1()Pauli2021-04-211-2/+5
* PEM_X509_INFO_read_bio_ex(): Generalize to allow parsing any type of private keyDr. David von Oheimb2021-04-081-71/+20
* d2i_PrivateKey{,_ex}() and PEM_X509_INFO_read_bio_ex(): Fix handling of RSA/D...Dr. David von Oheimb2021-04-081-2/+3
* Update copyright yearMatt Caswell2021-04-081-1/+1
* Avoid going through NID when unnecessaryTomas Mraz2021-04-012-3/+3
* pem: fix coverity 1474426: uninitialised scalar variable.Pauli2021-03-241-1/+1
* PROV: Add type specific MSBLOB and PVK decoding for the MS->key decodersRichard Levitte2021-03-192-83/+195
* Add ossl_pem_check_suffix symbolShane Lontis2021-03-182-5/+5
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Make the EVP_PKEY_get0* functions have a const return typeMatt Caswell2021-03-081-8/+8
* Update copyright yearMatt Caswell2021-02-183-3/+3
* Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEYTomas Mraz2021-02-174-36/+36
* Update copyright yearRichard Levitte2021-01-282-2/+2
* Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis2021-01-261-6/+7
* Make PEM_X509_INFO_read_bio_ex() conservative on the error queueDr. David von Oheimb2021-01-131-5/+8
* Drop OPENSSL_NO_RSA everywhereRichard Levitte2020-12-202-12/+3
* MSBLOB & PVK: Make it possible to write EVP_PKEYs with provided internal keyRichard Levitte2020-12-171-8/+25
* PEM: Unlock MSBLOB and PVK functions from 'no-dsa' and 'no-rc4'Richard Levitte2020-12-131-72/+118
* PEM: Add a more generic way to implement PEM _ex functions for libctxRichard Levitte2020-12-052-14/+38
* Adapt everything else to the updated OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte2020-12-022-17/+15
* Fix instances of pointer addition with the NULL pointerMatt Caswell2020-11-301-10/+13
* Update copyright yearMatt Caswell2020-11-262-2/+2
* ERR: Rebuild all generated error headers and source filesRichard Levitte2020-11-241-1/+2
* Deprecate RSA harderRichard Levitte2020-11-182-3/+8
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-138-84/+83
* Adapt libcrypto functionality to specify the desired output structureRichard Levitte2020-11-112-3/+11
* PEM: Have pem_read_bio_key() set the OSSL_STORE expected typeRichard Levitte2020-11-111-0/+3
* Restore the legacy implementation of PEM_read_bio_DHparams()Richard Levitte2020-11-112-61/+44
* PEM: Always use PEM_def_callback() when cb == NULL in pem_read_bio_key()Richard Levitte2020-11-101-5/+2
* Add easy to digest selector macros for EVP_PKEYsRichard Levitte2020-10-301-5/+3
* Unexport internal MSBLOB and PVK functionsRichard Levitte2020-10-211-1/+1
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-153-12/+12
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-11/+10
* ENCODER: Adapt calls to the changed OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte2020-09-202-24/+49
* Fix safestack issues in x509.hMatt Caswell2020-09-131-2/+0
* PEM: Make PEM_write_bio_PrivateKey_traditional() handle provider-native keysRichard Levitte2020-09-081-2/+18
* STORE: Deprecate legacy / ENGINE functionsRichard Levitte2020-09-031-1/+6
* Fix PEM_write_bio_PrivateKey_traditional() to not output PKCS#8Richard Levitte2020-08-282-1/+8
* Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte2020-08-213-32/+30
* PEM: Add more library context aware PEM readersRichard Levitte2020-08-202-35/+89
* PEM: Fix i2b_PvK to use EVP_Encrypt calls consistentlyRichard Levitte2020-08-071-2/+2
* PEM: Make general MSBLOB reader functions exposed internallyRichard Levitte2020-08-071-22/+29
* Update copyright yearMatt Caswell2020-08-061-1/+1
* SERIALIZER: No enc argument for OSSL_SERIALIZER_CTX_set_passphrase_cb()Richard Levitte2020-07-242-3/+2
* Add X509 related libctx changes.Shane Lontis2020-07-242-13/+36
* deprecate engines in libcryptoPauli2020-07-161-0/+3
* [EC][ASN1] Detect missing OID when serializing EC parameters and keysNicola Tuveri2020-07-061-1/+1
* Update copyright yearMatt Caswell2020-06-041-1/+1
* PEM: Make PKCS8 serializers aware of OSSL_SERIALIZERsRichard Levitte2020-06-021-35/+82
* Cast the unsigned char to unsigned int before shifting leftTomas Mraz2020-05-201-4/+4