summaryrefslogtreecommitdiff
path: root/crypto/evp/p_open.c
Commit message (Expand)AuthorAgeFilesLines
* Audit libcrypto for unchecked return values: fix all cases enounteredsteve2009-09-231-1/+2
* Revert the size_t modifications from HEAD that had led to moregeoff2008-11-121-2/+2
* More size_tification.ben2008-11-011-2/+2
* Initial functions for main EVP_PKEY_METHOD operations.steve2006-04-071-1/+1
* (oops) Apologies all, that last header-cleanup commit was from the wronggeoff2004-04-191-0/+1
* Constify d2i, s2i, c2i and r2i functions and other associatedLEVITTE_after_constlevitte2004-03-151-2/+3
* Make sure we get the definition of OPENSSL_NO_RSA.levitte2003-03-201-1/+3
* Cleanse memory using the new OPENSSL_cleanse() function.levitte2002-11-281-1/+1
* Modify EVP cipher behaviour in a similar waysteve2001-10-171-4/+4
* Constify EVP_SealInit, EVP_OpenInitsteve2001-09-281-1/+1
* Make all configuration macros available for application by makinglevitte2001-02-191-2/+2
* Make EVP_SealInit() and EVP_OpenInit() check EVP_EncryptInit() andsteve2000-06-111-3/+1
* Document EVP routines. Change EVP_SealInit() and EVP_OpenInit()steve2000-06-111-6/+8
* There have been a number of complaints from a number of sources that nameslevitte2000-06-011-2/+2
* More EVP cipher revision.steve2000-05-301-3/+7
* Make NO_RSA compile with pedantic.ben2000-01-081-0/+6
* New Configure option no-<cipher> (rsa, idea, rc5, ...).ulf1999-04-271-0/+2
* Change #include filenames from <foo.h> to <openssl.h>.bodo1999-04-231-3/+3
* Change functions to ANSI C.ulf1999-04-191-14/+7
* Initial revisionrse1998-12-211-0/+118