summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/aes (follow)
Commit message (Expand)AuthorAgeFilesLines
* On OpenBSD/armv7 we deliberately trap unaligned access. Unfortunatelykettenis2018-01-071-7/+7
* http://repzret.org/p/repzret/deraadt2017-12-111-5/+5
* Explicitly export a list of symbols from libcrypto.jsing2016-12-211-1/+5
* Replace all uses of magic numbers when operating on OPENSSL_ia32_P[] bymiod2016-11-043-10/+13
* Less S390.jsing2016-09-041-2237/+0
* Less IA64.jsing2016-09-041-1123/+0
* Cast Td4[] values (which are uint8_t) to uint32_t before shifting them left bymiod2015-11-051-5/+5
* Correct spelling of OPENSSL_cleanse.jsing2015-09-101-2/+2
* Remove the logic responsible for outputting most AES-NI instructions asmiod2015-07-192-46/+0
* Replace `.byte 0x48,0x83,0xEC,0x08' with `sub \$8,%rsp' which is exactly themiod2015-07-191-2/+2
* extenstion -> extensionmiod2015-07-171-1/+1
* Remove assert() or OPENSSL_assert() of pointers being non-NULL. The policymiod2015-02-104-17/+5
* Make sure to load absolute symbol address with `dla' instead of `la' whenmiod2014-12-071-4/+10
* Remove OPENSSL_FIPSCANISTER mentions.miod2014-12-071-4/+0
* deregister; no binary changejsg2014-10-281-2/+2
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-112-5/+4
* Stop including standard headers via cryptlib.h - pull in the headers thatjsing2014-07-101-1/+3
* remove unused, private version strings except SSL_version_strbcook2014-07-091-3/+1
* Kill more FIPS tentacles by removing the private_AES_set_{enc,dec}rypt_key()miod2014-07-098-84/+60
* tags as requested by miod and teduderaadt2014-06-1212-12/+12
* c-file-style hints, begone; ok beckderaadt2014-06-1111-11/+11
* Move the AES wrap test code into regress.jsing2014-05-301-129/+0
* Almost nothing actually needs to include <openssl/e_os2.h>, however byjsing2014-05-241-1/+1
* if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefullymiod2014-05-221-4/+2
* Remove AES_bi_ige_encrypt() from libcrypto. This routine is supposed to usemiod2014-05-122-116/+0
* Do not output SOM-specific directives.miod2014-05-011-0/+6
* Remove WIN32, WIN64 and MINGW32 tentacles.miod2014-04-281-4/+1
* unifdef -UAES_LONG for we do not intend to run on platforms where int is smallermiod2014-04-222-8/+0
* When compiling with AES_WRAP_TEST, make main() return a meaningful valuemiod2014-04-221-1/+15
* Get rid of MS Visual C compiler and Intel C compiler specific defines.miod2014-04-172-11/+3
* some KNF cleanup following the scriptderaadt2014-04-171-2/+3
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-4/+4
* we don't use these files for buildingtedu2014-04-151-120/+0
* remove FIPS mode support. people who require FIPS can buy something thattedu2014-04-151-6/+0
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-1511-1970/+1994
* remove auto-generated dependencies from the old unused build system, soderaadt2014-04-141-33/+0
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-132-2/+4
* This commit was generated by cvs2git to track changes on a CVS vendormiod2014-04-136-76/+126
|\
| * Import OpenSSL 1.0.1gmiod2014-04-138-78/+130
* | On amd64 OPENSSL_cpuid_setup and OPENSSL_ia32cap_P are now hidden so we don'tkettenis2012-10-311-1/+1
* | resolve conflictsdjm2012-10-136-232/+2343
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2012-10-131-4/+25
|\ \
| * | import OpenSSL-1.0.1cdjm2012-10-131-4/+25
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2012-10-1311-252/+12671
|\ \ \ | | |/ | |/|
| * | import OpenSSL-1.0.1cdjm2012-10-1317-484/+15014
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2011-11-032-205/+204
|\| |
| * | import OpenSSL 1.0.0edjm2011-11-032-205/+204
* | | resolve conflicts, fix local changesdjm2010-10-019-1008/+2163
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2010-10-015-525/+1775
|\| |
| * | import OpenSSL-1.0.0adjm2010-10-0112-1428/+3936