Skip to content

tack/tackc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple, verify-only C/C++ codebase for enabling client
applications to support TACK.  The ECDSA verification and hashing can be done with
either OpenSSL or NSS.

To compile the test "tackc" program use:

  make TACKC_OPENSSL=1 TACKC_CPP=1

(You can try TACKC_NSS=1 instead of TACKC_OPENSSL).

You may need to edit the Makefile to find your OpenSSL and NSS include
files and libraries.

Then run:

  ./tackc test

To see unit-testing results.

About

Simple C library for verifying TACKs (intended for client-side use)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published