Seed the AsnReader/AsnWriter changes from corefxlab
authorJeremy Barton <jbarton@microsoft.com>
Thu, 7 Mar 2019 06:26:05 +0000 (22:26 -0800)
committerGitHub <noreply@github.com>
Thu, 7 Mar 2019 06:26:05 +0000 (22:26 -0800)
commit24d1415bafe177689c482a289cf92f9083195b4e
treeacc57de1098d1c1a78f82f24ccc9ce5c5d2796b7
parent5853431952c30b688832018e43238fc4ab9f52b6
Seed the AsnReader/AsnWriter changes from corefxlab

These files are identical to the files at

https://github.com/dotnet/corefxlab/tree/dotnet/corefx@42ab2422b190521dd21c5c9e816810cf23f6a828/src/System.Security.Cryptography.Asn1.Experimental/System/Security/Cryptography/Asn1

though PointerMemoryManager is not included (already present in corefx)

Commit migrated from https://github.com/dotnet/corefx/commit/b66846b62fd39973eb54204087fe311941c87235
35 files changed:
src/libraries/Common/src/System/Security/Cryptography/Asn1Reader/Asn1Tag.Accelerators.cs [new file with mode: 0644]
src/libraries/Common/src/System/Security/Cryptography/Asn1Reader/Asn1Tag.cs [new file with mode: 0644]
src/libraries/Common/src/System/Security/Cryptography/Asn1Reader/AsnCharacterStringEncodings.cs [new file with mode: 0644]
src/libraries/Common/src/System/Security/Cryptography/Asn1Reader/AsnEncodingRules.cs [new file with mode: 0644]
src/libraries/Common/src/System/Security/Cryptography/Asn1Reader/AsnReader.BitString.cs [new file with mode: 0644]
src/libraries/Common/src/System/Security/Cryptography/Asn1Reader/AsnReader.Boolean.cs [new file with mode: 0644]
src/libraries/Common/src/System/Security/Cryptography/Asn1Reader/AsnReader.Enumerated.cs [new file with mode: 0644]
src/libraries/Common/src/System/Security/Cryptography/Asn1Reader/AsnReader.GeneralizedTime.cs [new file with mode: 0644]
src/libraries/Common/src/System/Security/Cryptography/Asn1Reader/AsnReader.Integer.cs [new file with mode: 0644]
src/libraries/Common/src/System/Security/Cryptography/Asn1Reader/AsnReader.NamedBitList.cs [new file with mode: 0644]
src/libraries/Common/src/System/Security/Cryptography/Asn1Reader/AsnReader.Null.cs [new file with mode: 0644]
src/libraries/Common/src/System/Security/Cryptography/Asn1Reader/AsnReader.OctetString.cs [new file with mode: 0644]
src/libraries/Common/src/System/Security/Cryptography/Asn1Reader/AsnReader.Oid.cs [new file with mode: 0644]
src/libraries/Common/src/System/Security/Cryptography/Asn1Reader/AsnReader.Sequence.cs [new file with mode: 0644]
src/libraries/Common/src/System/Security/Cryptography/Asn1Reader/AsnReader.SetOf.cs [new file with mode: 0644]
src/libraries/Common/src/System/Security/Cryptography/Asn1Reader/AsnReader.Text.cs [new file with mode: 0644]
src/libraries/Common/src/System/Security/Cryptography/Asn1Reader/AsnReader.UtcTime.cs [new file with mode: 0644]
src/libraries/Common/src/System/Security/Cryptography/Asn1Reader/AsnReader.cs [new file with mode: 0644]
src/libraries/Common/src/System/Security/Cryptography/Asn1Reader/AsnWriter.BitString.cs [new file with mode: 0644]
src/libraries/Common/src/System/Security/Cryptography/Asn1Reader/AsnWriter.Boolean.cs [new file with mode: 0644]
src/libraries/Common/src/System/Security/Cryptography/Asn1Reader/AsnWriter.Enumerated.cs [new file with mode: 0644]
src/libraries/Common/src/System/Security/Cryptography/Asn1Reader/AsnWriter.GeneralizedTime.cs [new file with mode: 0644]
src/libraries/Common/src/System/Security/Cryptography/Asn1Reader/AsnWriter.Integer.cs [new file with mode: 0644]
src/libraries/Common/src/System/Security/Cryptography/Asn1Reader/AsnWriter.NamedBitList.cs [new file with mode: 0644]
src/libraries/Common/src/System/Security/Cryptography/Asn1Reader/AsnWriter.Null.cs [new file with mode: 0644]
src/libraries/Common/src/System/Security/Cryptography/Asn1Reader/AsnWriter.OctetString.cs [new file with mode: 0644]
src/libraries/Common/src/System/Security/Cryptography/Asn1Reader/AsnWriter.Oid.cs [new file with mode: 0644]
src/libraries/Common/src/System/Security/Cryptography/Asn1Reader/AsnWriter.Sequence.cs [new file with mode: 0644]
src/libraries/Common/src/System/Security/Cryptography/Asn1Reader/AsnWriter.SetOf.cs [new file with mode: 0644]
src/libraries/Common/src/System/Security/Cryptography/Asn1Reader/AsnWriter.Text.cs [new file with mode: 0644]
src/libraries/Common/src/System/Security/Cryptography/Asn1Reader/AsnWriter.UtcTime.cs [new file with mode: 0644]
src/libraries/Common/src/System/Security/Cryptography/Asn1Reader/AsnWriter.cs [new file with mode: 0644]
src/libraries/Common/src/System/Security/Cryptography/Asn1Reader/SetOfValueComparer.cs [new file with mode: 0644]
src/libraries/Common/src/System/Security/Cryptography/Asn1Reader/TagClass.cs [new file with mode: 0644]
src/libraries/Common/src/System/Security/Cryptography/Asn1Reader/UniversalTagNumber.cs [new file with mode: 0644]