pages-server/server
Gusted 98d198d419 Safely get certificate's leaf (#150)
- 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

Co-authored-by: Gusted <postmaster@gusted.xyz>
Reviewed-on: https://codeberg.org/Codeberg/pages-server/pulls/150
Reviewed-by: 6543 <6543@obermui.de>
Co-authored-by: Gusted <gusted@noreply.codeberg.org>
Co-committed-by: Gusted <gusted@noreply.codeberg.org>
2023-01-04 04:51:27 +00:00
..
cache make mem cache an interface and inject 2021-12-05 14:48:51 +01:00
certificates Safely get certificate's leaf (#150) 2023-01-04 04:51:27 +00: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