aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-04-22[crypto/ec] deprecate Jprojective_coordinates_GFp functionsBilly Brumley1-4/+4
2020-04-21Add setter equivalents to X509_REQ_get0_signatureDirk-Willem van Gulik1-0/+3
2020-04-20Fix DH_get_nid() so that it does not cache values.Shane Lontis5-4/+15
2020-04-19genrsa: update command line app to use EVP callsPauli1-2/+4
2020-04-19dhparam: update command line app to use EVP callsPauli1-2/+2
2020-04-18Add CMP error reason 'missing reference cert'Dr. David von Oheimb1-0/+1
2020-04-18GOST2012 TLS ClientCertificateType Identifiers supportNikolay Morozov2-4/+6
2020-04-17GOST cipher names adjustmentDmitry Belyavskiy1-30/+76
2020-04-17ecx: check for errors creating public keys from private ones.Pauli1-1/+2
2020-04-17s390: ECX key generation fixes.Pauli1-7/+0
2020-04-17ecx: add key generation support.Pauli1-0/+5
2020-04-16Introduce an internal version of X509_check_issued()Matt Caswell1-0/+4
2020-04-16Create a libctx aware X509_verify_ex()Matt Caswell1-0/+3
2020-04-16Add DH keygen to providersShane Lontis5-40/+37
2020-04-15Add DSA keygen to providerShane Lontis4-13/+41
2020-04-15Teach PEM_read_bio_PrivateKey about libctxMatt Caswell1-0/+8
2020-04-15Teach the OSSL_STORE code about libctxMatt Caswell1-1/+2
2020-04-15Teach d2i_PrivateKey et al about libctxMatt Caswell4-0/+18
2020-04-15EC: Refactor EVP_PKEY_CTX curve setting macros for param generationRichard Levitte1-4/+5
2020-04-15KEYMGMT: Add functions to get param/key generation parametersRichard Levitte2-11/+21
2020-04-15mkerr: remove legacy guards from generated error headersDr. Matthias St. Pierre28-140/+0
2020-04-14Add ex_data to EVP_PKEY.Aaron Thompson3-1/+10
2020-04-10CMS KARI: Temporarly downgrade newly generated EVP_PKEYs to legacyRichard Levitte1-0/+1
2020-04-09Enable Ed25519 signing/verifying to use the libctxMatt Caswell1-2/+4
2020-04-09Make the CT code library context awareMatt Caswell1-4/+40
2020-04-09Enable export_to functions to have access to the libctxMatt Caswell1-1/+2
2020-04-08Add X509_STORE_CTX_new_with_libctx()Matt Caswell2-0/+5
2020-04-08EVP & TLS: Add necessary EC_KEY data extraction functions, and use themRichard Levitte2-0/+24
2020-04-08EVP: add EVP_PKEY_is_a() and EVP_PKEY_can_sign()Richard Levitte1-0/+1
2020-04-08params: add a warning about the PTR types.Pauli1-0/+6
2020-04-07Fix misleading error msg for PBM check w/o secret in OSSL_CMP_validate_msg()Dr. David von Oheimb1-0/+1
2020-04-07PROV: Add the beginning of a DER writing libraryRichard Levitte1-0/+84
2020-04-04Add "endfirst" writing to WPACKETMatt Caswell1-0/+17
2020-04-03Add data driven SELF TEST code for signatures and key agreementShane Lontis1-1/+2
2020-04-02HTTP client: make server/proxy and port params more consistent; minor other i...Dr. David von Oheimb3-3/+13
2020-04-02 Chunk 10 of CMP contribution to OpenSSL: CMP http client and related testsDr. David von Oheimb4-10/+13
2020-04-02TLS Cipher Suite 0xC102 SupportNikolay Morozov1-1/+2
2020-04-01Add EVP_PKEY_gettable_params support for accessing EVP_PKEY key data fieldsShane Lontis4-0/+72
2020-03-30Add the X509v3_cache_extensions() functionMatt Caswell1-0/+3
2020-03-28Param build: make structures opaque.Pauli2-30/+4
2020-03-28Param builder: make the OSSL_PARAM_BLD APIs public.Pauli1-19/+19
2020-03-27Make SRP library context awareMatt Caswell1-0/+16
2020-03-27Add OCSP_RESPID_set_by_key_ex() and OCSP_RESPID_match_ex()Matt Caswell1-0/+4
2020-03-27Put an error on the stack in the event of a fetch failureMatt Caswell1-0/+1
2020-03-25EVP: Implement support for key downgrading in backendsRichard Levitte6-0/+22
2020-03-25EVP: Downgrade keys rather than upgradeRichard Levitte3-10/+10
2020-03-25EVP: Add EVP_PKEY_set_type_by_keymgmt() and use itRichard Levitte1-0/+1
2020-03-25EVP: Clarify the states of an EVP_PKEYRichard Levitte1-10/+28
2020-03-25Chunk 9 of CMP contribution to OpenSSL: CMP client and related testsDr. David von Oheimb3-15/+48
2020-03-25Issuer Sign Tool extention supportNikolay Morozov2-0/+11