summaryrefslogtreecommitdiff
path: root/src/usr.bin (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* checked the content against the current version of OpenSSL openssl.pod;schwarze2018-03-301-5/+5
* Clear password buffers in non-terminating casesderaadt2018-03-271-8/+11
* organizationUnitName -> organizationalUnitName;jmc2018-03-221-3/+3
* Remove the tls_init() call, since it is no longer necessary.jsing2018-03-191-3/+1
* ca start/enddates require all 4 yyyy from 2050 on; first twojmc2018-02-281-6/+6
* document s_client -groups;jmc2018-02-181-2/+5
* typo in output string; from edgar pettijohnjmc2018-02-111-2/+2
* Convert option handling for openssl(1) genpkey.jsing2018-02-081-110/+177
* Restore a check before BN_free() that needs to exist and write it such thatjsing2018-02-071-2/+3
* Nuke some more free NULL guards.jsing2018-02-071-9/+5
* Indent labels with a single space so that diff prototypes are more useful.jsing2018-02-0745-190/+190
* Remove guards around *_free() calls since these functions handle NULL.jsing2018-02-0718-114/+67
* Remove guards around *_free() calls since these functions handle NULL.jsing2018-02-071-27/+15
* Remove manual shutdown and close of the socket since in this casetb2018-02-061-7/+1
* Initialize variables to avoid compiler warningsinoguchi2018-01-282-4/+4
* Add s_server and s_client -tlsextdebug messagesinoguchi2018-01-151-1/+9
* Remove unused extern variable in openssl(1) s_timeinoguchi2018-01-071-2/+1
* Seperate real and user timer interfacesjca2017-12-054-17/+15
* Mixing -url with any of -host, -port, or -path should be a usage errorguenther2017-11-291-7/+8
* Allow TLS ciphers and protocols to be specified for nc(1).jsing2017-11-282-41/+65
* Use clock_gettime and getrusage to compute real and user time.jca2017-11-241-16/+33
* openssl s_time -connect host:port needs dns promise for pledge(2) otherwise itmestre2017-11-021-2/+2
* Use a smaller buffer size too peek the receive data. The contentbluhm2017-10-241-5/+4
* Fix cast-pasto's in commentsguenther2017-10-071-3/+3
* Remove SSLv23 padding mode.jsing2017-08-282-7/+5
* Switch to -Werror with clang for libressl.doug2017-08-131-2/+2
* Remove NPN support - the -nextprotoneg options now become no-ops.jsing2017-08-124-113/+13
* grammar was ass backwards;jmc2017-07-151-7/+7
* Add a "-T tlscompat" option to nc(1), which enables the use of all TLSjsing2017-07-152-5/+12
* remove redundant variable declarations in Makefiles, since those arelibressl-v2.6.0espie2017-07-091-2/+1
* Continue the flattening of the pledge logic started in r1.184 and placetb2017-06-111-8/+8
* Simple style(9) fixes from Juuso Lapinlampi, mostly whitespace andtb2017-06-111-33/+35
* If -P and -c were given, a second pledge call tried to add "rpath" to thetb2017-06-101-8/+5
* Fix gcc warnings triggered by WARNINGS=yes.bluhm2017-05-261-9/+9
* typo: ket -> key.tb2017-05-161-3/+3
* Implement nc -W recvlimit to terminate netcat after receiving abluhm2017-05-102-8/+28
* simplify startdate/enddate validationbeck2017-05-081-27/+5
* Limit -Werror to gcc4 as was done in libcrypto/libssl/libtls to avoidjsg2017-05-071-3/+7
* Fix the ca command so that certs it generates have RFC5280 conformant time.beck2017-05-041-16/+56
* use freezero() instead of 4-line conditional explicit_bzero + freederaadt2017-04-184-28/+10
* Move comments into a block and uses {} to unconfuse reading.deraadt2017-04-161-12/+13
* - -Z before -z in options listjmc2017-04-052-7/+9
* Allow nc to save the peer certificate and chain in a pem file specifiedbeck2017-04-052-4/+39
* The netcat server did not print the correct TLS error message ifbluhm2017-03-091-2/+2
* When netcat was started with -Uz, the exit status was always 1. Ifbluhm2017-02-091-3/+4
* Document that -x can take an ipv6 address enclosed in square brackets.jca2017-02-091-2/+5
* When getaddrinfo fails, print the requested host and port.jca2017-02-091-2/+3
* Avoid a busy loop in netcat's tls_close(). Reuse the tls_handshake()bluhm2017-02-081-18/+8
* Avoid double close(2) in netcat. After every call to readwrite()bluhm2017-02-081-13/+5
* Due to non-blocking sockets, tls_handshake() could wait in a busybluhm2017-02-081-21/+42