Ecosyste.ms: Timeline

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

smuellerDD

smuellerDD pushed 2 commits to master smuellerDD/leancrypto

View on GitHub

smuellerDD opened a pull request on IETF-Hackathon/pqc-certificates
Providers: add leancrypto test data
The leancrypto test data covers the validation of other provider's certificates. In addition, it provides certificates generated by it using the gen.sh script.
smuellerDD created a branch on smuellerDD/pqc-certificates

leancrypto - Post-quantum cryptography certificates

smuellerDD opened 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 created a review comment on a pull request on smuellerDD/esdm
What about simply removing the check for UINT32_MAX?

View on GitHub

smuellerDD created a review comment on a pull request on smuellerDD/esdm
This code is still here - shouldn't it be removed? Or what is the reason for the code? IMHO this is no place to reset the counter.

View on GitHub

smuellerDD created a review comment on a pull request on smuellerDD/esdm
What about simply removing the check for UINT32_MAX?

View on GitHub

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

View on GitHub

smuellerDD created a comment on an issue on smuellerDD/jitterentropy-library
Fix applied, thanks

View on GitHub

smuellerDD closed an issue on smuellerDD/jitterentropy-library
Allowing for single sample collection
It's not an issue but in Nov. 15th update, in jitterentropy-noise.c on line 64, the variable `time` hasn't been changed to `time_now`. I tested this, undefined `JENT_CONF_DISABLE_LOOP_SHUFFLE`, and...
smuellerDD pushed 1 commit to master smuellerDD/jitterentropy-library
  • compile fix: variable time -> time_now The variable was updated, but in a code path disabled by default, one update ... 8abd82a

View on GitHub

smuellerDD pushed 1 commit to master smuellerDD/leancrypto

View on GitHub

smuellerDD pushed 1 commit to master smuellerDD/leancrypto

View on GitHub

smuellerDD closed a pull request on smuellerDD/jitterentropy-library
Replace sed with tr in Makefile.
According to POSIX, \n is not supported in the sed(1) substitute function. The UNIX way is to use tr(1) for creating newline characters. Newline in the replacement string of a sed substitution is...
smuellerDD created a comment on a pull request on smuellerDD/jitterentropy-library
Applied, thanks

View on GitHub

smuellerDD pushed 2 commits to master smuellerDD/jitterentropy-library
  • Replace sed with tr in Makefile. According to POSIX, \n is not supported in the sed(1) substitute function. The UNI... 2e51539
  • Document changes Signed-off-by: Stephan Mueller <[email protected]> fee585d

View on GitHub

smuellerDD pushed 7 commits to master smuellerDD/esdm

View on GitHub

smuellerDD created a review comment on a pull request on smuellerDD/esdm
Dto, remove the zero check.

View on GitHub

smuellerDD created a review comment on a pull request on smuellerDD/esdm
Can I ask for a bit more clarity here? The thresh value triggers a reseed before being disabled when reaching reseed_bits. Als may I propose to add a check to esdm_config_init to ensure the thresh...

View on GitHub

smuellerDD created a review comment on a pull request on smuellerDD/esdm
Can you please elaborate on this setting considerating the addition to esdm_drng_inject?

View on GitHub

smuellerDD created a review comment on a pull request on smuellerDD/esdm
I am slightly allergic to negative integers. 😀 Can I ask that we use uint32_t here? Thus when setting 0xffffffff, we effectively disable the check, too. That said, please remove the check for <...

View on GitHub

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

View on GitHub

smuellerDD created a comment on a pull request on smuellerDD/esdm
All applied, thanks

View on GitHub

smuellerDD closed a pull request on smuellerDD/esdm
Configurable kernel seeding interface
When additional entropy sources (e.g. smartcards) are present and/or the kernel RNG is used to generate IVs for e.g. network or disk encryption, configurable kernel seeding intervals and entropy co...
smuellerDD created a comment on a pull request on smuellerDD/esdm
All applied, thanks

View on GitHub

smuellerDD closed a pull request on smuellerDD/esdm
Add syslog logging support
# Use case esdm-server provides no useful logging, if used on a non-systemd Linux without log files. # Questions/findings * I found some currently unused logging functions (binary logging, per...
smuellerDD pushed 1 commit to master smuellerDD/jitterentropy-library

View on GitHub

smuellerDD created a comment on a pull request on smuellerDD/jitterentropy-library
All applied, thanks

View on GitHub

smuellerDD closed a pull request on smuellerDD/jitterentropy-library
Add a tool "jitterentropy-osr" that allows selection of a maximal osr bound for given generation time constraints
Add a tool "jitterentropy-osr" that allows selection of a maximal osr bound for given generation time constraints that would be acceptable under the constraint that each 256-bit block must be produ...
Load more