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

19 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 59f3d7ac47 misc: Make all classes carry a proper category 2011-09-27 16:54:38 +02:00
Holger Hans Peter Freyther 0c4edb83a2 ber: Remove the old Squeak ASN1 code that is not used anymore 2011-09-27 16:54:14 +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 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 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
Holger Hans Peter Freyther 3034cb9fc1 ber: Throw an exception that is working. 2011-03-29 19:59:15 +02:00
Holger Hans Peter Freyther d0eeb9fa0f Test: Add package.xml, make sure all tests can be executed. 2010-10-16 22:59:18 +02:00
Holger Hans Peter Freyther 3ec380a106 Add the BER code from the ported LDAP project 2010-10-16 22:53:28 +02:00
Holger Hans Peter Freyther e244a5eb8f Add a README with the goals of this project 2010-10-16 22:34:48 +02:00