Fix up path generation to use OPENSSL_MODULES
[openssl.git] / crypto / dsa / dsa_lib.c
2023-10-04 Matthias St. PierreDon't (re-)initialize the FFC_PARAMs in dh_init and...
2023-09-07 Matt CaswellCopyright year updates
2023-07-04 Paulifix memory allocation and reference counting issues
2023-07-01 Paulidsa: update to structure based atomics
2023-04-03 slontisFFC cleanups
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2021-07-06 Tomas Mrazfips module header inclusion fine-tunning
2021-04-15 Tomas MrazDo not allow creating empty RSA keys by duplication
2021-04-15 Tomas MrazImplement provider-side keymgmt_dup function
2021-03-18 Shane LontisFix external symbols for crypto_*
2021-02-26 Shane LontisFix external symbols related to dsa keys
2021-02-26 Shane LontisFix external symbols related to dh keys
2021-02-24 Tomas MrazRemove inclusion of unnecessary header files
2021-01-28 Richard LevitteUpdate copyright year
2021-01-15 Jon SpillettAllow EVP_PKEY private key objects to be created withou...
2020-12-17 Richard LevitteDECODER: Adjust the library context of keys in our...
2020-12-05 Richard LevitteDSA: Make DSA_bits() and DSA_size() check that there...
2020-11-27 Richard LevitteEVP_PKEY & DSA: Make DSA EVP_PKEY_CTX parameter ctrls...
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-05 Pauliffc: add _ossl to exported but internal functions
2020-04-28 Richard LevitteRename FIPS_MODE to FIPS_MODULE
2020-04-15 Shane LontisAdd DSA keygen to provider
2020-03-23 Dr. David von OheimbConstify various mostly X509-related parameter types...
2020-03-02 Richard LevittePROV: Add a OP_keymgmt_match() function to our DH,...
2020-02-16 Shane LontisAdd FFC param/key validation
2020-02-11 PauliDeprecate the low level DSA functions.
2020-02-07 Richard LevitteRedesign the KEYMGMT libcrypto <-> provider interface...
2020-01-24 Shane LontisModify DSA and DH keys to use a shared FFC_PARAMS struct
2020-01-17 Richard LevitteDSA: Move DSA_security_bits() and DSA_bits()
2020-01-15 Richard LevitteCRYPTO: Remove support for ex_data fields when building...
2020-01-12 Shane LontisAdd dsa signature alg to fips provider
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-09-09 Matt CaswellImplement DSA in the default provider
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
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... DSA: add simple getters for commonly used struct members
2017-10-18 KaoruTodaRemove parentheses of return.
2017-10-13 Rich SalzRemove email addresses from source code.
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-04-07 Rich SalzMake default_method mostly compile-time
2016-11-17 Kurt RoeckxAdd support for reference counting using C11 atomics
2016-08-01 Dr. Stephen HensonAdd DSA_bits() function.
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-06-01 FdaSilvaYYRaise an Err when CRYPTO_THREAD_lock_new fails
2016-05-17 Rich SalzCopyright consolidation 07/10
2016-04-28 FdaSilvaYYAdd checks on CRYPTO_new_ex_data return value...
2016-04-27 Viktor DukhovniFix set0 reuse test
2016-04-27 Richard LevitteRSA, DSA, DH: Allow some given input to be NULL on...
2016-04-09 Matt CaswellFix double free bug in error path
2016-04-09 Matt CaswellMake DH opaque
2016-04-02 Matt CaswellMake DSA_METHOD opaque
2016-04-02 Matt CaswellMake the DSA 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-03-07 Dr. Stephen HensonRemove kinv/r fields from DSA structure.
2016-02-28 FdaSilvaYYGH715: Missed some null-check-removals. follow commits...
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-30 Dr. Stephen HensonCheck for missing DSA parameters.
2015-12-01 Rich Salzex_data part 2: doc fixes and CRYPTO_free_ex_index.
2015-09-03 Rich Salzremove 0 assignments.
2015-08-10 Rich SalzRT3999: Remove sub-component version strings
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-01 Rich Salzfree NULL cleanup 7
2015-04-28 Rich Salzremove malloc casts
2015-03-26 Dr. Stephen HensonSimplify DSA public key handling.
2015-03-25 Rich Salzfree NULL cleanup
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-03-28 Dr. Stephen HensonAdd functions returning security bits.
2011-04-23 Dr. Stephen HensonMake sure overrides work for RSA/DSA.
2011-04-07 Dr. Stephen HensonDH keys have an (until now) unused 'q' parameter. When...
2007-01-21 Dr. Stephen HensonConstify version strings and some structures.
2005-07-16 Nils Larschmake
2004-04-19 Geoff Thorpe(oops) Apologies all, that last header-cleanup commit...
2003-01-30 Richard LevitteAdd the possibility to build without the ENGINE framework.
2002-11-29 Richard LevitteRemove incorrect assert.
2002-11-13 Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-03-09 Dr. Stephen HensonMake {RSA,DSA,DH}_new_method obtain and release an...
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-07-26 Lutz JänickeFix problem occuring when used from OpenSSH on Solaris 8.
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-19 Richard LevitteMake all configuration macros available for application...
2000-11-29 Geoff ThorpeDo to DH and DSA what has already been done to RSA...
2000-11-07 Richard LevitteConstify DSA-related code.
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 ThorpeThe handling of DSA_METHOD and DH_METHOD wasn't quite...
2000-01-23 Dr. Stephen HensonTidy up CRYPTO_EX_DATA structures.
next