RSS feed
d5b37dc4
– igor <igor@mux>
authored
on 2024/01/23 18:38
Free heap allocated default certificate if SNI override is found (@igor)
27c94cd3
– igor <igor@mux>
authored
on 2024/01/20 20:13
First prototype supporting multiple SSL certificates selected via SNI.
fe1ec8fd
– igor <igor@mux>
authored
on 2023/01/28 19:25
Describe the top level goal...
352ea1c8
– igor <igor@mux>
authored
on 2023/01/28 19:19
Add sample code showing how to extract domain from subject
6738dec9
– igor <igor@mux>
authored
on 2023/01/28 19:18
Check for client extensions before dealing with certificate.
7d02c348
– igor <igor@mux>
authored
on 2022/10/06 19:50
Merge.
76ae95b0
– igor <igor@mux>
authored
on 2022/10/06 19:46
Document how to extract common name (aka server name) from certificate.
b467af55
– igor <igor@mux>
authored
on 2022/10/06 19:46
tlshand: improve parsing of SNI extension.
f117ba2e
– Igor Böhm <igor@9lab.org>
authored
on 2022/09/27 19:58
sni: increment pointer *after* host_name check
3654e2a6
– Igor Böhm <igor@9lab.org>
authored
on 2022/09/27 19:30
limit size and null terminate server name identifier
f7f5dd6c
– Igor Böhm <igor@9lab.org>
authored
on 2022/09/27 19:00
allocate space for server name identifier (@iboehm)
9f766b50
– Igor Böhm <igor@9lab.org>
authored
on 2022/09/27 18:34
Initial commit.