Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

smuellerDD

smuellerDD created a comment on an issue on bcgit/bc-java
Am Sonntag, 15. Dezember 2024, 06:06:07 Mitteleuropäische Normalzeit schrieb David Hook: Hi David, Thank you very much for your insight. > > The issue is the use of "+". This has the e...

View on GitHub

smuellerDD created a comment on a pull request on smuellerDD/esdm
Applies, thanks

View on GitHub

smuellerDD closed a pull request on smuellerDD/esdm
allow for compile time configuration of RPC base path
By default ESDM places its runtime RPC sockets in /var/run. In some use-cases /var/run is a per-namespace mount, while for example /var/spool is not. With the option to place these sockets in anoth...
smuellerDD created a comment on a pull request on smuellerDD/esdm
Applied after slight formatting change. Thanks

View on GitHub

smuellerDD closed a pull request on smuellerDD/esdm
drng_mgr: optionally enforce bit limit of DRG.4 in AIS 20/31 3.0
AIS 20/31 has brought us new limits for DRG.4 reseeding with DRG.4.10. This PR adapts ESDM for (optional) configurable bit limits for reseeding.
smuellerDD created a comment on an issue on smuellerDD/jitterentropy-library
Released

View on GitHub

smuellerDD closed an issue on smuellerDD/jitterentropy-library
When will the next release of CPU jitter occur?
We are looking to upgrade our version of CPU Jitter to your next release (3.7.0) so we can consume https://github.com/smuellerDD/jitterentropy-library/pull/125. Do you have a rough idea when you w...
smuellerDD published a release on smuellerDD/jitterentropy-library
v3.6.1
* Add more test code * Add support for SunPRO compiler * Fix compilation on OpenBSD by replacing sed with tr * internal timer: Add support for Apple * Various small fixes to compilation to impr...
smuellerDD pushed 1 commit to master smuellerDD/jitterentropy-library

View on GitHub

smuellerDD created a tag on smuellerDD/jitterentropy-library

v3.6.1 - Jitterentropy Library

smuellerDD pushed 2 commits to master smuellerDD/leancrypto

View on GitHub

smuellerDD pushed 1 commit to master smuellerDD/leancrypto
  • X.509: Add tests against certificates from other crypto providers Signed-off-by: Stephan Mueller <[email protected]> 28d55cf

View on GitHub

smuellerDD opened an issue on bcgit/bc-java
X.509 support with PQC algorithms: DN limitations?
BC is part of the IETF-Hackathon to verify the X.509 compliance with PQC algorithms [1]. I was trying to get my library [2] and its X.509 PQC support to interoperate with BC. During the testing, th...
smuellerDD pushed 3 commits to master smuellerDD/leancrypto
  • apply clang-format Signed-off-by: Stephan Mueller <[email protected]> a61df86
  • Rename x509_pol_ret_t to lc_x509_pol_ret_t This prevents polluting other namespaces. Signed-off-by: Stephan Mueller... 3828582
  • X.509: document successful IETF interop tests Signed-off-by: Stephan Mueller <[email protected]> a2b92f9

View on GitHub

smuellerDD opened a pull request on IETF-Hackathon/pqc-certificates
leancrypto: Certificates are now validated by BC
The resolution of one issue is quite interesting: I had to eliminate the O, the ST and C field in the X.509 certs to make them pass. Interestingly, OpenSSL (apart from the crypto aspect) can nicely...
smuellerDD created a branch on smuellerDD/pqc-certificates

leancrypto-x509-fixes-2 - Post-quantum cryptography certificates

smuellerDD pushed 1 commit to master smuellerDD/leancrypto

View on GitHub

smuellerDD pushed 2 commits to master smuellerDD/pqc-certificates
  • leancrypto: update artifacts with name updates Update the artifacts after applying patch https://github.com/smueller... 87e6f4f
  • Merge pull request #178 from smuellerDD/leancrypto-x509-fixes leancrypto: update artifacts with name updates 1519230

View on GitHub

smuellerDD opened a pull request on IETF-Hackathon/pqc-certificates
leancrypto: update artifacts with name updates
Update the artifacts after applying patch https://github.com/smuellerDD/leancrypto/commit/616c32dfb8bcb8a8276626d5a56b6ff7a4af8287
smuellerDD created a branch on smuellerDD/pqc-certificates

leancrypto-x509-fixes - Post-quantum cryptography certificates

smuellerDD pushed 1 commit to master smuellerDD/leancrypto

View on GitHub

smuellerDD pushed 3 commits to master smuellerDD/pqc-certificates
  • Providers: add leancrypto test data The leancrypto test data covers the validation of other provider's certificates.... 7c2731a
  • leancrypto: Composite-ML-DSA - consistency with other providers Leancrypto now is consistent with other crypto provi... 8a8c64a
  • Merge pull request #177 from smuellerDD/leancrypto Providers: add leancrypto test data 7a50a30

View on GitHub

smuellerDD pushed 2 commits to master smuellerDD/leancrypto
  • doc: add hint about appropriateness for using SHA3 to generate SKID Signed-off-by: Stephan Mueller <smueller@chronox... 6f7fc72
  • ML-DSA AVX2: Add side channel analysis Signed-off-by: Stephan Mueller <[email protected]> f87e467

View on GitHub

smuellerDD created a comment on an issue on bcgit/bc-java
Thank you for the clarification. Using a BIT STRING to wrap a SEQUENCE sounds odd, but this works.

View on GitHub

smuellerDD closed an issue on bcgit/bc-java
PQC IETF-Hackathon: Composite ML-DSA with EDDSA X.509 structure
I am trying to validate my X.509 implementation providing a composite ML-DSA with EDDSA signature against the one in BC as provided in [1] files MLDSA65-Ed25519-SHA512-2.16.840.1.114027.80.8.1.30_t...
smuellerDD pushed 3 commits to master smuellerDD/leancrypto
  • doc: fix documentation Signed-off-by: Stephan Mueller <[email protected]> a769c3a
  • X.509: complete Composite-ML-DSA implementation The code now verifies the BouncyCastle and seventhsense.ai implement... 1082dea
  • IETF checker tool: fix path names for leancrypto certificates Signed-off-by: Stephan Mueller <[email protected]> 81450cc

View on GitHub

smuellerDD pushed 1 commit to leancrypto smuellerDD/pqc-certificates
  • leancrypto: Composite-ML-DSA - consistency with other providers Leancrypto now is consistent with other crypto provi... 8a8c64a

View on GitHub

smuellerDD pushed 2 commits to master smuellerDD/leancrypto

View on GitHub

smuellerDD created a review comment on a pull request on smuellerDD/esdm
I am not sure we need it at all. It value should be reset to 0 when there is a reseed. This is already in esdm_drng_inject that does the actual reseed.

View on GitHub

smuellerDD created a review on a pull request on smuellerDD/esdm

View on GitHub

Load more