aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rsa/rsa_err.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: updates to pass size_t to RAND_bytes_ex()Pauli2021-06-011-0/+1
* errors: update error message (to be squashed)Pauli2021-05-271-1/+3
* err: rename err_load_xxx_strings_int functionsPauli2021-05-261-1/+1
* ERR: Rebuild all generated error headers and source filesRichard Levitte2020-11-241-1/+2
* Make the RSA ASYM_CIPHER implementation available inside the FIPS moduleMatt Caswell2020-02-131-1/+1
* util/mkerr.pl: make it not depend on the function codeRichard Levitte2019-09-121-1/+1
* make RSA and DSA operations throw MISSING_PRIVATE_KEY if needed, adapt ECDSADavid von Oheimb2019-07-311-0/+2
* Regenerate mkerr filesRich Salz2019-07-161-106/+1
* added generated filesShane Lontis2019-03-121-1/+20
* Following the license change, modify the boilerplates in crypto/rsa/Richard Levitte2018-12-061-1/+1
* Set error code on alloc failuresRich Salz2018-04-031-1/+4
* Support multi-prime RSA (RFC 8017)Paul Yang2017-11-211-0/+11
* Put message strings in state filesRich Salz2017-06-121-10/+6
* make error tables const and separate header fileRich Salz2017-06-071-147/+195
* Make default_method mostly compile-timeRich Salz2017-04-071-5/+0
* Add support for -1, -2 salt lengths for PSS only keys.Dr. Stephen Henson2017-01-181-0/+1
* make errorsDr. Stephen Henson2017-01-081-1/+2
* Only allow PSS padding for PSS keys.Dr. Stephen Henson2017-01-081-0/+1
* Initial parameter restrictions.Dr. Stephen Henson2017-01-081-0/+3
* Add rsa_pss_get_param.Dr. Stephen Henson2017-01-081-0/+1
* PSS parameter encode and decode.Dr. Stephen Henson2017-01-081-0/+1
* 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