aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/p_seal.c
Commit message (Expand)AuthorAgeFilesLines
* Remove some commented out code in libcryptoMatt Caswell2017-02-281-12/+0
* Copyright consolidation 05/10Rich Salz2016-05-171-54/+6
* Remove #error from include files.Rich Salz2016-03-201-3/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte2016-01-121-1/+1
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* RAND_bytes updatesMatt Caswell2015-03-251-2/+3
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-42/+46
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+1
* Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson2009-09-231-1/+2
* Initial functions for main EVP_PKEY_METHOD operations.Dr. Stephen Henson2006-04-071-1/+1
* Enhance EVP code to generate random symmetric keys of theDr. Stephen Henson2004-03-281-1/+1
* EVP_SealFinal should return a value.Dr. Stephen Henson2002-05-111-2/+4
* Make EVP_SealInit() return the correct value.Dr. Stephen Henson2001-12-011-2/+3
* Modify EVP cipher behaviour in a similar wayDr. Stephen Henson2001-10-171-4/+4
* Constify EVP_SealInit, EVP_OpenInitDr. Stephen Henson2001-09-281-1/+1
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-1/+1
* Make EVP_SealInit() and EVP_OpenInit() check EVP_EncryptInit() andDr. Stephen Henson2000-06-111-1/+1
* Document EVP routines. Change EVP_SealInit() and EVP_OpenInit()Dr. Stephen Henson2000-06-111-1/+1
* More EVP cipher revision.Dr. Stephen Henson2000-05-301-5/+8
* Check RAND_bytes() return value or use RAND_pseudo_bytes().Ulf Möller2000-01-211-2/+3
* RAND_bytes's return values is 0 for an error, not -1.Bodo Möller2000-01-151-1/+1
* Precautions against using the PRNG uninitialized: RAND_bytes() nowUlf Möller2000-01-131-1/+1
* New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller1999-04-271-0/+2
* 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-12/+3
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-15/+8
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+122