pages-server/server
Gusted 5f52d681fc
Safely get certificate's leaf
- It's not guaranteed that `tls.X509KeyPair` will set `c.Leaf`.
- This patch fixes this by using a wrapper that parses the leaf
certificate(in bytes) if `c.Leaf` wasn't set.
- Resolves #149
2023-01-03 22:43:14 +01:00
..
cache make mem cache an interface and inject 2021-12-05 14:48:51 +01:00
certificates Safely get certificate's leaf 2023-01-03 22:43:14 +01:00
context Refactor split long functions (#135) 2022-11-12 20:43:44 +01:00
database Remove unnecessary conversion (#139) 2022-11-15 16:15:11 +01:00
dns switch to std http implementation instead of fasthttp (#106) 2022-11-12 20:37:20 +01:00
gitea Remove unnecessary conversion (#139) 2022-11-15 16:15:11 +01:00
handler Return a 404 if there is no repository (#141) 2022-11-22 21:26:10 +00:00
upstream Remove unnecessary conversion (#139) 2022-11-15 16:15:11 +01:00
utils switch to std http implementation instead of fasthttp (#106) 2022-11-12 20:37:20 +01:00
version Release via CI (#94) 2022-06-14 20:35:11 +02:00
setup.go Remove unnecessary conversion (#139) 2022-11-15 16:15:11 +01:00