Jasper Patterson
Jasper Patterson
When trying to make multiple `nitro-cli run-enclave` commands simultaneously, I've found only one will succeed. To reproduce, run the following command, substituting your EIF path: ``` nitro-cli run-enclave --cpu-count 2...
This adds support for enforcing the CRL nextUpdate field (i.e. expiration). The corresponding changes in webpki are here: https://github.com/rustls/webpki/pull/227
I'm running into a problem getting my CRL to be recognized as authoritative for a certificate. The certificate itself has a "distribution point" listed on it, however the given CRL...
The instanceOf type guard functions check for TypeScript property names (camelCase) instead of JSON property names (in my case snake_case), causing runtime type validation to fail for discriminated unions. I...