-
TU Wien
- Vienna, Austria
- https://tniessen.me
- @tniessen_
Highlights
Block or Report
Block or report tniessen
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
-
littlefs-disk-img-viewer Public
Memory-efficient web application for viewing littlefs disk images in a web browser.
-
node-pqclean Public
PQClean for Node.js, Deno, and browsers
🔏 🔑 Node.js native addon and WebAssembly implementation -
node-mceliece-nist Public
Node.js bindings for the reference implementation of the Classic McEliece KEM.
-
loop-while-goto Public
Web-based interpreter for the LOOP, WHILE, and GOTO programming languages
JavaScript
1,386 contributions in the last year
Activity overview
Contribution activity
January 2023
Created 9 commits in 1 repository
Created 1 repository
- tniessen/content Markdown
Created a pull request in nodejs/node that received 12 comments
src: hide kMaxDigestMultiplier outside HKDF impl
There is no reason to expose this constant outside of the HKDF implementation, especially with such a generic name.
Opened 8 other pull requests in 1 repository
nodejs/node
8
merged
- src: get rid of fp arithmetic in ParseIPv4Host
- src: use UNREACHABLE instead of CHECK(falsy)
- src: remove unreachable UNREACHABLE
- src: use explicit C++17 fallthrough
- src: replace unreachable code with static_assert
- src: replace unreachable code with static_assert
- doc: fix ERR_TLS_RENEGOTIATION_DISABLED text
- doc: fix (EC)DHE remark in TLS docs
Reviewed 42 pull requests in 3 repositories
nodejs/node
25 pull requests
- test,crypto: add CFRG curve vectors to wrap/unwrap tests
- lib: expose getOptionValue via process
- tools: update eslint to 8.33.0
- meta: update AUTHORS
- test: avoid trying to call sysctl directly
- doc: update buffer doc to include perf recommendation
- fs: add isFile and isDirectory methods
- src: get rid of fp arithmetic in ParseIPv4Host
- url: implement URLSearchParams size getter
- src: update src/crypto/* in preparation for quic
- src: fix c++ exception on bad command line arg
- src,lib: add constrainedMemory API for process
- doc: add v8 fast api contribution guidelines
- test,crypto: update WebCryptoAPI WPT
- meta: move evanlucas to emeritus
- src: replace custom ASCII validation with simdutf one
- src: hide kMaxDigestMultiplier outside HKDF impl
- src,process: initial permission model implementation
- doc: fixed small typo error
- deps: bump googletest to 2023.01.13
- build: add extra semi check
- deps: upgrade npm to 9.3.0
- doc: use "file system" instead of "filesystem"
- crypto: ensure auth tag set for chacha20-poly1305
- http: refactor to use min of validateNumber for maxTotalSockets
- Some pull request reviews not shown.
nodejs/TSC
3 pull requests
nodejs/performance
1 pull request
Created an issue in nodejs/node that received 1 comment
Better client certificate support for TLS 1.3
What is the problem this feature will solve?
tls.createServer()
accepts a requestCert
option that can be used to request client certificates. Howev…