Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
smuellerDD pushed 2 commits to master smuellerDD/leancrypto
- X.509: Use SHA3-256 of PK as default SKID Signed-off-by: Stephan Mueller <[email protected]> 1066252
- X.509: Verify tool against IETF Hackathon data Signed-off-by: Stephan Mueller <[email protected]> 384d7da
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?
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.
smuellerDD created a review comment on a pull request on smuellerDD/esdm
What about simply removing the check for UINT32_MAX?
smuellerDD created a comment on an issue on smuellerDD/jitterentropy-library
Fix applied, thanks
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
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- doc: fix Doxygen documentation Signed-off-by: Stephan Mueller <[email protected]> 0ff0243
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- ASN.1: private key stored as ASN.1 structure Signed-off-by: Stephan Mueller <[email protected]> 577d3b6
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
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
smuellerDD pushed 7 commits to master smuellerDD/esdm
- add initial syslog support Signed-off-by: Markus Theil <[email protected]> Signed-off-by: Stephan Mueller <smue... 9948ee6
- enable syslog also for cuse daemons Signed-off-by: Markus Theil <[email protected]> Signed-off-by: Stephan Muel... 1d69c8c
- always call log destructor Signed-off-by: Markus Theil <[email protected]> Signed-off-by: Stephan Mueller <smue... 990e74c
- static log_syslog fn Signed-off-by: Markus Theil <[email protected]> Signed-off-by: Stephan Mueller <smueller@c... 65febe4
- cleanup: remove unused logging functions Signed-off-by: Markus Theil <[email protected]> Signed-off-by: Stephan... 5c29c07
- linux feeder: make seed interval and entropy count configurable Signed-off-by: Markus Theil <[email protected]>... bb6203b
- linux feeder: also allow override in es_irq case Signed-off-by: Markus Theil <[email protected]> Signed-off-by:... 9fbc3db
smuellerDD created a review comment on a pull request on smuellerDD/esdm
Dto, remove the zero check.
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...
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?
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 <...
smuellerDD created a comment on a pull request on smuellerDD/esdm
All applied, thanks
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
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
- Add support for SunPRO compiler Signed-off-by: Adam Gorak <[email protected]> Signed-off-by: Stephan Mueller ... 550c1eb