summaryrefslogtreecommitdiffstats
path: root/crypto/http (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-18Fix typo in aesccm.cNan Xiao1-1/+1
2021-04-17apps/cmp.c: Fix TLS hostname checking in case -server provides more than host...Dr. David von Oheimb1-10/+10
2021-04-17OSSL_CMP_CTX_new(): Fix distinction of out-of-memory and other errorsDr. David von Oheimb1-3/+4
2021-04-17Fix naming for EVP_RAND_CTX_gettable functions.Pauli11-36/+36
2021-04-16Sanity check provider up-callsMatt Caswell3-60/+57
2021-04-16Store some FIPS global variables in the FIPS_GLOBAL structureMatt Caswell12-115/+171
2021-04-16lifecycle: update master lifecycle transition spreadsheet fixing the ettable ...Pauli1-0/+0
2021-04-16lifecycle: correct [sg]ettable to [sg]etPauli1-4/+4
2021-04-16demos: Add clean target for bio/MakefileNan Xiao1-0/+3
2021-04-16Add more negative checks for integers passed to OPENSSL_malloc().Shane Lontis18-8/+49
2021-04-16SipHash: Fix CTRL API for the digest size.Pauli2-1/+15
2021-04-15Github workflows: re-implement a no-shared buildRichard Levitte1-0/+14
2021-04-15Add EVP_PKEY_todata() and EVP_PKEY_export() functions.Shane Lontis11-5/+478
2021-04-15Add OID for mdc2WithRSASignature and remove related TODO 3.0Tomas Mraz3-28/+48
2021-04-15Rename EVP_PKEY_get0_first_alg_name to EVP_PKEY_get0_type_nameTomas Mraz9-27/+30
2021-04-15changes: note that some ctrl calls have a different error return.Pauli1-0/+6
2021-04-15Do not allow creating empty RSA keys by duplicationTomas Mraz4-8/+7
2021-04-15Remove keymgmt_copy function from the provider APITomas Mraz8-63/+20
2021-04-15Add selection support to the provider keymgmt_dup functionTomas Mraz25-71/+176
2021-04-15Implement provider-side keymgmt_dup functionTomas Mraz27-187/+332
2021-04-1480-test_cmp_http.t: Extend diagnostics of mock server launchDr. David von Oheimb1-1/+2
2021-04-1480-test_cmp_http.t: Silence check for availability of 'kill' and 'lsof' commandsDr. David von Oheimb1-2/+2
2021-04-1480-test_cmp_http.t: Fix resumption when skipping after mock server launch failedDr. David von Oheimb1-0/+2
2021-04-14apps/cmp: Add generic random state options, e.g., for nonce generationDr. David von Oheimb2-9/+30
2021-04-14openssl-cmp.pod.in: Fix missing provider options descriptionDr. David von Oheimb1-2/+10
2021-04-14cmp_util.c: Fix OSSL_CMP_log_open() in case OPENSSL_NO_TRACEDr. David von Oheimb1-2/+6
2021-04-14APPS and TEST: Make sure prog name is set for usage outputDr. David von Oheimb5-9/+10
2021-04-14APPS: make apps strict on app_RAND_load() and app_RAND_write() failureDr. David von Oheimb28-32/+75
2021-04-14Document the invariants for the empty X509_NAME encodingTomas Mraz1-0/+1
2021-04-14X509_NAME_cmp: if canon_enclen is 0 for both names return 0Tomas Mraz1-2/+5
2021-04-14bio_printf: add \0 terminators for error returns in floating point conversions.Pauli1-1/+5
2021-04-14bio: note that BIO_sprintf null terminates on insufficient space.Pauli1-4/+10
2021-04-14bio: add a malloc failed error to BIO_printPauli1-3/+5
2021-04-14Add some additional NULL checks to prevent segfaults.Shane Lontis3-3/+9
2021-04-14Add domain parameter match check for DH and ECDH key exchange.Shane Lontis9-6/+232
2021-04-14Remove a TODO(3.0) from X509_PUBKEY_setMatt Caswell1-8/+6
2021-04-14crypto: raise error on malloc failureFdaSilvaYY7-31/+72
2021-04-14nits: fix a few typo in template codeFdaSilvaYY3-4/+4
2021-04-14doc: Fix formattingJakub Wilk1-1/+1
2021-04-13Handle set_alpn_protos inputs better.Todd Short3-9/+124
2021-04-13util/wrap.pl: use the apps/openssl.cnf from the source treeDr. Matthias St. Pierre3-2/+16
2021-04-13apps: call ERR_print_errors when OSSL_PROVIDER_load failsPetr Gotthard1-0/+1
2021-04-13Note deprecated function/macros with no replacement.Pauli1-2/+32
2021-04-13Fix windows compiler error in kmac_prov.cShane Lontis1-2/+6
2021-04-13Add FIPS Self test for AES_ECB decryptShane Lontis5-29/+85
2021-04-12Remove the function EVP_PKEY_set_alias_typeMatt Caswell6-94/+39
2021-04-12Update KTLS documentationMatt Caswell5-17/+34
2021-04-12Only enable KTLS if it is explicitly configuredMatt Caswell6-68/+51
2021-04-12Always reset IV for CBC, OFB, and CFB mode on cipher context reinitTomas Mraz2-12/+46
2021-04-12Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis30-74/+63