aboutsummaryrefslogtreecommitdiffstats
path: root/src/sbearssl
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Optimize to xpathexec ; prepare for 2.3.0.2Laurent Bercot2017-08-221-1/+1
* 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-77/+106
* Cleanup superfluous includesLaurent Bercot2017-03-1427-57/+0
* Adapt to skalibs-2.5.0.0Laurent Bercot2017-03-1211-36/+28
* Delay client cert support, but make s6-networking build against bearssl-0.3Laurent Bercot2017-01-302-35/+6
* Fix variable scope in sbearssl_ta_certsLaurent Bercot2017-01-221-1/+1
* Types fix, first passLaurent Bercot2017-01-1013-11/+120
* sbearssl: follow API change for br_x590_trust_anchorLaurent Bercot2016-12-142-4/+4
* Fix sbearssl buildLaurent Bercot2016-12-042-1/+3
* Remove s6-tls* dependency to libs6net. Improve gen-deps to make dynlinking e...Laurent Bercot2016-12-045-4/+24
* s6-tls*: small bugfixes. Add documentation.Laurent Bercot2016-12-031-1/+6
* Fix closing bugs in sbearssl_run and tls_runLaurent Bercot2016-12-021-11/+28
* Fix several bugs in stls, make the engine workLaurent Bercot2016-12-011-10/+0