C For C's Sake
C For C's Sake
I looked into the failing test cases. 1) The first was easy; the code was doing the right thing (rejecting the revoked/expired keys), but the test was wrong. 2) This...
The second test case is fixed now, too, thanks for pointing those out!
@lambdafu: Have you looked into the Keybase database?
I'm a fan of name constraints too, I have a stale branch with some commits here that I hope to revive once my ASN.1 kung-fu grows stronger. Until then, I...
Netflix thinks it has value, and open sourced a test suite for Name Constraint implementations: http://techblog.netflix.com/2017/04/bettertls-name-constraints-test-suite.html Code here: https://github.com/netflix/bettertls
The code in `src/` (the `imagelib` findlib package) should not depend on `unix`; code that depends on `unix` should be in `unix/` (the `imagelib.unix` findlib package), see top of the...
Oh, see https://github.com/rlepigre/ocaml-imagelib/pull/54 for the `unix` thing.
:+1: for a set of files (regression testing) and using AFL to produce new ways to trip the parsers (that can then be added to the regression testing set)
It's not so much about speed, it's more that a bitmap representation quickly ends up eating up a lot of ram, and since I'm dealing with unikernels that do not...
NB: Imagemagick doesn't handle this case either, so will need to find an implementation that does to provide a frame of reference.