aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* params: add functionality to test if an OSSL_PARAM has been set.Pauli2020-04-221-1/+6
* [crypto/ec] deprecate Jprojective_coordinates_GFp functionsBilly Brumley2020-04-221-4/+4
* Add setter equivalents to X509_REQ_get0_signatureDirk-Willem van Gulik2020-04-211-0/+3
* Fix DH_get_nid() so that it does not cache values.Shane Lontis2020-04-205-4/+15
* genrsa: update command line app to use EVP callsPauli2020-04-191-2/+4
* dhparam: update command line app to use EVP callsPauli2020-04-191-2/+2
* Add CMP error reason 'missing reference cert'Dr. David von Oheimb2020-04-181-0/+1
* GOST2012 TLS ClientCertificateType Identifiers supportNikolay Morozov2020-04-182-4/+6
* GOST cipher names adjustmentDmitry Belyavskiy2020-04-171-30/+76
* ecx: check for errors creating public keys from private ones.Pauli2020-04-171-1/+2
* s390: ECX key generation fixes.Pauli2020-04-171-7/+0
* ecx: add key generation support.Pauli2020-04-171-0/+5
* Introduce an internal version of X509_check_issued()Matt Caswell2020-04-161-0/+4
* Create a libctx aware X509_verify_ex()Matt Caswell2020-04-161-0/+3
* Add DH keygen to providersShane Lontis2020-04-165-40/+37
* Add DSA keygen to providerShane Lontis2020-04-154-13/+41
* Teach PEM_read_bio_PrivateKey about libctxMatt Caswell2020-04-151-0/+8
* Teach the OSSL_STORE code about libctxMatt Caswell2020-04-151-1/+2
* Teach d2i_PrivateKey et al about libctxMatt Caswell2020-04-154-0/+18
* EC: Refactor EVP_PKEY_CTX curve setting macros for param generationRichard Levitte2020-04-151-4/+5
* KEYMGMT: Add functions to get param/key generation parametersRichard Levitte2020-04-152-11/+21
* mkerr: remove legacy guards from generated error headersDr. Matthias St. Pierre2020-04-1528-140/+0
* Add ex_data to EVP_PKEY.Aaron Thompson2020-04-143-1/+10
* CMS KARI: Temporarly downgrade newly generated EVP_PKEYs to legacyRichard Levitte2020-04-101-0/+1
* Enable Ed25519 signing/verifying to use the libctxMatt Caswell2020-04-091-2/+4
* Make the CT code library context awareMatt Caswell2020-04-091-4/+40
* Enable export_to functions to have access to the libctxMatt Caswell2020-04-091-1/+2
* Add X509_STORE_CTX_new_with_libctx()Matt Caswell2020-04-082-0/+5
* EVP & TLS: Add necessary EC_KEY data extraction functions, and use themRichard Levitte2020-04-082-0/+24
* EVP: add EVP_PKEY_is_a() and EVP_PKEY_can_sign()Richard Levitte2020-04-081-0/+1
* params: add a warning about the PTR types.Pauli2020-04-081-0/+6
* Fix misleading error msg for PBM check w/o secret in OSSL_CMP_validate_msg()Dr. David von Oheimb2020-04-071-0/+1
* PROV: Add the beginning of a DER writing libraryRichard Levitte2020-04-071-0/+84
* Add "endfirst" writing to WPACKETMatt Caswell2020-04-041-0/+17
* Add data driven SELF TEST code for signatures and key agreementShane Lontis2020-04-031-1/+2
* HTTP client: make server/proxy and port params more consistent; minor other i...Dr. David von Oheimb2020-04-023-3/+13
* Chunk 10 of CMP contribution to OpenSSL: CMP http client and related testsDr. David von Oheimb2020-04-024-10/+13
* TLS Cipher Suite 0xC102 SupportNikolay Morozov2020-04-021-1/+2
* Add EVP_PKEY_gettable_params support for accessing EVP_PKEY key data fieldsShane Lontis2020-04-014-0/+72
* Add the X509v3_cache_extensions() functionMatt Caswell2020-03-301-0/+3
* Param build: make structures opaque.Pauli2020-03-282-30/+4
* Param builder: make the OSSL_PARAM_BLD APIs public.Pauli2020-03-281-19/+19
* 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