Fix -no-tls1_2 in tests
[openssl.git] / apps /
2022-04-01 Tomas Mrazreq, x509: Allow printing modulus of RSA-PSS keys
2022-03-22 Daniel FialaMake `openssl check -rsa ...` to work for both RSA...
2022-03-15 Matt CaswellUpdate copyright year
2022-03-14 xkernelcheck return value of functions that call BIO_new(...
2022-03-10 Todd ShortSet protocol in init_client()
2022-03-10 xkernelcheck the return value of BIO_new_file()
2022-03-04 Hugo LandauEnable openssl req -x509 to create certificates from...
2022-03-03 Hugo Landaus_server: Do not use SSL_sendfile when KTLS is not...
2022-02-28 xkernelcheck the return value of CRYPTO_strdup()
2022-02-17 Jiasheng Jiangapps/s_server: Add missing check for BIO_new
2022-02-17 Jiasheng Jiangapps/ocsp: Add check for OPENSSL_strdup
2022-02-17 Jiasheng Jiangs_server: Add check for OPENSSL_strdup
2022-02-14 Jiasheng Jiangopenssl rehash: add check for OPENSSL_strdup
2022-02-11 Kevin K BijuAdded checking for buflen overflow due to MAX_MISALIGNMENT.
2022-02-08 DanielSend auxiliary messages to bio_err.
2022-02-07 Ankit DasFix SIZE_MAX not defined on z/OS etc
2022-02-03 Todd ShortFix copyrights
2022-02-02 Ross Burtonapps/progs.pl: use SOURCE_DATE_EPOCH if defined for...
2022-01-27 Matt CaswellEnsure ciphers command honours -propquery
2022-01-24 Hubert Karios_server: correctly handle 2^14 byte long records
2022-01-14 Paulicoverity 1497107: dereference after null check
2022-01-12 Tomas Mrazpkeyutl: Fix regression with -kdflen option
2022-01-11 Peiwei HuFix: some patches related to error exiting
2022-01-05 Peiwei Huapps/passwd.c: free before error exiting
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-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-15 Dr. David von OheimbAPPS/cmp: Fix logic and doc of mutually exclusive ...
2021-12-14 Matt CaswellUpdate copyright year
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-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-22 Peiwei HuSSL_export_keying_material: fix return check
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-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-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-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-01 Viktor DukhovniFully initialise cipher/digest app handles
2021-09-30 Dr. David von OheimbAPPS/{x509,req}: Fix description and diagnostics of...
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-10 Richard LevitteFix 'openssl speed' information printout
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
2021-06-22 Richard LevitteAPPS: Make fallback opt_[u]intmax() implementations...
2021-06-17 Matt CaswellUpdate copyright year
2021-06-16 Dr. David von OheimbHTTP client: fix use of OSSL_HTTP_adapt_proxy(), which...
next