aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-03-03Add pairwise consistency self tests to asym keygeneratorsShane Lontis3-0/+11
2020-03-02PROV: Add a OP_keymgmt_match() function to our DH, DSA, RSA and EC_KEY implRichard Levitte1-0/+4
2020-03-02EVP: Add support for copying provided EVP_PKEYsRichard Levitte1-0/+1
2020-03-02KEYMGMT: Add a keydata copy functionRichard Levitte2-1/+10
2020-03-02EVP: Add support for comparing provided EVP_PKEYsRichard Levitte1-0/+1
2020-03-02KEYMGMT: Add a keydata matching functionRichard Levitte2-0/+9
2020-03-02EVP: Adapt EVP_PKEY_missing_parameters() for provider keysRichard Levitte1-0/+1
2020-02-29Fix drop of const qualifierAndré Klitzing1-4/+4
2020-02-29EVP: Add evp_pkey_upgrade_to_provider(), for EVP_PKEY upgradesRichard Levitte1-0/+3
2020-02-29Rethink the EVP_PKEY cache of provider side keysRichard Levitte1-15/+43
2020-02-28x509v3 subjectSignTool extention supportNikolay Morozov2-1/+26
2020-02-27Deprecate ASN1_sign(), ASN1_verify() and ASN1_digest()Richard Levitte1-7/+9
2020-02-27VMS: mitigate for the C++ compiler that doesn't understand certain pragmasRichard Levitte2-5/+17
2020-02-26Mem-sec small code adjustmentDavide Galassi1-2/+1
2020-02-25DRBG: delay initialization of DRBG method until instantiationDr. Matthias St. Pierre1-1/+1
2020-02-22Refactor evp_pkey_make_provided() to do legacy to provider exportRichard Levitte1-0/+4
2020-02-22PROV: add RSA signature implementationRichard Levitte3-10/+34
2020-02-21Don't exclude quite so much in a no-sock buildDr. David von Oheimb4-8/+41
2020-02-21Params: add argument to the _from_text calls to indicate if the param exists.Pauli1-1/+1
2020-02-20Deprecate the low level Diffie-Hellman functions.Pauli2-111/+137
2020-02-20DH: fix header file indentationPauli1-135/+125
2020-02-20Deprecate the low level RSA functions.Pauli1-190/+232
2020-02-20rsa.h: fix preprocessor indentationPauli1-81/+81
2020-02-18[PROV][KMGMT][KEXCH][EC] Implement EC keymgtm and ECDHNicola Tuveri4-46/+71
2020-02-17chunk 7 of CMP contribution to OpenSSLDr. David von Oheimb6-2/+29
2020-02-17fix various formatting nits in CMP contribution chunks 1-6 found by the new u...Dr. David von Oheimb5-18/+18
2020-02-17improve CMP logging according to comments on CMP chunk 7 previewDr. David von Oheimb1-27/+3
2020-02-17Fix a bug for aarch64 BigEndiansimplelins1-2/+5
2020-02-16Add FFC param/key validationShane Lontis3-21/+53
2020-02-15include/openssl/whrlpool.h: correct unbalanced deprecation guardsRichard Levitte1-3/+1
2020-02-13Make the RSA ASYM_CIPHER implementation available inside the FIPS moduleMatt Caswell2-1/+3
2020-02-12Add OSSL_SERIALIZER_PUBKEY_TO_DER_PQ and friendsRichard Levitte1-0/+4
2020-02-12fix build for new HTTP client in case OPENSSL_NO_CMP or OPENSSL_NO_OCSPDr. David von Oheimb1-35/+40
2020-02-12Remove unused ossl_param_bld_to_param_ex() function.Pauli1-4/+0
2020-02-12Remove unused OSSL_PARAM_construct_from_text() function.Pauli1-5/+0
2020-02-12Deprecate the low level DSA functions.Pauli1-75/+91
2020-02-12dsa.h: fix preprocessor indentationPauli1-53/+56
2020-02-11Add S390 support for provider based X25519/X448Matt Caswell1-0/+7
2020-02-11Implement Provider side Key Management for X25519 and X448Matt Caswell1-8/+2
2020-02-11Implement a stricter ECX_KEY typeMatt Caswell2-17/+68
2020-02-10Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.cDr. David von Oheimb9-30/+165
2020-02-10add BIO_socket_wait(), BIO_wait(), and BIO_connect_retry() improving timeout ...Dr. David von Oheimb3-0/+13
2020-02-10Memory allocator code cleanupDavide Galassi1-49/+53
2020-02-07Fix no-dhMatt Caswell2-7/+16
2020-02-07RAND_DRBG: add a callback data for entropy and nonce callbacksDr. Matthias St. Pierre1-0/+4
2020-02-07Redesign the KEYMGMT libcrypto <-> provider interface - the basicsRichard Levitte5-154/+118
2020-02-07Reorganize the internal evp_keymgmt functionsRichard Levitte1-9/+14
2020-02-06Prevent compiler warning for unused static function.Davide Galassi1-3/+2
2020-02-06Removed unused ssl_dane struct declaration.Davide Galassi1-2/+3
2020-02-06Add FFC param/key generationShane Lontis4-1/+90