summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2020-03-10Fix handling of CMP msg senderKID and improve doc of related CTX functionsDr. David von Oheimb
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-10fix two mistakes w.r.t. ERR_LIB_* parameters in ERR_add_error_txt()Dr. David von Oheimb
2020-03-09DH: add internal dh_get_method()Richard Levitte
2020-03-09EVP: Check that key methods aren't foreign when exportingRichard Levitte
2020-03-09Remove double fetch of "OSSL_EX_DATA_GLOBAL" for global lockDavide Galassi
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-09Refactor CRMF_poposigningkey_init() to work with provider keysRichard Levitte
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-05crypto/ec/curve448/eddsa.c: fix EBCDIC platformsPatrick Steuer
2020-03-05aes-s390x.pl: fix stg offset caused by typo in perlasmPatrick Steuer
2020-03-05Add DSA Key validation to default providerShane Lontis
2020-03-05Add DH key validation to default providerShane Lontis
2020-03-04Add Serializers for ECShane Lontis
2020-03-03Implementation of Russian GOST CMSDmitry Belyavskiy
2020-03-03Fix build with clang assemblerPhilippe Antoine
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-03-02crypto/perlasm/x86_64-xlate.pl: detect GNU as to deal with quirksRichard Levitte
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-28Fix comment placement in ecp_nistp256.ciScott Arciszewski
2020-02-27Deprecate ASN1_sign(), ASN1_verify() and ASN1_digest()Richard Levitte
2020-02-26secmem: ignore small minsize arguments to CRYPTO_secure_malloc_init().Pauli
2020-02-26Mem-sec small code adjustmentDavide Galassi
2020-02-26x86_64: Replace .asciz "GNU" with .byteH.J. Lu
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-22DSA: More conforming names in crypto/dsa/dsa_aid.cRichard Levitte
2020-02-22rsa_get0_all_params(): Allow zero CRT paramsRichard 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-21Introduce the provider propertyMatt Caswell
2020-02-21pmeth_lib: detect unsupported OSSL_PARAM.Pauli
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-20Deprecate the low level RSA functions.Pauli
2020-02-20Remove unneeded switch statement to fix warningDane (4cad@silvertoque)
2020-02-18[BN] harden `BN_copy()` against leaks from memory accessesNicola Tuveri