summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/engine/eng_aesni.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make ENGINE_free() succeed on NULL. Matches OpenSSL's behavior andtb2018-04-141-6/+6
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-2/+2
* Replace all uses of magic numbers when operating on OPENSSL_ia32_P[] bymiod2016-11-041-11/+5
* Remove assert() or OPENSSL_assert() of pointers being non-NULL. The policymiod2015-02-101-6/+1
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-4/+3
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-3/+3
* tags as requested by miod and teduderaadt2014-06-121-0/+1
* KNF.jsing2014-06-101-162/+169
* Remove WIN32, WIN64 and MINGW32 tentacles.miod2014-04-281-4/+0
* More OpenSSL fixes:djm2010-10-061-4/+4
* AES-NI engine support for OpenSSL.thib2010-07-011-0/+570