]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/rsa/rsa_lib.c
PROV: add RSA signature implementation
[thirdparty/openssl.git] / crypto / rsa / rsa_lib.c
2020-02-22  Richard LevittePROV: add RSA signature implementation
2020-02-20  PauliDeprecate the low level RSA functions.
2020-02-13  Matt CaswellMake the RSA ASYM_CIPHER implementation available insid...
2020-02-06  PauliParams: change UTF8 construct calls to avoid explicit...
2020-01-15  Richard LevitteCRYPTO: Remove support for ex_data fields when building...
2019-11-29  Richard LevittePROV SERIALIZER: add support for writing RSA keys
2019-11-14  Matt CaswellMove RSA Asym cipher code to the default provider
2019-10-17  Richard LevitteNew RSA keymgmt implementation to handle import / expor...
2019-10-17  Richard LevitteAdded internal functions for easy getting and setting...
2019-09-28  Dr. Matthias St... Reorganize local header files
2019-09-28  Dr. Matthias St... Reorganize private crypto header files
2019-09-06  Cesar Pereida Garcia[crypto/rsa] Set the constant-time flag in multi-prime...
2019-09-06  Cesar Pereida Garcia[crypto/asn1] Fix multiple SCA vulnerabilities during...
2019-03-12  Shane LontisFIPS 186-4 RSA Generation & Validation
2019-02-11  PauliFix comment typo
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-10-22  PauliRSA security bits calculation
2018-10-11  Mykola BaibuzSafer memory cleanup in (crypto/rsa/rsa_lib.c)
2018-09-05  Nicola TuveriHarmonize the error handling codepath
2018-09-05  Nicola TuveriFix segfault in RSA_free() (and DSA/DH/EC_KEY)
2018-05-29  Matt CaswellUpdate copyright year
2018-05-28  Dr. Matthias St... RSA: add simple getters for commonly used struct members
2017-11-28  Andy Polyakovrsa/rsa_lib.c: make RSA_security_bits multi-prime aware.
2017-11-21  Paul YangSupport multi-prime RSA (RFC 8017)
2017-09-28  PauliRemove unnecessary #include <openssl/lhash.h> directives.
2017-08-29  PauliMove the REF_PRINT support from e_os.h to internal...
2017-08-29  Paulie_os.h removal from other headers and source files.
2017-08-25  Paul YangThis part fixes braces around if-else.
2017-08-25  Paul YangFix coding style in crypto/rsa directory
2017-04-07  Rich SalzMake default_method mostly compile-time
2017-01-08  Dr. Stephen HensonSupport RSA operations in PSS.
2017-01-08  Dr. Stephen HensonAdd pss field to RSA structure and free it.
2016-11-17  Kurt RoeckxAdd support for reference counting using C11 atomics
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-18  FdaSilvaYYUseless header include of openssl/rand.h
2016-06-16  Matt CaswellFix the build and tests following constification of...
2016-06-15  Richard LevitteConstify the parameter getters for RSA, DSA and DH
2016-05-23  FdaSilvaYYFix and simplify error handling in (RSA/EC_kmeth)_new_m...
2016-05-17  Rich SalzCopyright consolidation 08/10
2016-04-27  Richard LevitteRSA, DSA, DH: Allow some given input to be NULL on...
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-02-28  Rich SalzGH715: Missed some null-check-removals.
2016-02-25  Rich SalzGH715: ENGINE_finish can take NULL
2016-02-11  Rich SalzMove to REF_DEBUG, for consistency.
2016-01-26  Rich SalzRemove /* foo.c */ comments
2015-12-01  Rich Salzex_data part 2: doc fixes and CRYPTO_free_ex_index.
2015-10-30  Rich SalzReplace "SSLeay" in API with OpenSSL
2015-09-03  Rich Salzremove 0 assignments.
2015-09-03  Rich SalzAdd and use OPENSSL_zalloc
2015-08-26  Rich SalzRemove _locked memory functions.
2015-08-10  Rich SalzRT3999: Remove sub-component version strings
2015-05-14  Richard LevitteIdentify and move common internal libcrypto header...
2015-05-06  Rich Salzmemset, memcpy, sizeof consistency fixes
2015-05-04  Rich SalzUse safer sizeof variant in malloc
2015-05-01  Rich Salzfree NULL cleanup 7
2015-04-30  Rich Salzfree cleanup almost the finale
2015-04-28  Rich Salzremove malloc casts
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2014-12-08  Matt CaswellImplement internally opaque bn access from rsa
2014-03-28  Dr. Stephen HensonAdd functions returning security bits.
2012-06-03  Ben LaurieVersion skew reduction: trivia (I hope).
2011-04-23  Dr. Stephen HensonMake sure overrides work for RSA/DSA.
2011-01-25  Dr. Stephen HensonMove RSA encryption functions to new file crypto/rsa...
2009-12-09  Dr. Stephen HensonPR: 2124
2009-08-05  Dr. Stephen HensonPR: 2001
2008-08-06  Geoff ThorpeRemove the dual-callback scheme for numeric and pointer...
2008-07-03  Geoff ThorpeRevert my earlier CRYPTO_THREADID commit, I will commit...
2008-03-28  Geoff ThorpeThere was a need to support thread ID types that couldn...
2007-03-28  Bodo MöllerChange to mitigate branch prediction attacks
2007-01-21  Dr. Stephen HensonConstify version strings and some structures.
2006-06-23  Bodo MöllerNew functions CRYPTO_set_idptr_callback(),
2005-06-01  Nils Larschcheck return value
2005-05-11  Bodo MöllerFix more error codes.
2005-04-26  Nils Larschsome updates for the blinding code; summary:
2004-03-15  Richard LevitteMake sure that the last argument to RAND_add() is a...
2003-04-16  Richard LevitteMemory leak fix: RSA_blinding_on() didn't free Ai under...
2003-04-08  Richard LevitteInclude rand.h, so RAND_status() and friends get proper...
2003-04-02  Bodo Möllermake RSA blinding thread-safe
2003-03-20  Bodo Möllermake sure RSA blinding works when the PRNG is not prope...
2003-01-30  Richard LevitteAdd the possibility to build without the ENGINE framework.
2002-03-09  Dr. Stephen HensonMake {RSA,DSA,DH}_new_method obtain and release an...
2001-09-25  Geoff ThorpeFiddling.
2001-09-25  Geoff ThorpeThis commits changes to various parts of libcrypto...
2001-09-03  Bodo MöllerRename recently introduced functions for improved code...
2001-09-01  Geoff ThorpeMake the necessary changes to work with the recent...
2001-08-25  Geoff ThorpeGive DH, DSA, and RSA functions to "up" their reference...
2001-08-12  Geoff ThorpeThe indexes returned by ***_get_ex_new_index() function...
2001-06-23  Dr. Stephen HensonIn {RSA,DSA,DH}_new_method(x) need to increase the...
2001-04-30  Geoff ThorpeIn RSA, DSA, DH, and RAND - if the "***_new()" function...
2001-02-20  Ulf MöllerUse BN_rand_range().
2000-11-26  Geoff ThorpeEnsure that the "ex_data" member of an RSA structure...
2000-11-08  Richard LevitteReally stupid glitch (a comment not properly ended...
2000-11-08  Richard LevitteRemove references to RSAref. The glue library is but...
2000-11-06  Richard LevitteConstify the RSA library.
2000-10-26  Richard LevitteMerge the engine branch into the main trunk. All confl...
2000-06-01  Richard LevitteThere have been a number of complaints from a number...
2000-04-20  Geoff ThorpePreviously, the default RSA_METHOD was NULL until the...
next