summaryrefslogtreecommitdiffstats
path: root/crypto/pem
AgeCommit message (Expand)Author
2020-10-30Add easy to digest selector macros for EVP_PKEYsRichard Levitte
2020-10-21Unexport internal MSBLOB and PVK functionsRichard Levitte
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-09-20ENCODER: Adapt calls to the changed OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte
2020-09-13Fix safestack issues in x509.hMatt Caswell
2020-09-08PEM: Make PEM_write_bio_PrivateKey_traditional() handle provider-native keysRichard Levitte
2020-09-03STORE: Deprecate legacy / ENGINE functionsRichard Levitte
2020-08-28Fix PEM_write_bio_PrivateKey_traditional() to not output PKCS#8Richard Levitte
2020-08-21Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte
2020-08-20PEM: Add more library context aware PEM readersRichard Levitte
2020-08-07PEM: Fix i2b_PvK to use EVP_Encrypt calls consistentlyRichard Levitte
2020-08-07PEM: Make general MSBLOB reader functions exposed internallyRichard Levitte
2020-08-06Update copyright yearMatt Caswell
2020-07-24SERIALIZER: No enc argument for OSSL_SERIALIZER_CTX_set_passphrase_cb()Richard Levitte
2020-07-24Add X509 related libctx changes.Shane Lontis
2020-07-16deprecate engines in libcryptoPauli
2020-07-06[EC][ASN1] Detect missing OID when serializing EC parameters and keysNicola Tuveri
2020-06-04Update copyright yearMatt Caswell
2020-06-02PEM: Make PKCS8 serializers aware of OSSL_SERIALIZERsRichard Levitte
2020-05-20Cast the unsigned char to unsigned int before shifting leftTomas Mraz
2020-05-15Update copyright yearMatt Caswell
2020-05-13OSSL_STORE: Make the 'file' scheme loader handle MSBLOB and PVK filesRichard Levitte
2020-05-13OSSL_STORE: Make it possible to attach an OSSL_STORE to an opened BIORichard Levitte
2020-05-12Replace misleading error message when loading PEMTomas Mraz
2020-05-08Fix PEM certificate loading that sometimes failsMaximilian Blenk
2020-04-27i2b_PVK_bio: don't set PEM_R_BIO_WRITE_FAILURE in case of successChristian Hohnstaedt
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-04-15Teach PEM_read_bio_PrivateKey about libctxMatt Caswell
2020-02-12Deprecate the low level DSA functions.Pauli
2019-11-29PROV SERIALIZER: add common functionality to serialize keysRichard Levitte
2019-11-29SERIALIZER: add hooks in PEM_write_bio_ and PEM_write_fp_ routinesRichard Levitte
2019-11-18PEM: constify PEM_write_ routinesRichard Levitte
2019-11-07Refactor PEM_read_bio_{PrivateKey,Parameters,DHparams}Richard Levitte
2019-10-25Strip BOM on loading PEM filesDmitry Belyavskiy
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte
2019-08-27Fix SCA vulnerability when using PVK and MSBLOB key formatsCesar Pereida Garcia
2019-07-16Regenerate mkerr filesRich Salz
2019-04-06Fix the allocation size in EVP_OpenInit and PEM_SignFinalBernd Edlinger
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb
2019-02-05Remove unnecessary trailing whitespaceSam Roberts
2018-12-06Following the license change, modify the boilerplates in crypto/pem/Richard Levitte
2018-09-05key zeroisation for pvkfmt now done on all branch pathsShane Lontis
2018-09-03Fix the comment of PEM_read_bio_exwzhang
2018-06-28Zero-fill IV by default.Rich Salz
2018-05-29Update copyright yearMatt Caswell
2018-05-12In cases where we ask PEM_def_callback for minimum 0 length, accept 0 lengthRichard Levitte