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
- PKCS7: SLH-DSA SHAKE 128 has SHAKE128 as minimum See https://datatracker.ietf.org/doc/draft-ietf-lamps-cms-sphincs-p... 3988e18
- X.509: add more checks as per BSI TR02102-3 Signed-off-by: Stephan Mueller <[email protected]> a4eeddd
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- fix definitions of return codes Signed-off-by: Stephan Mueller <[email protected]> 85425df
smuellerDD pushed 2 commits to master smuellerDD/leancrypto
- test: add test to reject SHA-256 Signed-off-by: Stephan Mueller <[email protected]> 704ddac
- PKCS7: SHAKE128 used to generate 256 bit digest Signed-off-by: Stephan Mueller <[email protected]> cc1b3fd
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- PKCS7: Apply default hashes Although the hashing algorithm is only used for signed attributes, it is still set confo... a04712e
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- X.509 generator: reduce memory consumption The generator uses the ASN.1 encode for multiple small encoding operation... a8e1449
smuellerDD pushed 3 commits to master smuellerDD/leancrypto
- PKCS7 app: editorial changes Signed-off-by: Stephan Mueller <[email protected]> 4e7126d
- doc: editorial changes Signed-off-by: Stephan Mueller <[email protected]> dd83b80
- PKCS7: always use pure signatures As discussed on the PQC forum and as outlined in [1] only pure signatures shall be... c5c001b
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- PKCS7: properly name variable to get Doxygen to compile Signed-off-by: Stephan Mueller <[email protected]> b002d1c
smuellerDD pushed 2 commits to master smuellerDD/leancrypto
- doc: proerly format comments Signed-off-by: Stephan Mueller <[email protected]> b79c8dc
- PKCS7: offer interface to check for Key usage and EKU Signed-off-by: Stephan Mueller <[email protected]> 2f15582
smuellerDD created a comment on an issue on smuellerDD/leancrypto
A full PKCS#7 support of all supported signature mechanisms including hybrid algorithms is now present. This includes a PKCS#7 parser as well as generator. See https://github.com/smuellerDD/leancry...
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- PKCS#7 verifier: load data to be protected Signed-off-by: Stephan Mueller <[email protected]> 9a24a0a
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- PKCS#7 add documentation Signed-off-by: Stephan Mueller <[email protected]> ed33b7d
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- test: fix return code handling Signed-off-by: Stephan Mueller <[email protected]> 8f96ed3
smuellerDD created a comment on an issue on smuellerDD/jitterentropy-library
Am Donnerstag, 21. November 2024, 01:46:20 Mitteleuropäische Normalzeit schrieb Daryl Martin: Hi Daryl, > We are looking to upgrade our version of CPU Jitter to your next release > (3.7.0)...
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- test: add fix for Windows Signed-off-by: Stephan Mueller <[email protected]> 0255ef8
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- test: properly clean up Signed-off-by: Stephan Mueller <[email protected]> c5c3588
smuellerDD pushed 2 commits to master smuellerDD/leancrypto
- PKCS7: disable specific trust checker API The entire trust check is part of the lc_pkcs7_verify API to have only one... f7d0055
- PKCS7 tests: use variable for directory string Signed-off-by: Stephan Mueller <[email protected]> 79c1bb9
smuellerDD pushed 6 commits to master smuellerDD/leancrypto
- PKCS7: interpret certificates in the trust store as const Signed-off-by: Stephan Mueller <[email protected]> d3c48ab
- PKCS7: use lc_memcmp_secure Signed-off-by: Stephan Mueller <[email protected]> d978351
- PKCS7: lc_pkcs7_generate supports multiple certificates in trust store Signed-off-by: Stephan Mueller <smueller@chro... c8717c7
- PKCS7: fix clang-scan complaint Signed-off-by: Stephan Mueller <[email protected]> 29e9782
- ASN.1 encoder: support small memory encoder instances Signed-off-by: Stephan Mueller <[email protected]> f818440
- ASN.1 encoder: add stack-only encoder This stack only encoder consumes 832 bytes of stack memory at runtime and some... 092f67a
smuellerDD created a comment on an issue on smuellerDD/acvpproxy
Am Montag, 18. November 2024, 23:09:43 Mitteleuropäische Normalzeit schrieb Mike P: Hi Mike, > With a recent round of submissions, I've noticed that there seems to be an > issue with valid...
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- PKCS7: use common hash algo to name resolution function Signed-off-by: Stephan Mueller <[email protected]> 6827687
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- PKCS7 generator: support selectable hash algos Signed-off-by: Stephan Mueller <[email protected]> 91d3371
smuellerDD pushed 2 commits to master smuellerDD/leancrypto
- fix compiler complaint Signed-off-by: Stephan Mueller <[email protected]> c6fcb4f
- PKCS7: Fix compile issue on MinGW It is not clear to me why MinGW wants symbols that are not utilizes. Perhaps its o... 7e6c9cf
smuellerDD pushed 11 commits to master smuellerDD/leancrypto
- remove non-existant file reference Signed-off-by: Stephan Mueller <[email protected]> b28ac24
- PKCS.7: add initial generator support Signed-off-by: Stephan Mueller <[email protected]> 12afa69
- PKCS#7 generator working Signed-off-by: Stephan Mueller <[email protected]> a6134c4
- beautify code Signed-off-by: Stephan Mueller <[email protected]> 1470d37
- ML-DSA-ED25519: also allow SHA3-512 for pre-hashed messages Signed-off-by: Stephan Mueller <[email protected]> cf562f9
- PKCS7 generator: generation of ML-DSA / SLH-DSA / Hybrid successful Signed-off-by: Stephan Mueller <smueller@chronox... 7aa18a8
- PKCS7 generator: add tests Signed-off-by: Stephan Mueller <[email protected]> 3116269
- PKCS7: allow NULL trust store Signed-off-by: Stephan Mueller <[email protected]> 5ae5a7f
- apply clang-format Signed-off-by: Stephan Mueller <[email protected]> 9df3bdc
- PKCS7: streamline tests Signed-off-by: Stephan Mueller <[email protected]> 2dac3a8
- ASN.1 encode: use heap The encoder as is, is not meant to be used in resource-constrained environments. For such env... 622ef3b
smuellerDD closed a pull request on smuellerDD/lrng
Fix some NTG.1 naming and other inconsistencies
Looks like my initial [PR](https://github.com/smuellerDD/lrng/pull/38) did not correctly rename lrng_ntg1_2022_compliant to lrng_ntg1_2024_compliant (missed the header declaration) which resulted i...smuellerDD created a comment on a pull request on smuellerDD/lrng
Am Freitag, 15. November 2024, 15:54:08 Mitteleuropäische Normalzeit schrieb Jakub Zelenka: Hi Jakub, > Hi Stephan. Thanks I noticed that some of the changes were changed back > later but ...
smuellerDD pushed 1 commit to master smuellerDD/lrng
- Fix some NTG.1 naming and other inconsistencies Signed-off-by: Stephan Mueller <[email protected]> ec1d028
smuellerDD created a comment on a pull request on smuellerDD/jitterentropy-library
Patch applied with formatting updates, thanks
smuellerDD closed a pull request on smuellerDD/jitterentropy-library
Improvements for userspace `jitterentropy-hashtime` output
The existing `jitterentropy-hashtime` tool always produces two columns of textual data, even in the instance where `JENT_CONF_DISABLE_LOOP_SHUFFLE` is defined (whence, the meaning of the two column...smuellerDD pushed 3 commits to master smuellerDD/jitterentropy-library
- Modify the comment associated with JENT_APT_MASK to describe the current state of affairs with respect to truncation ... 4ccb6cb
- Add support for the JENT_CACHE_SHIFT_BITS macro, which allows the developer to request a larger memory region. In thi... 4078664
- Improvements for userspace hashtime collection. The existing tool always produces two columns of textual data, even ... 5e7286f