aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dsa
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2021-04-221-1/+1
* dsa: remove unused macroPauli2021-04-211-7/+0
* Detect low-level engine and app method based keysTomas Mraz2021-04-191-3/+10
* Do not allow creating empty RSA keys by duplicationTomas Mraz2021-04-151-1/+0
* Add selection support to the provider keymgmt_dup functionTomas Mraz2021-04-152-5/+11
* Implement provider-side keymgmt_dup functionTomas Mraz2021-04-153-40/+46
* Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis2021-04-121-1/+1
* DSA_generate_parameters_ex: use the old method for all small keysTomas Mraz2021-04-011-1/+1
* Implement EVP_PKEY_dup() functionTomas Mraz2021-03-281-2/+60
* PROV: Add type specific PKCS#8 decoding to the DER->key decodersRichard Levitte2021-03-192-59/+77
* Add ossl_encode symbolsShane Lontis2021-03-181-1/+1
* Add ossl_asn1 symbolsShane Lontis2021-03-181-1/+1
* Fix external symbols for crypto_*Shane Lontis2021-03-181-1/+2
* Update copyright yearMatt Caswell2021-03-118-8/+8
* Fix external symbols related to dsa keysShane Lontis2021-02-2610-32/+31
* Fix external symbols related to dh keysShane Lontis2021-02-261-1/+1
* Remove inclusion of unnecessary header filesTomas Mraz2021-02-241-5/+3
* dsa_check: Perform simple parameter check if seed is not availableTomas Mraz2021-02-183-8/+14
* Update copyright yearRichard Levitte2021-01-283-3/+3
* Remove pkey_downgrade from PKCS7 codeShane Lontis2021-01-201-18/+0
* Allow EVP_PKEY private key objects to be created without a public componentJon Spillett2021-01-152-14/+0
* dsa: provider and library deprecation changesPauli2020-12-173-5/+15
* DECODER: Adjust the library context of keys in our decodersRichard Levitte2020-12-171-0/+5
* DSA: Make DSA_bits() and DSA_size() check that there are key parametersRichard Levitte2020-12-052-6/+10
* EVP_PKEY & DSA: Make DSA EVP_PKEY_CTX parameter ctrls / setters more availableRichard Levitte2020-11-271-144/+0
* ERR: Rebuild all generated error headers and source filesRichard Levitte2020-11-241-5/+11
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-137-45/+44
* Fix no-dhMatt Caswell2020-10-191-3/+2
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-153-5/+5
* Remove CMS recipient info information out of the algorithm implementationsMatt Caswell2020-10-151-6/+0
* Move CMS signing code out of the algorithms and into CMSMatt Caswell2020-10-151-16/+0
* ffc: add _ossl to exported but internal functionsPauli2020-10-067-28/+31
* der: _ossl prefix DER functionsPauli2020-10-011-1/+1
* keygen: add FIPS error state management to conditional self testsShane Lontis2020-09-121-0/+2
* Add multiple fixes for ffc key generation using invalid p,q,g parameters.Shane Lontis2020-07-091-0/+7
* Fix CID-1464802Shane Lontis2020-06-301-1/+1
* Add ACVP fips module testsShane Lontis2020-06-173-24/+13
* Generate error queue entry on FFC_CHECK_BAD_LN_PAIR for DH and DSADr. David von Oheimb2020-06-102-2/+3
* Constify X509_PUBKEY_get(), X509_PUBKEY_get0(), and X509_PUBKEY_get0_param()Dr. David von Oheimb2020-05-261-1/+1
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-285-22/+22
* Update copyright yearMatt Caswell2020-04-2311-11/+11
* Fix DH_get_nid() so that it does not cache values.Shane Lontis2020-04-201-0/+5
* When calling the import_to function pass the libctx tooMatt Caswell2020-04-171-3/+4
* Use build.info, not ifdef for crypto modulesRich Salz2020-04-162-13/+11
* Add DSA keygen to providerShane Lontis2020-04-156-16/+186
* Enable export_to functions to have access to the libctxMatt Caswell2020-04-091-1/+2
* PROV: Add DERlib support for DSARichard Levitte2020-04-072-71/+1
* Param build: make structures opaque.Pauli2020-03-281-14/+18
* Param builder: make the OSSL_PARAM_BLD APIs public.Pauli2020-03-281-9/+9
* EVP: Implement support for key downgrading in backendsRichard Levitte2020-03-253-2/+81