summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-11-30Fix builds that specify both no-dh and no-ecMatt Caswell
2020-11-30Fix TLS1.2 CHACHA20-POLY1305 ciphersuites with OPENSSL_SMALL_FOOTPRINTMatt Caswell
2020-11-30Fix instances of pointer addition with the NULL pointerMatt Caswell
2020-11-29endecode_test.c: Significant speedup in generating DH and DHX keysDr. David von Oheimb
2020-11-28Collapse two identical if statements into a single body.John Baldwin
2020-11-28Allow zero-byte writes to be reported as success.John Baldwin
2020-11-28TEST: Fix path length in test/ossl_store_test.cRichard Levitte
2020-11-28[DOC]Fix two broken links in INSTALL.md; Change name of zlib flag to the curr...Liang Liu
2020-11-28README: Move Travis link to .com from .org.J08nY
2020-11-28ERR: drop err_delete_thread_state() TODO markerRichard Levitte
2020-11-28ERR: Drop or deprecate dangerous or overly confusing functionsRichard Levitte
2020-11-27Fix no-engineMatt Caswell
2020-11-27X509_dup: fix copying of libctx and propq using new ASN1_OP_DUP_POST cb opera...Dr. David von Oheimb
2020-11-27asn1t.h: Improve comments documenting ASN1_ITYPE_... and the 'funcs' fieldDr. David von Oheimb
2020-11-27EVP_PKEY & DSA: Make DSA EVP_PKEY_CTX parameter ctrls / setters more availableRichard Levitte
2020-11-27Update bio_ok.cihsinme
2020-11-27Remove d2i_DHparams.pod and move documentation to d2i_RSAPrivateKey.podMatt Caswell
2020-11-27Updates the CHANGES.md entry regarding DH deprecationMatt Caswell
2020-11-27Convert DH deprecations to the new way of deprecating functionsMatt Caswell
2020-11-27Deprecate more DH functionsMatt Caswell
2020-11-27Don't test a deprecated function in a no-deprecated buildMatt Caswell
2020-11-27Remove fuzzing of deprecated functions in a no-deprecated buildMatt Caswell
2020-11-27Deprecate the DHparams and DHxparams PEM routinesMatt Caswell
2020-11-27Deprecate EVP_PKEY_assign_DH and other similar macrosMatt Caswell
2020-11-27Deprecate functions for getting and setting DH values in an EVP_PKEYMatt Caswell
2020-11-27Deprecate DH_new as well as i2d_DHparams and d2i_DHparamsMatt Caswell
2020-11-27TEST: Adapt test/errtest for the 'no-err' configurationRichard Levitte
2020-11-27ERR: Restore the similarity of ERR_print_error_cb() and ERR_error_string_n()Richard Levitte
2020-11-27Fix no-deprecated configurationShane Lontis
2020-11-27Fix EVP_CIPHER_CTX_set_padding for legacy pathShane Lontis
2020-11-26EVP: don't touch the lock for evp_pkey_downgradeDaniel Bevenius
2020-11-26Documentation improvements for EVP_DigestInit_ex and related functionsTomas Mraz
2020-11-26Fix regression in EVP_DigestInit_ex: crash when called with NULL typeTomas Mraz
2020-11-26Add test for no reset after DigestFinal_ex and DigestFinalXOFTomas Mraz
2020-11-26EVP_DigestFinalXOF must not reset the EVP_MD_CTXTomas Mraz
2020-11-26Fix no-posix-ioMatt Caswell
2020-11-26APPS: Modify apps/cmp.c to use set_base_ui_method() for its -batch optionRichard Levitte
2020-11-26APPS: Make it possible for apps to set the base (fallback) UI_METHODRichard Levitte
2020-11-26Prepare for 3.0 alpha 10Matt Caswell
2020-11-26Prepare for release of 3.0 alpha 9openssl-3.0.0-alpha9Matt Caswell
2020-11-26Update copyright yearMatt Caswell
2020-11-26DOC: Add note on how to terminate an OSSL_PARAM arrayRichard Levitte
2020-11-25Fix no-rc2Matt Caswell
2020-11-25Remove deprecation warning suppression from genpkeyMatt Caswell
2020-11-25apps/cmp.c: fix crash with -batch option on OPENSSL_NO_UI_CONSOLEDr. David von Oheimb
2020-11-25apps/cmp.c: Improve description of key loaded due to -newkew optionDr. David von Oheimb
2020-11-25re-encrypt 81-test_cmp_cli_data/Mock/signer.p12 with AES-256-CBC (avoiding DES)Dr. David von Oheimb
2020-11-25Re-enable testing of ciphersuitesMatt Caswell
2020-11-25Fix RC4-MD5 based ciphersuitesMatt Caswell
2020-11-25Ensure Stream ciphers know how to remove a TLS MACMatt Caswell