diff options
author | kris <kris@FreeBSD.org> | 2000-05-07 03:32:54 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-05-07 03:32:54 +0000 |
commit | 55aea7dc42219ae92076596c0f5bd7ca63d008c5 (patch) | |
tree | 0246ff1c610d49cfa9f0d2e98aac01f1e65ff3e8 /converters/Makefile | |
parent | 7a91eb3239c190a8df6273dede05bd101fcff125 (diff) | |
download | FreeBSD-ports-55aea7dc42219ae92076596c0f5bd7ca63d008c5.zip FreeBSD-ports-55aea7dc42219ae92076596c0f5bd7ca63d008c5.tar.gz |
dumpasn1 is a utility to dump the contents of ASN.1-encoded files,
such as SSL certificates, in human-readable format. It includes a full
list of security-related OIDs, and can be easily extended by the user.
Diffstat (limited to 'converters/Makefile')
-rw-r--r-- | converters/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile index b4418e6..512e478 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -3,6 +3,7 @@ SUBDIR += aish SUBDIR += btoa + SUBDIR += dumpasn1 SUBDIR += fconv SUBDIR += i18ntools SUBDIR += iconv |