Registry / crypto / libtasn1

libtasn1

JSON →
library4.19.0vcpkgunverified

A secure communications library implementing the SSL, TLS and DTLS protocols.

vcpkg install libtasn1
INSTALL
IMPORT
SIG · LIBTASN1
L
libtasn1
cryptocppv4.19.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

libtasn1.h
#include <libtasn1.h>

Parse an ASN.1 definition

#include <libtasn1.h> #include <stdio.h> int main() { asn1_node definitions = NULL; int result = asn1_parser2tree("MyModule DEFINITIONS ::= BEGIN ... END", &definitions, NULL); if (result == ASN1_SUCCESS) { printf("Parsed successfully\n"); asn1_delete_structure(&definitions); } return 0; }
Debug
Known issues
gotchalibtasn1 is for ASN.1 encoding/decoding, not a full SSL/TLS implementation.
fix
Use GnuTLS or OpenSSL for SSL/TLS protocols.
affects: all
Upgrade
Version history
4.19.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources

No resource links recorded.

libtasn1 — pip install libtasn1 · libregistry