Denis Shilov
Denis Shilov
Related to #420 Don't know about timeouts, but handshake exceptions were ignored and left opened socket
Quickest way to achieve this is to add new dispatch to multimethod, like this: ``` (defmethod mac/engine :hmac+sha1 [options] (let [digest (hash/resolve-digest-engine (:digest options :sha1))] (assert digest "Invalid digest engine.")...
Sure, #59
That's postgresql-specific, but yes, docs could be improved https://jdbc.postgresql.org/documentation/head/query.html#query-with-cursor
You can pass `fetch-size` as option to `fetch-lazy` and evaluate code inside transaction to avoid `setAutoCommit` so you code should look like this: ``` (jdbc/atomic conn (with-open [cursor (jdbc/fetch-lazy conn...
I think any documentation improvements would be nice and useful
Hi @opqdonut That's interesting, because I've used SHA1PRNG to avoid blocking entropy waiting calls. Overall approach for getting curve parameters is flawed right now. I will try to improve it...
PR #71 will fix this
See #62 ECDSA signed JWS tokens issued by old versions will not validate in new version and vice versa