summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2021-12-07APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb
2021-12-02s_cb.c: check the return value of X509_get0_pubkey()x2018
2021-11-29Return -1 properly from do_X509_REQ_verify and do_X509_verifyPW Hu
2021-11-25check the return value of OPENSSL_strdup(CRYPTO_strdup) in apps/lib/app_rand....x2018
2021-11-25check the return value of OPENSSL_strdup(CRYPTO_strdup) to prevent potential ...x2018
2021-11-25check the return value of OPENSSL_strdup to prevent potential memory access e...x2018
2021-11-24x509: Return a nonzero exit code on error when checking ip/email/hostRami Khaldi
2021-11-22Fix HTTP server port output and allow dynamic verbosity settingDr. David von Oheimb
2021-11-22SSL_export_keying_material: fix return checkPeiwei Hu
2021-11-17Move more general parts of internal/cryptlib.h to new internal/common.hDr. David von Oheimb
2021-11-17Add and use HAS_CASE_PREFIX(), CHECK_AND_SKIP_CASE_PREFIX(), and HAS_CASE_SUF...Dr. David von Oheimb
2021-11-17Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb
2021-11-17Fix verbosity of CMP client diagnosticsDr. David von Oheimb
2021-11-16EVP_PKEY_keygen_init: fix return checkPeiwei Hu
2021-11-16EVP_PKEY_paramgen_init: fix return checkPeiwei Hu
2021-11-16Abstract out policy and extensions in CA.plAndrew Galante
2021-11-11X509: Fix handling of AKID and SKID extensions according to configurationDr. David von Oheimb
2021-11-09Fix sigsize usage in apps/speed.cXiaofei Bai
2021-11-08APPS/x509: Fix generation of AKID via v2i_AUTHORITY_KEYID()Dr. David von Oheimb
2021-11-08APPS/cmp: make the -sans option support email addresses (type rfc822Name)Dr. David von Oheimb
2021-11-02Revise s_client and s_server verbiage re secure renegotiation.Felipe Gasper
2021-10-28fix some code with obvious wrong coding stylex2018
2021-10-27speed: range check the argument given to -multiPauli
2021-10-25cmp.c: Avoid dereference with negative index and use memcpyTomas Mraz
2021-10-22Fix the s_server psk_server_cb for use in DTLSMatt Caswell
2021-10-22Clean up on failed BIO creationyuanjungong
2021-10-22APPS/req.c: Make -reqexts option an alias of -extensions optionDr. David von Oheimb
2021-10-11req: Do not warn about using stdin when generating new requestTomas Mraz
2021-10-11Bugfix: unsafe return check of EVP_PKEY_fromdataPW Hu
2021-10-11Bugfix: unsafe return check of EVP_PKEY_fromdata_initPW Hu
2021-10-09Bindhost/bindport should be freedDmitry Belyavskiy
2021-10-08Fix unsafe BIO_get_md_ctx checkPW Hu
2021-10-07apps/x509: Fix self-signed check to happen before setting issuer nameDr. David von Oheimb
2021-10-06s_socket.c: Avoid possible NULL pointer dereferenceTomas Mraz
2021-10-04apps/lib/s_socket.c: Fix mem leak on host name in init_client()Dr. David von Oheimb
2021-10-01Fully initialise cipher/digest app handlesViktor Dukhovni
2021-09-21Use -nameopt utf8 by defaultDmitry Belyavskiy
2021-09-19apps/s_client: Add ktls optionTianjia Zhang
2021-09-19apps/s_server: Add ktls optionTianjia Zhang
2021-09-17APPS/cmp.c: Move warning on overlong section name to make it effective againDr. David von Oheimb
2021-09-14convert tabs to spaces in two distributed Perl scriptsViktor Szakats
2021-09-11APPS/{x509,req}: Fix description and diagnostics of -key, -in, etc. optionsDr. David von Oheimb
2021-09-10Fix 'openssl speed' information printoutRichard Levitte
2021-09-08Socket now displays what address it is connecting toZengit
2021-08-31apps/pkcs12: Do not assume null termination of ASN1_UTF8STRINGTomas Mraz
2021-08-26APPS/req: Fix AKID generation in case -CA option is usedDr. David von Oheimb
2021-08-26APPS/req: Fix misconceptions on -CA, -CAkey, and -key options. -CA now implie...Dr. David von Oheimb
2021-08-26APPS/x509: fix -extfile option, which was ignored with -x509toreqDr. David von Oheimb
2021-08-25CMS app: Fix new -wrap optionDr. David von Oheimb
2021-08-25Avoid using undefined value in generate_stateless_cookie_callbackBernd Edlinger