summaryrefslogtreecommitdiffstats
path: root/crypto/rsa/rsa_pss.c
AgeCommit message (Expand)Author
2023-09-07Copyright year updatesMatt Caswell
2023-03-01Remove ossl_rsa_pss_params_30_set_maskgenalg().slontis
2022-12-08signature: Clamp PSS salt len to MD lenClemens Lang
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-29add zero strenght arguments to BN and RAND RNG callsPauli
2021-02-18Update copyright yearMatt Caswell
2021-02-05RSA: properly generate algorithm identifier for RSA-PSS signaturesTomas Mraz
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-10-07rsa: add ossl_ prefix to internal rsa_ calls.Pauli
2020-05-14RSA: Add a less loaded PSS-parameter structureRichard Levitte
2020-04-23Update copyright yearMatt Caswell
2020-03-19Use RAND_bytes_ex in crypto/rsaMatt Caswell
2020-02-20Deprecate the low level RSA functions.Pauli
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in crypto/rsa/Richard Levitte
2018-09-10crypto/rsa/rsa_pss.c: silence coverity warningDr. Matthias St. Pierre
2018-09-06RSA padding Zeroization fixesShane Lontis
2017-12-07Consistent formatting for sizeof(foo)Rich Salz
2017-08-25This part fixes braces around if-else.Paul Yang
2017-03-13Fix a crash or unbounded allocation in RSA_padding_add_PKCS1_PSS_mgf1Bernd Edlinger
2017-01-18Defines and strings for special salt length values, add testsDr. Stephen Henson
2016-05-17Copyright consolidation 08/10Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-01free null cleanup finaleRich Salz
2015-01-22Re-align some comments after running the reformat script.Matt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-12-08remove OPENSSL_FIPSAPIDr. Stephen Henson
2014-12-08remove FIPS module code from crypto/rsaDr. Stephen Henson
2014-12-08Remove fips_constseg references.Dr. Stephen Henson
2011-09-14Allow for dynamic base in Win64 FIPS module.Andy Polyakov
2011-02-03Fix error codes.Bodo Möller
2011-01-27Redirect FIPS memory allocation to FIPS_malloc() routine, removeDr. Stephen Henson
2011-01-27Change OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn't just referDr. Stephen Henson
2011-01-26FIPS mode RSA changes:Dr. Stephen Henson
2010-03-11Extend PSS padding code to support different digests for MGF1 and message.Dr. Stephen Henson
2009-09-23Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson
2009-09-13Submitted by: Julia Lawall <julia@diku.dk>Dr. 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-11-05Update obsolete email address...Dr. Stephen Henson
2005-08-28fix warnings when building openssl with the following compiler options:Nils Larsch
2005-08-07Final(?) WinCE update.Andy Polyakov
2005-06-02PSS update [from 0.9.7].Andy Polyakov
2005-06-01Update from 0.9.7-stable.Dr. Stephen Henson