summaryrefslogtreecommitdiff
path: root/lib/libcrypto/aes
AgeCommit message (Expand)Author
2018-11-07Use memmove() instead of memcpy() to get rid of the need forTheo Buehler
2018-10-20RFC 3394 section 2 states that we need at least two 64 bit blocksTheo Buehler
2018-04-03KNF: move two opening curly braces of function bodies to their own linesTheo Buehler
2018-01-07On OpenBSD/armv7 we deliberately trap unaligned access. UnfortunatelyMark Kettenis
2017-12-11http://repzret.org/p/repzret/Theo de Raadt
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-09-04Less S390.Joel Sing
2016-09-04Less IA64.Joel Sing
2015-11-05Cast Td4[] values (which are uint8_t) to uint32_t before shifting them left byMiod Vallat
2015-09-10Correct spelling of OPENSSL_cleanse.Joel Sing
2015-07-19Remove the logic responsible for outputting most AES-NI instructions asMiod Vallat
2015-07-19Replace `.byte 0x48,0x83,0xEC,0x08' with `sub \$8,%rsp' which is exactly theMiod Vallat
2015-07-17extenstion -> extensionMiod Vallat
2015-02-10Remove assert() or OPENSSL_assert() of pointers being non-NULL. The policyMiod Vallat
2014-12-07Make sure to load absolute symbol address with `dla' instead of `la' whenMiod Vallat
2014-12-07Remove OPENSSL_FIPSCANISTER mentions.Miod Vallat
2014-10-28deregister; no binary changeJonathan Gray
2014-07-11Only import cryptlib.h in the four source files that actually need it.Joel Sing
2014-07-10Stop including standard headers via cryptlib.h - pull in the headers thatJoel Sing
2014-07-09remove unused, private version strings except SSL_version_strBrent Cook
2014-07-09Kill more FIPS tentacles by removing the private_AES_set_{enc,dec}rypt_key()Miod Vallat
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-06-11c-file-style hints, begone; ok beckTheo de Raadt
2014-05-30Move the AES wrap test code into regress.Joel Sing
2014-05-24Almost nothing actually needs to include <openssl/e_os2.h>, however byJoel Sing
2014-05-22if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefullyMiod Vallat
2014-05-12Remove AES_bi_ige_encrypt() from libcrypto. This routine is supposed to useMiod Vallat
2014-05-01Do not output SOM-specific directives.Miod Vallat
2014-04-28Remove WIN32, WIN64 and MINGW32 tentacles.Miod Vallat
2014-04-22unifdef -UAES_LONG for we do not intend to run on platforms where int is smallerMiod Vallat
2014-04-22When compiling with AES_WRAP_TEST, make main() return a meaningful valueMiod Vallat
2014-04-17Get rid of MS Visual C compiler and Intel C compiler specific defines.Miod Vallat
2014-04-17some KNF cleanup following the scriptTheo de Raadt
2014-04-17Change library to use intrinsic memory allocation functions instead ofBob Beck
2014-04-15we don't use these files for buildingTed Unangst
2014-04-15remove FIPS mode support. people who require FIPS can buy something thatTed Unangst
2014-04-15First pass at applying KNF to the OpenSSL code, which almost makes itJoel Sing
2014-04-14remove auto-generated dependencies from the old unused build system, soTheo de Raadt
2014-04-13Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.Miod Vallat
2014-04-13Import OpenSSL 1.0.1gMiod Vallat
2012-10-31On amd64 OPENSSL_cpuid_setup and OPENSSL_ia32cap_P are now hidden so we don'tMark Kettenis
2012-10-13resolve conflictsDamien Miller
2012-10-13import OpenSSL-1.0.1cDamien Miller
2010-10-01resolve conflicts, fix local changesDamien Miller
2010-10-01import OpenSSL-1.0.0aDamien Miller
2010-07-01import OpenSSL-1.0.1cThordur I. Bjornsson
2009-04-06import of OpenSSL 0.9.8kDamien Miller
2009-01-09resolve conflictsDamien Miller
2008-09-19fix some cause of bad TEXTREL on i386 and amd64Otto Moerbeek