| Commit message (Expand) | Author | Age | Files | Lines |
* | keygen: add FIPS error state management to conditional self tests | Shane Lontis | 2020-09-12 | 1 | -0/+2 |
* | Add multiple fixes for ffc key generation using invalid p,q,g parameters. | Shane Lontis | 2020-07-09 | 1 | -0/+7 |
* | Fix CID-1464802 | Shane Lontis | 2020-06-30 | 1 | -1/+1 |
* | Add ACVP fips module tests | Shane Lontis | 2020-06-17 | 3 | -24/+13 |
* | Generate error queue entry on FFC_CHECK_BAD_LN_PAIR for DH and DSA | Dr. David von Oheimb | 2020-06-10 | 2 | -2/+3 |
* | Constify X509_PUBKEY_get(), X509_PUBKEY_get0(), and X509_PUBKEY_get0_param() | Dr. David von Oheimb | 2020-05-26 | 1 | -1/+1 |
* | Rename FIPS_MODE to FIPS_MODULE | Richard Levitte | 2020-04-28 | 5 | -22/+22 |
* | Update copyright year | Matt Caswell | 2020-04-23 | 11 | -11/+11 |
* | Fix DH_get_nid() so that it does not cache values. | Shane Lontis | 2020-04-20 | 1 | -0/+5 |
* | When calling the import_to function pass the libctx too | Matt Caswell | 2020-04-17 | 1 | -3/+4 |
* | Use build.info, not ifdef for crypto modules | Rich Salz | 2020-04-16 | 2 | -13/+11 |
* | Add DSA keygen to provider | Shane Lontis | 2020-04-15 | 6 | -16/+186 |
* | Enable export_to functions to have access to the libctx | Matt Caswell | 2020-04-09 | 1 | -1/+2 |
* | PROV: Add DERlib support for DSA | Richard Levitte | 2020-04-07 | 2 | -71/+1 |
* | Param build: make structures opaque. | Pauli | 2020-03-28 | 1 | -14/+18 |
* | Param builder: make the OSSL_PARAM_BLD APIs public. | Pauli | 2020-03-28 | 1 | -9/+9 |
* | EVP: Implement support for key downgrading in backends | Richard Levitte | 2020-03-25 | 3 | -2/+81 |
* | DH, DSA, EC_KEY: Fix exporters to allow domain parameter keys | Richard Levitte | 2020-03-23 | 1 | -5/+10 |
* | Constify various mostly X509-related parameter types in crypto/ and apps/ | Dr. David von Oheimb | 2020-03-23 | 1 | -1/+1 |
* | EVP: Check that key methods aren't foreign when exporting | Richard Levitte | 2020-03-09 | 1 | -0/+7 |
* | Add DSA Key validation to default provider | Shane Lontis | 2020-03-04 | 2 | -3/+3 |
* | Add pairwise consistency self tests to asym keygenerators | Shane Lontis | 2020-03-03 | 1 | -5/+62 |
* | PROV: Add a OP_keymgmt_match() function to our DH, DSA, RSA and EC_KEY impl | Richard Levitte | 2020-03-02 | 1 | -0/+5 |
* | DSA: More conforming names in crypto/dsa/dsa_aid.c | Richard Levitte | 2020-02-22 | 1 | -17/+22 |
* | Add FFC param/key validation | Shane Lontis | 2020-02-16 | 7 | -64/+145 |
* | Deprecate the low level DSA functions. | Pauli | 2020-02-11 | 12 | -0/+68 |
* | Implement Provider side Key Management for X25519 and X448 | Matt Caswell | 2020-02-11 | 1 | -2/+2 |
* | Redesign the KEYMGMT libcrypto <-> provider interface - the basics | Richard Levitte | 2020-02-07 | 2 | -48/+44 |
* | Add FFC param/key generation | Shane Lontis | 2020-02-06 | 5 | -612/+89 |
* | PROV: Adapt the DSA signature implementation to provide Algorithmidentifiers | Richard Levitte | 2020-01-28 | 2 | -1/+66 |
* | Modify DSA and DH keys to use a shared FFC_PARAMS struct | Shane Lontis | 2020-01-24 | 8 | -170/+130 |
* | DSA: Move DSA_security_bits() and DSA_bits() | Richard Levitte | 2020-01-17 | 1 | -12/+11 |
* | CRYPTO: Remove support for ex_data fields when building the FIPS module | Richard Levitte | 2020-01-15 | 2 | -7/+8 |
* | Add dsa signature alg to fips provider | Shane Lontis | 2020-01-12 | 6 | -313/+349 |
* | Update source files for pre-3.0 deprecation | Richard Levitte | 2019-11-07 | 1 | -1/+1 |
* | Update source files for deprecation at 3.0 | Richard Levitte | 2019-11-07 | 1 | -1/+1 |
* | DSA: Add export of domain parameters to provider | Richard Levitte | 2019-10-17 | 1 | -10/+9 |
* | Add BN_check_prime() | Kurt Roeckx | 2019-10-14 | 1 | -6/+4 |
* | Explicitly test against NULL; do not use !p or similar | Rich Salz | 2019-10-09 | 1 | -2/+2 |
* | Reorganize local header files | Dr. Matthias St. Pierre | 2019-09-28 | 11 | -10/+10 |
* | Reorganize private crypto header files | Dr. Matthias St. Pierre | 2019-09-28 | 4 | -5/+5 |
* | s390x assembly pack: accelerate X25519, X448, Ed25519 and Ed448 | Patrick Steuer | 2019-09-25 | 1 | -1/+6 |
* | fix for dsa key size feature request issue: pkey -text or -text_pub should sh... | jayaram | 2019-09-24 | 1 | -0/+7 |
* | util/mkerr.pl: make it not depend on the function code | Richard Levitte | 2019-09-12 | 1 | -1/+1 |
* | Implement DSA in the default provider | Matt Caswell | 2019-09-09 | 5 | -3/+76 |
* | make RSA and DSA operations throw MISSING_PRIVATE_KEY if needed, adapt ECDSA | David von Oheimb | 2019-07-31 | 2 | -0/+10 |
* | Regenerate mkerr files | Rich Salz | 2019-07-16 | 1 | -34/+2 |
* | Convert asn1_dsa.c to use the WPACKET API instead | Matt Caswell | 2019-07-11 | 1 | -16/+28 |
* | Add simple ASN.1 utils for DSA signature DER. | David Makepeace | 2019-07-11 | 1 | -7/+57 |
* | Fix Typos | Antoine Cœur | 2019-07-02 | 1 | -1/+1 |