summaryrefslogtreecommitdiff
path: root/crypto/dsa/dsa_lib.c
Commit message (Expand)AuthorAgeFilesLines
* PROV: Add a OP_keymgmt_match() function to our DH, DSA, RSA and EC_KEY implRichard Levitte2020-03-021-0/+5
* Add FFC param/key validationShane Lontis2020-02-161-8/+18
* Deprecate the low level DSA functions.Pauli2020-02-121-0/+6
* Redesign the KEYMGMT libcrypto <-> provider interface - the basicsRichard Levitte2020-02-071-25/+25
* Modify DSA and DH keys to use a shared FFC_PARAMS structShane Lontis2020-01-241-54/+25
* DSA: Move DSA_security_bits() and DSA_bits()Richard Levitte2020-01-171-12/+11
* CRYPTO: Remove support for ex_data fields when building the FIPS moduleRichard Levitte2020-01-151-7/+6
* Add dsa signature alg to fips providerShane Lontis2020-01-121-150/+144
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Implement DSA in the default providerMatt Caswell2019-09-091-0/+2
* Following the license change, modify the boilerplates in crypto/dsa/Richard Levitte2018-12-061-1/+1
* Harmonize the error handling codepathNicola Tuveri2018-09-051-3/+5
* Fix segfault in RSA_free() (and DSA/DH/EC_KEY)Nicola Tuveri2018-09-051-1/+1
* Update copyright yearMatt Caswell2018-05-291-1/+1
* DSA: add simple getters for commonly used struct membersDr. Matthias St. Pierre2018-05-281-0/+25
* Remove parentheses of return.KaoruToda2017-10-181-3/+3
* Remove email addresses from source code.Rich Salz2017-10-131-2/+0
* Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli2017-08-301-1/+1
* e_os.h removal from other headers and source files.Pauli2017-08-301-1/+2
* Make default_method mostly compile-timeRich Salz2017-04-071-14/+0
* Add support for reference counting using C11 atomicsKurt Roeckx2016-11-171-2/+2
* Add DSA_bits() function.Dr. Stephen Henson2016-08-011-0/+5
* Fix the build and tests following constification of DH, DSA, RSAMatt Caswell2016-06-161-3/+3
* Constify the parameter getters for RSA, DSA and DHRichard Levitte2016-06-151-13/+10
* Raise an Err when CRYPTO_THREAD_lock_new failsFdaSilvaYY2016-06-011-0/+1
* Copyright consolidation 07/10Rich Salz2016-05-171-54/+6
* Add checks on CRYPTO_new_ex_data return value...FdaSilvaYY2016-04-281-19/+16
* Fix set0 reuse testViktor Dukhovni2016-04-271-1/+1
* RSA, DSA, DH: Allow some given input to be NULL on already initialised keysRichard Levitte2016-04-271-13/+37
* Fix double free bug in error pathMatt Caswell2016-04-091-0/+1
* Make DH opaqueMatt Caswell2016-04-091-12/+28
* Make DSA_METHOD opaqueMatt Caswell2016-04-031-20/+18
* Make the DSA structure opaqueMatt Caswell2016-04-031-1/+74
* Remove #error from include files.Rich Salz2016-03-201-6/+2
* Convert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading APIAlessandro Ghedini2016-03-081-5/+18
* Remove kinv/r fields from DSA structure.Dr. Stephen Henson2016-03-071-2/+0
* GH715: Missed some null-check-removals. follow commits 412bafdcf5, and 7c96db...FdaSilvaYY2016-02-281-4/+2
* GH715: ENGINE_finish can take NULLRich Salz2016-02-251-5/+3
* Move to REF_DEBUG, for consistency.Rich Salz2016-02-111-18/+5
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Check for missing DSA parameters.Dr. Stephen Henson2015-12-301-1/+3
* ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz2015-12-011-7/+0
* remove 0 assignments.Rich Salz2015-09-031-14/+1
* RT3999: Remove sub-component version stringsRich Salz2015-08-101-2/+0
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+1
* free NULL cleanup 7Rich Salz2015-04-301-14/+7
* remove malloc castsRich Salz2015-04-281-1/+1
* Simplify DSA public key handling.Dr. Stephen Henson2015-03-261-1/+0
* free NULL cleanupRich Salz2015-03-241-2/+1