nim-chronos/chronos/streams
Matt Haggard 1b69b5e808
Allow passing in trustAnchors to newTLSClientAsyncStream (#355)
* Allow passing in trustAnchors to newTLSClientAsyncStream

* Store X509TrustAnchors in a memory-secure, but memory-friendly way

* Remove forgotten import

* Change some waitFor to await in tests; add comment about trustAnchors reuse

* Remove use of result in newTrustAnchorStore
2023-02-21 20:38:53 +02:00
..
asyncstream.nim Address #329. (#330) 2023-01-10 18:08:54 +02:00
boundstream.nim `Option` -> `Opt` (#307) 2022-09-05 11:08:52 +00:00
chunkstream.nim Fix compilation errors with --styleCheck:usages --styleCheck:error 2021-12-08 16:58:24 +02:00
tlsstream.nim Allow passing in trustAnchors to newTLSClientAsyncStream (#355) 2023-02-21 20:38:53 +02:00