OpenSSL 3.2.0, QUIC, macOS, error 56 on connected UDP socket
[openssl.git] / crypto / rsa / rsa_chk.c
2023-09-07 Matt CaswellCopyright year updates
2023-04-13 Tomas MrazFix the LCM computation in the RSA multiprime key check
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-06-28 Matt CaswellThe rsa_validate_keypair_multiprime() function return...
2021-04-08 Matt CaswellUpdate copyright year
2021-03-18 Shane LontisAdd ossl_rsa symbols
2021-03-17 Jon SpillettFix up issues found when running evp_extra_test with...
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-04-28 Richard LevitteRename FIPS_MODE to FIPS_MODULE
2020-02-20 PauliDeprecate the low level RSA functions.
2020-01-29 Shane LontisAdd RSA key validation to default provider
2019-10-14 Kurt RoeckxAdd BN_check_prime()
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-04-30 Dr. Matthias St... FIPS: Fix compiler errors in rsa_chk.c when building...
2019-03-12 Shane LontisFIPS 186-4 RSA Generation & Validation
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2017-11-28 Andy Polyakovrsa/rsa_gen.c: harmonize keygen's ability with RSA_secu...
2017-11-21 Paul YangSupport multi-prime RSA (RFC 8017)
2016-08-22 Rich SalzRT2676: Reject RSA eponent if even or 1
2016-05-17 Rich SalzCopyright consolidation 08/10
2016-04-06 Richard LevitteMake the RSA structure opaque
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-12-18 Richard LevitteRemove the "eay" c-file-style indicators
2015-05-01 Rich Salzfree NULL cleanup 7
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-09-21 Andy Polyakovcrypto/rsa/rsa_chk.c: harmonize error codes.
2014-09-08 Rich SalzRT992: RSA_check_key should have a callback arg
2013-11-09 Dr. Stephen HensonCheck for missing components in RSA_check.
2002-12-08 Geoff ThorpeThis is a first-cut at improving the callback mechanism...
2000-11-06 Richard LevitteConstify the RSA library.
2000-01-22 Ulf MöllerDocument the DH library, and make some minor changes...
2000-01-12 Bodo MöllerTurn BN_prime_checks into a macro.
1999-07-15 Ulf MöllerRSA private keys without dmp1/dmq1/iqmp are also valid...
1999-07-13 Dr. Stephen HensonEliminate a warning: BN_mod_inverse() returns a (BIGNUM...
1999-07-12 Bodo Möllercorrect error handling
1999-07-11 Bodo Möllertypo
1999-07-11 Bodo MöllerNew function RSA_check_key.