aboutsummaryrefslogtreecommitdiff
path: root/crypto/pem/pem_info.c
AgeCommit message (Expand)AuthorFilesLines
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte1-2/+2
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie1-0/+1
2002-08-07use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller1-4/+4
2002-07-26Use SEC1 format for EC private keys.Bodo Möller1-1/+1
2002-04-23Uhmmm, if we use && after having tested for the presence of the certificate,Richard Levitte1-1/+1
2002-02-28use ERR_peek_last_error() instead of ERR_peek_error() to ignoreBodo Möller1-1/+1
2002-02-20Stop assuming the IV is 8 bytes long, use the real size instead.Richard Levitte1-1/+1
2002-02-13ECDSA supportBodo Möller1-0/+24
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-4/+4
2001-02-09Fix "wierd" typo as submitted by Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>.Lutz Jänicke1-1/+1
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-6/+6
1999-11-14'req' fixes. Reinstate length check one request fields.Dr. Stephen Henson1-0/+11
1999-07-21Additional user data argument to pem_password_cb function typeBodo Möller1-6/+6
1999-06-10Two new functions to write out PKCS#8 private keys. Also fixes for some ofDr. Stephen Henson1-1/+0
1999-05-14Introduce and use function typedef pem_password_cb so that we don't callBodo Möller1-3/+3
1999-05-04Convert casted X509_INFO stacks to type-safe STACK_OF(X509_INFO).Ralf S. Engelschall1-13/+13
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-5/+5
1999-04-19Change functions to ANSI C.Ulf Möller1-15/+4
1999-04-17Massive constification.Ben Laurie1-1/+1
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1-2/+2
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1-0/+365