Commit 447a5fff authored by Yann Garcia's avatar Yann Garcia
Browse files

Add ASN.1 fix for Version ::= INTEGER {v1(1)} COER encoding

parent 5918986b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ FROM EtsiTs102941BaseTypes
-- CRL
************/
ToBeSignedCrl ::= SEQUENCE {
  version    Version,
  version    INTEGER { v1(1) }(1..255),
  thisUpdate Time32,
  nextUpdate Time32,
  entries SEQUENCE OF CrlEntry,