summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/rsa/rsa_pss.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* KNFmiod2014-07-091-97/+93
|
* tags as requested by miod and teduderaadt2014-06-121-1/+1
|
* if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefullymiod2014-05-221-4/+2
| | | | eyeballed before applying. Contributed by Cyril Roelandt on tech@
* Get rid of MS Visual C compiler and Intel C compiler specific defines.miod2014-04-171-8/+0
|
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-4/+4
| | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free
* import OpenSSL-1.0.1cdjm2012-10-131-28/+53
|
* import OpenSSL-1.0.0adjm2010-10-011-5/+11
|
* import openssl-0.9.8jdjm2009-01-091-3/+3
|
* import of OpenSSL 0.9.8hdjm2008-09-061-1/+9
|
* import of openssl-0.9.7jdjm2006-06-271-0/+261