Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
smuellerDD closed a pull request on smuellerDD/jitterentropy-library
Allow the developer to cause the library to use a larger memory region
This PR adds support for the JENT_CACHE_SHIFT_BITS macro, which allows the developer to request a larger memory region. In this PR, the desired memory region size is now effectively `2^JENT_CACHE_S...smuellerDD created a comment on a pull request on smuellerDD/jitterentropy-library
Patch applied, thanks
smuellerDD closed a pull request on smuellerDD/jitterentropy-library
Comment updates
Modify the comment associated with `JENT_APT_MASK` to describe the current state of affairs with respect to truncation prior to health tests. This also includes a small unrelated comment spellin...smuellerDD created a comment on a pull request on smuellerDD/jitterentropy-library
Patch applied, thanks
smuellerDD closed a pull request on smuellerDD/jitterentropy-library
Improve portability and compiler support
This is a set of small changes that improves portability and compiler support. They are: * Add a cmake branch for non-MSVC compilers on Windows e.g. `clang-cl`. * `__int64` is a language exte...smuellerDD pushed 2 commits to master smuellerDD/jitterentropy-library
- Improve portability and compiler support Signed-off-by: Stephan Mueller <[email protected]> fa29de9
- Remove trailing variable construction Signed-off-by: Stephan Mueller <[email protected]> 6ff3dc5
smuellerDD closed a pull request on smuellerDD/lrng
Use NTRNG min entropy for AIS 20 / 31 version 3.0
The current entropy is set for the draft value 220 which was changed in the [version 3.0 (2024)](https://www.bsi.bund.de/SharedDocs/Downloads/EN/BSI/Certification/Interpretations/AIS_31_Functionali...smuellerDD created a comment on a pull request on smuellerDD/lrng
Am Mittwoch, 30. Oktober 2024, 22:55:45 Mitteleuropäische Normalzeit schrieb Jakub Zelenka: Hi Jakub, > I should note that there is an extra requirement in 2024 version: > > (NTG.1.6) The ...
smuellerDD pushed 3 commits to master smuellerDD/lrng
- Use NTRNG min entropy for AIS 20 / 31 version 3.0 The current entropy is set for the draft value 220 which was chang... 0703bb4
- Add support for CONFIG_VDSO_GETRANDOM Signed-off-by: Stephan Mueller <[email protected]> 4fddf4e
- fix typos Signed-off-by: Stephan Mueller <[email protected]> 27098cd
smuellerDD created a comment on a pull request on smuellerDD/acvpparser
Patch applied, thanks
smuellerDD closed a pull request on smuellerDD/acvpparser
LMS algorithm was added and small changes were made across backends specific for Intel Cryptography Primitives library
This PR introduces the updates for backends specific for Intel Cryptography Primitives library. **Details of the changes:** * The backend for LMS algorithm was added; * The usage of the deprec...smuellerDD pushed 3 commits to master smuellerDD/leancrypto
- SLH-DSA: increase test timeout Signed-off-by: Stephan Mueller <[email protected]> ee2b31c
- clang-scan: fix NULL-pointer complaint Signed-off-by: Stephan Mueller <[email protected]> a93fecb
- apply clang-format Signed-off-by: Stephan Mueller <[email protected]> 8018c2d
smuellerDD pushed 4 commits to master smuellerDD/leancrypto
- X.509 generator: add checker support Signed-off-by: Stephan Mueller <[email protected]> d32a301
- SLH-DSA: Rename algo name Signed-off-by: Stephan Mueller <[email protected]> 377259f
- doc: fix typo Signed-off-by: Stephan Mueller <[email protected]> d7bf83e
- X.509 generator: add command testing Signed-off-by: Stephan Mueller <[email protected]> 2d17734
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- X.509: initialize variable Signed-off-by: Stephan Mueller <[email protected]> fb88756
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- initiatlize composite_ml_dsa all the time Signed-off-by: Stephan Mueller <[email protected]> f30fec5
smuellerDD pushed 12 commits to master smuellerDD/leancrypto
- SHA-512: support fetching hash several times Signed-off-by: Stephan Mueller <[email protected]> 8116814
- apply clang-scan Signed-off-by: Stephan Mueller <[email protected]> 13d043b
- Composite ML-DSA: adopt draft-ietf-lamps-pq-composite-sigs-03 The hybrid ML-DSA / ED25519 implementation is updated ... fcef589
- Add API header for new Curve25519 internal interface Signed-off-by: Stephan Mueller <[email protected]> 3b21392
- ASN.1: Apply OIDs from IETF hackathon Source: https://github.com/IETF-Hackathon/pqc-certificates/blob/master/docs/oi... b994fcd
- X.509: add support for Composite ML-DSA Signed-off-by: Stephan Mueller <[email protected]> b790ffb
- re-enable all tests Signed-off-by: Stephan Mueller <[email protected]> bfcf056
- doc: update documentation Signed-off-by: Stephan Mueller <[email protected]> df62b34
- ASN.1 make algorithm mapper services publicly available Signed-off-by: Stephan Mueller <[email protected]> 640073a
- ASN.1: add support to X.509 cert printing to lc_x509_generator Signed-off-by: Stephan Mueller <[email protected]> d2fcc62
- Fixes for clang-scan reports Signed-off-by: Stephan Mueller <[email protected]> 981455b
- doc: add reference to lc_x509_generator app Signed-off-by: Stephan Mueller <[email protected]> 86934f0
smuellerDD created a comment on a pull request on smuellerDD/acvpparser
Am Dienstag, 12. November 2024, 10:54:37 Mitteleuropäische Normalzeit schrieb ElenaTyuleneva: Hi ElenaTyuleneva, > Hello @smuellerDD! > Could you please take a look at the proposed changes...
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- X.509: add SLH-DSA certificate support Signed-off-by: Stephan Mueller <[email protected]> 014fd88
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- X.509: Dilithium - use ML-DSA instead of HashML-DSA After re-reading the standards, it seems they say that the ML-DS... d41ac93
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- ASN.1: properly initialize data structure Signed-off-by: Stephan Mueller <[email protected]> 2bf003a
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- Timecop: unmark X.509 certificate data Signed-off-by: Stephan Mueller <[email protected]> d339413
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- ASN.1: use explicit memset(0) to convince valgrind Signed-off-by: Stephan Mueller <[email protected]> 6a6c49c
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- Store logs for valgrind runner for debugging Signed-off-by: Stephan Mueller <[email protected]> eca7357
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- apply clang-format Signed-off-by: Stephan Mueller <[email protected]> e3d49c7
smuellerDD created a comment on an issue on smuellerDD/leancrypto
A X.509 certificate generator is added that creates complete PQC certificates. A full 4-way certificate chain is provided an an example.
smuellerDD pushed 2 commits to master smuellerDD/leancrypto
- ASN.1: add time tests Signed-off-by: Stephan Mueller <[email protected]> 4090230
- ASN.1: add ASN.1 encoder and X.509 generator The addition implements a full-fledged ASN.1 encoder. A X.509 generator... 243d3d9
smuellerDD created a comment on a pull request on smuellerDD/lrng
Am Mittwoch, 30. Oktober 2024, 16:59:46 Mitteleuropäische Normalzeit schrieb Jakub Zelenka: Hi Jakub, > The current entropy is set for the draft value 220 which was changed in the > versio...
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- ASN.1 fix complaints by clang-scan Signed-off-by: Stephan Mueller <[email protected]> acb393e
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- ASN.1: add lc_x509_policy_cert_verify policy function This function offers the signature verification using a certif... 88fa7f0