aboutsummaryrefslogtreecommitdiff
path: root/crypto/pem/pem_info.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-12Adapt all EVP_CIPHER users for it becoming opaqueRichard Levitte1-2/+4
2016-01-12Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte1-2/+0
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-0/+6
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-01free null cleanup finaleRich Salz1-12/+6
2015-04-30free NULL cleanup 5aRich Salz1-2/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-308/+290
2015-01-14Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz1-1/+1
2013-08-06Fix for PEM_X509_INFO_read_bio.Kaspar Brand1-0/+1
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe1-4/+2
2008-11-01More size_tification.Ben Laurie1-2/+4
2007-04-05Don't dereference NULL argument. Coverity ID 52.Ben Laurie1-0/+6
2006-05-24Fix warnings.Dr. Stephen Henson1-1/+1
2006-05-15Update old **EVIL** PEM_X509_INFO_read_bio() function to correctly assignDr. Stephen Henson1-15/+17
2005-07-16makeNils Larsch1-0/+4
2005-05-16ecc api cleanup; summary:Nils Larsch1-1/+1
2005-04-20Stop compiler warnings about deprecated lvalue casts.Dr. Stephen Henson1-6/+6
2005-04-19Various Win32 and other fixes for warnings and compilation errors.Dr. Stephen Henson1-1/+1
2005-03-31Consistency.Ben Laurie1-7/+8
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie1-8/+9
2004-04-19(oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe1-0/+2
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