Ecosyste.ms: Timeline

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

usnistgov/ACVP

jbrock24 closed an issue on usnistgov/ACVP
Generating test vectors gets error: macOptions contained no registered MAC algorithms
I ran the examples from https://pages.nist.gov/ACVP/draft-hammett-acvp-kas-ifc.html#name-example-kas-ifc-registratio https://pages.nist.gov/ACVP/draft-hammett-acvp-kas-ifc.html#name-example-kts-i...
jbrock24 created a comment on an issue on usnistgov/ACVP
Issue covered with #1544

View on GitHub

jbrock24 closed an issue on usnistgov/ACVP
Generating test vectors gets error: KDA-TwoStep-Sp800-56Cr1: Provided L value of 2048 was not contained within the SupportedLengths domain
I ran the examples from https://pages.nist.gov/ACVP/draft-hammett-acvp-kas-kdf-twostep.html#name-registration-example , and getting the following message: KDA-TwoStep-Sp800-56Cr1: Provided L v...
jbrock24 created a comment on an issue on usnistgov/ACVP
Hi @chih-kao, thank you for testing all of these and letting us know they aren't working. Sometimes this part of the documentation gets out-of-date from the code and sample files. We try to stop th...

View on GitHub

chih-kao opened an issue on usnistgov/ACVP
Generating test vectors gets error: KDA-TwoStep-Sp800-56Cr1: Provided L value of 2048 was not contained within the SupportedLengths domain
I ran the examples from https://pages.nist.gov/ACVP/draft-hammett-acvp-kas-kdf-twostep.html#name-registration-example , and getting the following message: KDA-TwoStep-Sp800-56Cr1: Provided L v...
chih-kao opened an issue on usnistgov/ACVP
Generating test vectors gets error: macOptions contained no registered MAC algorithms
I ran the examples from https://pages.nist.gov/ACVP/draft-hammett-acvp-kas-ifc.html#name-example-kas-ifc-registratio https://pages.nist.gov/ACVP/draft-hammett-acvp-kas-ifc.html#name-example-kts-i...
chih-kao opened an issue on usnistgov/ACVP
Generating test vectors gets error: KAS-FFC-1.0: KcOption is required when for key confirmation registrations
I ran the examples from https://pages.nist.gov/ACVP/draft-fussell-acvp-kas-ffc.html#name-example-kas-ffc-capabilitie and https://pages.nist.gov/ACVP/draft-fussell-acvp-kas-ffc.html#name-example-kas...
jaredledvina starred usnistgov/ACVP
Humdiess starred usnistgov/ACVP
chih-kao opened an issue on usnistgov/ACVP
Generating ECDSA test vectors returns "Invalid Curves supplied: P-512"
I ran the examples from https://pages.nist.gov/ACVP/draft-fussell-acvp-ecdsa.html#name-ecdsa-algorithm-registratio and getting the following messages: ECDSA-sigGen-1.0: Invalid Curves supplied: ...
madisongh starred usnistgov/ACVP
jefferyq2 forked usnistgov/ACVP

jefferyq2/ACVP

chih-kao opened an issue on usnistgov/ACVP
CMAC and GMAC: code and document mismatch
I'm testing ACVP Message Authentication Algorithms (https://pages.nist.gov/ACVP/draft-fussell-acvp-mac.html) and find some JSON fields discrepancy between the documents and the actual vectors. |...
livebe01 created a comment on an issue on usnistgov/ACVP
The fix for this issue has been deployed to ACVTS Prod as part of the [v1.1.0.36](https://github.com/usnistgov/ACVP-Server/releases/tag/v1.1.0.36) release.

View on GitHub

livebe01 closed an issue on usnistgov/ACVP
EdDSA: the requested test vectors for SigGen mode has unexpected 'context' and 'contextLength' parameters in some tests
The [RFC 8032](https://datatracker.ietf.org/doc/html/rfc8032#section-5) defines various parameter sets for the EdDSA algorithm. The need for providing the "context" is applicable solely to Ed25519c...