aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rsa/rsa_err.c
Commit message (Expand)AuthorAgeFilesLines
* Check input length to pkey_rsa_verify()Dr. Stephen Henson2016-12-091-0/+1
* Implement RSASSA-PKCS1-v1_5 as specified.David Benjamin2016-11-071-0/+1
* Check for errors allocating the error strings.Kurt Roeckx2016-07-201-1/+2
* RT4586: Remove RSA_memory_lock; unused, not neededRich Salz2016-06-271-1/+0
* Remove unused error/function codes.Rich Salz2016-05-231-21/+9
* Add some error messages for malloc failsMatt Caswell2016-05-181-4/+7
* Manual fixes after copyright consolidationRich Salz2016-05-171-51/+6
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Rename RSA_eay_xxx to rsa_ossl_xxxRich Salz2015-11-171-12/+8
* Rebuild error source files.Dr. Stephen Henson2015-11-051-25/+25
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-145/+168
* RT3066: rewrite RSA padding checks to be slightly more constant time.Emilia Kasper2014-09-241-0/+1
* crypto/rsa/rsa_chk.c: harmonize error codes.Andy Polyakov2014-09-211-1/+2
* CMS RSA-OAEP and RSA-PSS support.Dr. Stephen Henson2013-06-211-0/+11
* Exetended OAEP support.Dr. Stephen Henson2013-06-121-2/+5
* Fix error codes.Bodo Möller2011-02-031-2/+4
* FIPS mode RSA changes:Dr. Stephen Henson2011-01-261-0/+2
* ctrl operations to retrieve RSA algorithm settingsDr. Stephen Henson2010-03-111-0/+1
* RSA PSS verification support including certificates and certificateDr. Stephen Henson2010-03-081-1/+9
* 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-1/+2
* Initial support for enveloped data decrypt. Extent runex.pl to cover theseDr. Stephen Henson2008-03-151-1/+2
* Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson2006-11-211-9/+5
* Introduce limits to prevent malicious keys being able toBodo Möller2006-09-281-0/+1
* 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-0/+3
* 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
* 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
* Initial support for pluggable public key ASN1 support. Process most publicDr. Stephen Henson2006-03-201-4/+7
* 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-0/+13
* Fix more error codes.Bodo Möller2005-05-111-2/+7
* some updates for the blinding code; summary:Nils Larsch2005-04-261-0/+2
* Rebuild error codes.Dr. Stephen Henson2005-04-121-60/+64
* always reject data >= nBodo Möller2001-07-251-0/+1
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-2/+2
* Preserve reason strings in automatically build tables.Bodo Möller2000-03-051-1/+2
* Add new sign and verify members to RSA_METHOD and change SSL code to use signDr. Stephen Henson1999-09-181-0/+1
* Oops... forgot the other RSA_NULL patches...Dr. Stephen Henson1999-09-081-1/+3
* correct error handlingBodo Möller1999-07-121-2/+2
* New function RSA_check_key,Bodo Möller1999-07-111-0/+8
* Complete rewrite of the error code generation script. It now runs as a singleDr. Stephen Henson1999-04-241-53/+55
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-2/+2
* Change functions to ANSI C.Ulf Möller1999-04-191-1/+1
* Make RSA_NO_PADDING really use no padding.Dr. Stephen Henson1999-02-211-1/+1
* Fix case of new functions in error files.Ben Laurie1999-02-181-2/+2
* Add OAEP.Ben Laurie1999-02-171-0/+4