| Commit message (Expand) | Author | Age | Files | Lines |
* | Display TLSv1.3 extension type with openssl(1) -tlsextdebug | inoguchi | 2020-04-26 | 1 | -7/+49 |
* | s_client: fix use of possibly uninitialized values | inoguchi | 2020-04-26 | 1 | -2/+2 |
* | In s_server.c rev. 1.33, jsing added support for "openssl s_server -groups"; | schwarze | 2020-04-25 | 1 | -6/+18 |
* | Add -groups option to openssl(1) s_server. | jsing | 2020-04-19 | 2 | -35/+31 |
* | Tag subcommand sections | kn | 2020-02-19 | 1 | -2/+44 |
* | Add -tls1_3 and -notls1_3 options to openssl(1) s_client. | jsing | 2020-02-16 | 2 | -23/+37 |
* | Standardize argument naming for "sourceaddr" and unify the wording a bit, | schwarze | 2020-02-12 | 2 | -10/+9 |
* | revert previous nc loop refactor from 1.211, breaks bluhm's stuff | beck | 2020-01-26 | 1 | -64/+36 |
* | add a couple of XXX for future cleanup | tb | 2020-01-25 | 1 | -1/+4 |
* | Teach openssl s_client a bit about TLSv1.3. | tb | 2020-01-24 | 1 | -2/+17 |
* | Make -peekaboo mode also use SSL_pending after peeking, to ensure | beck | 2020-01-23 | 1 | -2/+9 |
* | Simplify the peekaboo code. | jsing | 2020-01-22 | 1 | -35/+6 |
* | Add -peekaboo option to s_client, to test SSL_peek | beck | 2020-01-22 | 1 | -4/+66 |
* | If the client provides a TLS certificate and the user specifies a | bluhm | 2020-01-07 | 1 | -5/+6 |
* | The unveil(2) for nc -U -u -l was wrong. The server cannot unveil | bluhm | 2020-01-06 | 1 | -4/+23 |
* | When using UNIX domain sockets, always call report_sock() with the | bluhm | 2020-01-06 | 1 | -6/+10 |
* | Check CMS API return value in openssl(1) cms | inoguchi | 2020-01-04 | 1 | -11/+21 |
* | use "Currently" in the doc for "openssl enc" when talking about default | sthen | 2019-12-18 | 1 | -2/+2 |
* | In January, the default digest used in the openssl enc command was | tb | 2019-12-18 | 1 | -7/+4 |
* | Add manual for openssl(1) cms | inoguchi | 2019-11-28 | 1 | -2/+518 |
* | More return value check in openssl(1) cms | inoguchi | 2019-11-19 | 1 | -23/+29 |
* | Add manual descriptions for openssl(1) req -addext | inoguchi | 2019-11-19 | 1 | -2/+10 |
* | Remove typedef and check sk_push return value in openssl(1) cms | inoguchi | 2019-11-18 | 1 | -23/+33 |
* | Add -keyopt opiton to openssl(1) cms subcommand | inoguchi | 2019-11-18 | 1 | -8/+128 |
* | fail to usage if extra argv are present | deraadt | 2019-11-17 | 1 | -8/+4 |
* | refactor the nc pool loop to not shut down the socket early, and | beck | 2019-11-13 | 1 | -36/+64 |
* | Check return value and remove unnecessary variable | inoguchi | 2019-11-06 | 1 | -7/+7 |
* | Add -addext option to openssl(1) req subcommand | inoguchi | 2019-11-06 | 1 | -3/+133 |
* | Fix an out of bound read/write when using a proxy. | millert | 2019-11-04 | 2 | -11/+21 |
* | Indent labels for diffability. | jsing | 2019-11-04 | 1 | -5/+5 |
* | Remove spaces between * and variable names. | jsing | 2019-11-04 | 1 | -25/+25 |
* | Remove explicit NULL checks before *_free() calls. | jsing | 2019-11-04 | 1 | -21/+14 |
* | Hook openssl(1) cms back up. | jsing | 2019-11-04 | 3 | -4/+8 |
* | Currently we need to include pem.h before cms.h... | jsing | 2019-11-04 | 1 | -2/+3 |
* | Remove engine argument from load_cert() calls. | jsing | 2019-11-04 | 1 | -8/+8 |
* | Bring openssl(1) cms back from the attic. | jsing | 2019-11-04 | 1 | -0/+1142 |
* | Service names are still resolved with -n | kn | 2019-10-24 | 1 | -4/+4 |
* | Print IP address in verbose mode | job | 2019-10-24 | 1 | -12/+34 |
* | Revert previous, which works for -N case but causes regress failures | beck | 2019-10-23 | 1 | -18/+1 |
* | Fix -N flag to actually shut down the (entire) socket when the input | beck | 2019-10-17 | 1 | -1/+18 |
* | Avoid a path traversal bug in s_server on Windows. | bcook | 2019-10-04 | 1 | -3/+3 |
* | the formatting for the mini synopses in this page did not render well | jmc | 2019-10-04 | 1 | -115/+179 |
* | Remove unnecessary NULL check before free function in openssl(1) dgst | inoguchi | 2019-08-30 | 1 | -11/+6 |
* | Wrap lines over 80 cols and put space before goto label in openssl(1) dgst | inoguchi | 2019-08-30 | 1 | -20/+30 |
* | Simplify checking and more readable descriptions in openssl(1) dgst | inoguchi | 2019-08-30 | 1 | -8/+8 |
* | Convert openssl(1) dgst to the newer style of option handling | inoguchi | 2019-08-30 | 1 | -99/+216 |
* | added /* no filesystem visibility */ above unveil("/", "") since "" is too easy | mestre | 2019-08-08 | 1 | -1/+2 |
* | Remove -port option from s_server since it is same as -accept | inoguchi | 2019-08-05 | 1 | -4/+3 |
* | Make proxy auth work with http 1.1 speaking webservers. | benno | 2019-07-29 | 1 | -2/+3 |
* | Moving variables into struct in openssl(1) dgst | inoguchi | 2019-07-29 | 1 | -86/+99 |