Fix copyright year issues
[openssl.git] / apps /
2022-01-05 Dimitris ApostolouFix typos
2022-01-05 Peiwei Huapps/passwd.c: free before error exiting
2022-01-04 Dr. David von OheimbCMP mock server: add -ref_cert option and corresponding...
2022-01-04 Dr. David von Oheimbapp_http_tls_cb: Fix double-free in case TLS not used
2022-01-04 Dr. David von OheimbHTTP client: Work around HTTPS proxy use bug due to...
2021-12-30 Dr. David von OheimbAPPS/cmp: improve diagnostics for presence of TLS options
2021-12-30 Dr. David von OheimbOSSL_CMP_CTX: rename get/set function for trustedStore
2021-12-29 Matt CaswellEnsure s_client sends SNI data when used with -proxy
2021-12-22 Dr. David von OheimbHTTP client: Fix cleanup of TLS BIO via 'bio_update_fn...
2021-12-21 Dr. David von Oheimbadd OSSL_STACK_OF_X509_free() for commonly used pattern
2021-12-15 Dr. David von OheimbAPPS/cmp: Fix logic and doc of mutually exclusive ...
2021-12-13 Dr. David von OheimbAPPS/cmp: Simplify read_write_req_resp() - 'req' arg...
2021-12-10 Tianjia Zhangapps/s_server: Correct s_server to return the correct...
2021-12-09 Paulifix Coverity 1494649: dead code
2021-12-09 Dr. David von OheimbAPPS/cmp: Fix use of OPENSSL_NO_SOCK: options like...
2021-12-09 Dr. David von OheimbAPPS/cmp: fix -rspin option such that it works again...
2021-12-07 Dr. David von OheimbAPPS: Improve diagnostics on missing/extra args and...
2021-12-02 x2018s_cb.c: check the return value of X509_get0_pubkey()
2021-11-29 PW HuReturn -1 properly from do_X509_REQ_verify and do_X509_...
2021-11-25 x2018check the return value of OPENSSL_strdup(CRYPTO_strdup...
2021-11-25 x2018check the return value of OPENSSL_strdup(CRYPTO_strdup...
2021-11-25 x2018check the return value of OPENSSL_strdup to prevent...
2021-11-24 Rami Khaldix509: Return a nonzero exit code on error when checking...
2021-11-22 Dr. David von OheimbFix HTTP server port output and allow dynamic verbosity...
2021-11-22 Peiwei HuSSL_export_keying_material: fix return check
2021-11-17 Dr. David von OheimbMove more general parts of internal/cryptlib.h to new...
2021-11-17 Dr. David von OheimbAdd and use HAS_CASE_PREFIX(), CHECK_AND_SKIP_CASE_PREF...
2021-11-17 Dr. David von OheimbAdd and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX...
2021-11-17 Dr. David von OheimbFix verbosity of CMP client diagnostics
2021-11-16 Peiwei HuEVP_PKEY_keygen_init: fix return check
2021-11-16 Peiwei HuEVP_PKEY_paramgen_init: fix return check
2021-11-16 Andrew GalanteAbstract out policy and extensions in CA.pl
2021-11-11 Dr. David von OheimbX509: Fix handling of AKID and SKID extensions accordin...
2021-11-09 Xiaofei BaiFix sigsize usage in apps/speed.c
2021-11-08 Dr. David von OheimbAPPS/x509: Fix generation of AKID via v2i_AUTHORITY_KEYID()
2021-11-08 Dr. David von OheimbAPPS/cmp: make the -sans option support email addresses...
2021-11-02 Felipe GasperRevise s_client and s_server verbiage re secure renegot...
2021-10-28 x2018fix some code with obvious wrong coding style
2021-10-26 Paulispeed: range check the argument given to -multi
2021-10-25 Tomas Mrazcmp.c: Avoid dereference with negative index and use...
2021-10-22 Matt CaswellFix the s_server psk_server_cb for use in DTLS
2021-10-22 yuanjungongClean up on failed BIO creation
2021-10-22 Dr. David von OheimbAPPS/req.c: Make -reqexts option an alias of -extension...
2021-10-11 Tomas Mrazreq: Do not warn about using stdin when generating...
2021-10-11 PW HuBugfix: unsafe return check of EVP_PKEY_fromdata
2021-10-11 PW HuBugfix: unsafe return check of EVP_PKEY_fromdata_init
2021-10-09 Dmitry BelyavskiyBindhost/bindport should be freed
2021-10-08 PW HuFix unsafe BIO_get_md_ctx check
2021-10-07 Dr. David von Oheimbapps/x509: Fix self-signed check to happen before setti...
2021-10-06 Tomas Mrazs_socket.c: Avoid possible NULL pointer dereference
2021-10-04 Dr. David von Oheimbapps/lib/s_socket.c: Fix mem leak on host name in init_...
2021-10-01 Viktor DukhovniFully initialise cipher/digest app handles
2021-09-21 Dmitry BelyavskiyUse -nameopt utf8 by default
2021-09-18 Tianjia Zhangapps/s_client: Add ktls option
2021-09-18 Tianjia Zhangapps/s_server: Add ktls option
2021-09-17 Dr. David von OheimbAPPS/cmp.c: Move warning on overlong section name to...
2021-09-13 Viktor Szakatsconvert tabs to spaces in two distributed Perl scripts
2021-09-11 Dr. David von OheimbAPPS/{x509,req}: Fix description and diagnostics of...
2021-09-10 Richard LevitteFix 'openssl speed' information printout
2021-09-08 ZengitSocket now displays what address it is connecting to
2021-08-31 Tomas Mrazapps/pkcs12: Do not assume null termination of ASN1_UTF...
2021-08-26 Dr. David von OheimbAPPS/req: Fix AKID generation in case -CA option is...
2021-08-26 Dr. David von OheimbAPPS/req: Fix misconceptions on -CA, -CAkey, and -key...
2021-08-26 Dr. David von OheimbAPPS/x509: fix -extfile option, which was ignored with...
2021-08-25 Dr. David von OheimbCMS app: Fix new -wrap option
2021-08-25 Bernd EdlingerAvoid using undefined value in generate_stateless_cooki...
2021-08-25 Tianjia Zhangapps/ciphers: Fix wrong return value when using -conver...
2021-08-25 Dr. David von OheimbAPPS: Fix result type of dump_cert_text() and behavior...
2021-08-24 Tomas Mrazrsa: Try legacy encoding functions for pubkey
2021-08-20 Dmitry BelyavskiyGet rid of warn_binary
2021-08-12 Dmitry BelyavskiyDisclaimer about the default provider activation added...
2021-08-12 Pauligenpkey: -quiet doesn't take an argument
2021-08-06 Dr. David von OheimbFix CMP app TLS connection not respecting vpm options...
2021-08-05 Tomas Mrazcms: Fix handling of -rctform option
2021-08-05 Tomas Mrazcms: Do not try to check binary format on stdin
2021-08-05 Tomas Mrazreq: Avoid segfault when -modulus is used
2021-08-04 Dr. David von Oheimbapps/pkeyutl.c: call ERR_print_errors() on all errors...
2021-08-03 PauliAdd config_diagnostics to our configuration files.
2021-08-03 Dmitry BelyavskiyIf we have passed the private key, don't copy it implicitly
2021-07-31 Tanzinul IslamRedefine getpid() -> _getpid() only for MSVC
2021-07-16 Daiki Uenoapps: Use the first detected address family if IPv6...
2021-07-14 Pauliapps: avoid using POSIX IO macros and functions when...
2021-07-13 Tianjia ZhangRemove executable mode attributes of non-executable...
2021-07-11 Pauliapp: add library context and propq arguments to opt_md...
2021-07-11 Pauliapps: add a function opt_legacy_okay() that indicates...
2021-07-11 Pauliapps: add query to allow a command to know of a provide...
2021-07-09 Matt CaswellFix s_server PSK handling
2021-07-09 Matt CaswellDon't add the first pkcs12 certificate multiple times
2021-07-08 Pauliapps: fix Coverity 1451531 Unchecked return value
2021-07-02 Tomas Mrazload_key_certs_crls: Avoid reporting any spurious errors
2021-06-30 Dr. David von Oheimbcmp_mock_srv.c: Add missing OldCertID check for 'kur...
2021-06-30 Paulis_time: avoid unlikely division by zero
2021-06-26 Richard LevitteFix 'openssl req' to correctly use the algorithm from...
2021-06-26 Richard Levitteapps/CA.pl.in: restore the quotes around -CAfile, they...
2021-06-26 Christian HeimesFix segfault in openssl x509 -modulus
2021-06-26 Pauliapps: address potential memory leaks
2021-06-26 Pauliapps: properly initialise arguments to EVP_PKEY_get_bn_...
2021-06-23 Richard LevitteAdapt other parts of the source to the changed EVP_Q_di...
2021-06-23 Dr. David von Oheimbcmp_mock_srv.c: Fix polling mode such that it can be...
2021-06-22 Richard LevitteAPPS & TEST: Use ossl_[u]intmax_t rather than [u]intmax_t
next