summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2020-03-10Fix error in case CMP msg POPO is not provided in OSSL_CRMF_MSGS_verify_popo()Dr. David von Oheimb
2020-03-10Chunk 8 of CMP contribution to OpenSSL: CMP server and cmp_mock_srv.c for tes...Dr. David von Oheimb
2020-03-10Extract sk_ASN1_UTF8STRING2text() from ts_get_status_text() in ts_rsp_verify....Dr. David von Oheimb
2020-03-10fix coding style nits w.r.t. 'defined' in http_local.h, http.h, and ocsp.hDr. David von Oheimb
2020-03-09DH: add internal dh_get_method()Richard Levitte
2020-03-09Implement provider support for Ed25519 annd Ed448Matt Caswell
2020-03-09Add provider awareness of EVP_DigestSign() and EVP_DigestVerify()Matt Caswell
2020-03-09Add Key Management support for EdDSA keysMatt Caswell
2020-03-07cmdline app: add provider commandline options.Pauli
2020-03-07Change DH_get_nid() to set the value of q if it is not already setShane Lontis
2020-03-03Implementation of Russian GOST CMSDmitry Belyavskiy
2020-03-03Add pairwise consistency self tests to asym keygeneratorsShane Lontis
2020-03-02PROV: Add a OP_keymgmt_match() function to our DH, DSA, RSA and EC_KEY implRichard Levitte
2020-03-02EVP: Add support for copying provided EVP_PKEYsRichard Levitte
2020-03-02KEYMGMT: Add a keydata copy functionRichard Levitte
2020-03-02EVP: Add support for comparing provided EVP_PKEYsRichard Levitte
2020-03-02KEYMGMT: Add a keydata matching functionRichard Levitte
2020-03-02EVP: Adapt EVP_PKEY_missing_parameters() for provider keysRichard Levitte
2020-02-29Fix drop of const qualifierAndré Klitzing
2020-02-29EVP: Add evp_pkey_upgrade_to_provider(), for EVP_PKEY upgradesRichard Levitte
2020-02-29Rethink the EVP_PKEY cache of provider side keysRichard Levitte
2020-02-28x509v3 subjectSignTool extention supportNikolay Morozov
2020-02-27Deprecate ASN1_sign(), ASN1_verify() and ASN1_digest()Richard Levitte
2020-02-27VMS: mitigate for the C++ compiler that doesn't understand certain pragmasRichard Levitte
2020-02-26Mem-sec small code adjustmentDavide Galassi
2020-02-25DRBG: delay initialization of DRBG method until instantiationDr. Matthias St. Pierre
2020-02-22Refactor evp_pkey_make_provided() to do legacy to provider exportRichard Levitte
2020-02-22PROV: add RSA signature implementationRichard Levitte
2020-02-21Don't exclude quite so much in a no-sock buildDr. David von Oheimb
2020-02-21Params: add argument to the _from_text calls to indicate if the param exists.Pauli
2020-02-20Deprecate the low level Diffie-Hellman functions.Pauli
2020-02-20DH: fix header file indentationPauli
2020-02-20Deprecate the low level RSA functions.Pauli
2020-02-20rsa.h: fix preprocessor indentationPauli
2020-02-18[PROV][KMGMT][KEXCH][EC] Implement EC keymgtm and ECDHNicola Tuveri
2020-02-17chunk 7 of CMP contribution to OpenSSLDr. David von Oheimb
2020-02-17fix various formatting nits in CMP contribution chunks 1-6 found by the new u...Dr. David von Oheimb
2020-02-17improve CMP logging according to comments on CMP chunk 7 previewDr. David von Oheimb
2020-02-17Fix a bug for aarch64 BigEndiansimplelins
2020-02-16Add FFC param/key validationShane Lontis
2020-02-15include/openssl/whrlpool.h: correct unbalanced deprecation guardsRichard Levitte
2020-02-13Make the RSA ASYM_CIPHER implementation available inside the FIPS moduleMatt Caswell
2020-02-12Add OSSL_SERIALIZER_PUBKEY_TO_DER_PQ and friendsRichard Levitte
2020-02-12fix build for new HTTP client in case OPENSSL_NO_CMP or OPENSSL_NO_OCSPDr. David von Oheimb
2020-02-12Remove unused ossl_param_bld_to_param_ex() function.Pauli
2020-02-12Remove unused OSSL_PARAM_construct_from_text() function.Pauli
2020-02-12Deprecate the low level DSA functions.Pauli
2020-02-12dsa.h: fix preprocessor indentationPauli
2020-02-11Add S390 support for provider based X25519/X448Matt Caswell
2020-02-11Implement Provider side Key Management for X25519 and X448Matt Caswell