Comments
Hacker News
The specific problem with the limbo tests is that they're not a set of test cases like the NIST work was but a gigantic pile of rubber bands and duct tape mixed up in C, Python, Rust, and Go that you have to plumb into each new implementation that you want to test. The NIST suite OTOH was a pile of cert chains and an indication for each one whether it should validate or not, and if so why not. Want to test the Windows cert handling? Click on the .p7s. Want to see what OpenSSL does? Feed it onto 'openssl pkcs7 -verify ...'. I don't know why they've chosen to make it so difficult to apply.
by pseudohadamard
Join the discussion
Write your take first — we'll ask for email only when you're ready to publish.
- Hacker News
- NIST did something like this many years ago, the NIST PKI test suite. Turned out that several of their gold-standard reference tests were wrong, and a number of others were both right and wrong depending on how you interpreted the standards, and which part of the conflicting and contradictory sections of the standard you took as definitive.
The specific problem with the limbo tests is that they're not a set of test cases like the NIST work was but a gigantic pile of rubber bands and duct tape mixed up in C, Python, Rust, and Go that you have to plumb into each new implementation that you want to test. The NIST suite OTOH was a pile of cert chains and an indication for each one whether it should validate or not, and if so why not. Want to test the Windows cert handling? Click on the .p7s. Want to see what OpenSSL does? Feed it onto 'openssl pkcs7 -verify ...'. I don't know why they've chosen to make it so difficult to apply.
by pseudohadamard
Related stories
Small AI Models Gain Traction In places with unreliable networks
spectrum.ieee.org · 267 points · 80 comments
Decoding the obfuscated bash script on a Uniqlo t-shirt
tris.sherliker.net · 1072 points · 181 comments
StreetComplete: Fixing OpenStreetMap, one tiny quest at a time
streetcomplete.app · 761 points · 182 comments
Every new car sold in the European Union must include a driver monitoring camera
allaboutcookies.org · 737 points · 969 comments
Chat Control 1.0 and 2.0 Explained
fightchatcontrol.eu · 645 points · 238 comments
Microsoft fire idTech team at Id software
gamefromscratch.com · 597 points · 533 comments