Fix migration guide mappings for i2o/o2i_ECPublicKey
[openssl.git] / crypto / rsa / rsa_pss.c
2023-09-07 Matt CaswellCopyright year updates
2023-03-01 slontisRemove ossl_rsa_pss_params_30_set_maskgenalg().
2022-12-08 Clemens Langsignature: Clamp PSS salt len to MD len
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-05-29 Pauliadd zero strenght arguments to BN and RAND RNG calls
2021-02-18 Matt CaswellUpdate copyright year
2021-02-05 Tomas MrazRSA: properly generate algorithm identifier for RSA...
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-10-06 Paulirsa: add ossl_ prefix to internal rsa_ calls.
2020-05-14 Richard LevitteRSA: Add a less loaded PSS-parameter structure
2020-04-23 Matt CaswellUpdate copyright year
2020-03-19 Matt CaswellUse RAND_bytes_ex in crypto/rsa
2020-02-20 PauliDeprecate the low level RSA functions.
2019-09-28 Dr. Matthias St... Reorganize local header files
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-09-10 Dr. Matthias St... crypto/rsa/rsa_pss.c: silence coverity warning
2018-09-06 Shane LontisRSA padding Zeroization fixes
2017-12-08 Rich SalzConsistent formatting for sizeof(foo)
2017-08-25 Paul YangThis part fixes braces around if-else.
2017-03-13 Bernd EdlingerFix a crash or unbounded allocation in RSA_padding_add_...
2017-01-18 Dr. Stephen HensonDefines and strings for special salt length values...
2016-05-17 Rich SalzCopyright consolidation 08/10
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-12-07 Richard LevitteCleanup: fix all sources that used EVP_MD_CTX_(create...
2015-12-07 Richard LevitteAdjust all accesses to EVP_MD_CTX to use accessor funct...
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-01 Rich Salzfree null cleanup finale
2015-01-22 Matt CaswellRe-align some comments after running the reformat script.
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-12-30 Tim Hudsonmark all block comments that need format preserving...
2014-12-08 Dr. Stephen Hensonremove OPENSSL_FIPSAPI
2014-12-08 Dr. Stephen Hensonremove FIPS module code from crypto/rsa
2014-12-08 Dr. Stephen HensonRemove fips_constseg references.
2011-09-14 Andy PolyakovAllow for dynamic base in Win64 FIPS module.
2011-02-03 Bodo MöllerFix error codes.
2011-01-27 Dr. Stephen HensonRedirect FIPS memory allocation to FIPS_malloc() routin...
2011-01-27 Dr. Stephen HensonChange OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn...
2011-01-26 Dr. Stephen HensonFIPS mode RSA changes:
2010-03-11 Dr. Stephen HensonExtend PSS padding code to support different digests...
2009-09-23 Dr. Stephen HensonAudit libcrypto for unchecked return values: fix all...
2009-09-13 Dr. Stephen HensonSubmitted by: Julia Lawall <julia@diku.dk>
2008-12-29 Ben LaurieIf we're going to return errors (no matter how stupid...
2008-12-29 Ben LaurieMake sure a bad parameter to RSA_verify_PKCS1_PSS(...
2008-11-05 Dr. Stephen HensonUpdate obsolete email address...
2005-08-28 Nils Larschfix warnings when building openssl with the following...
2005-08-07 Andy PolyakovFinal(?) WinCE update.
2005-06-02 Andy PolyakovPSS update [from 0.9.7].
2005-06-01 Dr. Stephen HensonUpdate from 0.9.7-stable.
2005-05-28 Dr. Stephen HensonAdd pss/x931 files.