aboutsummaryrefslogtreecommitdiff
path: root/crypto/pem/pem_pk8.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb1-12/+12
2018-12-06Following the license change, modify the boilerplates in crypto/pem/Richard Levitte1-1/+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 Levitte1-1/+1
2017-10-18Remove parentheses of return.KaoruToda1-1/+1
2017-07-29Clean password buffer on stack for PEM_read_bio_PrivateKeyBernd Edlinger1-0/+1
2016-06-18Useless header include of openssl/rand.hFdaSilvaYY1-1/+0
2016-05-17Copyright consolidation 04/10Rich Salz1-54/+6
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-09-29Fix no-stdio buildDavid Woodhouse1-1/+3
2015-05-28check for error when creating PKCS#8 structureDr. Stephen Henson1-0/+2
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz1-3/+6
2015-03-28free NULL cleanupRich Salz1-2/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-122/+137
2015-01-14Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz1-1/+1
2005-05-11Fix more error codes.Bodo Möller1-4/+3
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte1-1/+1
2001-07-27More linker bloat reorganisation:Dr. Stephen Henson1-0/+243