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)
Sun, 20 Jun 2021 21:06:02 +0200 somehow parse nested SEQUENCEs and SETs + support definite long form of lengths (multiple length octets) v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 20 Jun 2021 21:06:02 +0200] rev 14
somehow parse nested SEQUENCEs and SETs + support definite long form of lengths (multiple length octets)
Sun, 20 Jun 2021 20:16:46 +0200 switch TransactionalBuffer from char to uint8_t + partial parser of tags and lengths v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 20 Jun 2021 20:16:46 +0200] rev 13
switch TransactionalBuffer from char to uint8_t + partial parser of tags and lengths
Sun, 20 Jun 2021 10:23:50 +0200 BasicASN1Reader: parse type and length as array v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 20 Jun 2021 10:23:50 +0200] rev 12
BasicASN1Reader: parse type and length as array
Sat, 19 Jun 2021 22:43:00 +0200 BasicASN1Reader: read from the buffer and commit v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 19 Jun 2021 22:43:00 +0200] rev 11
BasicASN1Reader: read from the buffer and commit
Sat, 19 Jun 2021 12:59:07 +0200 TransactionalBuffer v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 19 Jun 2021 12:59:07 +0200] rev 10
TransactionalBuffer
Sat, 12 Jun 2021 22:37:44 +0200 partial implementation of DOMBuildingXMLContentHandler v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 12 Jun 2021 22:37:44 +0200] rev 9
partial implementation of DOMBuildingXMLContentHandler
Sat, 12 Jun 2021 21:29:18 +0200 bit more meaningful methods in ASN1ContentHandler v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 12 Jun 2021 21:29:18 +0200] rev 8
bit more meaningful methods in ASN1ContentHandler
Sat, 12 Jun 2021 20:43:07 +0200 rename SAXContentHandler to XMLContentHandler v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 12 Jun 2021 20:43:07 +0200] rev 7
rename SAXContentHandler to XMLContentHandler
Sat, 12 Jun 2021 20:31:23 +0200 bit more meaningful methods in SAXContentHandler v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 12 Jun 2021 20:31:23 +0200] rev 6
bit more meaningful methods in SAXContentHandler
Sat, 12 Jun 2021 19:15:58 +0200 read the input stream and pass dummy events through v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 12 Jun 2021 19:15:58 +0200] rev 5
read the input stream and pass dummy events through
Sat, 12 Jun 2021 18:34:19 +0200 proxy handlers forwarding events to all subordinate handlers v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 12 Jun 2021 18:34:19 +0200] rev 4
proxy handlers forwarding events to all subordinate handlers
Sun, 14 Mar 2021 19:58:35 +0100 AbstractParser: documentation + close() method v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 14 Mar 2021 19:58:35 +0100] rev 3
AbstractParser: documentation + close() method
Sat, 13 Mar 2021 19:28:13 +0100 AbstractParser: remove unnecessary delegation (put only private methods in AbstractParserImpl) v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 13 Mar 2021 19:28:13 +0100] rev 2
AbstractParser: remove unnecessary delegation (put only private methods in AbstractParserImpl)
Sat, 13 Mar 2021 17:58:09 +0100 AbstractParser: AbstractParser, ASN1Reader, ASN1ContentHandler, SAXContentHandler, BasicASN1Reader, DOMBuildingSAXContentHandler, GenericASN1ContentHandler skeletons v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 13 Mar 2021 17:58:09 +0100] rev 1
AbstractParser: AbstractParser, ASN1Reader, ASN1ContentHandler, SAXContentHandler, BasicASN1Reader, DOMBuildingSAXContentHandler, GenericASN1ContentHandler skeletons
Sun, 07 Mar 2021 17:50:11 +0100 project skeleton v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 07 Mar 2021 17:50:11 +0100] rev 0
project skeleton
(0) tip