aboutsummaryrefslogtreecommitdiffstats
path: root/src/stls
Commit message (Expand)AuthorAgeFilesLines
* Server-side SNI, libtls versionLaurent Bercot2021-05-281-10/+38
* Prepare for 2.4.2.0; implement client certificates with bearsslLaurent Bercot2021-05-181-10/+21
* Remove SSL_TLS_SNI_SERVERNAME (instead of defined but empty) if no SNILaurent Bercot2021-01-281-5/+10
* Prepare for 2.4.1.0; add SSL_TLS_SNI_SERVERNAMELaurent Bercot2021-01-281-2/+6
* Implement handshake timeout for libtls backendLaurent Bercot2021-01-135-4/+41
* Change -K semantics: timeout *during handshake*, not afterwardsLaurent Bercot2020-12-071-6/+2
* stls client: prefer CAFILE, warn on CADIR use, because libtls is brokenLaurent Bercot2020-11-231-6/+7
* Fix more bugs; disable renegociation in bearssl clientLaurent Bercot2020-11-232-32/+27
* Fix a few bugs. sbearssl appears to be working.Laurent Bercot2020-11-223-0/+10
* Add SSL_PROTOCOL and SSL_CIPHER support, fix some bugsLaurent Bercot2020-11-222-0/+25
* Add documentation, fix tiny privdrop bugLaurent Bercot2020-11-221-2/+2
* Privs can only be dropped after reading key files.Laurent Bercot2020-11-215-4/+30
* Refactor tls code to support ucspi-tlsLaurent Bercot2020-11-205-173/+68
* Moderately big hammer: force kill on s6-tlsd when it has nothing to write to...Laurent Bercot2017-08-281-1/+5
* Revert big hammer. Data still needs to be flushed to the network even when t...Laurent Bercot2017-08-281-5/+1
* Fix error messages in stls_s6tls?.c when setting key fileLaurent Bercot2017-06-292-2/+2
* Explicitly make s6-tls[cd] die when the app diesLaurent Bercot2017-05-111-1/+5
* Fix case where s6-tls[cd] would sometimes not detect an application and rema...Laurent Bercot2017-03-227-65/+97
* Cleanup superfluous includesLaurent Bercot2017-03-144-5/+0
* Adapt to skalibs-2.5.0.0Laurent Bercot2017-03-123-15/+12
* Types fix, first passLaurent Bercot2017-01-105-15/+26
* Remove s6-tls* dependency to libs6net. Improve gen-deps to make dynlinking e...Laurent Bercot2016-12-045-14/+36
* s6-tls*: small bugfixes. Add documentation.Laurent Bercot2016-12-032-4/+3
* Fix closing bugs in sbearssl_run and tls_runLaurent Bercot2016-12-021-25/+25
* Fix several bugs in stls, make the engine workLaurent Bercot2016-12-013-25/+41
* Small sbearssl bugfixes and usability messagesLaurent Bercot2016-11-282-2/+2
* Add -z option to s6-tlsc/s6-tlsd to clean TLS env vars before spawning (defa...Laurent Bercot2016-11-263-2/+5
* stls_run: fix "read from peer" error messageLaurent Bercot2016-11-261-1/+1
* Fix warning messages in libtls engineLaurent Bercot2016-11-261-3/+3
* Usability fixes for TLSLaurent Bercot2016-11-261-1/+1
* SNI support for libtlsLaurent Bercot2016-11-251-8/+6
* Fix build bugs. It builds!Laurent Bercot2016-11-252-7/+7
* Alpha version of the SSL work.Laurent Bercot2016-11-254-0/+465