smalltalk
/
osmo-st-asn1
Archived
1
0
Fork 0
Commit Graph

8 Commits

Author SHA1 Message Date
Holger Hans Peter Freyther 59f3d7ac47 misc: Make all classes carry a proper category 2011-09-27 16:54:38 +02:00
Holger Hans Peter Freyther b77da9be3f ber: Make it possible to compare tags 2011-04-02 11:01:58 +02:00
Holger Hans Peter Freyther 4d5a287b1b ber: Create a simple DER Stream and test re-encoding 2011-03-30 14:43:51 +02:00
Holger Hans Peter Freyther 675abe4fb4 ber: Provide a simple BERTLVStream class
The BERTLVStream is able to read BER tuples from a stream, it
can also read all tuples and it can recursively read tuples into
an OrderedCollection.
2011-03-30 14:09:43 +02:00
Holger Hans Peter Freyther bb2cea8520 ber: Provide a nicer name for the BERTag (include the tuple) 2011-03-30 14:09:00 +02:00
Holger Hans Peter Freyther 4d0b83c099 ber: Test the encoding/decoding of the Length on a BER string 2011-03-30 10:10:29 +02:00
Holger Hans Peter Freyther b176bea4b5 ber: Move the tuple to constructed.. add X690 types I know 2011-03-29 21:41:01 +02:00
Holger Hans Peter Freyther ec1e5a94db ber: Start with BER encoding/decoding for streams
Start with a very simple tag class
2011-03-29 21:25:20 +02:00