Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
smuellerDD created a comment on an issue on smuellerDD/jitterentropy-library
Am Montag, 30. Dezember 2024, 07:18:49 Mitteleuropäische Normalzeit schrieb Joshua E. Hill: Hi Joshua, > OK, I looked at the patch, and I think that it resolves the RCT disabling > part is...
smuellerDD created a comment on an issue on smuellerDD/jitterentropy-library
Am Donnerstag, 19. Dezember 2024, 21:06:03 Mitteleuropäische Normalzeit schrieb Joshua E. Hill: Hi Joshua, > * When the RCT encounters a non-permanent error, it retains the `rct_count`, > ...
smuellerDD created a comment on a pull request on smuellerDD/jitterentropy-library
Applied, thanks
smuellerDD closed a pull request on smuellerDD/jitterentropy-library
EATOOL_NONIID variable name is misleading.
In validation-restart processdata.sh script, the variable EATOOL_NONIID contains the path to ea_restart tool. Better call it EATOOL like in the other scripts where only one tool is needed.smuellerDD created a comment on a pull request on smuellerDD/jitterentropy-library
Applied, thanks
smuellerDD closed a pull request on smuellerDD/jitterentropy-library
Call EATOOL with options before arguments.
It is a GNU extension that getopt(3) sorts the command line options in front of the programm's other arguments. On OpenBSD options must be given first. Reorder the arguments of EATOOL in the vali...smuellerDD pushed 2 commits to master smuellerDD/jitterentropy-library
smuellerDD created a comment on an issue on smuellerDD/acvpproxy
Am Samstag, 21. Dezember 2024, 07:22:30 Mitteleuropäische Normalzeit schrieb Mike P: Hi Mike, > Sorry for the delay - here's the patch I've been using which seems to have > resolved any is...
smuellerDD pushed 1 commit to master smuellerDD/acvpparser
- add missing helper Signed-off-by: Stephan Mueller <[email protected]> efcaefe
smuellerDD pushed 2 commits to master smuellerDD/acvpproxy
- sync with development Signed-off-by: Stephan Mueller <[email protected]> 9678a22
- use capital letters for module type Signed-off-by: Stephan Mueller <[email protected]> 21e8ee2
smuellerDD pushed 23 commits to master smuellerDD/pqc-certificates
- update naming for r4 certs to trigger automated testing d827e56
- delete previous r4 artifacts zip file 0c99185
- update automation with ssai pipeline db6a756
- update bug fix on workflow yaml file 7fb9c61
- update needs for workflow yaml file. 38794e8
- update workflow yaml file to retrieve Compatibility_ssai_csv 5c3e313
- Merge branch 'IETF-Hackathon:master' into master 2f89bdd
- update latest artifacts cross validated with BC and CW 797621c
- update manual interoperability results 5d7d57b
- updated r4 artifacts fdd368f
- updated manual interoperability results with latest r4 artifacts 6bed1e7
- Merge branch 'IETF-Hackathon:master' into master ea744b8
- Merge remote-tracking branch 'upstream/master' 8cecd61
- update pqc_hackathon_results_certs_r4 files and remove output folder. 79005d8
- update gitignore and compatMatrices results 421ba1c
- leancrypto: Certificates are now validated by BC The resolution of one issue is quite interesting: I had to eliminat... 7318d3e
- Merge pull request #179 from smuellerDD/leancrypto-x509-fixes-2 leancrypto: Certificates are now validated by BC d94607c
- Merge pull request #172 from jethrolow/master Update latest SSAI artifacts, manual interoperability results, and inc... c9350d0
- Update index.html 5b507f7
- adding ssai logs 5b0c4ce
- and 3 more ...
smuellerDD pushed 3 commits to master smuellerDD/leancrypto
- ARMv7: fixes Signed-off-by: Stephan Mueller <[email protected]> c999cb3
- ASN.1: add full support for small stack Signed-off-by: Stephan Mueller <[email protected]> 2363957
- clang-scan: no functional changes Signed-off-by: Stephan Mueller <[email protected]> 445fb4b
smuellerDD pushed 3 commits to master smuellerDD/leancrypto
- PKCS7: sinfo allocatable on stack Signed-off-by: Stephan Mueller <[email protected]> 8812eb2
- PKCS7: decoder full stack support Signed-off-by: Stephan Mueller <[email protected]> 19338aa
- PKCS7: consistently name API Signed-off-by: Stephan Mueller <[email protected]> 4945f46
smuellerDD pushed 2 commits to master smuellerDD/leancrypto
- PKCS7: consolidate sinfo memory allocation Signed-off-by: Stephan Mueller <[email protected]> ff8351a
- PKCS7: centralize memory management more Signed-off-by: Stephan Mueller <[email protected]> 5f3ab98
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- X.509: refactor and consistently name APIs Signed-off-by: Stephan Mueller <[email protected]> f9ce3f7
smuellerDD pushed 5 commits to master smuellerDD/leancrypto
- X.509: add updated leancrypto certfificates Signed-off-by: Stephan Mueller <[email protected]> 8cf6eff
- X.509: refactoring Signed-off-by: Stephan Mueller <[email protected]> a43cde1
- X.509: refactoring Signed-off-by: Stephan Mueller <[email protected]> e8caf01
- X.509: refactor Signed-off-by: Stephan Mueller <[email protected]> bfd06b0
- apply clang-format Signed-off-by: Stephan Mueller <[email protected]> de6107d
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- X.509: apply the proper RDN types Signed-off-by: Stephan Mueller <[email protected]> c5e3690
smuellerDD created a comment on an issue on bcgit/bc-java
Side note, after also fixing the object types, the following structure is also validated by BC: ``` 36:d=2 hl=2 l= 109 cons: SEQUENCE 38:d=3 hl=2 l= 11 cons: SET ...
smuellerDD created a comment on an issue on bcgit/bc-java
Thank you very much for your help and your insights. I am by no means an expert nor am I any kind of government extension that needs to comply with anything. :-) I just want to get things inter...
smuellerDD closed an issue on bcgit/bc-java
X.509 support with PQC algorithms: DN limitations?
BC is part of the IETF-Hackathon to verify the X.509 compliance with PQC algorithms [1]. I was trying to get my library [2] and its X.509 PQC support to interoperate with BC. During the testing, th...smuellerDD created a comment on an issue on Ji-Peng/PQRV
Am Mittwoch, 18. Dezember 2024, 14:30:52 Mitteleuropäische Normalzeit schrieb Ji-Peng: Hi Ji-Peng, > @smuellerDD Hi, I've updated the code. Now my ntt_rvv implementation is > already compa...
smuellerDD closed a pull request on smuellerDD/esdm
service-rpc: include header for EINTR for client rpc
As EINTR is employed by the esdm_invoke macro, I think that errno.h should be included.smuellerDD pushed 1 commit to master smuellerDD/esdm
- service-rpc: include header for EINTR for client rpc As EINTR is employed by the esdm_invoke macro, I think that err... 5f3dacf
smuellerDD created a comment on an issue on smuellerDD/lrng
Am Montag, 16. Dezember 2024, 23:47:45 Mitteleuropäische Normalzeit schrieb jancheta: Hi jancheta, > Hello! I have incorporated LRNG into openWRT with kernel version 4.4.60 and > we are go...
smuellerDD created a comment on an issue on smuellerDD/acvpparser
Am Mittwoch, 11. Dezember 2024, 09:35:39 Mitteleuropäische Normalzeit schrieb shivania2: Hi shivania2, > I can see you have made a commit for acvp-parser-v2.1.8 > release(https://github.co...
smuellerDD created a comment on an issue on smuellerDD/acvpparser
Am Mittwoch, 11. Dezember 2024, 09:30:46 Mitteleuropäische Normalzeit schrieb shivania2: Hi shivania2, > I am building acvp-parser code for libkcapi using command`make libkcapi`. > Getting...
smuellerDD pushed 3 commits to master smuellerDD/leancrypto
- ML-DSA: allocate sufficient memory when preserving AHat Signed-off-by: Stephan Mueller <[email protected]> 0b2adb8
- X.509 test key structure allocation Signed-off-by: Stephan Mueller <[email protected]> 9a70e18
- apply clang-format Signed-off-by: Stephan Mueller <[email protected]> da1ed27
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- X.509: add siggen/ver tests for SLH-DSA and Composite-ML-DSA Signed-off-by: Stephan Mueller <[email protected]> d61a36d
smuellerDD pushed 7 commits to master smuellerDD/leancrypto
- X.509: refactor code no functional changes Signed-off-by: Stephan Mueller <[email protected]> c4d82e3
- X.509: Add data signature generation API Signed-off-by: Stephan Mueller <[email protected]> 2c89900
- PKCS7: add --verify-pkcs7 to prevent printing contents Signed-off-by: Stephan Mueller <[email protected]> 7e1de1e
- X.509: set correct variable Signed-off-by: Stephan Mueller <[email protected]> 458e1ed
- X.509: add verify operation with X.509 certificate Signed-off-by: Stephan Mueller <[email protected]> 75c84b2
- X.509: add siggen sigver tester Signed-off-by: Stephan Mueller <[email protected]> 8bf098e
- Linux CI: disable GCOV evidence gathering It is currently broken on Github Signed-off-by: Stephan Mueller <smueller... 1389844