aboutsummaryrefslogtreecommitdiffstats
path: root/src/sbearssl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a few bugs. sbearssl appears to be working.Laurent Bercot2020-11-221-15/+15
* Add SSL_PROTOCOL and SSL_CIPHER support, fix some bugsLaurent Bercot2020-11-226-2/+319
* Add documentation, fix tiny privdrop bugLaurent Bercot2020-11-221-2/+2
* Privs can only be dropped after reading key files.Laurent Bercot2020-11-215-0/+30
* Refactor tls code to support ucspi-tlsLaurent Bercot2020-11-206-152/+59
* Adapt to skalibs/posixishard.hLaurent Bercot2019-02-202-2/+8
* Adapt to skalibs-2.7.0.0, prepare for 2.3.0.3Laurent Bercot2018-07-211-11/+7