summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* dsa_check: Perform simple parameter check if seed is not availableTomas Mraz2021-02-183-3/+8
* Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEYTomas Mraz2021-02-173-14/+14
* Fix backward incompatibility revolving around OSSL_HTTP_REQ_CTX_sendreq_d2i()Richard Levitte2021-02-172-8/+8
* core: add get_entropy and clear_entropy calls to RANDPauli2021-02-171-0/+9
* err: generated error filesPauli2021-02-171-1/+3
* Don't overflow the output length in EVP_CipherUpdate callsMatt Caswell2021-02-162-1/+2
* Implement EVP_PKEY_param_check_quick() and use it in libsslMatt Caswell2021-02-153-2/+7
* Deprecate the libssl level SRP APIsMatt Caswell2021-02-121-14/+20
* Deprecate the low level SRP APIsMatt Caswell2021-02-121-27/+65
* Add OID for draft-ietf-opsawg-finding-geofeeds detached CMS signatureJob Snijders2021-02-121-0/+4
* x509_vfy.c: Make chain_build() error diagnostics to the pointDr. David von Oheimb2021-02-111-1/+1
* Various cleanup of PROV_R_ reason codesTomas Mraz2021-02-111-18/+5
* Move the PROV_R reason codes to a public headerTomas Mraz2021-02-111-0/+155
* include/internal: add a few missing #pragma once directivesFdaSilvaYY2021-02-1030-19/+59
* include/openssl: add a few missing #pragma once directivesFdaSilvaYY2021-02-1020-14/+56
* include/crypto: add a few missing #pragma once directivesFdaSilvaYY2021-02-1038-32/+133
* Handle partial data re-sending on ktls/sendfile on FreeBSDOleksandr Tymoshenko2021-02-101-6/+3
* Replace provider cipher flags with separate param fieldsShane Lontis2021-02-101-8/+12
* Replace MAC flags OSSL_MAC_PARAM_FLAGS with separate param fields.Shane Lontis2021-02-101-6/+8
* Change the ASN1 variant of x942kdf so that it can test acvp data.Shane Lontis2021-02-101-0/+1
* Deprecate BN_pseudo_rand() and BN_pseudo_rand_range()Tomas Mraz2021-02-091-0/+4
* Simplify the EVP_PKEY_XXX_fromdata_XX methods.Shane Lontis2021-02-081-19/+16
* Fix race condition & allow operation cache to grow.Pauli2021-02-071-14/+22
* Add X509_STORE_CTX_verify(), which takes the first untrusted cert as default ...Dr. David von Oheimb2021-02-062-2/+3
* Remove all OPENSSL_NO_XXX from libssl where XXX is a crypto algMatt Caswell2021-02-051-7/+2
* Remove OPENSSL_NO_EC guards from libsslMatt Caswell2021-02-051-0/+1
* Make supported_groups code independent of EC and DHMatt Caswell2021-02-051-0/+1
* Remove the old DEPRECATEDIN macrosRichard Levitte2021-02-051-21/+0
* ERR: Rebuild all generated error headers and source filesRichard Levitte2021-02-0537-2041/+0
* ERR: clean away everything related to _F_ macros from util/mkerr.plRichard Levitte2021-02-052-1/+1814
* RSA: properly generate algorithm identifier for RSA-PSS signaturesTomas Mraz2021-02-051-0/+1
* EVP: Modify the checks in EVP_PKEY_{set,get}_xxx_param() functionsRichard Levitte2021-02-051-1/+1
* EVP: Adapt the other EVP_PKEY_set_xxx_param() functionsRichard Levitte2021-02-051-3/+5
* Remove a DSA related TODOMatt Caswell2021-02-041-4/+0
* EVP: Fix evp_pkey_ctx_store_cached_data() to handle provider backed EVP_PKEY_CTXRichard Levitte2021-02-031-0/+1
* CORE & PROV: clean away OSSL_FUNC_mac_size()Richard Levitte2021-02-032-2/+0
* Deprecate EVP_MD_CTX_{set_}update_fn()Rich Salz2021-02-031-0/+4
* Ensure the EVP_PKEY operation_cache is appropriately lockedMatt Caswell2021-02-021-1/+1
* Always ensure we hold ctx->lock when calling CRYPTO_get_ex_data()Matt Caswell2021-02-021-0/+3
* Deprecate X509_certificate_typeRich Salz2021-02-022-11/+14
* Add some PKIX-RPKI objectsJob Snijders2021-02-021-0/+51
* Constify OSSL_HTTP_REQ_CTX_get0_mem_bio()Dr. David von Oheimb2021-02-021-1/+1
* HTTP: add more error detection to low-level APIDr. David von Oheimb2021-02-021-0/+1
* HTTP: Fix mistakes and unclarities on maxline and max_resp_len paramsDr. David von Oheimb2021-02-021-0/+3
* Fix not backwards-compat X509_http_nbio() and X509_CRL_http_nbio()Dr. David von Oheimb2021-02-021-2/+6
* EVP: fix keygen for EVP_PKEY_RSA_PSSDaniel Bevenius2021-01-282-13/+12
* Remove superfluous EVP_KDF_CTRL_ defines.Juergen Christ2021-01-281-25/+0
* Fix parameter types in sshkdfJuergen Christ2021-01-281-6/+8
* Update copyright yearRichard Levitte2021-01-2826-26/+26
* Fix typo in thread_once commentsDaniel Bevenius2021-01-271-3/+3