summaryrefslogtreecommitdiff
path: root/security/libtasn1/DESCR
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2003-05-14 03:23:43 +0000
committersalo <salo@pkgsrc.org>2003-05-14 03:23:43 +0000
commit9f0223d75e6e8451e5d6c16907447f74e5a24011 (patch)
tree167f1b295d2b8f915bcd81842d6046f95f40205e /security/libtasn1/DESCR
parent2e172b9dcbe3209c0cff67d80c058992a33d039a (diff)
downloadpkgsrc-9f0223d75e6e8451e5d6c16907447f74e5a24011.tar.gz
Import of libtasn1-0.2.4: ASN.1 structure parser library.
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 Package provided bu Juan RP via pkgsrc-wip with some modifications by me.
Diffstat (limited to 'security/libtasn1/DESCR')
-rw-r--r--security/libtasn1/DESCR10
1 files changed, 10 insertions, 0 deletions
diff --git a/security/libtasn1/DESCR b/security/libtasn1/DESCR
new file mode 100644
index 00000000000..bddba4bc595
--- /dev/null
+++ b/security/libtasn1/DESCR
@@ -0,0 +1,10 @@
+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