aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* Update depsLaurent Bercot37 hours1-1/+1
|
* Update depsLaurent Bercot2026-06-221-1/+1
|
* Prepare for 2.8.0.1Laurent Bercot2026-06-211-1/+1
|
* Update depsLaurent Bercot2026-06-211-4/+4
|
* Prepare for 2.8.0.0; convert tls programs to gol, add noverifycertLaurent Bercot2026-04-182-6/+5
|
* Implement --no-verify-cert for s6-tlsc and s6-tlsc-ioLaurent Bercot2026-04-131-4/+5
|
* Prepare for 2.7.3.0Laurent Bercot2026-04-131-1/+1
|
* Update deps/docs/mirrorsLaurent Bercot2026-04-041-5/+5
|
* Add support for disabling rpath; prepare for 2.7.2.2Laurent Bercot2026-03-311-1/+1
|
* Prepare for 2.7.2.1Laurent Bercot2026-01-181-1/+1
|
* Ensure "make clean" cleans up unselected support librariesLaurent Bercot2026-01-171-0/+2
|
* releng fixesLaurent Bercot2025-12-231-5/+5
|
* Add proxy-serverLaurent Bercot2025-06-034-1/+5
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Support shlibs on MacOS, next iterationLaurent Bercot2025-05-301-0/+7
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.7.1.0, move to new systemLaurent Bercot2025-04-2814-53/+111
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for next version, fix configureLaurent Bercot2025-03-271-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.7.0.4; update depsLaurent Bercot2024-07-301-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.7.0.3; fix s6-tcpserverd fd bugLaurent Bercot2024-04-231-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.7.0.2Laurent Bercot2024-01-091-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.7.0.1Laurent Bercot2023-12-201-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.7.0.0. Better s6-tlsc-io interface.Laurent Bercot2023-11-101-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Great Tcpserver Unification. Prepare for 2.6.0.0.Laurent Bercot2023-09-304-33/+13
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Remove s6-tcpserver?d dependency on libs6Laurent Bercot2023-09-111-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fully defork s6-tlsc and s6-tlsdLaurent Bercot2023-09-081-2/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Refactor s6-tls[cd] so they're ready to port to posix_spawnLaurent Bercot2023-09-081-5/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* New versions of s6-tcpserver4d and s6-tcpserver6dLaurent Bercot2023-09-081-2/+3
| | | | | | | | | | | - both now use posix_spawn when available - s6-tcpserver4d uses avltree for logarithmic lookups - s6-tcpserver6d still has the linear lookup - the point was to benchmark linear vs logarithmic, but the fork() overhead overshadowed everything - now with fork() out of the way, I'm going back to benchmarks Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.5.1.4; fix s6-tlsserver -Y|-yLaurent Bercot2023-08-081-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Autoset INTERNAL_LIBSLaurent Bercot2023-02-152-5/+7
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.5.1.3Laurent Bercot2023-02-091-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.5.1.2Laurent Bercot2022-10-141-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add workaround to bearssl regression with BR_FEATURE_X509_TIME_CALLBACKLaurent Bercot2022-10-071-3/+6
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.5.1.1; adapt to skalibs-2.12.0.0Laurent Bercot2022-04-091-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.5.1.0Laurent Bercot2021-12-051-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.5.0.0; remove minidentdLaurent Bercot2021-07-234-18/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Correctly clean up the environment for -zLaurent Bercot2021-06-022-4/+5
|
* Debug session. Now works.Laurent Bercot2021-06-022-4/+5
| | | | | The environment given to the application still needs to be cleaned up of SNI variables.
* Add all the missing pieces for sni_policyLaurent Bercot2021-06-011-3/+13
| | | | | sbearssl_server_init_and_run is yet unchanged, the next step is to rewrite it using the new primitives.
* Add an x509 engine wrapping minimal. NOT FUNCTIONAL, FOR TESTING.Laurent Bercot2021-05-201-4/+5
|
* Prepare for 2.4.2.0; implement client certificates with bearsslLaurent Bercot2021-05-182-4/+7
| | | | Also send a bit more environment with libtls
* Prepare for 2.4.1.1Laurent Bercot2021-04-131-1/+1
|
* Prepare for 2.4.1.0; add SSL_TLS_SNI_SERVERNAMELaurent Bercot2021-01-281-1/+1
|
* Implement handshake timeout for libtls backendLaurent Bercot2021-01-131-4/+5
|
* Add SSL_PROTOCOL and SSL_CIPHER support, fix some bugsLaurent Bercot2020-11-221-7/+12
|
* Move all tls stuff into its own subdirLaurent Bercot2020-11-211-35/+35
|
* Add s6-ucspitlscLaurent Bercot2020-11-213-6/+11
|
* Prepare for 2.4.0.0Laurent Bercot2020-11-212-2/+2
|
* Privs can only be dropped after reading key files.Laurent Bercot2020-11-211-10/+11
|
* Refactor tls code to support ucspi-tlsLaurent Bercot2020-11-203-21/+43
| | | | | | | | | | | | | | | | | | That includes: - new architecture: the tls binary is now a child of the app instead of the other way around - the sbearssl_run engine now takes a post-handshake callback. This allows s6-tlsc and s6-tlsd to only exec into the app when the handshake succeeds (which was already the case with libressl). - new binaries s6-tlsc-io and s6-tlsd-io encapsulate the crypto code; they init and run the engine, connecting to 4 already open fds (stdin/stdout = network, argv[1] and argv[2] = local) - s6-tlsc is now a simple wrapper around s6-tlsc-io - s6-tlsd is now a simple wrapper around s6-tlsd-io - new binary: s6-ucspitlsd, which is also a wrapper around s6-tlsd-io, but differently: the parent execs the app which should be ucspi-tls-aware, the child waits for a command from the parent and execs into s6-tlsd-io if it receives it.
* LibreSSL needs -lpthreadLaurent Bercot2020-08-211-1/+1
|
* Prepare for 2.3.2.0Laurent Bercot2020-05-061-1/+1
|