aboutsummaryrefslogtreecommitdiff
path: root/crypto/pem
AgeCommit message (Expand)AuthorFilesLines
2020-09-20ENCODER: Adapt calls to the changed OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte2-24/+49
2020-09-13Fix safestack issues in x509.hMatt Caswell1-2/+0
2020-09-08PEM: Make PEM_write_bio_PrivateKey_traditional() handle provider-native keysRichard Levitte1-2/+18
2020-09-03STORE: Deprecate legacy / ENGINE functionsRichard Levitte1-1/+6
2020-08-28Fix PEM_write_bio_PrivateKey_traditional() to not output PKCS#8Richard Levitte2-1/+8
2020-08-21Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte3-32/+30
2020-08-20PEM: Add more library context aware PEM readersRichard Levitte2-35/+89
2020-08-07PEM: Fix i2b_PvK to use EVP_Encrypt calls consistentlyRichard Levitte1-2/+2
2020-08-07PEM: Make general MSBLOB reader functions exposed internallyRichard Levitte1-22/+29
2020-08-06Update copyright yearMatt Caswell1-1/+1
2020-07-24SERIALIZER: No enc argument for OSSL_SERIALIZER_CTX_set_passphrase_cb()Richard Levitte2-3/+2
2020-07-24Add X509 related libctx changes.Shane Lontis2-13/+36
2020-07-16deprecate engines in libcryptoPauli1-0/+3
2020-07-06[EC][ASN1] Detect missing OID when serializing EC parameters and keysNicola Tuveri1-1/+1
2020-06-04Update copyright yearMatt Caswell1-1/+1
2020-06-02PEM: Make PKCS8 serializers aware of OSSL_SERIALIZERsRichard Levitte1-35/+82
2020-05-20Cast the unsigned char to unsigned int before shifting leftTomas Mraz1-4/+4
2020-05-15Update copyright yearMatt Caswell1-1/+1
2020-05-13OSSL_STORE: Make the 'file' scheme loader handle MSBLOB and PVK filesRichard Levitte1-19/+20
2020-05-13OSSL_STORE: Make it possible to attach an OSSL_STORE to an opened BIORichard Levitte1-7/+12
2020-05-12Replace misleading error message when loading PEMTomas Mraz1-1/+1
2020-05-08Fix PEM certificate loading that sometimes failsMaximilian Blenk1-7/+21
2020-04-27i2b_PVK_bio: don't set PEM_R_BIO_WRITE_FAILURE in case of successChristian Hohnstaedt1-1/+1
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz1-0/+2
2020-04-23Update copyright yearMatt Caswell4-4/+4
2020-04-15Teach PEM_read_bio_PrivateKey about libctxMatt Caswell1-9/+24
2020-02-12Deprecate the low level DSA functions.Pauli3-0/+18
2019-11-29PROV SERIALIZER: add common functionality to serialize keysRichard Levitte1-0/+1
2019-11-29SERIALIZER: add hooks in PEM_write_bio_ and PEM_write_fp_ routinesRichard Levitte3-9/+149
2019-11-18PEM: constify PEM_write_ routinesRichard Levitte7-53/+54
2019-11-07Refactor PEM_read_bio_{PrivateKey,Parameters,DHparams}Richard Levitte1-98/+70
2019-10-25Strip BOM on loading PEM filesDmitry Belyavskiy1-3/+16
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz3-9/+11
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre2-4/+4
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte1-1/+1
2019-08-27Fix SCA vulnerability when using PVK and MSBLOB key formatsCesar Pereida Garcia1-0/+3
2019-07-16Regenerate mkerr filesRich Salz1-61/+2
2019-04-06Fix the allocation size in EVP_OpenInit and PEM_SignFinalBernd Edlinger1-1/+1
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb1-12/+12
2019-02-05Remove unnecessary trailing whitespaceSam Roberts1-1/+1
2018-12-06Following the license change, modify the boilerplates in crypto/pem/Richard Levitte11-11/+11
2018-09-05key zeroisation for pvkfmt now done on all branch pathsShane Lontis1-5/+6
2018-09-03Fix the comment of PEM_read_bio_exwzhang1-2/+1
2018-06-28Zero-fill IV by default.Rich Salz1-0/+1
2018-05-29Update copyright yearMatt Caswell1-1/+1
2018-05-12In cases where we ask PEM_def_callback for minimum 0 length, accept 0 lengthRichard Levitte4-4/+4
2018-05-01Update copyright yearMatt Caswell1-1/+1
2018-04-26Fix mixed indentation (and other whitespace issues)Dr. Matthias St. Pierre1-1/+1
2018-04-26PEM_def_callback(): use same parameter names as for pem_password_cbRichard Levitte1-8/+12
2018-04-26PEM_def_callback(): don't loop because of too short password givenRichard Levitte1-21/+12