summaryrefslogtreecommitdiffstats
path: root/crypto/dsa/dsa_lib.c
AgeCommit message (Expand)Author
2023-09-07Copyright year updatesMatt Caswell
2023-07-05fix memory allocation and reference counting issuesPauli
2023-07-01dsa: update to structure based atomicsPauli
2023-04-03FFC cleanupsslontis
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2021-07-06fips module header inclusion fine-tunningTomas Mraz
2021-04-15Do not allow creating empty RSA keys by duplicationTomas Mraz
2021-04-15Implement provider-side keymgmt_dup functionTomas Mraz
2021-03-18Fix external symbols for crypto_*Shane Lontis
2021-02-26Fix external symbols related to dsa keysShane Lontis
2021-02-26Fix external symbols related to dh keysShane Lontis
2021-02-24Remove inclusion of unnecessary header filesTomas Mraz
2021-01-28Update copyright yearRichard Levitte
2021-01-15Allow EVP_PKEY private key objects to be created without a public componentJon Spillett
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