summary refs log tree commit diff
path: root/crypto/src/asn1/DerGraphicString.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Sort DER sets without encoding elementsPeter Dettman2023-03-071-0/+10
|
* Asn1 GetInstance refactoringPeter Dettman2022-11-061-10/+12
|
* ASN.1: Port of bc-java TYPE instancesPeter Dettman2021-11-181-19/+28
| | | | | - we use Meta.Instance here due to syntax restrictions - also reworked some ASN.1 string types
* ASN.1: Staged encodingPeter Dettman2021-11-161-9/+4
|
* ASN.1: Update encoding in line with bc-javaPeter Dettman2021-11-111-2/+2
|
* Add EncodeConstructed methodPeter Dettman2021-11-071-0/+5
|
* DerGraphicString refactoringPeter Dettman2021-11-061-20/+25
| | | | - avoid extra copy of parsed contents
* Initial pass at EncodedLength methodsPeter Dettman2021-10-141-0/+5
|
* Add withID to Encode methodPeter Dettman2021-10-141-2/+2
| | | | - refactor Asn1OutputStream utility methods
* Obsolete DerOutputStreamPeter Dettman2021-10-141-2/+2
|
* Various ASN.1 updates from Java APIPeter Dettman2015-12-281-0/+103