Code Monkey home page Code Monkey logo

tackc's Introduction

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.

tackc's People

Contributors

moxie0 avatar

Stargazers

 avatar Suvi-Tuuli Allan avatar Petter Aas avatar Aaron Zauner avatar

Watchers

 avatar James Cloos avatar  avatar

Forkers

michelangelo13

tackc's Issues

Undefined Reference to .. in TackOpenSSL.c

TackOpenSSL.c:(.text+0x9f): undefined reference to OBJ_txt2nid' TackOpenSSL.c:(.text+0xa6): undefined reference toEC_KEY_new_by_curve_name'
TackOpenSSL.c:(.text+0xc6): undefined reference to OBJ_txt2nid' TackOpenSSL.c:(.text+0xcd): undefined reference toEC_GROUP_new_by_curve_name'
TackOpenSSL.c:(.text+0xf2): undefined reference to EC_POINT_new' TackOpenSSL.c:(.text+0x12d): undefined reference toEC_POINT_oct2point'
TackOpenSSL.c:(.text+0x159): undefined reference to EC_KEY_set_public_key' TackOpenSSL.c:(.text+0x167): undefined reference toECDSA_SIG_new'
TackOpenSSL.c:(.text+0x19b): undefined reference to BN_bin2bn' TackOpenSSL.c:(.text+0x1cb): undefined reference toBN_bin2bn'
TackOpenSSL.c:(.text+0x1e4): undefined reference to SHA256_Init' TackOpenSSL.c:(.text+0x203): undefined reference toSHA256_Update'
TackOpenSSL.c:(.text+0x219): undefined reference to SHA256_Final' TackOpenSSL.c:(.text+0x238): undefined reference toECDSA_do_verify'
TackOpenSSL.c:(.text+0x294): undefined reference to EC_KEY_free' TackOpenSSL.c:(.text+0x2ad): undefined reference toEC_GROUP_free'
TackOpenSSL.c:(.text+0x2c6): undefined reference to EC_POINT_free' TackOpenSSL.c:(.text+0x2df): undefined reference toECDSA_SIG_free'
/tmp/ccrNNNy9.o: In function tackOpenSSLHashFunc': TackOpenSSL.c:(.text+0x328): undefined reference toSHA256_Init'
TackOpenSSL.c:(.text+0x33e): undefined reference to SHA256_Update' TackOpenSSL.c:(.text+0x354): undefined reference toSHA256_Final'
collect2: error: ld returned 1 exit status
make: *** [tackc] Error 1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.