aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1/test
AgeCommit message (Expand)Author
2013-01-24Remove vestiges of support for the {TypeName,Value} notationBjörn Gustavsson
2013-01-23testPrimStrings: Test some constraintsBjörn Gustavsson
2013-01-23By default, encode BIT STRING to bitstringsBjörn Gustavsson
2013-01-22Fix EXTERNAL 1990/1994 conversion information lossBjörn Gustavsson
2013-01-22Optimize encoding of ENUMERATED in per and uperBjörn Gustavsson
2013-01-22BER: Correct bug in 'undec_rest'Björn Gustavsson
2013-01-22Correct error handling for the NIF functionsBjörn Gustavsson
2013-01-22Generate modules with selected run-time functions for compiler usageBjörn Gustavsson
2013-01-22Remove the 'inline' and '{inline,OutputFile}' optionsBjörn Gustavsson
2013-01-22Add run-time library templates and use themBjörn Gustavsson
2013-01-22Add a mechanism for embedding run-time functions into the generated codeBjörn Gustavsson
2013-01-10Merge branch 'bjorn/asn1/extension-addition-groups/OTP-10664'Björn Gustavsson
2013-01-07Fix a bug for multiple extension addition groupsBjörn Gustavsson
2012-12-19per: Fix encoding of OCTET STRINGs with fixed length of 256 or moreBjörn Gustavsson
2012-12-19Remove support for the {Typename,Value} notation in encodingBjörn Gustavsson
2012-12-18Add a test case for constraint equivalenceBjörn Gustavsson
2012-12-18Fix a bug in skipping of extensionsBjörn Gustavsson
2012-12-18Simplify testConstraints by introducing helper functionsBjörn Gustavsson
2012-12-18Simplify testCompactBitString by introducing roundtrip functionsBjörn Gustavsson
2012-12-17Simplify testEnumExt by introducing a roundtrip/2 functionBjörn Gustavsson
2012-12-17Simplify testChoExternal by introducing a roundtrip/2 functionBjörn Gustavsson
2012-12-17Simplify testChoRecursive by introducing a roundtrip/2 functionBjörn Gustavsson
2012-12-17Simplify testSeqExtension.erl by introducing a roundtrip/2 functionBjörn Gustavsson
2012-12-17Simplify testChoExtension by introducing a roundtrip/2 functionBjörn Gustavsson
2012-12-17Simplify testSetOptional by introducing a roundtrip/2 functionBjörn Gustavsson
2012-12-17testSetOptional: Correct test case for decoding of corrupt dataBjörn Gustavsson
2012-12-17asn1_SUITE: Only run testExtensionAdditionGroup/1 onceBjörn Gustavsson
2012-12-06Optimize decoding of OCTET STRINGsBjörn Gustavsson
2012-12-06Add the asn1ct_imm moduleBjörn Gustavsson
2012-12-06testPrimString: Increase readability by introducing a roundtrip functionBjörn Gustavsson
2012-12-06asn1_SUITE: Let the per/1 test case also test 'uper'Björn Gustavsson
2012-11-26Fix BER encoding when multiple levels of typedefs are usedBjörn Gustavsson
2012-11-23Remove obsolete back-ends and simplify the optionsBjörn Gustavsson
2012-11-22Remove tests for the obsolete {TypeName,Value} notationBjörn Gustavsson
2012-11-22Remove the obsolete and deprecated 'keyed_list' optionBjörn Gustavsson
2012-11-02Merge branch 'maint'Lukas Larsson
2012-10-30test: fix timetrapsDan Gudmundsson
2012-10-22Migrate timers from test_server to ct interfaceLukas Larsson
2012-08-31Update copyright yearsBjörn-Egil Dahlberg
2012-08-30Do not verify del_path as it is not always thereLukas Larsson
2012-08-15Merge branch 'gustav/asn1/enumerated_n2n/OTP-10144' into maintGustav Simonsson
2012-08-15Merge branch 'gustav/asn1/integer_single_value_predefined/OTP-10139' into maintGustav Simonsson
2012-07-11Add support for extensible enumeration types in n2nGustav Simonsson
2012-07-11Make n2n option work for enumerated types without extensionGustav Simonsson
2012-07-05Add sorting in constraint checking on single values.Gustav Simonsson
2012-06-28Add support for larger integer ranges in per encode/decodeGustav Simonsson
2012-06-08Merge branch 'lukas/otp/install_with_whitespace/OTP-10107' into maintLukas Larsson
2012-06-05Update to work with whitespace in exec pathLukas Larsson
2012-05-04Add support for multiple ExtensionAdditionGroupsKenneth Lundin
2012-03-27Correct handling of INTEGER (1..4 | 8 | 10 | 20)Kenneth Lundin