summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-11-18Implement a replacement for SSL_set_tmp_dh()Matt Caswell
2020-11-18Remove deprecated functionality from s_serverMatt Caswell
2020-11-18Disable the DHParameters config option in a no-deprecated buildMatt Caswell
2020-11-18Remove DH usage from tls_process_cke_dheMatt Caswell
2020-11-18Remove DH usage in tls_construct_server_key_exchange()Matt Caswell
2020-11-18Avoid the use of a DH object in tls_construct_cke_dhe()Matt Caswell
2020-11-18Deprecate SSL_CTRL_SET_TMP_DH and other related ctrlsMatt Caswell
2020-11-18Convert TLS ServerKeyExchange processing to use an EVP_PKEYMatt Caswell
2020-11-18Convert TLS auto DH parameters to use EVP_PKEYMatt Caswell
2020-11-18DOC: Rewrite the section on reporting errors in doc/man3/ERR_put_error.podRichard Levitte
2020-11-18CONF: Convert one last CONFerr() to ERR_raise()Richard Levitte
2020-11-18Simplify util/err-to-raiseRichard Levitte
2020-11-18Really deprecate the old NAMEerr() macrosRichard Levitte
2020-11-17util/find-doc-nits: check podchecker() return valueRichard Levitte
2020-11-17util/mkrc.pl: Make sure FILEVERSION and PRODUCTVERSION have four numbersRichard Levitte
2020-11-17NetBSD build fix.David Carlier
2020-11-16DOC: Fixup the description of the -x509_strict optionRichard Levitte
2020-11-16Fix dsa securitycheck for fips.Shane Lontis
2020-11-16Add documentation for EVP_PKEY2PKCS8/EVP_PKCS82PKEYShane Lontis
2020-11-16Fixup EVP-MAC-KMAC documentationShane Lontis
2020-11-16REF_PRINT: cast pointer to void to avoid warningsDaniel Bevenius
2020-11-16Document the provider KDF API.Pauli
2020-11-15test/endecoder_legacy_test.c: new test for legacy comparisonRichard Levitte
2020-11-14Fix SUPPORT.md for better readabilityRichard Levitte
2020-11-14Fix a few github file referencesRichard Levitte
2020-11-13Remove -C option from x509 commandRich Salz
2020-11-13Remove -C from dhparam,dsaparam,ecparamRich Salz
2020-11-13BIO: Undefine UNICODE in b_addr.c to get POSIX declaration of gai_strerror()Richard Levitte
2020-11-13crypto/provider_core.c: fix a couple of faulty ERR_raise_data() callsRichard Levitte
2020-11-13CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-11-13EVP: Adapt EVP_PKEY2PKCS8() to better handle provider-native keysRichard Levitte
2020-11-13DragonFlyBSD build fix and update.David Carlier
2020-11-13Remove unused helper functions EVP_str2ctrl() & EVP_hex2ctrl().Shane Lontis
2020-11-12[test/recipes] Split test_fuzz into separate recipesNicola Tuveri
2020-11-12Optimize AES-XTS mode in OpenSSL for aarch64XiaokangQian
2020-11-12apps/passwd: remove the -crypt option.Pauli
2020-11-12rsa_test: add return value checkPauli
2020-11-11Do not prepend $OPENSSL_CONF_INCLUDE to absolute include pathsTomas Mraz
2020-11-11Add ossl_is_absolute_path function to detect absolute pathsTomas Mraz
2020-11-11Avoid duplicate ends_with_dirsep functionsTomas Mraz
2020-11-11test/recipes/30-test_evp_libctx.t: use fips-and-base.cnfRichard Levitte
2020-11-11test/evp_libctx_test.c: use OSSL_ENCODER instead of i2d_PublicKey()Richard Levitte
2020-11-11test/endecode_test.c: Update to specify output structuresRichard Levitte
2020-11-11Adapt libcrypto functionality to specify the desired output structureRichard Levitte
2020-11-11PROV: Re-implement all the keypair encodersRichard Levitte
2020-11-11ENCODER: Add tracingRichard Levitte
2020-11-11ENCODER: Add output structure support for EVP_PKEY encodingRichard Levitte
2020-11-11ENCODER: Add support for OSSL_FUNC_encoder_does_selection()Richard Levitte
2020-11-11ENCODER: Add support for specifying the outermost output structureRichard Levitte