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 an issue on usnistgov/ACVP
Am Mittwoch, 15. Januar 2025, 22:23:42 CET schrieb Chris Celi: Hi Chris, > The test harness should never be performing cryptographic operations, your > assumption is right. > > If you're testing...
smuellerDD created a comment on an issue on usnistgov/ACVP
Thank you, for the hint. It naturally works this way too. To the ACVP Server maintainers: is this the approach to take?
smuellerDD created a comment on an issue on usnistgov/ACVP
One followup: shouldn't the server provide the message digest instead of the message for pre-hashed DSA? Note, allegedly the test harness is not supposed to do any cryptographic operation. But here...
smuellerDD created a comment on an issue on usnistgov/ACVP
The same applies to SLH-DSA.
smuellerDD created a comment on an issue on usnistgov/ACVP
The same applies to SLH-DSA.
smuellerDD opened 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 opened 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 pushed 2 commits to master smuellerDD/leancrypto
- clang-format Signed-off-by: Stephan Mueller <[email protected]> 44661b6
- compile fixes for Windows Signed-off-by: Stephan Mueller <[email protected]> e2c9cd8
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- compile fixes Signed-off-by: Stephan Mueller <[email protected]> f4d4844
smuellerDD pushed 4 commits to master smuellerDD/leancrypto
- X.509: enhance API to set pub and priv key Signed-off-by: Stephan Mueller <[email protected]> aa7b6a7
- clang-format Signed-off-by: Stephan Mueller <[email protected]> ff0dd03
- sym: properly initialize pointers Signed-off-by: Stephan Mueller <[email protected]> 90fed82
- SHA2: Add acceleration support Add support for: - x86_64: AVX2, SHA-NI, SHA-NI-512 - ARM: CE, Neon - RISCV: asm, ... 30b5392
smuellerDD created a comment on an issue on rhboot/shim
Now that leancrypto has full support for PKCS7 and X.509 as well as a native compile target for EFI, I would be wondering whether I should give it a try to add it to shim. This would mean the use o...
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- PKCS7 generator: fix memleak Due to the change in the lc_pkcs7_message_clear (default is now only to clear memory wi... 0fc7aa4
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- PKCS7 malicious tester: adjust memory clearing Signed-off-by: Stephan Mueller <[email protected]> c69129d
smuellerDD pushed 2 commits to master smuellerDD/leancrypto
- small_stack: zeroize heap memory Signed-off-by: Stephan Mueller <[email protected]> 1472aad
- macOS: use heap for 300kBytes memory On macOS, the stack seems to blow up sometimes when using 300kBytes. Therefore,... 5c17010
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- PKCS7 trust store: properly clean certificates Signed-off-by: Stephan Mueller <[email protected]> a559a4a
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- X.509: properly clear memory Signed-off-by: Stephan Mueller <[email protected]> b7cabed
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- PKCS7: fix memory corruption on macOS Signed-off-by: Stephan Mueller <[email protected]> e67fb43
smuellerDD pushed 2 commits to master smuellerDD/leancrypto
- fix compiler warning on macOS Signed-off-by: Stephan Mueller <[email protected]> 6897c10
- PKCS7 malicious tester: fix memory corruption Signed-off-by: Stephan Mueller <[email protected]> 5b39378