summaryrefslogtreecommitdiff
path: root/src/sbearssl
AgeCommit message (Expand)Author
2024-01-09 Fix sbearssl_run exit conditions AGAINLaurent Bercot
2023-11-20 Update documentation; make s6-tlsd-io more conservative by defaultLaurent Bercot
2023-11-19 Small bugfixes, update deps, update docLaurent Bercot
2023-11-17 Small sbearssl_run pass, should work nowLaurent Bercot
2023-11-17 Fix stls_run; sbearssl_run needs a rewriteLaurent Bercot
2023-11-16 Add -J and -j to the TLS tools to check for peer close_notify.Laurent Bercot
2023-11-12 Fix sbearssl_run even moreLaurent Bercot
2023-11-11 New and fixed version of sbearssl_runLaurent Bercot
2023-02-15 Autoset INTERNAL_LIBSLaurent Bercot
2022-11-29 Prepare for 2.5.1.2Laurent Bercot
2022-10-07 bugfix: sbearssl_run adapted to new allread() APILaurent Bercot
2022-10-07 Add workaround to bearssl regression with BR_FEATURE_X509_TIME_CALLBACKLaurent Bercot
2022-08-12 sbearssl_sni_policy_vtable: use the COPY macro for ec as wellLaurent Bercot
2022-07-18 Fix allread errno managementLaurent Bercot
2022-04-09 Prepare for 2.5.1.1; adapt to skalibs-2.12.0.0Laurent Bercot
2021-11-19 Add sbearssl_*_set_tain(n)_g convenience macrosLaurent Bercot
2021-11-18 Allow SNI wildcarding for *.example.comLaurent Bercot
2021-11-18 SNI matches are case-insensitiveLaurent Bercot
2021-11-09 Fix error path in add_keypair_file for sbearssl SNI policyLaurent Bercot
2021-11-09 Fix error message in sbearssl server initLaurent Bercot
2021-11-08 No need for twice the workaround ^^'Laurent Bercot
2021-10-19 Workaround for a bearssl bug in do_signLaurent Bercot
2021-10-18 Fix error case in readbigpemLaurent Bercot
2021-09-24 Fix sbearssl send_environment protocolLaurent Bercot
2021-08-10 Adapt to skalibs-2.11.0.0Laurent Bercot
2021-06-03 CosmeticsLaurent Bercot
2021-06-03 Inline functionsLaurent Bercot
2021-06-03 Don't hardcode ecdsa signature implementation in sni_policyLaurent Bercot
2021-06-02 Debug session. Now works.Laurent Bercot
2021-06-01 Add servername to storagedevLaurent Bercot
2021-06-01 Make stuff buildLaurent Bercot
2021-06-01 Add all the missing pieces for sni_policyLaurent Bercot
2021-05-30 Start work on bearssl server-side sniLaurent Bercot
2021-05-27 All good, remove debug instructionsLaurent Bercot
2021-05-27 Remove backtraces; add verification impls to server enginesLaurent Bercot
2021-05-27 Add backtrace invocation to debug spurious get_pkey callLaurent Bercot
2021-05-25 More debug commandsLaurent Bercot
2021-05-20 Debugging iterationLaurent Bercot
2021-05-20 Add an x509 engine wrapping minimal. NOT FUNCTIONAL, FOR TESTING.Laurent Bercot
2021-05-18 Prepare for 2.4.2.0; implement client certificates with bearsslLaurent Bercot
2021-05-08 sbearssl cosmetic fixesLaurent Bercot
2021-01-28 Remove SSL_TLS_SNI_SERVERNAME (instead of defined but empty) if no SNILaurent Bercot
2021-01-28 Prepare for 2.4.1.0; add SSL_TLS_SNI_SERVERNAMELaurent Bercot
2021-01-13 Implement handshake timeout for libtls backendLaurent Bercot
2020-12-07 Change -K semantics: timeout *during handshake*, not afterwardsLaurent Bercot
2020-11-26 Convert to new exec.h syntaxLaurent Bercot
2020-11-26 That exit condition is really hard to get right >.>Laurent Bercot
2020-11-26 Fix engine exit condition for sbearsslLaurent Bercot
2020-11-23 Fix more bugs; disable renegociation in bearssl clientLaurent Bercot
2020-11-22 Fix a few bugs. sbearssl appears to be working.Laurent Bercot