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

11 Commits

Author SHA1 Message Date
Holger Hans Peter Freyther 4e3227730b misc: Add proper categories to ease porting to Pharo 2013-03-31 14:04:07 +02:00
Holger Hans Peter Freyther 04440b5525 ber: Remove an inspect.. this test just calls the function...
This test only calls the function and hopes that nothing bad
will happen in there...
2011-04-01 14:17:03 +02:00
Holger Hans Peter Freyther 43c6f5670a ber: Test formatting another record for TLV streams 2011-04-01 14:12:58 +02:00
Holger Hans Peter Freyther 6c04f80757 der: Test encoding of a record as written like this 2011-04-01 13:55:20 +02:00
Holger Hans Peter Freyther 18bdf9d5a0 ber: Add one more GSM decoding test.. just execute it. 2011-04-01 13:54:59 +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 ac7437d3d4 ber: Remove debug statement 2011-03-30 14:40:39 +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 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