]> git.ipfire.org Git - thirdparty/openssl.git/history - apps/s_client.c
CMS KEMRecipientInfo support requires HKDF with fixed digests
[thirdparty/openssl.git] / apps / s_client.c
5 days ago  martinAdd support for TLS 1.3 OCSP multi-stapling for server...
2025-07-02  Tomas Mrazapps: Silence warnings on Win64 builds
2025-04-26  Dr. David von Oheimbapp/s_client.c: clean up and broaden use of ERR_print_e...
2025-03-27  Viktor DukhovniReport s_client chain cert pkey alg correctly
2025-03-26  Viktor DukhovniIn s_client report 'long' certificate sigalg name
2025-03-12  openssl-machineCopyright year updates
2025-02-18  Frederik Wedel-HeinenAdds missing checks of return from XXX_up_ref(). feature/evp_skey
2024-09-05  FdaSilvaYYapps: directly inclusion of "e_os.h when needed
2024-09-05  Tomas MrazCopyright year updates
2024-08-20  erbsland-devEnhance s_client Output
2024-07-31  Tomas MrazAvoid leaking *ba_ret on reconnections
2024-06-21  Hubert Karios_client: use the full buffer for reads
2023-11-01  Matt CaswellDon't error if s_client receives exactly BUFSIZZ data
2023-10-25  Matt CaswellDon't wait in select if we have data to write
2023-08-24  Hugo LandauQUIC: Rename SSL_set_initial_peer_addr to SSL_set1_init...
2023-06-29  Matt CaswellFix typos in s_client
2023-06-15  Dimitri PapadopoulosFix typos found by codespell
2023-06-06  Michael BaentschCast the argument to unsigned char when calling isdigit()
2023-06-06  Vladimír Kotalallow to disable http
2023-05-29  Hugo LandauQUIC: Rename SSL_tick etc. in s_client
2023-05-08  Matt CaswellDon't attempt a QUIC connection without specifying...
2023-05-08  Matt CaswellAdd the ability to send FIN on a QUIC stream from s_client
2023-05-08  Matt CaswellAdd QUIC support to s_client
2023-04-24  Matt CaswellReplace use of strstr with strchr
2023-04-24  Matt CaswellCoverity 1524619: unexpected control flow
2023-03-30  Matt CaswellAdd a new advanced command mode to s_client
2023-03-28  Todd ShortRFC7250 (RPK) support
2023-01-24  FdaSilvaYYTypos fixing
2022-11-23  FdaSilvaYYCleanup : directly include of `internal/nelem.h` when...
2022-10-04  Steven Collisons_client: Support interactive reconnect command
2022-05-05  Vita Batrlas_client -proxy / -starttls shouldn't be mutually exclusive
2022-05-03  Matt CaswellUpdate copyright year
2022-03-10  Todd ShortAdd TFO support to socket BIO and s_client/s_server
2022-03-10  xkernelcheck the return value of BIO_new_file()
2022-03-04  xkernelapps: several return value checks for BIO_new()
2022-02-28  xkernelcheck the return value of CRYPTO_strdup()
2022-02-14  Rami KhaldiImplement a new flag for running s_client in a non...
2022-02-05  Richard LevitteMove e_os.h to include/internal
2021-12-29  Matt CaswellEnsure s_client sends SNI data when used with -proxy
2021-12-21  Dr. David von Oheimbadd OSSL_STACK_OF_X509_free() for commonly used pattern
2021-12-07  Dr. David von OheimbAPPS: Improve diagnostics on missing/extra args and...
2021-11-22  Peiwei HuSSL_export_keying_material: fix return check
2021-11-17  Dr. David von OheimbAdd and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX...
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-09  Dmitry BelyavskiyBindhost/bindport should be freed
2021-09-18  Tianjia Zhangapps/s_client: Add ktls option
2021-06-15  Rich SalzRemove "-immedate_renegotiation" option
2021-06-13  Richard LevitteAPPS: Remove an unreachable statement in s_client.c
2021-06-01  Tomas MrazRename all getters to use get/get0 in name
2021-05-26  Tomas MrazDeprecate old style BIO callback calls
2021-05-17  Rich SalzAdd SSL_OP_ALLOW_CLIENT_RENEGOTIATION
2021-05-06  Tomas MrazMake the -inform option to be respected if possible
2021-05-05  Dr. David von OheimbAPPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP...
2021-04-30  Shane LontisFix CRL app so that stdin works.
2021-04-14  Dr. David von OheimbAPPS: make apps strict on app_RAND_load() and app_RAND_...
2021-03-15  Tomas Mrazapps: Add maybe_stdin argument to load_certs and set...
2021-02-17  Petr GotthardReplace SSL_CTX_new by SSL_CTX_new_ex in apps/s_server...
2021-02-12  Matt CaswellDeprecate the low level SRP APIs
2021-02-11  Rich SalzLoad rand state after loading providers
2021-01-28  Richard LevitteUpdate copyright year
2021-01-11  Dr. David von OheimbAPPS: Fix confusion between program and app/command...
2020-12-15  Rich SalzCheck non-option arguments
2020-10-26  Richard LevitteAPPS: Remove the format argument where it's not used
2020-10-04  Richard LevitteAPPS: Reduce deprecation warning suppression - ENGINE
2020-09-24  Dr. David von Oheimbload_key_certs_crls(): Restore output of fatal errors
2020-09-13  Matt CaswellFix safestack issues in ct.h
2020-09-13  Matt CaswellFix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENS...
2020-09-13  Matt CaswellFix safestack issues in x509.h
2020-08-20  Dr. David von OheimbMake better use of new load_cert_pass() variant of... 12647/head
2020-08-20  Dr. David von Oheimbapps: make use of OSSL_STORE for generalized certs...
2020-07-16  Pauliapps: deprecate engines
2020-07-16  Todd ShortAdd SSL_get[01]_peer_certificate()
2020-06-30  Benny BaumannForce ssl/tls protocol flags to use stream sockets
2020-05-25  Marcs_client: Fix -proxy flag regression
2020-05-19  Dmitry BelyavskiyIntroducing option SSL_OP_IGNORE_UNEXPECTED_EOF
2020-05-19  MarcUse _get0_ functions instead of _get_.
2020-05-19  Marcs_client: Show cert algorithms & validity period
2020-05-15  Dr. David von OheimbUse OSSL_STORE for load_{,pub}key() and load_cert(...
2020-05-06  Dmitry Belyavskiys_server normal shutdown
2020-04-24  Dr. David von OheimbClean up the use of ERR_print_errors() in apps.c and...
2020-04-24  David von OheimbAdd function load_csr(file,format,desc) to apps/lib...
2020-04-24  Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23  Matt CaswellUpdate copyright year
2020-04-20  Dr. David von OheimbFix descriptions of credentials and verification option...
2020-03-07  Paulicmdline app: add provider commandline options.
2020-03-05  Roger Ningfix a minor bug of s_client
2020-02-10  Dr. David von OheimbGeneralize the HTTP client so far implemented mostly... 10667/head
2020-02-06  Rich SalzMore accurate doc of -ssl_config option
2019-11-20  Rich SalzDocument command parameters.
2019-11-07  Rich SalzAdd "sections" to -help output
2019-11-03  Richard LevitteAdd -CAstore and similar to all openssl commands that...
2019-10-14  Kurt RoeckxAdd BN_check_prime()
2019-07-16  Pauliremove end of line spaces
2019-07-16  PauliRemove tab characters from C source files.
2019-07-01  Antoine CœurFix Typos
2019-04-08  Dan Campbells_client starttls: fix handling of multiline reply
2019-04-01  Boris Pismennyapps: print Kernel receive side TLS in s_client and...
2019-03-29  Richard LevitteRemove heartbeats completely
2019-03-06  Richard LevitteAdapt SSL_DEBUG to the new generic trace API
next