summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Use C99 initialisers for the AEAD struct.jsing2014-05-151-9/+9
* KNF.jsing2014-05-151-70/+67
* Add a ChaCha20-Poly1305 AEAD EVP implementation to libcrypto, from Adamjsing2014-05-153-0/+272
* KNF.jsing2014-05-152-74/+75
* Add an AEAD EVP interface to libcrypto, along with AES-GCM AEADjsing2014-05-155-33/+549
* Stop being a dummy... presumably these are left overs from pedantic modejsing2014-05-151-3/+1
* More KNF.jsing2014-05-115-16/+27
* KNF.jsing2014-05-112-322/+287
* More KNF.jsing2014-05-0811-45/+94
* KNF.jsing2014-05-0812-308/+383
* Remove KSSL debug code.jsing2014-05-081-21/+0
* KNF.jsing2014-05-087-912/+917
* Nuke OPENSSL_FIPS - having #ifdefs inside a #ifndef for the same thingjsing2014-05-082-18/+0
* KNF.jsing2014-05-0816-1499/+1544
* KNF.jsing2014-05-0714-944/+984
* Add checks for invalid base64 encoded data, specifically relating to thejsing2014-05-031-0/+12
* It is definitly not the correct spelling.jsing2014-05-031-2/+2
* KNF.jsing2014-05-034-932/+910
* KNF.jsing2014-05-034-495/+514
* Nuke unused evptests.txt - the real one is over in regress.jsing2014-05-011-334/+0
* Provide an EVP implementation for ChaCha.jsing2014-05-013-0/+73
* Use C99 initializers for the various FOO_METHOD structs. More readable, andmiod2014-04-274-48/+42
* Replace all use of ERR_add_error_data with ERR_asprintf_error_data.beck2014-04-262-2/+2
* Unifdef -UPEDANTIC. ok beck@ tedu@miod2014-04-233-13/+1
* Figure out endianness at compile-time, using _BYTE_ORDER frommiod2014-04-231-3/+3
* Remove files which look like actual code compiled in libcrypto, but isn't.miod2014-04-221-71/+0
* use intrinsic strlcpy and strlcat everywhere so we only have one set ofbeck2014-04-191-1/+1
* kill REF_PRINT/REF_CHECK debugging framework noone would usederaadt2014-04-171-10/+1
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-1710-31/+31
* Do not feed RSA private key information to the random subsystem asderaadt2014-04-171-2/+0
* call the correct decrypt function in aes_cbc_cipher()jsg2014-04-171-1/+1
* Clean up dangerous strncpy use. This included a use where the resultingbeck2014-04-161-2/+1
* remove md2, jpake, and seed clutter.tedu2014-04-152-184/+0
* we don't use these files for buildingtedu2014-04-151-100/+0
* remove FIPS mode support. people who require FIPS can buy something thattedu2014-04-1510-213/+2
* Moved to regress/lib/libcrypto.miod2014-04-151-450/+0
* Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternitybeck2014-04-151-11/+0
* unifdef -U OPENBSD_DEV_CRYPTO and OPENSSL_OPENBSD_DEV_CRYPTO. This code was themiod2014-04-142-455/+0
* remove auto-generated dependencies from the old unused build system, soderaadt2014-04-141-676/+0
* Cope with the removal of openssl/symhacks.hderaadt2014-04-131-2/+0
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-1314-55/+108
* cherry pick bugfixes for http://www.openssl.org/news/secadv_20130205.txtmarkus2013-02-141-21/+195
* remove ACSS, crank libcrypto major; ok markus@ deraadt@djm2013-01-262-91/+0
* resolve conflictsdjm2012-10-1333-179/+1806
* This commit was generated by cvs2git to track changes on a CVS vendordjm2012-10-131-0/+113
|\
| * import OpenSSL-1.0.1cdjm2012-10-131-0/+113
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2012-10-136-3/+765
|\ \
| * | import OpenSSL-1.0.1cdjm2012-10-1333-131/+2412
* | | openssl-1.0.0e: resolve conflictsdjm2011-11-036-4/+8
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2011-11-032-2/+4
|\| |