summaryrefslogtreecommitdiffstats
path: root/crypto/pem/pem_info.c
AgeCommit message (Expand)Author
2021-04-08PEM_X509_INFO_read_bio_ex(): Generalize to allow parsing any type of private keyDr. David von Oheimb
2021-04-08d2i_PrivateKey{,_ex}() and PEM_X509_INFO_read_bio_ex(): Fix handling of RSA/D...Dr. David von Oheimb
2021-04-01Avoid going through NID when unnecessaryTomas Mraz
2021-01-28Update copyright yearRichard Levitte
2021-01-13Make PEM_X509_INFO_read_bio_ex() conservative on the error queueDr. David von Oheimb
2020-12-20Drop OPENSSL_NO_RSA everywhereRichard Levitte
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-09-13Fix safestack issues in x509.hMatt Caswell
2020-07-24Add X509 related libctx changes.Shane Lontis
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-02-12Deprecate the low level DSA functions.Pauli
2019-11-18PEM: constify PEM_write_ routinesRichard Levitte
2019-02-05Remove unnecessary trailing whitespaceSam Roberts
2018-12-06Following the license change, modify the boilerplates in crypto/pem/Richard Levitte
2017-10-18Remove parentheses of return.KaoruToda
2017-08-21Remove OPENSSL_assert() from crypto/pemMatt Caswell
2016-05-17Copyright consolidation 04/10Rich Salz
2016-03-20Remove #error from include files.Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson
2016-01-12Adapt all EVP_CIPHER users for it becoming opaqueRichard Levitte
2016-01-12Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-01free null cleanup finaleRich Salz
2015-04-30free NULL cleanup 5aRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-14Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz
2013-08-06Fix for PEM_X509_INFO_read_bio.Kaspar Brand
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-01More size_tification.Ben Laurie
2007-04-05Don't dereference NULL argument. Coverity ID 52.Ben Laurie
2006-05-24Fix warnings.Dr. Stephen Henson
2006-05-15Update old **EVIL** PEM_X509_INFO_read_bio() function to correctly assignDr. Stephen Henson
2005-07-16makeNils Larsch
2005-05-16ecc api cleanup; summary:Nils Larsch
2005-04-20Stop compiler warnings about deprecated lvalue casts.Dr. Stephen Henson
2005-04-19Various Win32 and other fixes for warnings and compilation errors.Dr. Stephen Henson
2005-03-31Consistency.Ben Laurie
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie
2004-04-19(oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-08-07use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller
2002-07-26Use SEC1 format for EC private keys.Bodo Möller
2002-04-23Uhmmm, if we use && after having tested for the presence of the certificate,Richard Levitte
2002-02-28use ERR_peek_last_error() instead of ERR_peek_error() to ignoreBodo Möller