summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2021-12-09APPS/cmp: Fix use of OPENSSL_NO_SOCK: options like -server do not make sense ...Dr. David von Oheimb
2021-12-09APPS/cmp: fix -rspin option such that it works again without -reqinDr. 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-22SSL_export_keying_material: fix return checkPeiwei Hu
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-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-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-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-01Fully initialise cipher/digest app handlesViktor Dukhovni
2021-09-30APPS/{x509,req}: Fix description and diagnostics of -key, -in, etc. optionsDr. David von Oheimb
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-10Fix 'openssl speed' information printoutRichard Levitte
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
2021-08-25apps/ciphers: Fix wrong return value when using -convert parameterTianjia Zhang
2021-08-25APPS: Fix result type of dump_cert_text() and behavior of print_name() on out...Dr. David von Oheimb
2021-08-24rsa: Try legacy encoding functions for pubkeyTomas Mraz
2021-08-20Get rid of warn_binaryDmitry Belyavskiy
2021-08-12Disclaimer about the default provider activation added to configDmitry Belyavskiy
2021-08-12genpkey: -quiet doesn't take an argumentPauli
2021-08-06Fix CMP app TLS connection not respecting vpm options like -crl_checkDr. David von Oheimb
2021-08-05cms: Fix handling of -rctform optionTomas Mraz
2021-08-05cms: Do not try to check binary format on stdinTomas Mraz
2021-08-05req: Avoid segfault when -modulus is usedTomas Mraz
2021-08-04apps/pkeyutl.c: call ERR_print_errors() on all errors, including Signature Ve...Dr. David von Oheimb
2021-08-04Add config_diagnostics to our configuration files.Pauli
2021-08-03If we have passed the private key, don't copy it implicitlyDmitry Belyavskiy
2021-07-31Redefine getpid() -> _getpid() only for MSVCTanzinul Islam
2021-07-16apps: Use the first detected address family if IPv6 is not availableDaiki Ueno
2021-07-14apps: avoid using POSIX IO macros and functions when built without them.Pauli
2021-07-13Remove executable mode attributes of non-executable filesTianjia Zhang