summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/modes (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make sure that the tag buffer size is equal to the tag sizetb2019-05-081-2/+2
* add c++ symbol annotationsbcook2018-07-241-1/+9
* Make the NEON codepaths conditional on __STRICT_ALIGNMENT not beingkettenis2018-01-242-3/+3
* In the middle of CRYPTO_gcm128_finish() there is a complicated #ifdefderaadt2017-12-091-6/+8
* Checking sizeof size_t by SIZE_MAX instead of _LP64inoguchi2017-09-031-7/+7
* Fix ifdef to if in gcm128.cinoguchi2017-08-301-2/+2
* fix missing bracket on ARMbcook2017-08-141-15/+15
* move endian/word size checks from runtime to compile timebcook2017-08-133-292/+307
* use freezero() instead of memset/explicit_bzero + free. Substantiallyderaadt2017-05-021-5/+2
* Convert ARM assembly to unified syntax. Clang demands it, binutilspatrick2017-01-041-4/+5
* Explicitly export a list of symbols from libcrypto.jsing2016-12-211-1/+4
* Replace all uses of magic numbers when operating on OPENSSL_ia32_P[] bymiod2016-11-041-6/+13
* Remove I386_ONLY define. It was only used to prefer amiod2016-11-042-5/+4
* Less S390.jsing2016-09-041-262/+0
* Less IA64.jsing2016-09-041-463/+0
* Correct spelling of OPENSSL_cleanse.jsing2015-09-101-2/+2
* unifdef -UCBC_HANDLES_TRUNCATED_IOmiod2015-07-191-19/+1
* Remove assert() or OPENSSL_assert() of pointers being non-NULL. The policymiod2015-02-108-47/+8
* Delete a lot of #if 0 code in libressl.doug2015-02-071-4/+1
* Doh, rev 1.4 had left out one routine with both 32-bit and 64-bit code, wheremiod2014-09-271-0/+2
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-2/+4
* Remove leading underscore from _BYTE_ORDER and _{LITTLE,BIG}_ENDIAN, to bemiod2014-07-093-37/+37
* hand-KNF macro the do { } while loopsderaadt2014-06-271-13/+13
* tags as requested by miod and teduderaadt2014-06-1210-0/+10
* malloc() result does not need a cast.deraadt2014-06-071-1/+1
* Move the cts128 and gcm128 tests to regress.jsing2014-05-312-459/+0
* Get __STRICT_ALIGNMENT from <machine/endian.h> and decide upon it, rathermiod2014-05-078-31/+25
* More use of 64-bit registers which needs to be disabled under OpenBSD.miod2014-05-021-0/+2
* Do not output SOM-specific directives.miod2014-05-011-0/+6
* Make the implicit `l' in `impicit' explicit.miod2014-05-011-1/+1
* Fix include filename to get register name aliases under BSDmiod2014-05-011-6/+1
* Remove WIN32, WIN64 and MINGW32 tentacles.miod2014-04-281-5/+1
* Unifdef -UPEDANTIC. ok beck@ tedu@miod2014-04-231-1/+1
* Figure out endianness at compile-time, using _BYTE_ORDER frommiod2014-04-234-50/+38
* Get rid of MS Visual C compiler and Intel C compiler specific defines.miod2014-04-171-12/+0
* Remove the benchmark part of the selftest. It uses the undocumentedmiod2014-04-171-43/+0
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-2/+2
* we don't use these files for buildingtedu2014-04-151-100/+0
* remove auto-generated dependencies from the old unused build system, soderaadt2014-04-141-41/+0
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-4/+1
* This commit was generated by cvs2git to track changes on a CVS vendormiod2014-04-139-74/+221
|\
| * Import OpenSSL 1.0.1gmiod2014-04-139-74/+221
* | This commit was generated by cvs2git to track changes on a CVS vendormiod2014-04-131-1/+4
|\ \
| * | Import OpenSSL 1.0.1gmiod2014-04-131-1/+4
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2012-10-131-9/+68
|\| |
| * | import OpenSSL-1.0.1cdjm2012-10-131-9/+68
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2012-10-1318-47/+7707
|\ \ \ | | |/ | |/|
| * | import OpenSSL-1.0.1cdjm2012-10-1318-47/+7707
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2010-10-016-0/+1085
|\| | | |/ |/|
| * import OpenSSL-1.0.0adjm2010-10-016-0/+1085