aboutsummaryrefslogtreecommitdiff
path: root/crypto/dh
AgeCommit message (Expand)AuthorFilesLines
2020-06-19Make EVP_PKEY_CTX_[get|set]_group_name work for DH tooMatt Caswell1-2/+2
2020-06-17Add ACVP fips module testsShane Lontis3-24/+12
2020-06-11kdf: make function naming consistent.Pauli1-3/+3
2020-06-10Generate error queue entry on FFC_CHECK_BAD_LN_PAIR for DH and DSADr. David von Oheimb2-2/+3
2020-06-05Make EVP_PKEY_[get1|set1]_tls_encodedpoint work with provided keysMatt Caswell3-19/+26
2020-05-26Constify X509_PUBKEY_get(), X509_PUBKEY_get0(), and X509_PUBKEY_get0_param()Dr. David von Oheimb1-1/+1
2020-05-26Update core_names.h fields and document most fields.Shane Lontis1-3/+3
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte7-46/+46
2020-04-23Update copyright yearMatt Caswell9-9/+9
2020-04-20Fix DH_get_nid() so that it does not cache values.Shane Lontis5-107/+57
2020-04-17When calling the import_to function pass the libctx tooMatt Caswell1-3/+4
2020-04-16Use build.info, not ifdef for crypto modulesRich Salz2-9/+8
2020-04-16Add DH keygen to providersShane Lontis5-80/+408
2020-04-15Add DSA keygen to providerShane Lontis3-5/+36
2020-04-09Enable export_to functions to have access to the libctxMatt Caswell1-1/+2
2020-03-28Param build: make structures opaque.Pauli1-16/+19
2020-03-28Param builder: make the OSSL_PARAM_BLD APIs public.Pauli1-9/+9
2020-03-25EVP: Implement support for key downgrading in backendsRichard Levitte3-1/+78
2020-03-23DH, DSA, EC_KEY: Fix exporters to allow domain parameter keysRichard Levitte1-5/+9
2020-03-23Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb1-1/+1
2020-03-14DH: remove DH parameter files that aren't used or installed.Pauli5-42/+0
2020-03-09DH: add internal dh_get_method()Richard Levitte1-0/+5
2020-03-09EVP: Check that key methods aren't foreign when exportingRichard Levitte1-0/+8
2020-03-07Change DH_get_nid() to set the value of q if it is not already setShane Lontis3-75/+85
2020-03-05Add DH key validation to default providerShane Lontis1-2/+2
2020-03-03Add pairwise consistency self tests to asym keygeneratorsShane Lontis1-1/+6
2020-02-20Deprecate the low level Diffie-Hellman functions.Pauli13-1/+73
2020-02-16Add FFC param/key validationShane Lontis6-100/+201
2020-02-12Deprecate the low level DSA functions.Pauli1-0/+6
2020-02-11Implement Provider side Key Management for X25519 and X448Matt Caswell1-2/+2
2020-02-07Redesign the KEYMGMT libcrypto <-> provider interface - the basicsRichard Levitte1-24/+20
2020-02-06Add FFC param/key generationShane Lontis4-78/+168
2020-02-06Params: change UTF8 construct calls to avoid explicit strlen(3) calls.Pauli1-2/+2
2020-02-03Missing "obj_mac" header file in "dh_lib"Davide Galassi1-4/+4
2020-01-31Add support for DH 'modp' group parameters (RFC 3526)Shane Lontis6-92/+158
2020-01-24Modify DSA and DH keys to use a shared FFC_PARAMS structShane Lontis9-204/+135
2020-01-23Add DH key exchange to fips providerShane Lontis4-94/+134
2020-01-15CRYPTO: Remove support for ex_data fields when building the FIPS moduleRichard Levitte2-0/+8
2020-01-07coverity 1201478: check BIO_indent returnsPauli1-7/+9
2019-11-07Update source files for pre-3.0 deprecationRichard Levitte1-1/+1
2019-11-01Fix potential memory leak in dh_ameth.cScott Wilson1-0/+1
2019-10-17DH: Add export of domain parameters to providerRichard Levitte1-12/+11
2019-10-14Add BN_check_prime()Kurt Roeckx1-5/+3
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz2-9/+12
2019-09-28Reorganize local header filesDr. Matthias St. Pierre11-10/+10
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre5-6/+6
2019-09-25s390x assembly pack: accelerate X25519, X448, Ed25519 and Ed448Patrick Steuer1-2/+12
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte1-1/+1
2019-09-11Usages of KDFs converted to use the name macrosPauli1-1/+1
2019-09-09Enable DH "keys" which only contain domain parametersMatt Caswell1-6/+15