Sat, 04 Dec 2021 21:14:48 +0100 Added tag v0.18 for changeset 45d382272c44 v_0 tip
František Kučera <franta-hg@frantovo.cz> [Sat, 04 Dec 2021 21:14:48 +0100] rev 44
Added tag v0.18 for changeset 45d382272c44
Sat, 27 Nov 2021 23:15:14 +0100 exception: fix typo: getMessge() → getMessage() v_0 v0.18
František Kučera <franta-hg@frantovo.cz> [Sat, 27 Nov 2021 23:15:14 +0100] rev 43
exception: fix typo: getMessge() → getMessage()
Tue, 23 Nov 2021 20:38:12 +0100 fix raw-xml formatting (remove XML declaration) v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 23 Nov 2021 20:38:12 +0100] rev 42
fix raw-xml formatting (remove XML declaration)
Wed, 28 Jul 2021 01:40:05 +0200 configuration: --parser-option bit-string-symbol-0 bit-string-symbol-1 – custom symbols e.g. .:, -+, \/ v_0
František Kučera <franta-hg@frantovo.cz> [Wed, 28 Jul 2021 01:40:05 +0200] rev 41
configuration: --parser-option bit-string-symbol-0 bit-string-symbol-1 – custom symbols e.g. .:, -+, \/
Thu, 22 Jul 2021 20:01:03 +0200 configuration: --parser-option encoding, parse-encapsulated, root-name, tree-style, tree-with-namespaces v_0
František Kučera <franta-hg@frantovo.cz> [Thu, 22 Jul 2021 20:01:03 +0200] rev 40
configuration: --parser-option encoding, parse-encapsulated, root-name, tree-style, tree-with-namespaces
Thu, 22 Jul 2021 01:06:14 +0200 add @text attribute to octet-string if bytes are ASCII text v_0
František Kučera <franta-hg@frantovo.cz> [Thu, 22 Jul 2021 01:06:14 +0200] rev 39
add @text attribute to octet-string if bytes are ASCII text
Thu, 22 Jul 2021 00:47:47 +0200 common attributes in XML v_0
František Kučera <franta-hg@frantovo.cz> [Thu, 22 Jul 2021 00:47:47 +0200] rev 38
common attributes in XML
Sun, 18 Jul 2021 22:43:16 +0200 parse encapsulated structures (octet string or bit string containing valid ASN.1): add omitted finalCheck() v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 18 Jul 2021 22:43:16 +0200] rev 37
parse encapsulated structures (octet string or bit string containing valid ASN.1): add omitted finalCheck() Among other things, it avoids interpreting zezo-length octet strings as encapsulated structures.
Sun, 18 Jul 2021 20:08:29 +0200 parse encapsulated structures (octet string or bit string containing valid ASN.1): reusable readString() method + let exception do its job on invalid input instead of attempt to allocate too much memory v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 18 Jul 2021 20:08:29 +0200] rev 36
parse encapsulated structures (octet string or bit string containing valid ASN.1): reusable readString() method + let exception do its job on invalid input instead of attempt to allocate too much memory (typeHeader.length may contain insane numbers if input in isValidBER() is not valid ASN.1/BER)
Sun, 18 Jul 2021 12:37:40 +0200 format specific/unknown/unparsed/raw values in ASN1ContentHandler instead of in ASN1Reader v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 18 Jul 2021 12:37:40 +0200] rev 35
format specific/unknown/unparsed/raw values in ASN1ContentHandler instead of in ASN1Reader
Sat, 17 Jul 2021 20:38:03 +0200 format unknown values as HEX and ASCII when possible v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 17 Jul 2021 20:38:03 +0200] rev 34
format unknown values as HEX and ASCII when possible
Sat, 17 Jul 2021 18:58:22 +0200 parse encapsulated structures (octet string or bit string containing valid ASN.1): add ValidatingASN1ContentHandler → avoid at least some false positives v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 17 Jul 2021 18:58:22 +0200] rev 33
parse encapsulated structures (octet string or bit string containing valid ASN.1): add ValidatingASN1ContentHandler → avoid at least some false positives
Sat, 17 Jul 2021 18:13:27 +0200 parse encapsulated structures (octet string or bit string containing valid ASN.1): improved memory management v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 17 Jul 2021 18:13:27 +0200] rev 32
parse encapsulated structures (octet string or bit string containing valid ASN.1): improved memory management
Fri, 16 Jul 2021 21:01:02 +0200 parse encapsulated structures (octet string or bit string containing valid ASN.1): first dirty version v_0
František Kučera <franta-hg@frantovo.cz> [Fri, 16 Jul 2021 21:01:02 +0200] rev 31
parse encapsulated structures (octet string or bit string containing valid ASN.1): first dirty version
Sun, 11 Jul 2021 18:09:19 +0200 throw error when we get superfluous octets at the end v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 11 Jul 2021 18:09:19 +0200] rev 30
throw error when we get superfluous octets at the end
Sun, 11 Jul 2021 00:44:15 +0200 UTCTime and GeneralizedTime clean-up and comment v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 11 Jul 2021 00:44:15 +0200] rev 29
UTCTime and GeneralizedTime clean-up and comment
Mon, 05 Jul 2021 19:31:25 +0200 UTCTime: fix short variant v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 05 Jul 2021 19:31:25 +0200] rev 28
UTCTime: fix short variant
Sun, 04 Jul 2021 11:51:13 +0200 add common Header argument to ASN1ContentHandler methods v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 04 Jul 2021 11:51:13 +0200] rev 27
add common Header argument to ASN1ContentHandler methods
Sun, 04 Jul 2021 11:37:27 +0200 move UniversalType to ASN1ContentHandler v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 04 Jul 2021 11:37:27 +0200] rev 26
move UniversalType to ASN1ContentHandler
Sat, 03 Jul 2021 20:17:17 +0200 move TagClass, PC and Header to ASN1ContentHandler v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 03 Jul 2021 20:17:17 +0200] rev 25
move TagClass, PC and Header to ASN1ContentHandler
Sat, 03 Jul 2021 18:56:15 +0200 replace macro with ProxyVector that forwards method calls to all its elements v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 03 Jul 2021 18:56:15 +0200] rev 24
replace macro with ProxyVector that forwards method calls to all its elements
Fri, 02 Jul 2021 00:42:01 +0200 BitString and OctetString support v_0
František Kučera <franta-hg@frantovo.cz> [Fri, 02 Jul 2021 00:42:01 +0200] rev 23
BitString and OctetString support
Wed, 30 Jun 2021 20:11:39 +0200 slightly improved UTCTime and GeneralizedTime support v_0
František Kučera <franta-hg@frantovo.cz> [Wed, 30 Jun 2021 20:11:39 +0200] rev 22
slightly improved UTCTime and GeneralizedTime support
Mon, 28 Jun 2021 22:48:04 +0200 partial UTCTime support v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 28 Jun 2021 22:48:04 +0200] rev 21
partial UTCTime support
Sun, 27 Jun 2021 19:22:23 +0200 support object identifiers (OID) v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 27 Jun 2021 19:22:23 +0200] rev 20
support object identifiers (OID)
Sun, 27 Jun 2021 18:04:34 +0200 support tag numbers > 30 (multiple octets) v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 27 Jun 2021 18:04:34 +0200] rev 19
support tag numbers > 30 (multiple octets)
Sat, 26 Jun 2021 20:26:29 +0200 some support for Integers – improved v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 26 Jun 2021 20:26:29 +0200] rev 18
some support for Integers – improved
Sat, 26 Jun 2021 20:04:52 +0200 some support for Integers v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 26 Jun 2021 20:04:52 +0200] rev 17
some support for Integers
Tue, 22 Jun 2021 21:41:59 +0200 some support for UTF8String and PrintableString v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 22 Jun 2021 21:41:59 +0200] rev 16
some support for UTF8String and PrintableString
Mon, 21 Jun 2021 21:36:01 +0200 support constructed (like a collection) v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 21 Jun 2021 21:36:01 +0200] rev 15
support constructed (like a collection)
(0) -30 tip