summaryrefslogtreecommitdiff
path: root/crypto/pem
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-282-4/+4
* util/mkerr.pl: make it not depend on the function codeRichard Levitte2019-09-121-1/+1
* Fix SCA vulnerability when using PVK and MSBLOB key formatsCesar Pereida Garcia2019-08-271-0/+3
* Regenerate mkerr filesRich Salz2019-07-161-61/+2
* Fix the allocation size in EVP_OpenInit and PEM_SignFinalBernd Edlinger2019-04-061-1/+1
* constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb2019-03-061-12/+12
* Remove unnecessary trailing whitespaceSam Roberts2019-02-051-1/+1
* Following the license change, modify the boilerplates in crypto/pem/Richard Levitte2018-12-0611-11/+11
* key zeroisation for pvkfmt now done on all branch pathsShane Lontis2018-09-051-5/+6
* Fix the comment of PEM_read_bio_exwzhang2018-09-031-2/+1
* Zero-fill IV by default.Rich Salz2018-06-281-0/+1
* Update copyright yearMatt Caswell2018-05-291-1/+1
* In cases where we ask PEM_def_callback for minimum 0 length, accept 0 lengthRichard Levitte2018-05-124-4/+4
* Update copyright yearMatt Caswell2018-05-011-1/+1
* Fix mixed indentation (and other whitespace issues)Dr. Matthias St. Pierre2018-04-261-1/+1
* PEM_def_callback(): use same parameter names as for pem_password_cbRichard Levitte2018-04-261-8/+12
* PEM_def_callback(): don't loop because of too short password givenRichard Levitte2018-04-261-21/+12