aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1/src
AgeCommit message (Expand)Author
2015-01-12Clean up and correct validation of OBJECT IDENTIFIER/RELATIVE-OIDDan Gudmundsson
2015-01-12Fix object set duplication testBjörn Gustavsson
2015-01-12per/uper: Fix code generation for nested types in objectsBjörn Gustavsson
2015-01-12Clean up use of asn1ct_gen:gen_types()Björn Gustavsson
2015-01-12Correct recursion in OCTET STRING value definitionsBjörn Gustavsson
2015-01-12Fix BER code generationDan Gudmundsson
2015-01-12Clean up get_fieldname_element/3Björn Gustavsson
2015-01-12Provide more reliable location of errorsBjörn Gustavsson
2015-01-12asn1: Fix BER generation for non optional and extended object setsDan Gudmundsson
2015-01-12Rewrite matching of object definitions using the simplified syntaxBjörn Gustavsson
2015-01-12Simplify handling of an empty object definitionBjörn Gustavsson
2015-01-12Use object_to_check/1 in two forgotten placesBjörn Gustavsson
2015-01-12Refactor code involving calls to get_fieldname_element/3Björn Gustavsson
2015-01-12Check INTEGER values betterBjörn Gustavsson
2015-01-12Check CLASS names for validityBjörn Gustavsson
2015-01-12Use the #objectclass{} record instead of a tupleBjörn Gustavsson
2015-01-12Correct typo in an error messageBjörn Gustavsson
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-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-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-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-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
2014-04-16Refactor gen_dec_prim/3 to facilitate future optimizationsBjörn Gustavsson