aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pem
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update copyright yearMatt Caswell2020-05-151-1/+1
* OSSL_STORE: Make the 'file' scheme loader handle MSBLOB and PVK filesRichard Levitte2020-05-131-19/+20
* OSSL_STORE: Make it possible to attach an OSSL_STORE to an opened BIORichard Levitte2020-05-131-7/+12
* Replace misleading error message when loading PEMTomas Mraz2020-05-121-1/+1
* Fix PEM certificate loading that sometimes failsMaximilian Blenk2020-05-081-7/+21
* i2b_PVK_bio: don't set PEM_R_BIO_WRITE_FAILURE in case of successChristian Hohnstaedt2020-04-271-1/+1
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+2
* Update copyright yearMatt Caswell2020-04-234-4/+4
* Teach PEM_read_bio_PrivateKey about libctxMatt Caswell2020-04-151-9/+24
* Deprecate the low level DSA functions.Pauli2020-02-123-0/+18
* PROV SERIALIZER: add common functionality to serialize keysRichard Levitte2019-11-291-0/+1
* SERIALIZER: add hooks in PEM_write_bio_ and PEM_write_fp_ routinesRichard Levitte2019-11-293-9/+149
* PEM: constify PEM_write_ routinesRichard Levitte2019-11-187-53/+54
* Refactor PEM_read_bio_{PrivateKey,Parameters,DHparams}Richard Levitte2019-11-071-98/+70
* Strip BOM on loading PEM filesDmitry Belyavskiy2019-10-251-3/+16
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-093-9/+11