summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/engine/eng_rsax.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove OpenSSL engine RSAX.doug2015-07-191-695/+0
* BN_CTX_get() can fail - consistently check its return value.jsing2015-02-091-4/+7
* Nuke yet more obvious #include duplications.krw2014-11-191-3/+1
* Guard RSA / RC4-5 ASM when NO_ASM is not definedbcook2014-08-111-3/+4
* if (x) FOO_free(x) -> FOO_free(x).miod2014-07-121-7/+4
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-1/+4
* More KNF.jsing2014-06-221-5/+5
* KNF.jsing2014-06-221-287/+326
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53deraadt2014-05-291-1/+1
* Remove WIN32, WIN64 and MINGW32 tentacles.miod2014-04-281-4/+0
* Use C99 initializers for the various FOO_METHOD structs. More readable, andmiod2014-04-271-16/+6
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-2/+2
* import OpenSSL-1.0.1cdjm2012-10-131-0/+668