aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1
AgeCommit message (Expand)Author
2015-03-31Prepare releaseErlang/OTP
2015-03-06asn1ct_gen: Correct generation of .hrl files for multiple ellipsesBjörn Gustavsson
2015-03-06Fix BER code generationDan Gudmundsson
2014-12-09Prepare releaseErlang/OTP
2014-11-27Merge branch 'dgud/asn1/fix-seqtag/OTP-12326' into maintDan Gudmundsson
2014-11-26asn1: Fix EXTERNAL (1994 variant) type conversionDan Gudmundsson
2014-11-24Fix IMPLICIT tagging when TagDefault is AUTOMATICSimon Cornish
2014-11-18Add test for IMPLICIT tagging when TagDefault is AUTOMATICSimon Cornish
2014-09-29BER decoding: Don't allow primitives with indefinite lengthsBjörn Gustavsson
2014-09-15Update release notesErlang/OTP
2014-09-15Update version numbersErlang/OTP
2014-09-08Merge branch 'bjorn/asn1/misc-bug-fixes/OTP-12125' into maintBjörn Gustavsson
2014-09-08Merge branch 'bjorn/asn1/decoding-robustness/OTP-12145' into maintBjörn Gustavsson
2014-09-01Workaround for combining two object sets separated by extensionBjörn Gustavsson
2014-09-01Clean up and correct handling of parameters for parameterized typesBjörn Gustavsson
2014-09-01Check the formal parameter for parameterized type definitionsBjörn Gustavsson
2014-09-01Report errors also for unused parameterized typesBjörn Gustavsson
2014-09-01Remove unused code for ABSTRACT-SYNTAX and TYPE-IDENTIFIERBjörn Gustavsson
2014-09-01Correct expansion of parameterized typesBjörn Gustavsson
2014-09-01Add the module name to the #classdef{} recordBjörn Gustavsson
2014-09-01Eliminate the use of #identifier{} outside the tokeniser and parserBjörn Gustavsson
2014-09-01Fix problem with object identifiers in external modulesBjörn Gustavsson
2014-09-01Rewrite get_referenced_type/2Björn Gustavsson
2014-09-01Teach the ASN.1 compiler to handle objects in field namesBjörn Gustavsson
2014-09-01Teach the ASN.1 compiler to understand "EXPORTS ALL"Björn Gustavsson
2014-09-01Teach the ASN.1 compiler the parse optionBjörn Gustavsson
2014-08-25Fix misspellings of 'another'Tuncer Ayaz
2014-08-11BER decoding: Improve error checking for indefinite lengthBjörn Gustavsson
2014-08-11BER: Test decoding of indefinite lengthsBjörn Gustavsson
2014-06-19Prepare releaseErlang/OTP
2014-06-05BER: Eliminate dialyzer warnings for specialized decode functionsBjörn Gustavsson
2014-06-05BER: Eliminate dialyzer warning for encoding of BIT STRINGsBjörn Gustavsson
2014-06-05BER: Optimize encoding of ENUMERATEDBjörn Gustavsson
2014-06-05BER: Remove a redundant clause in encoding of open typesBjörn Gustavsson
2014-06-05(U)PER: Fix decoding of named INTEGERBjörn Gustavsson
2014-06-05(U)PER: Fix encoding of a semi-constrained, named INTEGERBjörn Gustavsson
2014-06-05(U)PER: Optimize handling of named BIT STRING with a lower zero boundBjörn Gustavsson
2014-06-05PER: Optimize encoding of character strings with simple rangesBjörn Gustavsson
2014-06-05PER: Remove unnecessary clause for handling DEFAULTBjörn Gustavsson
2014-06-05(U)PER: Suppress dialyzer warnings for complete/1Björn Gustavsson
2014-06-05Test suites: Add support for running Dialyzer on generated codeBjörn Gustavsson
2014-06-05Improve tests of DEFAULT valuesBjörn Gustavsson
2014-06-05Correct OCTET STRING default when legacy_erlang_types is activeBjörn Gustavsson
2014-06-05Remove old DEFAULT-checking code made obsolete in the previous commitBjörn Gustavsson
2014-06-05Rewrite the code for testing DEFAULT for DERBjörn Gustavsson
2014-05-06Test DEFAULT more thoroughlyBjörn Gustavsson
2014-05-06Set.py: Correct illegal DEFAULT valueBjörn Gustavsson
2014-05-06BER: Optimize decoding of ENUMERATEDBjörn Gustavsson
2014-05-06BER: Suppress dialyzer warnings for encode_bit_string/4Björn Gustavsson
2014-04-29BER: Inline testing of constraints when decodingBjörn Gustavsson