Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README « asn1view - github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5545cc626232dd73f97fa845d04a70e318ce6466 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
FEATURES

General
- Decode ASN.1 structures;
- Support undefined length elements;
- Support encapsulated ASN.1 elements;
- Export textual representation of structures (great for diffs);
- Download and cache OID definitions from the web, either from:
	- Alvestrand (www.alvestrand.no); or
	- Elibel (asn1.elibel.tm.fr).

Gnome specific
- Find bar (a la FireFox) with highlight (yellow);
- Encapsulated ASN.1 in alternate color (blue);



HISTORY

2004-12-05  Version 0.1.0.0
	- Initial (un)release with Gnome support (Gtk#);

2005-05-08  Version 0.1.1.0
	- First public version (restructured for SVN);