summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-02-05Remove OPENSSL_NO_EC guards from libsslMatt Caswell
2021-02-05Make sure we don't use sigalgs that are not availableMatt Caswell
2021-02-05Add the nist group names as aliases for the normal TLS group namesMatt Caswell
2021-02-05Remove compile time guard checking from ssl3_get_req_cert_typeMatt Caswell
2021-02-05Check for availability of ciphersuites at run timeMatt Caswell
2021-02-05Stop disabling TLSv1.3 if ec and dh are disabledMatt Caswell
2021-02-05Make supported_groups code independent of EC and DHMatt Caswell
2021-02-05Ensure default supported groups works even with no-ec and no-dhMatt Caswell
2021-02-05Remove OPENSSL_NO_DH guards from libsslMatt Caswell
2021-02-05Makefile template: Allow separate generation of .pod.in -> .podRichard Levitte
2021-02-05DOCS: Remove the "global" dependency on writing .pod files from .pod.inRichard Levitte
2021-02-05TEST: Add an algorithm ID tester for libcrypto vs providerRichard Levitte
2021-02-05EVP: use evp_pkey_copy_downgraded() in EVP_PKEY_copy_parameters()Richard Levitte
2021-02-05dev/release.sh: Fix typoRichard Levitte
2021-02-05Remove the old DEPRECATEDIN macrosRichard Levitte
2021-02-05ERR: Rebuild all generated error headers and source filesRichard Levitte
2021-02-05ERR: clean away everything related to _F_ macros from util/mkerr.plRichard Levitte
2021-02-05RSA: properly generate algorithm identifier for RSA-PSS signaturesTomas Mraz
2021-02-05provider-signature.pod: Fix formatting.Tomas Mraz
2021-02-05Don't make pthreads mutexes recursive.Rich Salz
2021-02-05Switch to BIO_snprintf to avoid missing symbol problems on WindowsJon Spillett
2021-02-05EVP: Adapt EVP_PKEY_{set1,get1}_encoded_public_key()Richard Levitte
2021-02-05EVP: Modify the checks in EVP_PKEY_{set,get}_xxx_param() functionsRichard Levitte
2021-02-05EVP: Adapt the other EVP_PKEY_set_xxx_param() functionsRichard Levitte
2021-02-05EVP: Make EVP_PKEY_set_params() increment the dirty countRichard Levitte
2021-02-05apps/openssl: add -propquery command line optionPetr Gotthard
2021-02-04x509_vfy.c: Improve coding style and comments all over the fileDr. David von Oheimb
2021-02-04Remove a DSA related TODOMatt Caswell
2021-02-04Remove some TODO(OpenSSL1.2) referencesMatt Caswell
2021-02-04DH/DHX parameter check using pkeyparamDmitry Belyavskiy
2021-02-04Allow NULL arg to OPENSSL_sk_{dup,deep_copy} returning empty stackDr. David von Oheimb
2021-02-04run_tests.pl: Improve diagnostics on the use of HARNESS_JOBSDr. David von Oheimb
2021-02-04test/recipes: split 81_test_cmp_cli.t, add test using -engine loader_atticDr. David von Oheimb
2021-02-04apps/cmp.c: check and exit on engine load errorDr. David von Oheimb
2021-02-04openssl.pod: Add documentation for using the loader_attic engineDr. David von Oheimb
2021-02-04Fix a use after free issue when a provider context is being used and isn't ca...Pauli
2021-02-03EC: Reverse the default asn1_flag in a new EC_GROUPRichard Levitte
2021-02-03EVP: Fix evp_pkey_ctx_store_cached_data() to handle provider backed EVP_PKEY_CTXRichard Levitte
2021-02-03EVP: Don't find standard EVP_PKEY_METHODs automaticallyRichard Levitte
2021-02-03CORE & PROV: clean away OSSL_FUNC_mac_size()Richard Levitte
2021-02-03apps/ecparam: Avoid crash when parameters fail to loadTomas Mraz
2021-02-03apps/ca: Properly handle certificate expiration times in do_updatedbArmin Fuerst
2021-02-03Deprecate EVP_MD_CTX_{set_}update_fn()Rich Salz
2021-02-03Add diacritics to my name in CHANGES.mdTomas Mraz
2021-02-02dh_cms_set_peerkey: Pad the public key to p sizeTomas Mraz
2021-02-02Add some missing committers to the AUTHORS listDr. Matthias St. Pierre
2021-02-02Add a CI job to run the threads test with threads sanitizer onMatt Caswell
2021-02-02Ensure the EVP_PKEY operation_cache is appropriately lockedMatt Caswell
2021-02-02Ensure access to FIPS_state and rate_limit is appropriately lockedMatt Caswell
2021-02-02Always ensure we hold ctx->lock when calling CRYPTO_get_ex_data()Matt Caswell