summaryrefslogtreecommitdiff
path: root/lib/libcrypto/modes
AgeCommit message (Expand)Author
2024-09-06Reenable AES-NI in libcryptoTheo Buehler
2024-02-24Add a few missing endbr64 to libcryptoTheo Buehler
2024-02-24Replace uses of endbr64 with _CET_ENDBR from cet.hTheo Buehler
2024-01-24Avoid a four-byte overread in gcm_ghash_4bit_mmx() on i386Theo Buehler
2024-01-24Avoid a four byte overread in gcm_ghash_4bit() on amd64.Joel Sing
2023-08-10Improve byte order handling in gcm128.Joel Sing
2023-07-08Hide symbols in modes.hBob Beck
2023-07-08Hit modes with the loving mallet of knfmtBob Beck
2023-05-07xts128 mode: avoid two -Wshadow warnings in the BIG_ENDIAN code path.Theo Buehler
2023-04-25Remove CTS modeTheo Buehler
2023-04-25Add endbr64 where needed by inspection. Passes regresson tests.Theo de Raadt
2023-04-16Cipher text stealing will go away. Mark it for removal.Theo Buehler
2023-02-23Use explicit .text instead of .previous to please Windows/MinGW on amd64Theo Buehler
2023-02-09Use .section .rodata instead of a plain .rodataTheo Buehler
2023-02-02Move all data blocks from .text to .rodata and cleanup up and homogeneize codeMiod Vallat
2023-02-01Move all data blocks from .text to .rodata and cleanup up and homogeneize codeMiod Vallat
2023-01-14Move constants out of text segment into rodata to prepare for xonly supportTheo de Raadt
2012-10-13import OpenSSL-1.0.1cDamien Miller
2023-01-13Move all data tables from .text section to .rodata, and update the code toMiod Vallat
2023-01-13Move all data tables from .text section to .rodata, and update the code toMiod Vallat
2022-12-26spelling fixes; from paul tagliamonteJason McIntyre
2012-10-13import OpenSSL-1.0.1cDamien Miller
2022-11-26Make internal header file names consistentTheo Buehler
2022-01-22Use memmove instead of memcpy for overlapping memoryKinichiro Inoguchi
2021-11-09Switch to <endian.h> from <machine/endian.h> for better portability.Brent Cook
2019-05-08Make sure that the tag buffer size is equal to the tag sizeTheo Buehler
2018-07-24add c++ symbol annotationsBrent Cook
2018-01-24Make the NEON codepaths conditional on __STRICT_ALIGNMENT not beingMark Kettenis
2017-12-09In the middle of CRYPTO_gcm128_finish() there is a complicated #ifdefTheo de Raadt
2017-09-03Checking sizeof size_t by SIZE_MAX instead of _LP64Kinichiro Inoguchi
2017-08-30Fix ifdef to if in gcm128.cKinichiro Inoguchi
2017-08-14fix missing bracket on ARMBrent Cook
2017-08-13move endian/word size checks from runtime to compile timeBrent Cook
2017-05-02use freezero() instead of memset/explicit_bzero + free. SubstantiallyTheo de Raadt
2017-01-04Convert ARM assembly to unified syntax. Clang demands it, binutilsPatrick Wildt
2016-12-21Explicitly export a list of symbols from libcrypto.Joel Sing
2016-11-04Replace all uses of magic numbers when operating on OPENSSL_ia32_P[] byMiod Vallat
2016-11-04Remove I386_ONLY define. It was only used to prefer aMiod Vallat
2016-09-04Less S390.Joel Sing
2016-09-04Less IA64.Joel Sing
2015-09-10Correct spelling of OPENSSL_cleanse.Joel Sing
2015-07-19unifdef -UCBC_HANDLES_TRUNCATED_IOMiod Vallat
2015-02-10Remove assert() or OPENSSL_assert() of pointers being non-NULL. The policyMiod Vallat
2015-02-07Delete a lot of #if 0 code in libressl.Doug Hogan
2014-09-27Doh, rev 1.4 had left out one routine with both 32-bit and 64-bit code, whereMiod Vallat
2014-07-10Explicitly include <openssl/opensslconf.h> in every file that referencesJoel Sing
2014-07-09Remove leading underscore from _BYTE_ORDER and _{LITTLE,BIG}_ENDIAN, to beMiod Vallat
2014-06-27hand-KNF macro the do { } while loopsTheo de Raadt
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-06-07malloc() result does not need a cast.Theo de Raadt