Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
smuellerDD pushed 3 commits to master smuellerDD/leancrypto
- start development cycle 1.2.1 Signed-off-by: Stephan Mueller <[email protected]> 310c12b
- Seeded RNG: Allow CPU entropy source to be selected Signed-off-by: Stephan Mueller <[email protected]> df4c03f
- FIPS: add readme The open items identify current non-compliances. Signed-off-by: Stephan Mueller <[email protected]> 78cd93e
smuellerDD published a release on smuellerDD/leancrypto
v1.2.0
* Locking für seeded_rng added to avoid requiring the caller providing a lock * Addition of ASN.1 decoder, X.509 parser, PKCS#7 / CMS parser * Addition of ASN.1 encoder, X.509 generator, PKCS...smuellerDD created a tag on smuellerDD/leancrypto
v1.2.0 - Lean cryptographic library usable for bare-metal environments
smuellerDD pushed 1 commit to master smuellerDD/acvpproxy
- updated definition for leancrypto 1.2.0 Signed-off-by: Stephan Mueller <[email protected]> 422bbff
smuellerDD pushed 1 commit to master smuellerDD/acvpparser
- updatede backend for leancrypto 1.2.0 Signed-off-by: Stephan Mueller <[email protected]> 4c957f2
smuellerDD opened an issue on usnistgov/ACVP-Server
EdDSA siegen fails to generate vectors
After requesting siggen vectors multiple times now, the server cannot produce them. See vsid 2866928.smuellerDD pushed 13 commits to master smuellerDD/leancrypto
- doc: AVX only systems are tested Signed-off-by: Stephan Mueller <[email protected]> bfb150b
- bump copyright year Signed-off-by: Stephan Mueller <[email protected]> f2bccfd
- ML-KEM: add RISCV-RVV test interface Signed-off-by: Stephan Mueller <[email protected]> 067a671
- ML-KEM: RISCV-RVV - declare test interface Signed-off-by: Stephan Mueller <[email protected]> 3be5306
- FIPS140 compliance: do not export test interfaces Signed-off-by: Stephan Mueller <[email protected]> 881f95d
- Linux kernel: updates for 6.13 Support the new kernel crypto signature API Signed-off-by: Stephan Mueller <smueller... e062a06
- doc: fix comment Signed-off-by: Stephan Mueller <[email protected]> bebaa58
- fix compiler warning on Apple Signed-off-by: Stephan Mueller <[email protected]> 6c496e6
- check for preence of unzip Signed-off-by: Stephan Mueller <[email protected]> bee2575
- Fix compile on ARMv8 Signed-off-by: Stephan Mueller <[email protected]> 9d54765
- Fix compile on ARMv7 Signed-off-by: Stephan Mueller <[email protected]> fad7d22
- Disable GCC compiler warning Signed-off-by: Stephan Mueller <[email protected]> c05b090
- Linux kernel: compile fix Signed-off-by: Stephan Mueller <[email protected]> 090e593
smuellerDD published a release on smuellerDD/lrng
v58 - Linux kernel 6.13
* BSI AIS20/31 NTG.1 version 3.0 compliance (bump entropy requirement from 220 bits to 240 bits) * add support for CONFIG_VDSO_GETRANDOMsmuellerDD pushed 5 commits to master smuellerDD/lrng
- VDSO: match invocation of random.c Signed-off-by: Stephan Mueller <[email protected]> 301f794
- Tests: update for v58 Signed-off-by: Stephan Mueller <[email protected]> ead4bc2
- v58: backports Signed-off-by: Stephan Mueller <[email protected]> f87bd27
- prepare v58 Signed-off-by: Stephan Mueller <[email protected]> bf0fab4
- doc: v58 Signed-off-by: Stephan Mueller <[email protected]> 5db8835
smuellerDD created a comment on an issue on Ji-Peng/PQRV
Am Sonntag, 2. Februar 2025, 05:03:10 Mitteleuropäische Normalzeit schrieb Ji- Peng: Hi Ji-Peng, Thanks again for your support: - leancrypto now has ML-KEM RVV 128 / 256 support - both...
smuellerDD pushed 3 commits to master smuellerDD/leancrypto
- ChaCha20: more non-AVX2 fixes Signed-off-by: Stephan Mueller <[email protected]> 99398a5
- ML-KEN: RISCV64 RVV support for vector length 128 / 256 bits Signed-off-by: Stephan Mueller <[email protected]> 8920e81
- RISCV RVV ML-KEM/-DSA algorithm specification Signed-off-by: Stephan Mueller <[email protected]> 9c60939
smuellerDD created a branch on smuellerDD/leancrypto
keccak_riscv64_rvv - Lean cryptographic library usable for bare-metal environments
smuellerDD created a comment on an issue on Ji-Peng/PQRV
Am Sonntag, 2. Februar 2025, 05:03:10 Mitteleuropäische Normalzeit schrieb Ji- Peng: Hi Ji-Peng, > > Small observation, in your keypair generation code, there is a > > superflouous polyvec_...
smuellerDD created a comment on an issue on Ji-Peng/PQRV
Am Samstag, 1. Februar 2025, 10:58:31 Mitteleuropäische Normalzeit schrieb Ji-Peng: Hi Ji-Peng, > Hi, I'm gradually getting back into the working mode now. However, I only > have the C908 develop...
smuellerDD created a comment on a pull request on smuellerDD/jitterentropy-library
Applied, thanks
smuellerDD closed a pull request on smuellerDD/jitterentropy-library
No longer analyze (vetted) conditioning component
Since SHA3-256 is vetted, there won't be any conditioned data to analyze.smuellerDD pushed 1 commit to master smuellerDD/jitterentropy-library
- No longer analyze (vetted) conditioning component Signed-off-by: Stephan Mueller <[email protected]> eacee87
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- Chacha20: split out AVX2 code Signed-off-by: Stephan Mueller <[email protected]> fb5c236
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- Linux: memfd_secure seems to not work on 32bit Intel On 32 bit Intel, memfd_secure/ftruncate/mmap returns a proper m... c0cbece
smuellerDD pushed 3 commits to master smuellerDD/leancrypto
- simplify Meson configuration Signed-off-by: Stephan Mueller <[email protected]> 7dcdc14
- Meson: simplify invocation Signed-off-by: Stephan Mueller <[email protected]> db830df
- Prevent SIGILL when AVX2 is not present When AVX2 is not available simply disable the respective algorithm implement... f81a86f
smuellerDD pushed 1 commit to ml-kem-rvv smuellerDD/leancrypto
- Kyber RVV: add debug output logging Signed-off-by: Stephan Mueller <[email protected]> 2f1534f
smuellerDD closed an issue on smuellerDD/acvpproxy
Revision FIPS186-5 support
Hi, do you plan to add support for the new options presented by FIPS186-5? this would affect the registration properties for all RSA/ECDSA algorithms and based on the ACVP Github the protocol a...smuellerDD closed an issue on smuellerDD/acvpproxy
Minor Issue with Client-Side and Server-Side Capitalization Mismatch
With a recent round of submissions, I've noticed that there seems to be an issue with validating the module "type". It seems like client-side, it will use the types as defined in the enum here: ...smuellerDD created a comment on an issue on smuellerDD/acvpproxy
Parser and proxy are now updated
smuellerDD closed an issue on smuellerDD/acvpproxy
Error messages when requesting test vectors
I ran git clone https://github.com/smuellerDD/acvpproxy.git ./acvp-proxy -f -m lean --request and received the following error messages still: ACVPProxy (15:14:04) (tid0) Error: Server error res...smuellerDD pushed 3 commits to master smuellerDD/acvpparser
- leancrypto: sync with latest test Signed-off-by: Stephan Mueller <[email protected]> e9ff8d6
- Protobuf: add SLH-DSA support Signed-off-by: Stephan Mueller <[email protected]> d036431
- sync Signed-off-by: Stephan Mueller <[email protected]> 42ef9a6