summaryrefslogtreecommitdiffstats
path: root/crypto/rsa/rsa_err.c
AgeCommit message (Expand)Author
2017-04-07Make default_method mostly compile-timeRich Salz
2017-01-18Add support for -1, -2 salt lengths for PSS only keys.Dr. Stephen Henson
2017-01-08make errorsDr. Stephen Henson
2017-01-08Only allow PSS padding for PSS keys.Dr. Stephen Henson
2017-01-08Initial parameter restrictions.Dr. Stephen Henson
2017-01-08Add rsa_pss_get_param.Dr. Stephen Henson
2017-01-08PSS parameter encode and decode.Dr. Stephen Henson
2016-12-09Check input length to pkey_rsa_verify()Dr. Stephen Henson
2016-11-07Implement RSASSA-PKCS1-v1_5 as specified.David Benjamin
2016-07-20Check for errors allocating the error strings.Kurt Roeckx
2016-06-27RT4586: Remove RSA_memory_lock; unused, not neededRich Salz
2016-05-23Remove unused error/function codes.Rich Salz
2016-05-18Add some error messages for malloc failsMatt Caswell
2016-05-17Manual fixes after copyright consolidationRich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-11-17Rename RSA_eay_xxx to rsa_ossl_xxxRich Salz
2015-11-05Rebuild error source files.Dr. Stephen Henson
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-09-24RT3066: rewrite RSA padding checks to be slightly more constant time.Emilia Kasper
2014-09-21crypto/rsa/rsa_chk.c: harmonize error codes.Andy Polyakov
2013-06-21CMS RSA-OAEP and RSA-PSS support.Dr. Stephen Henson
2013-06-12Exetended OAEP support.Dr. Stephen Henson
2011-02-03Fix error codes.Bodo Möller
2011-01-26FIPS mode RSA changes:Dr. Stephen Henson
2010-03-11ctrl operations to retrieve RSA algorithm settingsDr. Stephen Henson
2010-03-08RSA PSS verification support including certificates and certificateDr. Stephen Henson
2008-12-29If we're going to return errors (no matter how stupid), then we shouldBen Laurie
2008-12-29Make sure a bad parameter to RSA_verify_PKCS1_PSS() doesn't lead to a crash.Ben Laurie
2008-03-15Initial support for enveloped data decrypt. Extent runex.pl to cover theseDr. Stephen Henson
2006-11-21Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson
2006-09-28Introduce limits to prevent malicious keys being able toBodo Möller
2006-09-06Remove non-functional part of recent patch, after discussion withBodo Möller
2006-09-05Avoid PKCS #1 v1.5 signature attack discovered by Daniel BleichenbacherMark J. Cox
2006-07-17Fix various error codes to match functions.Dr. Stephen Henson
2006-05-11New functions to get key types without dereferncing EVP_PKEY.Dr. Stephen Henson
2006-04-12Initial DSA EVP_PKEY_METHOD. Fixup some error codes.Dr. Stephen Henson
2006-04-09Store digests as EVP_MD instead of a NID.Dr. Stephen Henson
2006-04-09Support for digest signing and X931 in rsa_pkey_meth.Dr. Stephen Henson
2006-03-20Initial support for pluggable public key ASN1 support. Process most publicDr. Stephen Henson
2005-06-02PSS update [from 0.9.7].Andy Polyakov
2005-05-28Update from 0.9.7-stable. Also repatch and rebuild error codes.Dr. Stephen Henson
2005-05-11Fix more error codes.Bodo Möller
2005-04-26some updates for the blinding code; summary:Nils Larsch
2005-04-12Rebuild error codes.Dr. Stephen Henson
2001-07-25always reject data >= nBodo Möller
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2000-03-05Preserve reason strings in automatically build tables.Bodo Möller
1999-09-18Add new sign and verify members to RSA_METHOD and change SSL code to use signDr. Stephen Henson
1999-09-08Oops... forgot the other RSA_NULL patches...Dr. Stephen Henson
1999-07-12correct error handlingBodo Möller