aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rsa/rsa.h
Commit message (Expand)AuthorAgeFilesLines
* Stop symlinking, move files to intended directoryRichard Levitte2015-03-311-668/+0
* OPENSSL_NO_xxx cleanup: many removalsRich Salz2015-01-271-5/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-470/+485
* Fix strange formatting by indentMatt Caswell2015-01-221-6/+12
* indent has problems with comments that are on the right hand side of a line.Matt Caswell2015-01-221-24/+32
* Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz2015-01-141-1/+1
* Change all instances of OPENSSL_NO_DEPRECATED to OPENSSL_USE_DEPRECATEDMatt Caswell2014-12-181-6/+6
* RT3066: rewrite RSA padding checks to be slightly more constant time.Emilia Kasper2014-09-241-1/+2
* crypto/rsa/rsa_chk.c: harmonize error codes.Andy Polyakov2014-09-211-0/+1
* RT992: RSA_check_key should have a callback argRich Salz2014-09-081-0/+1
* Add functions returning security bits.Dr. Stephen Henson2014-03-281-0/+1
* CMS RSA-OAEP and RSA-PSS support.Dr. Stephen Henson2013-06-211-0/+20
* Update to OAEP support.Dr. Stephen Henson2013-06-211-0/+11
* Exetended OAEP support.Dr. Stephen Henson2013-06-121-2/+26
* Give parameters names in prototypes.Dr. Stephen Henson2011-06-171-1/+1
* Remove FIPS RSA functions from crypto/rsa.Dr. Stephen Henson2011-06-021-19/+0
* Make sure overrides work for RSA/DSA.Dr. Stephen Henson2011-04-231-1/+1
* Add PRNG security strength checking.Dr. Stephen Henson2011-04-231-0/+4
* Fix error codes.Bodo Möller2011-02-031-2/+4
* Add sign/verify digest API to handle an explicit digest instead of finalisingDr. Stephen Henson2011-02-021-0/+8
* FIPS mode RSA changes:Dr. Stephen Henson2011-01-261-0/+44
* ctrl operations to retrieve RSA algorithm settingsDr. Stephen Henson2010-03-111-1/+20
* RSA PSS verification support including certificates and certificateDr. Stephen Henson2010-03-081-1/+13
* add separate PSS decode function, rename PSS parameters to RSA_PSS_PARAMSDr. Stephen Henson2010-03-071-3/+4
* Add PSS algorithm printing. This is an initial step towards full PSS support.Dr. Stephen Henson2010-03-061-0/+10
* If we're going to return errors (no matter how stupid), then we shouldBen Laurie2008-12-291-1/+0
* Make sure a bad parameter to RSA_verify_PKCS1_PSS() doesn't lead to a crash.Ben Laurie2008-12-291-0/+1
* Fix from stable branch.Dr. Stephen Henson2008-06-211-0/+2
* Initial support for enveloped data decrypt. Extent runex.pl to cover theseDr. Stephen Henson2008-03-151-0/+1
* Change to mitigate branch prediction attacksBodo Möller2007-03-281-1/+15
* Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson2006-11-211-3/+2
* Introduce limits to prevent malicious keys being able toBodo Möller2006-09-281-0/+12
* Remove non-functional part of recent patch, after discussion withBodo Möller2006-09-061-1/+0
* Avoid PKCS #1 v1.5 signature attack discovered by Daniel BleichenbacherMark J. Cox2006-09-051-0/+1
* Fix various error codes to match functions.Dr. Stephen Henson2006-07-171-1/+4
* New functions to get key types without dereferncing EVP_PKEY.Dr. Stephen Henson2006-05-111-0/+6
* Initial DSA EVP_PKEY_METHOD. Fixup some error codes.Dr. Stephen Henson2006-04-121-1/+1
* Add support for setting keybits and public exponent value for pkey RSA keygen.Dr. Stephen Henson2006-04-111-0/+11
* ctrls to set PSS salt length.Dr. Stephen Henson2006-04-101-0/+7
* Beginnings of PSS support.Dr. Stephen Henson2006-04-101-0/+2
* Implementation of pkey_rsa_verify. Some constification.Dr. Stephen Henson2006-04-101-2/+3
* Store digests as EVP_MD instead of a NID.Dr. Stephen Henson2006-04-091-0/+2
* Support for digest signing and X931 in rsa_pkey_meth.Dr. Stephen Henson2006-04-091-1/+6
* Add checking to padding ctrl.Dr. Stephen Henson2006-04-091-1/+1
* Add RSA ctrl for padding mode, add ctrl support in pkeyutl.Dr. Stephen Henson2006-04-091-0/+6
* Initial support for pluggable public key ASN1 support. Process most publicDr. Stephen Henson2006-03-201-0/+3
* Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts)Bodo Möller2006-01-081-2/+2
* Fix inconsistensy between 8 and HEAD.Andy Polyakov2005-06-021-0/+6
* PSS update [from 0.9.7].Andy Polyakov2005-06-021-2/+2
* Update from 0.9.7-stable. Also repatch and rebuild error codes.Dr. Stephen Henson2005-05-281-9/+30