Age | Commit message (Expand) | Author |
2015-07-18 | Handle short writes and TLS_{READ,WRITE}_AGAIN around tls_write(). | Alexander Bluhm |
2015-05-20 | Remove clauses 3 and 4 from Christos Zoulas' BSD license. | Ingo Schwarze |
2015-03-17 | Eliminate use of TM_YEAR_BASE. OK guenther@ deraadt@ miod@ | Todd C. Miller |
2015-03-15 | tzfile.h is an internal header that should never have been installed. | Todd C. Miller |
2015-03-13 | remove the first comma from constructs like ", and," and ", or,": you can use | Jason McIntyre |
2015-02-27 | Fix URL-encoding of characters with the high order bit set. | Jeremie Courreges-Anglas |
2015-02-22 | Rename tls_config_insecure_noverifyhost() to | Joel Sing |
2015-02-22 | Set the TLS ciphers to "compat" mode, restoring the previous behaviour. | Joel Sing |
2015-02-17 | add -M to disable progressmeter. ok dlg halex millert | Ted Unangst |
2015-02-13 | Call tls_config earlier; otherwise TLS_PROTOCOLS_ALL (to allow TLSv1.0 etc) | Stuart Henderson |
2015-02-12 | Change TLS_PROTOCOLS_DEFAULT to be TLSv1.2 only. Add a TLS_PROTOCOLS_ALL | Joel Sing |
2015-02-09 | various defines always exist, so delete the ifdef test. | Ted Unangst |
2015-02-09 | remove the safeguard against porting to machines without 8 bit bytes. | Ted Unangst |
2015-01-31 | removing two instances of "c.f." - it seems actually "cf." is correct, but | Jason McIntyre |
2015-01-30 | remove tenex transfer support. if you still have TOPS20 machines in | Ted Unangst |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2015-01-12 | Fetching port distfiles with the ftp command from githup did not | Alexander Bluhm |
2014-11-25 | set ttyout to line buffered, because the signal handler writes are | Theo de Raadt |
2014-11-15 | Reduce instances of `` '' in manuals. | Anthony J. Bentley |
2014-10-31 | Update ftp(1) to use libtls instead of libressl. | Joel Sing |
2014-10-30 | use ressl constant; from Jan Klemkow | Ted Unangst |
2014-10-24 | Remove unnecessary include: netinet/in_systm.h is not needed by these | Lawrence Teo |
2014-10-08 | userland reallocarray audit. | Doug Hogan |
2014-10-06 | Amend previous commit to unbreak TLS cert validation when using a proxy. | Jeremie Courreges-Anglas |
2014-10-04 | Be sure to only path the remote host to ressl_connect_socket(), without a | Miod Vallat |
2014-10-03 | update for new ressl noverify API | Ted Unangst |
2014-10-03 | Update ftp ressl configuration to handle recent changes in the library. | Joel Sing |
2014-08-25 | you broke the ramdisk builds... | Theo de Raadt |
2014-08-25 | When using a proxy for an https connection, validate the cert hostname | Jeremie Courreges-Anglas |
2014-08-21 | Fix double free. ok guenther@ | Jeremie Courreges-Anglas |
2014-08-16 | I found a number of interactive events which can cause signals, and go | Theo de Raadt |
2014-07-16 | Clean up the ifdef maze in usage() by reformatting it to have distinct | Lawrence Teo |
2014-07-14 | Convert ftp(1) to libressl, rather than rolling in^W^Whand rolling libssl. | Joel Sing |
2014-07-14 | Repair handling of ^C and ^D around command prompts, by inserting | Theo de Raadt |
2014-07-11 | simplify and slightly tweak user agent handling | Alexander Hall |
2014-07-11 | Allow ftp(1) to change its User-Agent for HTTP(S) URL requests using a | Lawrence Teo |
2014-07-05 | Given an http or https URL with user and password, URL-decode the user | Philip Guenther |
2014-06-25 | Alexander Schrijver posted a diff to remove references to the c_rehash script, | Jason McIntyre |
2014-05-20 | Use errc/warnc to simplify code. | Philip Guenther |
2014-05-19 | X509_free() the certificate if the server hostname check fails. | Jeremie Courreges-Anglas |
2014-05-19 | Explicitely initialize two static variables introduced in the previous | Jeremie Courreges-Anglas |
2014-05-19 | HTTPS connections may see redirects, so initialize libcrypto and libssl | Jeremie Courreges-Anglas |
2014-04-23 | Kill useless assignement, matchlen is initialized two lines below. | Jeremie Courreges-Anglas |
2014-04-22 | remove dead stores to error. from Fritjof Bornebusch | Ted Unangst |
2014-04-09 | If TLS validation is on, retrieve the server TLS certificate and | Jeremie Courreges-Anglas |
2014-03-30 | SNI support. ok guenther@ sthen@ | Jeremie Courreges-Anglas |
2014-03-30 | Check the return value from SSL_CTX_set_cipher_list(), for consistency. | Jeremie Courreges-Anglas |
2014-03-30 | SSLeay_add_ssl_algorithms() is just a #define for SSL_library_init(), so | Jeremie Courreges-Anglas |
2014-03-02 | only signed types work when comparing less than zero. | Ted Unangst |
2014-02-26 | use a larger read buffer to speed things up, particularly during upgrades. | Ted Unangst |