EC2M Lopez-Dahab ladder implementation
[openssl.git] / include / openssl / rsa.h
2018-05-28 Dr. Matthias St... RSA: add simple getters for commonly used struct members
2018-03-21 Jack BatesConvert _meth_get_ functions to const getters
2018-02-13 Matt CaswellUpdate copyright year
2018-02-09 Nick MathewsonRemove redundant declarations of ERR_load_*_strings()
2017-11-21 Paul YangSupport multi-prime RSA (RFC 8017)
2017-06-07 Rich Salzmake error tables const and separate header file
2017-06-06 Dr. Stephen HensonFix define to match documentation
2017-04-27 Bernd EdlingerAdd parentheses on public macros where appropriate.
2017-04-07 Rich SalzMake default_method mostly compile-time (cont'd)
2017-04-07 Rich SalzMake default_method mostly compile-time
2017-01-18 Dr. Stephen HensonDefines and strings for special salt length values...
2017-01-18 Dr. Stephen HensonAdd support for -1, -2 salt lengths for PSS only keys.
2017-01-08 Dr. Stephen Hensonfix typo and remove duplicate macro
2017-01-08 Dr. Stephen Hensonmake errors
2017-01-08 Dr. Stephen HensonOnly allow PSS padding for PSS keys.
2017-01-08 Dr. Stephen HensonInitial parameter restrictions.
2017-01-08 Dr. Stephen HensonAdd rsa_pss_get_param.
2017-01-08 Dr. Stephen HensonSupport pad mode get/set for PSS keys.
2017-01-08 Dr. Stephen HensonKey gen param support.
2017-01-08 Dr. Stephen HensonSupport RSA operations in PSS.
2017-01-08 Dr. Stephen HensonPSS parameter encode and decode.
2017-01-08 Dr. Stephen HensonCache maskHash parameter
2016-12-09 Dr. Stephen HensonCheck input length to pkey_rsa_verify()
2016-11-07 David BenjaminImplement RSASSA-PKCS1-v1_5 as specified.
2016-07-20 Kurt RoeckxCheck for errors allocating the error strings.
2016-06-27 Andy Polyakovrsa/rsa_lib.c: const-ify RSA_get0_engine().
2016-06-27 Rich SalzRT4586: Remove RSA_memory_lock; unused, not needed
2016-06-15 Richard LevitteConstify the parameter getters for RSA, DSA and DH
2016-06-06 Matt CaswellDeprecate the flags that switch off constant time
2016-05-23 Rich SalzRemove unused error/function codes.
2016-05-18 Matt CaswellAdd some error messages for malloc fails
2016-05-17 Rich SalzCopyright consolidation 03/10
2016-04-06 Richard LevitteMake the RSA_METHOD structure opaque
2016-04-06 Richard LevitteMake the RSA structure opaque
2016-03-20 Rich SalzRemove #error from include files.
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading API
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-08 Viktor DukhovniBackwards-compatibility subject to OPENSSL_API_COMPAT
2015-12-02 Dr. Stephen HensonRemove RSA_FLAG_SIGN_VER flag.
2015-12-01 Rich Salzex_data part 2: doc fixes and CRYPTO_free_ex_index.
2015-11-17 Rich SalzRename RSA_eay_xxx to rsa_ossl_xxx
2015-10-30 Rich SalzReplace "SSLeay" in API with OpenSSL
2015-09-20 Dr. Stephen HensonMove EVP_PKEY_METHOD into private headers.
2015-09-11 Ben LaurieEnable -Wmissing-variable-declarations and
2015-07-16 Rich SalzRemove obsolete key formats.
2015-06-08 Kurt RoeckxProperly check certificate in case of export ciphers.
2015-03-31 Richard LevitteStop symlinking, move files to intended directory