summaryrefslogtreecommitdiffstats
path: root/util/wrap.pl (unfollow)
Commit message (Expand)AuthorFilesLines
2020-11-27Update bio_ok.cihsinme1-1/+1
2020-11-27Remove d2i_DHparams.pod and move documentation to d2i_RSAPrivateKey.podMatt Caswell2-44/+8
2020-11-27Updates the CHANGES.md entry regarding DH deprecationMatt Caswell1-4/+15
2020-11-27Convert DH deprecations to the new way of deprecating functionsMatt Caswell1-120/+117
2020-11-27Deprecate more DH functionsMatt Caswell4-50/+61
2020-11-27Don't test a deprecated function in a no-deprecated buildMatt Caswell1-2/+2
2020-11-27Remove fuzzing of deprecated functions in a no-deprecated buildMatt Caswell1-1/+1
2020-11-27Deprecate the DHparams and DHxparams PEM routinesMatt Caswell5-15/+21
2020-11-27Deprecate EVP_PKEY_assign_DH and other similar macrosMatt Caswell4-29/+10
2020-11-27Deprecate functions for getting and setting DH values in an EVP_PKEYMatt Caswell1-2/+2
2020-11-27Deprecate DH_new as well as i2d_DHparams and d2i_DHparamsMatt Caswell3-9/+14
2020-11-27TEST: Adapt test/errtest for the 'no-err' configurationRichard Levitte1-9/+26
2020-11-27ERR: Restore the similarity of ERR_print_error_cb() and ERR_error_string_n()Richard Levitte3-32/+25
2020-11-27Fix no-deprecated configurationShane Lontis1-2/+2
2020-11-26Fix EVP_CIPHER_CTX_set_padding for legacy pathShane Lontis1-0/+2
2020-11-26EVP: don't touch the lock for evp_pkey_downgradeDaniel Bevenius1-18/+18
2020-11-26Documentation improvements for EVP_DigestInit_ex and related functionsTomas Mraz1-3/+8
2020-11-26Fix regression in EVP_DigestInit_ex: crash when called with NULL typeTomas Mraz1-7/+8
2020-11-26Add test for no reset after DigestFinal_ex and DigestFinalXOFTomas Mraz1-0/+46
2020-11-26EVP_DigestFinalXOF must not reset the EVP_MD_CTXTomas Mraz1-1/+1
2020-11-26Fix no-posix-ioMatt Caswell1-6/+3
2020-11-26APPS: Modify apps/cmp.c to use set_base_ui_method() for its -batch optionRichard Levitte1-6/+2
2020-11-26APPS: Make it possible for apps to set the base (fallback) UI_METHODRichard Levitte2-9/+18
2020-11-26Prepare for 3.0 alpha 10Matt Caswell3-4/+4
2020-11-26Prepare for release of 3.0 alpha 9openssl-3.0.0-alpha9Matt Caswell3-4/+4
2020-11-26Update copyright yearMatt Caswell120-120/+120
2020-11-26DOC: Add note on how to terminate an OSSL_PARAM arrayRichard Levitte1-2/+12
2020-11-25Fix no-rc2Matt Caswell1-8/+12
2020-11-25Remove deprecation warning suppression from genpkeyMatt Caswell3-28/+35
2020-11-25apps/cmp.c: fix crash with -batch option on OPENSSL_NO_UI_CONSOLEDr. David von Oheimb3-7/+4
2020-11-25apps/cmp.c: Improve description of key loaded due to -newkew optionDr. David von Oheimb1-2/+3
2020-11-25re-encrypt 81-test_cmp_cli_data/Mock/signer.p12 with AES-256-CBC (avoiding DES)Dr. David von Oheimb1-0/+0
2020-11-25Re-enable testing of ciphersuitesMatt Caswell3-80/+107
2020-11-25Fix RC4-MD5 based ciphersuitesMatt Caswell6-10/+24
2020-11-25Ensure Stream ciphers know how to remove a TLS MACMatt Caswell1-9/+20
2020-11-25Test that OSSL_STORE can load various types of paramsMatt Caswell5-2/+123
2020-11-25Test various deprecated PEM_read_bio_* APIsMatt Caswell10-1/+349
2020-11-25Don't forget the datatype when decoding a PEM fileMatt Caswell1-2/+2
2020-11-25APPS: Guard use of IPv6 functions and constants with a check of AF_INET6Richard Levitte1-0/+4
2020-11-24Undeprecate the -dsaparam option in the dhparam appMatt Caswell2-7/+1
2020-11-24Add missing ERR_load_KDF_strings(3) to util/missingcrypto111.txt as well.Richard Levitte1-0/+1
2020-11-24ERR: Rebuild all generated error headers and source filesRichard Levitte124-376/+1286
2020-11-24Modify the ERR init functions to use the internal ERR string loadersRichard Levitte19-227/+373
2020-11-24ERR: Modify util/mkerr.pl to produce internal err string loadersRichard Levitte2-166/+330