aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Update dependenciesLaurent Bercot2023-01-022-3/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.5.1.2Laurent Bercot2022-11-291-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Doc typo fixLaurent Bercot2022-11-201-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Doc fixLaurent Bercot2022-11-011-3/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Doc typo fixesLaurent Bercot2022-10-311-5/+5
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.5.1.2Laurent Bercot2022-10-142-8/+27
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Bring libsbearssl doc up to date.Laurent Bercot2022-10-141-4/+113
| | | | | | Also fix a typo in sbearssl.h Signed-off-by: Laurent Bercot <ska@appnovation.com>
* More doc fixesLaurent Bercot2022-10-131-7/+7
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Doc fixesLaurent Bercot2022-10-131-5/+21
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Doc typo fixLaurent Bercot2022-10-101-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* ... and fix typosLaurent Bercot2022-08-231-4/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Do not require optional certificates XDLaurent Bercot2022-08-233-9/+13
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.5.1.1; adapt to skalibs-2.12.0.0Laurent Bercot2022-04-092-3/+12
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Update depsLaurent Bercot2021-12-192-1/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.5.1.0Laurent Bercot2021-12-052-4/+15
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Allow SNI wildcarding for *.example.comLaurent Bercot2021-11-181-0/+11
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Update LibreSSL/LibreTLS dependenciesLaurent Bercot2021-09-262-2/+6
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Log client decision on s6-ucspitls[cd] -v2Laurent Bercot2021-09-242-4/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Update dependencies2.5.0.0Laurent Bercot2021-08-102-3/+9
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.5.0.0; remove minidentdLaurent Bercot2021-07-235-90/+12
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Server-side SNI, libtls versionLaurent Bercot2021-05-285-10/+85
| | | | Implementation for bearssl coming soon.
* More debug commandsLaurent Bercot2021-05-251-1/+1
|
* Prepare for 2.4.2.0; implement client certificates with bearsslLaurent Bercot2021-05-183-4/+13
| | | | Also send a bit more environment with libtls
* version: 2.4.1.1v2.4.1.1Laurent Bercot2021-04-151-0/+11
|
* Prepare for 2.4.1.1Laurent Bercot2021-04-132-10/+27
|
* More doc fixesLaurent Bercot2021-02-163-8/+4
|
* version: 2.4.1.0v2.4.1.0Laurent Bercot2021-02-152-5/+7
|
* Add link to s6-networking man pagesLaurent Bercot2021-02-071-0/+8
|
* More doc fixesLaurent Bercot2021-02-042-3/+3
|
* Doc fixes, thanks flexibeastLaurent Bercot2021-02-0413-25/+24
|
* Remove SSL_TLS_SNI_SERVERNAME (instead of defined but empty) if no SNILaurent Bercot2021-01-284-13/+11
|
* Prepare for 2.4.1.0; add SSL_TLS_SNI_SERVERNAMELaurent Bercot2021-01-286-9/+38
|
* Tiny code and doc fixesLaurent Bercot2021-01-182-8/+8
|
* Implement handshake timeout for libtls backendLaurent Bercot2021-01-132-6/+2
|
* Document optional execlineLaurent Bercot2021-01-031-1/+1
|
* Change -K semantics: timeout *during handshake*, not afterwardsLaurent Bercot2020-12-074-16/+24
| | | | | | | | | | | | | | - the TLS tunnel itself should be transparent so it has no business shutting down the connection no matter how long the app takes - there's still an undetectable situation on some kernels where EOF doesn't get transmitted from the network, and the engine is in the handshake, and it can't do anything but wait forever. A timeout is useful here: dawg, your peer is never going to send any more data, you should just give up. - if the situation happens after the handshake, the *app* should have a timeout and die. The tunnel will follow suit. - libtls has a blocking tls_handshake() blackbox, we cannot give it a timeout. Too bad, use bearssl.
* Fix build with skalibs 2.10.0.0; document dependenciesLaurent Bercot2020-11-303-14/+26
|
* Add SSL_PROTOCOL and SSL_CIPHER support, fix some bugsLaurent Bercot2020-11-222-4/+26
|
* Add documentation, fix tiny privdrop bugLaurent Bercot2020-11-2212-391/+1195
|
* Prepare for 2.4.0.0Laurent Bercot2020-11-212-2/+25
|
* doc: fix URLsLaurent Bercot2020-10-0419-29/+29
|
* Bump dependenciesLaurent Bercot2020-10-022-8/+8
|
* Add -e option to s6-tlsserverLaurent Bercot2020-05-062-2/+15
|
* Prepare for 2.3.2.0Laurent Bercot2020-05-062-4/+18
|
* s6-networking: fix html errorsColin Booth2020-03-303-3/+4
| | | | Signed-off-by: Colin Booth <colin@heliocat.net>
* Fix s6-dns version dependencyLaurent Bercot2020-03-162-2/+2
|
* Prepare for 2.3.1.2Laurent Bercot2020-01-272-5/+18
|
* Prepare for 2.3.1.1Laurent Bercot2019-10-212-5/+18
|
* version: 2.3.1.0v2.3.1.0Laurent Bercot2019-09-221-4/+1
|
* Update tainnow.lib mentions in docLaurent Bercot2019-09-213-3/+3
|