aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2023-10-08 12:36:09 -0700
committerMike Crute <mike@crute.us>2023-10-08 12:36:09 -0700
commit2a305880351281897399dddf9554c03fbb076f0e (patch)
treed5625b121a1ff0983b1685da13e0c00da70e629e
parentd51849bf18a32de34c35d75c118caef5294223e8 (diff)
downloadgolib-2a305880351281897399dddf9554c03fbb076f0e.tar.bz2
golib-2a305880351281897399dddf9554c03fbb076f0e.tar.xz
golib-2a305880351281897399dddf9554c03fbb076f0e.zip
Update todo filev0.7.0echo/v0.13.0
-rw-r--r--TODO.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index ce21a0d..20c6aac 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,3 +1,5 @@
1[ ] Contribute crypto/ocsp/client.go to x/crypto 1[ ] Contribute crypto/ocsp/client.go to x/crypto
2[ ] secrets: add AEAD/AAD method for `associated_data` (base64 encoded) 2[ ] secrets: add AEAD/AAD method for `associated_data` (base64 encoded)
3[ ] echo: nicer HTML error messages (https://github.com/pkg/errors/blob/master/stack.go) 3[ ] echo: nicer HTML error messages (https://github.com/pkg/errors/blob/master/stack.go)
4[ ] Use https://github.com/caddyserver/certmagic instead of x/crypto/acme
5[ ] Use https://github.com/libdns/libdns to support certmagic