aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1/src/asn1rt_check.erl
AgeCommit message (Collapse)Author
2013-01-22Remove the unused run-time modulesBjörn Gustavsson
2011-10-18asn1rt_check: Fix transform_to_EXTERNAL1990 for binary inputHarald Welte
If ber_bin is used, decoded EXTERNAL types will include a binary Data_value in the {'EXTERNAL', ...} tuple. When handing such a tuple to the encoder again, we should properly encode it. To do so, we treat a binary data part just like a list data part.
2011-08-02Remove some superflous includes which caused inlined modules to have lots of ↵Lukas Larsson
compile warnings
2011-05-19Corrected handling of long length in driver and updated test suitesKenneth Lundin
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP