summaryrefslogtreecommitdiffstats
path: root/crypto/pem
AgeCommit message (Expand)Author
2016-08-16make update to have PEM_R_HEADER_TOO_LONG definedRichard Levitte
2016-08-16Limit reads in do_b2i_bio()Dr. Stephen Henson
2016-06-27Change usage of RAND_pseudo_bytes to RAND_bytesMatt Caswell
2016-05-17Don't require any length of password when decryptingRichard Levitte
2016-04-28Reject inappropriate private key encryption ciphers.Dr. Stephen Henson
2016-03-04Sanity check PVK file fields.Dr. Stephen Henson
2015-11-09Fix missing malloc return value checksMatt Caswell
2015-10-23Remove useless codeAlessandro Ghedini
2015-10-23Fix memory leaks and other mistakes on errorsAlessandro Ghedini
2015-09-15RT4044: Remove .cvsignore files.Rich Salz
2015-05-28check for error when creating PKCS#8 structureDr. Stephen Henson
2015-05-23Fix the update target and remove duplicate file updatesRichard Levitte
2015-01-22Fix formatting error in pem.hMatt Caswell
2015-01-22Re-align some comments after running the reformat script.OpenSSL_1_0_2-post-reformatMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Further comment amendments to preserve formatting prior to source reformatMatt Caswell
2014-09-02RT3140: Possibly-unit variable in pem_lib.cClang via Jeffrey Walton
2014-07-06Sanity check keylength in PVK files.Dr. Stephen Henson
2014-01-29Fix warning.Ben Laurie
2013-09-10Constification.Ben Laurie
2013-08-06Fix for PEM_X509_INFO_read_bio.Kaspar Brand
2013-01-07In FIPS mode use PKCS#8 format when writing private keys:Dr. Stephen Henson
2012-06-03Reduce version skew: trivia (I hope).Ben Laurie
2012-04-07transparently handle X9.42 DH parametersDr. Stephen Henson
2012-04-07Initial experimental support for X9.42 DH parameter format to handleDr. Stephen Henson
2011-06-03Backport libcrypto audit: check return values of EVP functions insteadDr. Stephen Henson
2010-06-15Fix warnings (From HEAD, original patch by Ben).Dr. Stephen Henson
2010-04-06PR: 2220Dr. Stephen Henson
2010-03-27PR: 1904Dr. Stephen Henson
2009-10-01PR: 2059Dr. Stephen Henson
2009-04-23Make no-rsa, no-dsa and no-dh compile again.Dr. Stephen Henson
2009-03-09Update from stable branch.Dr. Stephen Henson
2009-01-15Make PKCS#8 the standard write format for private keys, replacing theDr. Stephen Henson
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-11Tolerate -----BEGIN PKCS #7 SIGNED DATA----- header lines as used by someDr. Stephen Henson
2008-11-05Update obsolete email address...Dr. Stephen Henson
2008-11-01More size_tification.Ben Laurie
2008-06-04More type-checking.Ben Laurie
2008-03-22Update dependencies.Dr. Stephen Henson
2008-03-16Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe
2008-03-12And so it begins...Dr. Stephen Henson
2007-06-07Finish gcc 4.2 changes.Dr. Stephen Henson
2007-06-04Avoid use of function pointer casts in pem library. Modify safestack toDr. Stephen Henson
2007-04-05Don't dereference NULL argument. Coverity ID 52.Ben Laurie
2007-02-21Update from 0.9.7-stable.Dr. Stephen Henson
2007-01-21Constify version strings and some structures.Dr. Stephen Henson
2006-12-19remove trailing '\'Nils Larsch
2006-11-21Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson
2006-11-06remove SSLEAY_MACROS codeNils Larsch
2006-06-09Camellia cipher, contributed by NTTBodo Möller