summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/engine/eng_padlock.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make ENGINE_free() succeed on NULL. Matches OpenSSL's behavior andtb2018-04-141-10/+11
* Remove I386_ONLY define. It was only used to prefer amiod2016-11-041-2/+2
* Delete a lot of #if 0 code in libressl.doug2015-02-071-3/+5
* None of these need to include <openssl/rand.h>jsing2014-10-181-2/+1
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-2/+2
* KNF.jsing2014-06-221-235/+261
* tags as requested by miod and teduderaadt2014-06-121-0/+1
* Expand the OPENSSL_{GLOBAL,EXPORT,IMPORT,EXTERN} macros - this rids thejsing2014-05-221-2/+2
* Remove WIN32, WIN64 and MINGW32 tentacles.miod2014-04-281-6/+1
* Use C99 initializers for the various FOO_METHOD structs. More readable, andmiod2014-04-271-6/+3
* Restore beck's rev 1.3: snprintf() was reviewedguenther2014-04-201-1/+1
* We'll interpret a (void) cast on snprintf() to mean it's been verified thatguenther2014-04-191-1/+1
* Get rid of MS Visual C compiler and Intel C compiler specific defines.miod2014-04-171-132/+1
* Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversionsbeck2014-04-151-1/+1
* Remove eng_cryptodev.c (merged into old-name hw_cryptodev.c); movemiod2014-04-141-9/+29
* import openssl-0.9.8jdjm2009-01-091-2/+2
* import of OpenSSL 0.9.8hdjm2008-09-061-0/+1219