Age | Commit message (Expand) | Author |
2023-12-29 | Garbage collect the last users of SSL_set_debug(3) | Theo Buehler |
2023-12-29 | s_client: pause hasn't worked in ages. Just ignore it | Theo Buehler |
2023-07-03 | Bring back no_tls1 and no_tls1_1 as undocumented silently discarded opitons | Bob Beck |
2023-07-03 | Remove the tls1.0 and 1.1 related options from the openssl(1) toolkit | Bob Beck |
2023-03-06 | Rename struct ${app}_config to plain cfg | Theo Buehler |
2022-11-11 | Remove the legacy interactive mode from openssl(1). | joshua |
2022-02-03 | Use X509_*get0_pubkey() wherever possible to simplify and clean up | Theo Buehler |
2021-12-26 | Attempt to opportunistically use the host name for SNI in s_client. | Joel Sing |
2021-10-25 | Garbage collect another unused variable. | Jeremie Courreges-Anglas |
2021-10-22 | Garbage collect an unused variable. | Theo Buehler |
2021-03-17 | Read ahead is now enforced for DTLS - remove workarounds. | Joel Sing |
2021-03-17 | Add DTLSv1.2 support to openssl(1) s_client/s_server. | Joel Sing |
2020-10-14 | Free peekaboo pbuf at end of s_client_main() | Theo Buehler |
2020-07-10 | Clean up s_client.c | Kinichiro Inoguchi |
2020-07-10 | Change variable bio_c_out from global to local | Kinichiro Inoguchi |
2020-07-09 | Wrap long lines and put space in front of label in s_client.c | Kinichiro Inoguchi |
2020-07-09 | Remove c_ prefix from s_client_config member | Kinichiro Inoguchi |
2020-07-09 | Convert openssl(1) s_client option handling | Kinichiro Inoguchi |
2020-05-23 | In ssl_lib.c revision 1.217, jsing enabled SSL_MODE_AUTO_RETRY by | Theo Buehler |
2020-05-22 | sockaddr should be sockaddr_storage, otherwise "openssl s_client -6 -dtls1" | Theo de Raadt |
2020-04-26 | s_client: fix use of possibly uninitialized values | Kinichiro Inoguchi |
2020-04-19 | Add -groups option to openssl(1) s_server. | Joel Sing |
2020-02-16 | Add -tls1_3 and -notls1_3 options to openssl(1) s_client. | Joel Sing |
2020-01-23 | Make -peekaboo mode also use SSL_pending after peeking, to ensure | Bob Beck |
2020-01-22 | Simplify the peekaboo code. | Joel Sing |
2020-01-22 | Add -peekaboo option to s_client, to test SSL_peek | Bob Beck |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2018-11-14 | didn't found -> didn't find. | Theo Buehler |
2018-02-11 | typo in output string; from edgar pettijohn | Jason McIntyre |
2018-02-07 | Indent labels with a single space so that diff prototypes are more useful. | Joel Sing |
2018-02-07 | Remove guards around *_free() calls since these functions handle NULL. | Joel Sing |
2017-08-12 | Remove NPN support - the -nextprotoneg options now become no-ops. | Joel Sing |
2017-04-18 | use freezero() instead of 4-line conditional explicit_bzero + free | Theo de Raadt |
2017-01-24 | Add a -groups option to openssl s_client, which allows supported EC curves | Joel Sing |
2017-01-20 | rearrange pledge promises into the canonical order; easier to eyeball | Theo de Raadt |
2016-12-30 | Display details of the server ephemeral key, based on OpenSSL. | Joel Sing |
2016-06-21 | Fix a bug loading the default certificate path locations. | Brent Cook |
2015-12-01 | Undo previous, pledge("dns") was already present. The problem was in s_server. | Jeremie Courreges-Anglas |
2015-12-01 | pledge dns so openssl can use dns.. noticed and fix by todd@ | Bob Beck |
2015-11-21 | In pledge(), put "dns" right after "inet". | Jeremie Courreges-Anglas |
2015-11-21 | Unbreak s_client, which should be allowed by pledge(2) to do DNS requests. | Jeremie Courreges-Anglas |
2015-10-17 | Exit if a pledge call fails in non-interactive mode. | Doug Hogan |
2015-10-17 | add "tty" for several subcommands of openssl | Sebastien Marie |
2015-10-10 | Initial support for pledges in openssl(1) commands. | Doug Hogan |
2015-10-06 | these do not use ioctl.h | Theo de Raadt |
2015-09-11 | Remove engine command and parameters from openssl(1). | Brent Cook |
2015-09-10 | Correct spelling of OPENSSL_cleanse. | Joel Sing |
2015-09-10 | Fix shadowed verify_error in s_server by removing the unused global. | Brent Cook |
2015-08-22 | Remove all duplicate prototypes for *_main functions (these are already | Joel Sing |
2015-08-11 | Improve openssl s_client -starttls xmpp support. | Landry Breuil |