summaryrefslogtreecommitdiffstats
path: root/crypto/pem/pem_lib.c
AgeCommit message (Expand)Author
2017-12-08Standardize syntax of sizeof(foo)Rich Salz
2017-03-30More typo fixesFdaSilvaYY
2016-08-05spelling fixes, just comments and readme.klemens
2016-06-16Change the return type of EVP_EncodeUpdateMatt Caswell
2016-05-31Updates from reviewMat
2016-05-31Fix: PEM_read_bio_PrivateKey with no-ui / no-stdioMat
2016-05-19Improve and document low-level PEM read routinesViktor Dukhovni
2016-05-17Copyright consolidation 04/10Rich Salz
2016-05-16Use OPENSSL_hexchar2intRich Salz
2016-05-16Don't require any length of password when decryptingRichard Levitte
2016-04-28Reject inappropriate private key encryption ciphers.Dr. Stephen Henson
2016-03-20Remove #error from include files.Rich Salz
2016-03-07Elide EVP_read_pw_string() and friends for no-uiDavid Woodhouse
2016-02-25GH715: ENGINE_finish can take NULLRich Salz
2016-02-22RT4320/GH705: Fix PEM parsing bug.Rich Salz
2016-02-13GH643: Cleanup header analysisDmitry-Me
2016-01-26Remove /* foo.c */ commentsRich Salz
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-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-12-11Adapt PEM routines to the opaque EVP_ENCODE_CTXRichard Levitte
2015-08-10RT3999: Remove sub-component version stringsRich Salz
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz
2015-05-06Initialize potentially uninitialized local variablesGunnar Kudrjavets
2015-04-30free cleanup almost the finaleRich Salz
2015-04-28remove malloc castsRich Salz
2015-03-25RAND_bytes updatesMatt Caswell
2015-03-24Move some ASN.1 internals to asn1_int.hDr. Stephen Henson
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-14Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz
2014-09-02RT3140: Possibly-unit variable in pem_lib.cClang via Jeffrey Walton
2014-02-13Fix warning.Ben Laurie
2013-09-10Constification.Ben Laurie
2011-12-07transparently handle X9.42 DH parametersDr. Stephen Henson
2010-06-12Fix warnings.Ben Laurie
2010-03-27PR: 1904Dr. Stephen Henson
2009-09-23Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson
2008-11-11Tolerate -----BEGIN PKCS #7 SIGNED DATA----- header lines as used by someDr. Stephen Henson
2008-03-12And so it begins...Dr. Stephen Henson
2007-06-04Avoid use of function pointer casts in pem library. Modify safestack toDr. Stephen Henson
2007-02-21Update from 0.9.7-stable.Dr. Stephen Henson
2007-01-21Constify version strings and some structures.Dr. Stephen Henson
2006-06-05Complete EVP_PKEY_ASN1_METHOD ENGINE support.Dr. Stephen Henson
2006-03-28New utility pkeyparam. Enhance and bugfix algorithm specific parameterDr. Stephen Henson
2006-03-23Add support for legacy PEM format private keys in EVP_PKEY_ASN1_METHOD.Dr. Stephen Henson
2006-03-23Add information and pem strings. Update dependencies.Dr. Stephen Henson
2005-05-11Fix more error codes.Bodo Möller
2005-03-31Consistency.Ben Laurie
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie