summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecation warning suppression from genpkeyMatt Caswell2020-11-253-28/+35
* apps/cmp.c: fix crash with -batch option on OPENSSL_NO_UI_CONSOLEDr. David von Oheimb2020-11-253-7/+4
* apps/cmp.c: Improve description of key loaded due to -newkew optionDr. David von Oheimb2020-11-251-2/+3
* APPS: Guard use of IPv6 functions and constants with a check of AF_INET6Richard Levitte2020-11-251-0/+4
* Undeprecate the -dsaparam option in the dhparam appMatt Caswell2020-11-241-4/+0
* Remove some unneeded variables from dhparamMatt Caswell2020-11-231-2/+0
* Add encoder support to dhparamMatt Caswell2020-11-231-28/+19
* Convert dhparam to be fully based on EVPMatt Caswell2020-11-231-109/+166
* CMP: prevent misleading PKIStatusInfo output if not response availableDr. David von Oheimb2020-11-201-0/+2
* apps/cmp.c: Improve diagnostics on -server URL parse errorDr. David von Oheimb2020-11-201-1/+3
* apps/cmp.c: Add diagnostics on config file section(s) usedDr. David von Oheimb2020-11-201-4/+4
* apps.c: re-enable loading single certs and CRLs over HTTPDr. David von Oheimb2020-11-201-6/+22
* apps/pkcs12: Clean up the order in which many options are presentedDr. David von Oheimb2020-11-191-24/+26
* apps/storeutl: Add error output in case of parse/decryption/mac errors in inp...Dr. David von Oheimb2020-11-191-3/+5
* apps/pkcs12: Really do not perform MAC in case -nomacDr. David von Oheimb2020-11-191-0/+1
* apps/pkcs12: Do not prompt for password in case -nomac and -noenc/-nodesDr. David von Oheimb2020-11-191-1/+1
* Minor cleanup of error output for various appsDavid von Oheimb2020-11-193-29/+16
* apps/ca: Minor code and doc cleanupDavid von Oheimb2020-11-191-3/+6
* Deprecate RSA harderRichard Levitte2020-11-185-108/+127
* Only disabled what we need to in a no-dh buildMatt Caswell2020-11-181-6/+0
* Implement a replacement for SSL_set_tmp_dh()Matt Caswell2020-11-181-52/+35
* Remove deprecated functionality from s_serverMatt Caswell2020-11-181-2/+15
* Remove -C option from x509 commandRich Salz2020-11-131-28/+2
* Remove -C from dhparam,dsaparam,ecparamRich Salz2020-11-133-204/+6
* CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte2020-11-131-2/+2
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-132-24/+24
* apps/passwd: remove the -crypt option.Pauli2020-11-121-33/+2
* Remove some redundant error messages in the appsMatt Caswell2020-11-101-8/+1
* Fix the reading of DSA parameters files using the dsaparam appMatt Caswell2020-11-103-12/+15
* apps/cmp.c: Improve order of -path option: just after -serverDr. David von Oheimb2020-11-101-5/+6
* Check the configuration file by defaultDmitry Belyavskiy2020-11-052-0/+8
* APPS: Remove the format argument where it's not usedRichard Levitte2020-10-2614-45/+36
* Rename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size().Shane Lontis2020-10-221-1/+1
* APPS: Implement load_keyparams() to load key parametersRichard Levitte2020-10-224-16/+40
* resolve defects: reverse_inull; row[DB_exp_date] referenced before checkingxuyunjia2020-10-201-2/+2
* Prefix crlNumber output with 0x.Jacob Hoffman-Andrews2020-10-201-0/+1
* Fix missing include of string.h in apps/lib/engine.c for strcmp.Randall S. Becker2020-10-161-0/+2
* list: add a -provider-info option.Pauli2020-10-161-0/+75
* Update copyright yearMatt Caswell2020-10-152-2/+2
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-1514-33/+35
* Remove some more CMS key downgradesMatt Caswell2020-10-151-14/+0
* Correct and simplify use of ERR_clear_error() etc. for loading DSO libsDr. David von Oheimb2020-10-081-1/+0
* apps: remove internal/cryptlib.h include that isn't usedPauli2020-10-071-4/+9
* Avoid memory leak of parent on allocation failure for child structureBenny Baumann2020-10-071-2/+4
* APPS: Reduce deprecation warning suppression - ENGINERichard Levitte2020-10-046-102/+162
* Run the withlibctx.pl scriptMatt Caswell2020-10-0110-39/+32
* Fix bug in EDDSA speed testShane Lontis2020-09-261-0/+1
* en EVP_PKEY_CTX_set_rsa_keygen_pubexp() BIGNUM managementjwalch2020-09-261-1/+1
* Remove openssl provider appShane Lontis2020-09-262-383/+1
* Update openssl list to support new provider objects.Shane Lontis2020-09-261-69/+432