summaryrefslogtreecommitdiffstats
path: root/crypto/dsa/dsa_lib.c
AgeCommit message (Expand)Author
2020-12-17DECODER: Adjust the library context of keys in our decodersRichard Levitte
2020-12-05DSA: Make DSA_bits() and DSA_size() check that there are key parametersRichard Levitte
2020-11-27EVP_PKEY & DSA: Make DSA EVP_PKEY_CTX parameter ctrls / setters more availableRichard Levitte
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-06ffc: add _ossl to exported but internal functionsPauli
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte
2020-04-15Add DSA keygen to providerShane Lontis
2020-03-23Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb
2020-03-02PROV: Add a OP_keymgmt_match() function to our DH, DSA, RSA and EC_KEY implRichard Levitte
2020-02-16Add FFC param/key validationShane Lontis
2020-02-12Deprecate the low level DSA functions.Pauli
2020-02-07Redesign the KEYMGMT libcrypto <-> provider interface - the basicsRichard Levitte
2020-01-24Modify DSA and DH keys to use a shared FFC_PARAMS structShane Lontis
2020-01-17DSA: Move DSA_security_bits() and DSA_bits()Richard Levitte
2020-01-15CRYPTO: Remove support for ex_data fields when building the FIPS moduleRichard Levitte
2020-01-12Add dsa signature alg to fips providerShane Lontis
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-09Implement DSA in the default providerMatt Caswell
2018-12-06Following the license change, modify the boilerplates in crypto/dsa/Richard Levitte
2018-09-05Harmonize the error handling codepathNicola Tuveri
2018-09-05Fix segfault in RSA_free() (and DSA/DH/EC_KEY)Nicola Tuveri
2018-05-29Update copyright yearMatt Caswell
2018-05-28DSA: add simple getters for commonly used struct membersDr. Matthias St. Pierre
2017-10-18Remove parentheses of return.KaoruToda
2017-10-13Remove email addresses from source code.Rich Salz
2017-08-30Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli
2017-08-30e_os.h removal from other headers and source files.Pauli
2017-04-07Make default_method mostly compile-timeRich Salz
2016-11-17Add support for reference counting using C11 atomicsKurt Roeckx
2016-08-01Add DSA_bits() function.Dr. Stephen Henson
2016-06-16Fix the build and tests following constification of DH, DSA, RSAMatt Caswell
2016-06-15Constify the parameter getters for RSA, DSA and DHRichard Levitte
2016-06-01Raise an Err when CRYPTO_THREAD_lock_new failsFdaSilvaYY
2016-05-17Copyright consolidation 07/10Rich Salz
2016-04-28Add checks on CRYPTO_new_ex_data return value...FdaSilvaYY
2016-04-27Fix set0 reuse testViktor Dukhovni
2016-04-27RSA, DSA, DH: Allow some given input to be NULL on already initialised keysRichard Levitte
2016-04-09Fix double free bug in error pathMatt Caswell
2016-04-09Make DH opaqueMatt Caswell
2016-04-03Make DSA_METHOD opaqueMatt Caswell
2016-04-03Make the DSA structure opaqueMatt Caswell
2016-03-20Remove #error from include files.Rich Salz
2016-03-08Convert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading APIAlessandro Ghedini
2016-03-07Remove kinv/r fields from DSA structure.Dr. Stephen Henson
2016-02-28GH715: Missed some null-check-removals. follow commits 412bafdcf5, and 7c96db...FdaSilvaYY
2016-02-25GH715: ENGINE_finish can take NULLRich Salz
2016-02-11Move to REF_DEBUG, for consistency.Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-30Check for missing DSA parameters.Dr. Stephen Henson