Highlights
- Arctic Code Vault Contributor
- Developer Program Member
- Pro
Pinned
669 contributions in the last year
Less
More
Activity overview
Contributed to
nodejs/node,
tniessen/btoep,
tniessen/plesk-ext-custom-services
and 5 other
repositories
Contribution activity
April 2021
Created 13 commits in 6 repositories
Created 2 repositories
- tniessen/cargo Rust
- tniessen/undici JavaScript
Created a pull request in nodejs/node that received 9 comments
crypto: fix crash in CCM mode without data
OpenSSL requires calling the update function exactly once in CCM mode, and EVP_CTRL_AEAD_GET_TAG
will fail if that doesn't happen. We do protect ag…
+26
−4
•
9
comments
Opened 11 other pull requests in 6 repositories
nodejs/node
5
closed
1
merged
fastify/fastify
1
merged
libgit2/libgit2
1
merged
rust-lang/cargo
1
merged
denoland/deno
1
merged
nodejs/undici
1
merged
Reviewed 12 pull requests in 2 repositories
nodejs/node 10 pull requests
- crypto: fixup randomFill size and offset handling
- crypto: fix webcrypto derive(Bits|Key) resolve values and docs
- test: update parallel/test-crypto-keygen for OpenSSL 3
- crypto: reduce range of size to int max
- doc: fix typo in crypto
- doc: replaced intended deriveKey parameter instead of deriveBits
- net: fix typo
- test: fix test-tls-no-sslv3 for OpenSSL 3
- crypto: add buffering to randomInt
- crypto: use correct webcrypto RSASSA-PKCS1-v1_5 algorithm name