diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-07 13:44:33 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-07 13:44:33 +0000 |
commit | 6035bc589a2685219b2ca9737d139205e70d3268 (patch) | |
tree | 2350e9130bfd85d3548e2e00a7de2e5f7323448a /security/libtasn1/pkg-descr | |
parent | 3fd3b50a40dfe6f46aa355b9073825e56a13ae03 (diff) |
Notes
Diffstat (limited to 'security/libtasn1/pkg-descr')
-rw-r--r-- | security/libtasn1/pkg-descr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/security/libtasn1/pkg-descr b/security/libtasn1/pkg-descr new file mode 100644 index 000000000000..5e06833874b6 --- /dev/null +++ b/security/libtasn1/pkg-descr @@ -0,0 +1,13 @@ +libtasn1 library was developed for ASN1 (Abstract Syntax Notation One) +structures management. + +The main features of this library are: + +- on-line ASN1 structure management that does not require any C code + file generation; +- off-line ASN1 structure management with C code file generation + containing an array; +- DER (Distinguish Encoding Rules) encoding; +- no limits for INTEGER and ENUMERATED values + +WWW: http://www.gnutls.org/ |