aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pem/pem_info.c
Commit message (Expand)AuthorAgeFilesLines
* Fix for PEM_X509_INFO_read_bio.Kaspar Brand2013-08-061-0/+1
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-4/+2
* More size_tification.Ben Laurie2008-11-011-2/+4
* Don't dereference NULL argument. Coverity ID 52.Ben Laurie2007-04-051-0/+6
* Fix warnings.Dr. Stephen Henson2006-05-241-1/+1
* Update old **EVIL** PEM_X509_INFO_read_bio() function to correctly assignDr. Stephen Henson2006-05-151-15/+17
* makeNils Larsch2005-07-161-0/+4
* ecc api cleanup; summary:Nils Larsch2005-05-161-1/+1
* Stop compiler warnings about deprecated lvalue casts.Dr. Stephen Henson2005-04-201-6/+6
* Various Win32 and other fixes for warnings and compilation errors.Dr. Stephen Henson2005-04-191-1/+1
* Consistency.Ben Laurie2005-03-311-7/+8
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-311-8/+9
* (oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe2004-04-191-0/+2
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-281-2/+2
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-0/+1
* use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller2002-08-071-4/+4
* Use SEC1 format for EC private keys.Bodo Möller2002-07-261-1/+1
* Uhmmm, if we use && after having tested for the presence of the certificate,Richard Levitte2002-04-231-1/+1
* use ERR_peek_last_error() instead of ERR_peek_error() to ignoreBodo Möller2002-02-281-1/+1
* Stop assuming the IV is 8 bytes long, use the real size instead.Richard Levitte2002-02-201-1/+1
* ECDSA supportBodo Möller2002-02-131-0/+24
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-4/+4
* Fix "wierd" typo as submitted by Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>.Lutz Jänicke2001-02-091-1/+1
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-6/+6
* 'req' fixes. Reinstate length check one request fields.Dr. Stephen Henson1999-11-141-0/+11
* Additional user data argument to pem_password_cb function typeBodo Möller1999-07-211-6/+6
* Two new functions to write out PKCS#8 private keys. Also fixes for some ofDr. Stephen Henson1999-06-101-1/+0
* Introduce and use function typedef pem_password_cb so that we don't callBodo Möller1999-05-141-3/+3
* Convert casted X509_INFO stacks to type-safe STACK_OF(X509_INFO).Ralf S. Engelschall1999-05-041-13/+13
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-5/+5
* Change functions to ANSI C.Ulf Möller1999-04-191-15/+4
* Massive constification.Ben Laurie1999-04-171-1/+1
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-2/+2
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+365