[erlang-questions] Event-based ASN.1

Drew Varner drew.varner@REDACTED
Tue Jul 5 16:28:42 CEST 2011


I am interested in a parsing a large ASN.1 structure, a massive CRL. Is there a way to handle it using an event-based technique using Erlang's built-in ASN.1 library? Looking at the generated encode/decode methods, it looks like I have no choice but to bring the entire binary into memory. Is there an event-based piece I am missing or some fun() magic I can use?

Thanks,
Drew


More information about the erlang-questions mailing list