aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Make SRP library context awareMatt Caswell2020-03-271-0/+16
* Add OCSP_RESPID_set_by_key_ex() and OCSP_RESPID_match_ex()Matt Caswell2020-03-271-0/+4
* Put an error on the stack in the event of a fetch failureMatt Caswell2020-03-271-0/+1
* EVP: Implement support for key downgrading in backendsRichard Levitte2020-03-256-0/+22
* EVP: Downgrade keys rather than upgradeRichard Levitte2020-03-253-10/+10
* EVP: Add EVP_PKEY_set_type_by_keymgmt() and use itRichard Levitte2020-03-251-0/+1
* EVP: Clarify the states of an EVP_PKEYRichard Levitte2020-03-251-10/+28
* Chunk 9 of CMP contribution to OpenSSL: CMP client and related testsDr. David von Oheimb2020-03-253-15/+48
* Issuer Sign Tool extention supportNikolay Morozov2020-03-252-0/+11
* Use a fetched version of SHA256 in tls_process_new_session_ticket()Matt Caswell2020-03-241-0/+1
* Make it possible to easily specify a libctx for EVP_DigestSign*Matt Caswell2020-03-231-3/+3
* Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb2020-03-2310-111/+122
* EVP: fetch the EVP_KEYMGMT earlierRichard Levitte2020-03-211-5/+3
* Add support for passing the libctx to the config loaderShane Lontis2020-03-202-0/+5
* Use RAND_bytes_ex in crypto/rsaMatt Caswell2020-03-191-3/+4
* Make sure we use the libctx when fetching a MACMatt Caswell2020-03-191-1/+2
* Rename OSSL_{d2i,i2d}_CMP_MSG_bio to {d2i,id2}_OSSL_CMP_MSG_bioDr. David von Oheimb2020-03-181-2/+2
* Implement serializers for ED25519 and ED448Matt Caswell2020-03-181-1/+19
* X509: Rename X509_set0_sm2_id() and friendsRichard Levitte2020-03-152-12/+10
* EVP: Don't call digest_custom() quite so earlyRichard Levitte2020-03-151-0/+2
* Add ECDSA to providersShane Lontis2020-03-152-1/+3
* Add RSA sign to the fips providerShane Lontis2020-03-151-1/+4
* Code to thread-safety in ChangeCipherStateBenjamin Kaduk2020-03-131-0/+1
* PROV: Add RSA functionality for key generationRichard Levitte2020-03-122-13/+5
* EVP: Add new domparams and key generation functionalityRichard Levitte2020-03-123-7/+29
* CORE: Add the key object generator libcrypto<->provider interfaceRichard Levitte2020-03-122-2/+33
* Add ECDH to fips providerShane Lontis2020-03-121-0/+2
* Add EC key validation to default providerShane Lontis2020-03-121-0/+4
* Move OSSL_CMP_X509_digest() to x_all.c, renaming it to X509_digest_sig()Dr. David von Oheimb2020-03-102-2/+1
* Fix error in case CMP msg POPO is not provided in OSSL_CRMF_MSGS_verify_popo()Dr. David von Oheimb2020-03-101-0/+1
* Chunk 8 of CMP contribution to OpenSSL: CMP server and cmp_mock_srv.c for tes...Dr. David von Oheimb2020-03-105-25/+96
* Extract sk_ASN1_UTF8STRING2text() from ts_get_status_text() in ts_rsp_verify....Dr. David von Oheimb2020-03-101-0/+3
* fix coding style nits w.r.t. 'defined' in http_local.h, http.h, and ocsp.hDr. David von Oheimb2020-03-102-2/+2
* DH: add internal dh_get_method()Richard Levitte2020-03-091-0/+2
* Implement provider support for Ed25519 annd Ed448Matt Caswell2020-03-091-0/+14
* Add provider awareness of EVP_DigestSign() and EVP_DigestVerify()Matt Caswell2020-03-091-13/+21
* Add Key Management support for EdDSA keysMatt Caswell2020-03-091-11/+16
* cmdline app: add provider commandline options.Pauli2020-03-071-0/+3
* Change DH_get_nid() to set the value of q if it is not already setShane Lontis2020-03-071-0/+15
* Implementation of Russian GOST CMSDmitry Belyavskiy2020-03-033-1/+19
* Add pairwise consistency self tests to asym keygeneratorsShane Lontis2020-03-033-0/+11
* PROV: Add a OP_keymgmt_match() function to our DH, DSA, RSA and EC_KEY implRichard Levitte2020-03-021-0/+4
* EVP: Add support for copying provided EVP_PKEYsRichard Levitte2020-03-021-0/+1
* KEYMGMT: Add a keydata copy functionRichard Levitte2020-03-022-1/+10
* EVP: Add support for comparing provided EVP_PKEYsRichard Levitte2020-03-021-0/+1
* KEYMGMT: Add a keydata matching functionRichard Levitte2020-03-022-0/+9
* EVP: Adapt EVP_PKEY_missing_parameters() for provider keysRichard Levitte2020-03-021-0/+1
* Fix drop of const qualifierAndré Klitzing2020-02-291-4/+4
* EVP: Add evp_pkey_upgrade_to_provider(), for EVP_PKEY upgradesRichard Levitte2020-02-291-0/+3
* Rethink the EVP_PKEY cache of provider side keysRichard Levitte2020-02-291-15/+43