summaryrefslogtreecommitdiff
path: root/lib/libcrypto/evp
AgeCommit message (Expand)Author
2014-06-24Remove BIO_f_reliable(), guilty of playing with EVP_MD_CTX internals itMiod Vallat
2014-06-21Switch to the ISC licensed versions of these files, which Google has madeJoel Sing
2014-06-15free iv, then cleanse. from Cyril JouveTed Unangst
2014-06-15Simplify EVP_MD_CTX_create() by just using calloc(). Also, use 0 ratherJoel Sing
2014-06-15Simplify EVP_CIPHER_CTX_new() - stop pretending that EVP_CIPHER_CTX_init()Joel Sing
2014-06-15Add missing OPENSSL_cleanse() in aead_aes_gcm_cleanup().Joel Sing
2014-06-15The OPENSSL_cleanse() in aes_gcm_cleanup() only cleans the gcm field of theJoel Sing
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-06-11c-file-style hints, begone; ok beckTheo de Raadt
2014-06-10Abandon the auto-ENGINE /dev/crypto interface. VIA 3des cbc receivesTheo de Raadt
2014-06-10Use C99 initialisers for EVP_MD structs, for clarity, grepability and toJoel Sing
2014-06-07Remove various test stubs. The good ones have been moved by jsingTheo de Raadt
2014-06-07malloc() result does not need a cast.Theo de Raadt
2014-05-30remove CONST_STRICT. ok beck deraadtTed Unangst
2014-05-30no need for null check before free. from Brendan MacDonellTed Unangst
2014-05-26Implement an improved version of the EVP AEAD API. TheJoel Sing
2014-05-25calloc instead of malloc/memset. from Benjamin BaierTed Unangst
2014-05-22Convert OPENSSL_malloc stuff back to intrinsics, a few were missedBob Beck
2014-05-17no no md2Ted Unangst
2014-05-17no no seedTed Unangst
2014-05-16When OPENSSL_LOAD_CONF was added it ended up with more #if 0 code,Joel Sing
2014-05-15More KNF.Joel Sing
2014-05-15Use C99 initialisers for the AEAD struct.Joel Sing
2014-05-15KNF.Joel Sing
2014-05-15Add a ChaCha20-Poly1305 AEAD EVP implementation to libcrypto, from AdamJoel Sing
2014-05-15KNF.Joel Sing
2014-05-15Add an AEAD EVP interface to libcrypto, along with AES-GCM AEADJoel Sing
2014-05-15Stop being a dummy... presumably these are left overs from pedantic modeJoel Sing
2014-05-11More KNF.Joel Sing
2014-05-11KNF.Joel Sing
2014-05-08More KNF.Joel Sing
2014-05-08KNF.Joel Sing
2014-05-08Remove KSSL debug code.Joel Sing
2014-05-08KNF.Joel Sing
2014-05-08Nuke OPENSSL_FIPS - having #ifdefs inside a #ifndef for the same thingJoel Sing
2014-05-08KNF.Joel Sing
2014-05-07KNF.Joel Sing
2014-05-07KNF.Joel Sing
2014-05-03Add checks for invalid base64 encoded data, specifically relating to theJoel Sing
2014-05-03It is definitly not the correct spelling.Joel Sing
2014-05-03KNF.Joel Sing
2014-05-03KNF.Joel Sing
2014-05-01Nuke unused evptests.txt - the real one is over in regress.Joel Sing
2014-05-01Provide an EVP implementation for ChaCha.Joel Sing
2014-04-27Use C99 initializers for the various FOO_METHOD structs. More readable, andMiod Vallat
2014-04-26Replace all use of ERR_add_error_data with ERR_asprintf_error_data.Bob Beck
2014-04-23Unifdef -UPEDANTIC. ok beck@ tedu@Miod Vallat
2014-04-23Figure out endianness at compile-time, using _BYTE_ORDER fromMiod Vallat
2014-04-22Remove files which look like actual code compiled in libcrypto, but isn't.Miod Vallat
2014-04-19use intrinsic strlcpy and strlcat everywhere so we only have one set ofBob Beck