Add options to check certificate types.
[openssl.git] / crypto / rsa / rsa_lib.c
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...
2000-02-05 Ulf MöllerNew functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end...
2000-01-23 Dr. Stephen HensonTidy up CRYPTO_EX_DATA structures.
1999-09-08 Dr. Stephen HensonOops... forgot the other RSA_NULL patches...
1999-06-29 Dr. Stephen HensonNew functions to allow RSA_METHODs to be changed withou...
1999-04-23 Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-19 Ulf MöllerChange functions to ANSI C.
1999-04-17 Ben LaurieMassive constification.
1999-03-22 Ben LaurieFix security hole.
1998-12-31 Ralf S. EngelschallFix version stuff:
1998-12-29 Ben LaurieAdd prototypes. Make Montgomery stuff explicitly for...
1998-12-23 Ralf S. Engelschall*** empty log message *** OpenSSL_0_9_1c
1998-12-23 Ralf S. EngelschallSwitch version string to SSLeay/OpenSSL
1998-12-22 Ralf S. EngelschallVarious cleanups and fixed by Marc and Ralf to start...
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21 Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.1b (unreleased) SSLeay
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21 Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.0b
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21 Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.8.1b
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...