summaryrefslogtreecommitdiffstats
path: root/crypto/rsa/rsa_err.c
AgeCommit message (Expand)Author
2020-11-24ERR: Rebuild all generated error headers and source filesRichard Levitte
2020-02-13Make the RSA ASYM_CIPHER implementation available inside the FIPS moduleMatt Caswell
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte
2019-07-31make RSA and DSA operations throw MISSING_PRIVATE_KEY if needed, adapt ECDSADavid von Oheimb
2019-07-16Regenerate mkerr filesRich Salz
2019-03-12added generated filesShane Lontis
2018-12-06Following the license change, modify the boilerplates in crypto/rsa/Richard Levitte
2018-04-03Set error code on alloc failuresRich Salz
2017-11-21Support multi-prime RSA (RFC 8017)Paul Yang
2017-06-12Put message strings in state filesRich Salz
2017-06-07make error tables const and separate header fileRich Salz
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