Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

celic

celic added rossnist to usnistgov/ACVP-Server
celic added rossnist to usnistgov/ACVP
celic created a comment on an issue on usnistgov/ACVP-Server
This has been resolved. We took down the API in the meantime to let the queue that built up process. The API will be available again shortly.

View on GitHub

celic created a comment on an issue on usnistgov/ACVP-Server
FYI we have noticed that communication is down between our external system and our internal system. This means requests will be received by the server but they will not be processed. Based on your ...

View on GitHub

celic created a comment on an issue on usnistgov/ACVP
We do not create a separate group per hash function. They are shuffled within the test cases in a group so that every hash appears at least once. On Fri, Jan 24, 2025, 2:29 PM smuellerDD **...

View on GitHub

celic created a comment on an issue on usnistgov/ACVP-Server
Good. The length of nInit and nResp are provided in the test group properties as bits.

View on GitHub

celic created a comment on an issue on usnistgov/ACVP-Server
`ni` or `nInit` in this example is not a multiple of 8 bits in length. So `3D 20` would have 11 bits, `0011 1101 001` and can be concatenated to form `3D 37` or `0011 1101 0011 0111` that has 16 bi...

View on GitHub

celic created a comment on an issue on usnistgov/ESV-Server
https://github.com/usnistgov/ESV-Server/blob/main/Entropy%20Source%20Validation%20Protocol.md#54-getting-entropy-certificate-information It's not a ton of useful information. The `certificateId` r...

View on GitHub

celic pushed 1 commit to main usnistgov/ESV-Server
  • Adds GET entropyCertificate endpoint be39478

View on GitHub

celic created a comment on an issue on usnistgov/ESV-Server
Yes. GET /entropyCertificate/E# where # is the number you see on CSRC. It may be entropyCertificates in the URL need to double check and add to the document On Thu, Jan 16, 2025, 8:31 AM Marco...

View on GitHub

celic closed an issue on usnistgov/ESV-Server
Obtain ESV certificate through esvp server
I would like to propose this feature. Once the certificate is issued, an esvp client could obtain it from the server by providing eaID, test session, or similar.
celic created a comment on an issue on usnistgov/ESV-Server
This is fixed in the latest release to Demo. This is planned on prod for 1/17.

View on GitHub

celic created a comment on an issue on usnistgov/ACVP
The test harness should never be performing cryptographic operations, your assumption is right. If you're testing an implementation where the preHash is performed separately, you would only have...

View on GitHub

celic created a comment on an issue on usnistgov/ACVP
The `contextLength` should not need to be included if the `signatureInterfaces` property does not include `external`. Is this the behavior you are experiencing? As a general property for `Domain...

View on GitHub

celic created a comment on an issue on usnistgov/ACVP
We want to include a preHash property so that it appears on the algorithm certificate. This could be done in a number of ways though not necessarily through the registration properties directly. We...

View on GitHub

celic pushed 1 commit to nist-pages usnistgov/ACVP
  • Deploy to GitHub Pages: 388251c619b657d69e04f7134613782761202f07 388251c619b657d69e04f7134613782761202f07 241ccbf

View on GitHub

celic pushed 1 commit to nist-pages usnistgov/ACVP
  • Deploy to GitHub Pages: 866a90f9540460f6d3e377c49ed992637ef465fd 866a90f9540460f6d3e377c49ed992637ef465fd af7198e

View on GitHub

celic pushed 1 commit to FEATURE/PqcExternalInterfaces usnistgov/ACVP
  • Fixes some mistakes in vector sets and tables 21355df

View on GitHub

celic pushed 1 commit to FEATURE/PqcExternalInterfaces usnistgov/ACVP
  • Fixes some mistakes in vector sets and tables fbcb299

View on GitHub

celic created a comment on a pull request on usnistgov/ACVP
The full list of hashes is allowed. It would weaken the security strength of the signature, but all hashes are allowed for all key sizes. It makes things a bit easier this way for SLH-DSA and M...

View on GitHub

celic opened a pull request on usnistgov/ACVP
Adds external interface testing for PQC algos
celic created a branch on usnistgov/ACVP

FEATURE/PqcExternalInterfaces - Industry Working Group on Automated Cryptographic Algorithm Validation

celic created a comment on an issue on usnistgov/ACVP-Server
Thanks for confirming the test vectors. Adding in the `ph_M` would involve a bit of work for no immediate benefit on the testing side. Instead I am inclined to provide some more direct test vectors...

View on GitHub