summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/modes
AgeCommit message (Expand)AuthorFilesLines
2019-05-08Make sure that the tag buffer size is equal to the tag sizetb1-2/+2
2018-07-24add c++ symbol annotationsbcook1-1/+9
2018-01-24Make the NEON codepaths conditional on __STRICT_ALIGNMENT not beingkettenis2-3/+3
2017-12-09In the middle of CRYPTO_gcm128_finish() there is a complicated #ifdefderaadt1-6/+8
2017-09-03Checking sizeof size_t by SIZE_MAX instead of _LP64inoguchi1-7/+7
2017-08-30Fix ifdef to if in gcm128.cinoguchi1-2/+2
2017-08-14fix missing bracket on ARMbcook1-15/+15
2017-08-13move endian/word size checks from runtime to compile timebcook3-290/+305
2017-05-02use freezero() instead of memset/explicit_bzero + free. Substantiallyderaadt1-5/+2
2017-01-04Convert ARM assembly to unified syntax. Clang demands it, binutilspatrick1-4/+5
2016-12-21Explicitly export a list of symbols from libcrypto.jsing1-1/+4
2016-11-04Replace all uses of magic numbers when operating on OPENSSL_ia32_P[] bymiod1-6/+13
2016-11-04Remove I386_ONLY define. It was only used to prefer amiod2-5/+4
2016-09-04Less S390.jsing1-262/+0
2016-09-04Less IA64.jsing1-463/+0
2015-09-10Correct spelling of OPENSSL_cleanse.jsing1-2/+2
2015-07-19unifdef -UCBC_HANDLES_TRUNCATED_IOmiod1-19/+1
2015-02-10Remove assert() or OPENSSL_assert() of pointers being non-NULL. The policymiod8-47/+8
2015-02-07Delete a lot of #if 0 code in libressl.doug1-4/+1
2014-09-27Doh, rev 1.4 had left out one routine with both 32-bit and 64-bit code, wheremiod1-0/+2
2014-07-10Explicitly include <openssl/opensslconf.h> in every file that referencesjsing1-2/+4
2014-07-09Remove leading underscore from _BYTE_ORDER and _{LITTLE,BIG}_ENDIAN, to bemiod3-37/+37
2014-06-27hand-KNF macro the do { } while loopsderaadt1-13/+13
2014-06-12tags as requested by miod and teduderaadt10-0/+10
2014-06-07malloc() result does not need a cast.deraadt1-1/+1
2014-05-31Move the cts128 and gcm128 tests to regress.jsing2-459/+0
2014-05-07Get __STRICT_ALIGNMENT from <machine/endian.h> and decide upon it, rathermiod8-31/+25
2014-05-02More use of 64-bit registers which needs to be disabled under OpenBSD.miod1-0/+2
2014-05-01Do not output SOM-specific directives.miod1-0/+6
2014-05-01Make the implicit `l' in `impicit' explicit.miod1-1/+1
2014-05-01Fix include filename to get register name aliases under BSDmiod1-6/+1
2014-04-28Remove WIN32, WIN64 and MINGW32 tentacles.miod1-5/+1
2014-04-23Unifdef -UPEDANTIC. ok beck@ tedu@miod1-1/+1
2014-04-23Figure out endianness at compile-time, using _BYTE_ORDER frommiod4-50/+38
2014-04-17Get rid of MS Visual C compiler and Intel C compiler specific defines.miod1-12/+0
2014-04-17Remove the benchmark part of the selftest. It uses the undocumentedmiod1-43/+0
2014-04-17Change library to use intrinsic memory allocation functions instead ofbeck1-2/+2
2014-04-15we don't use these files for buildingtedu1-100/+0
2014-04-14remove auto-generated dependencies from the old unused build system, soderaadt1-41/+0
2014-04-13Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod1-4/+1
2014-04-13Import OpenSSL 1.0.1gmiod10-75/+225
2012-10-13import OpenSSL-1.0.1cdjm19-56/+7775
2010-10-01import OpenSSL-1.0.0adjm7-0/+1167