aboutsummaryrefslogtreecommitdiffstats
path: root/src/sbearssl
Commit message (Expand)AuthorAgeFilesLines
* Implement --no-verify-cert for s6-tlsc and s6-tlsc-ioLaurent Bercot2026-04-135-39/+50
* Fix sbearssl_run exit conditions AGAINLaurent Bercot2024-01-091-0/+2
* Update documentation; make s6-tlsd-io more conservative by defaultLaurent Bercot2023-11-201-0/+1
* Small bugfixes, update deps, update docLaurent Bercot2023-11-191-9/+6
* Small sbearssl_run pass, should work nowLaurent Bercot2023-11-171-55/+81
* Fix stls_run; sbearssl_run needs a rewriteLaurent Bercot2023-11-171-43/+60
* Add -J and -j to the TLS tools to check for peer close_notify.Laurent Bercot2023-11-161-8/+5
* Fix sbearssl_run even moreLaurent Bercot2023-11-121-11/+37
* New and fixed version of sbearssl_runLaurent Bercot2023-11-113-138/+138
* Autoset INTERNAL_LIBSLaurent Bercot2023-02-151-1/+1
* Prepare for 2.5.1.2Laurent Bercot2022-11-296-6/+6
* bugfix: sbearssl_run adapted to new allread() APILaurent Bercot2022-10-071-2/+6
* Add workaround to bearssl regression with BR_FEATURE_X509_TIME_CALLBACKLaurent Bercot2022-10-076-8/+61
* sbearssl_sni_policy_vtable: use the COPY macro for ec as wellLaurent Bercot2022-08-121-3/+3
* Fix allread errno managementLaurent Bercot2022-07-181-0/+1
* Prepare for 2.5.1.1; adapt to skalibs-2.12.0.0Laurent Bercot2022-04-092-4/+2
* Add sbearssl_*_set_tain(n)_g convenience macrosLaurent Bercot2021-11-192-2/+2
* Allow SNI wildcarding for *.example.comLaurent Bercot2021-11-181-5/+27
* SNI matches are case-insensitiveLaurent Bercot2021-11-181-2/+2
* Fix error path in add_keypair_file for sbearssl SNI policyLaurent Bercot2021-11-091-1/+1
* Fix error message in sbearssl server initLaurent Bercot2021-11-091-1/+1
* No need for twice the workaround ^^'Laurent Bercot2021-11-081-1/+0
* Workaround for a bearssl bug in do_signLaurent Bercot2021-10-191-0/+1
* Fix error case in readbigpemLaurent Bercot2021-10-181-5/+6
* Fix sbearssl send_environment protocolLaurent Bercot2021-09-241-1/+1
* Adapt to skalibs-2.11.0.0Laurent Bercot2021-08-104-5/+5
* CosmeticsLaurent Bercot2021-06-032-3/+2
* Inline functionsLaurent Bercot2021-06-031-2/+2
* Don't hardcode ecdsa signature implementation in sni_policyLaurent Bercot2021-06-031-1/+1
* Debug session. Now works.Laurent Bercot2021-06-026-46/+53
* Add servername to storagedevLaurent Bercot2021-06-014-5/+8
* Make stuff buildLaurent Bercot2021-06-012-52/+74
* Add all the missing pieces for sni_policyLaurent Bercot2021-06-0118-119/+316
* Start work on bearssl server-side sniLaurent Bercot2021-05-309-0/+340
* All good, remove debug instructionsLaurent Bercot2021-05-273-20/+1
* Remove backtraces; add verification impls to server enginesLaurent Bercot2021-05-272-9/+2
* Add backtrace invocation to debug spurious get_pkey callLaurent Bercot2021-05-271-1/+10
* More debug commandsLaurent Bercot2021-05-252-4/+11
* Debugging iterationLaurent Bercot2021-05-201-1/+1
* Add an x509 engine wrapping minimal. NOT FUNCTIONAL, FOR TESTING.Laurent Bercot2021-05-209-50/+256
* Prepare for 2.4.2.0; implement client certificates with bearsslLaurent Bercot2021-05-187-73/+173
* sbearssl cosmetic fixesLaurent Bercot2021-05-082-3/+5
* Remove SSL_TLS_SNI_SERVERNAME (instead of defined but empty) if no SNILaurent Bercot2021-01-281-3/+10
* Prepare for 2.4.1.0; add SSL_TLS_SNI_SERVERNAMELaurent Bercot2021-01-281-0/+3
* Implement handshake timeout for libtls backendLaurent Bercot2021-01-131-4/+7
* Change -K semantics: timeout *during handshake*, not afterwardsLaurent Bercot2020-12-071-3/+7
* Convert to new exec.h syntaxLaurent Bercot2020-11-261-1/+1
* That exit condition is really hard to get right >.>Laurent Bercot2020-11-261-1/+1
* Fix engine exit condition for sbearsslLaurent Bercot2020-11-261-4/+5
* Fix more bugs; disable renegociation in bearssl clientLaurent Bercot2020-11-232-12/+17