ocaml-asn1-combinators icon indicating copy to clipboard operation
ocaml-asn1-combinators copied to clipboard

Proof OID code

Open pqwy opened this issue 11 years ago • 1 comments

There is a bunch of issues stemming from limitations in OID representation. OID code needs to be checked against everything mentioned in this list.

Thanks to @andreas23.

See #2.

pqwy avatar Mar 20 '14 15:03 pqwy

The issues are:

  • [x] Check OID components for overflow. (https://github.com/mirleft/ocaml-asn1-combinators/commit/ce7b457daa59010567893f3cfc74fc0438fe0b04)
  • [ ] The special case of OIDs 2.XXX. with XXX >= 40.
  • [ ] Unlimited component size.

pqwy avatar Jul 11 '14 15:07 pqwy