Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
smuellerDD created a comment on a pull request on smuellerDD/leancrypto
Am Mittwoch, 22. Januar 2025, 07:43:25 CET schrieb Eli Schwartz: Hi Eli, > @eli-schwartz commented on this pull request. > > > - if get_option('efi').disabled() > > + if build_shared > # Cre...
smuellerDD created a comment on an issue on smuellerDD/esdm
Am Montag, 20. Januar 2025, 13:17:16 CET schrieb Markus Theil: Hi Markus, > Hi Stephan, > > this won't help, as the DRNG state in the main process never gets updated > again after fork. It's som...
smuellerDD created a comment on an issue on smuellerDD/esdm
Am Montag, 20. Januar 2025, 09:53:57 CET schrieb Markus Theil: Hi Markus, > Hi Stephan, > > the test setup to reproduce this: > > * only enable es_irq and nothing else > * start esdm-server > *...
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- Linux kernel: add RVV and RISCV64 ASM ML-DSA support Signed-off-by: Stephan Mueller <[email protected]> 34fcc28
smuellerDD pushed 2 commits to master smuellerDD/leancrypto
- doc: add explanation about EFI and constructors Signed-off-by: Stephan Mueller <[email protected]> 65ac321
- SLH-DSA: add external interface testing and prehash testing Convert self test to external interface testing. Signed... 6138d02
smuellerDD created a comment on an issue on smuellerDD/esdm
Am Donnerstag, 16. Januar 2025, 11:38:43 Mitteleuropäische Normalzeit schrieb Markus Theil: Hi Markus, > The linux kernel feeder runs in the cleaner process, while the main esdm > process ...
smuellerDD created a comment on a pull request on smuellerDD/acvpparser
Applied, thanks
smuellerDD closed a pull request on smuellerDD/acvpparser
[openssl3] Add support for AES-KW and AES-KWP with inverse transformation
Add support for AES key wrapping algorithms with inverse block cipher transformations in openssl backend. OpenSSL supports those algorithms since version 3.x. ACVP registration file: [ACVP_regis...smuellerDD pushed 1 commit to master smuellerDD/acvpproxy
- fixes Signed-off-by: Stephan Mueller <[email protected]> dfd0d2d
smuellerDD pushed 2 commits to master smuellerDD/acvpparser
- Add support for AES-KW and AES-KWP with inverse transformation Add support for AES key wrapping algorithms with inve... 6c8eb55
- sync Signed-off-by: Stephan Mueller <[email protected]> 67f393f
smuellerDD created a comment on an issue on smuellerDD/jitterentropy-library
Patch applied, thanks
smuellerDD closed an issue on smuellerDD/jitterentropy-library
Permanent error states don't seem to work as intended
* When the RCT encounters a non-permanent error, it retains the `rct_count`, but this value was set to `-1` in `jent_rct_insert` on its first detection of an error. Any negative `rct_count` value s...smuellerDD created a comment on an issue on smuellerDD/jitterentropy-library
Patch applied, thanks
smuellerDD closed an issue on smuellerDD/jitterentropy-library
CMake release build fails
CMake automatically sets optimization level O3 (at least on Linux), when not defined otherwise. The library build with CMake does this correctly, but due to `add_subdirectory(tests/raw-entropy/reco...smuellerDD pushed 1 commit to master smuellerDD/jitterentropy-library
- tests: fix CMake compile options Reported-by: Markus Theil Signed-off-by: Stephan Mueller <[email protected]> 9bf757c
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- Linux kernel: Fix RISCV compilation Signed-off-by: Stephan Mueller <[email protected]> 6a8464d
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- Add lc_init API This API offers the initialization of leancrypto (i.e. the calling of the selectors to identify the ... d044766
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- Linux kernel: SHANI-512 ccflags -> asflags Signed-off-by: Stephan Mueller <[email protected]> 35b1ad7
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- Linux kernel: disable SHANI-512 asm code Signed-off-by: Stephan Mueller <[email protected]> e2172cc
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- Linux kernel: SHA2-512 - reenable AVX2 Signed-off-by: Stephan Mueller <[email protected]> 9cb89b0
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- Linux kernel: disable SHANI-512 as objtool cannot handle it Signed-off-by: Stephan Mueller <[email protected]> c3ca9a7
smuellerDD closed an issue on usnistgov/ACVP
ML-DSA observations: pre-hash vs pure
I am not sure the following is considered a bug or a feature, so I am just reporting it: request: ``` "capabilities":[ { "parameterSets":[ "ML-DS...smuellerDD closed an issue on usnistgov/ACVP
ML-DSA observation: context payload
The context payload is seemingly always required, even though the context is optional. Even the following does not work: ``` "contextLength":[ { "...smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- doc: remove CodeQL reference - it does not work Signed-off-by: Stephan Mueller <[email protected]> 9a20a81
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- doc: update pointer for CodeQL Signed-off-by: Stephan Mueller <[email protected]> d92bc5a
smuellerDD pushed 2 commits to master smuellerDD/leancrypto
- status: Accel status now reflects selector choices Signed-off-by: Stephan Mueller <[email protected]> 3d55966
- Linux kernel: SHA2 ASM fixups Signed-off-by: Stephan Mueller <[email protected]> 6de2af3
smuellerDD pushed 4 commits to master smuellerDD/leancrypto
- Windows: SHA2 - add working accelerated implementation Signed-off-by: Stephan Mueller <[email protected]> 889e1af
- Meson: fix SHA2 variable names Signed-off-by: Stephan Mueller <[email protected]> b364148
- Linux kernel: test with GCC-13 Signed-off-by: Stephan Mueller <[email protected]> 22f01a1
- memory allocator: zeroize memory Signed-off-by: Stephan Mueller <[email protected]> 36c267f