Code Monkey home page Code Monkey logo

ccid-utils's Introduction

Welcome

In theory, I am writing about my programming experiences on a blog. In practice, updates are few and far between. But I do have some future articles bubbling away in the background.

Active Projects

  • ⚡ I'm currently actively working, in my spare time, on xpdt and resynth.
  • 👷 I consider minotaur to be actively maintained
  • 🌱 I’m currently having a great time learning Rust

On Hold / Unreleased

  • hieros - An x86-64 kernel. I'll probably start again using rust, if I ever find time.
  • shaft - A fast SSE-accelerated web-server utilizing io_uring and pre-compiled content
  • radon - An SQL query compiler and database system
  • zipfuel - A graphical order-flow analysis system for high-frequency trading

Inactive Projects

These projects are, in general, over 10 years old and have not been worked on actively by anyone in at least that long:

  • ScaraOS is a toy 32bit operating system kernel
  • ccid-utils is a chip-card and emv driver and middleware
  • firestorm was a network intrusion detection system whose focus was on performance and protocol decodes. I don't work on this any more because I'm working in this area in my professional life instead.

ccid-utils's People

Contributors

giannitedesco avatar ludovicrousseau avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ccid-utils's Issues

make failed - incomplete typedef RSA

The subject of the issue entry is pretty self-explanatory. Here's what I did (including the errors)

Steps I used to get to the issue:
sh ./autogen.sh
./configure
make

Relevant section of output from make:

mv -f .deps/emv_data.Tpo .deps/emv_data.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -pipe -I/usr/include/libusb-1.0 -MT emv_sda.lo -MD -MP -MF .deps/emv_sda.Tpo -c -o emv_sda.lo emv_sda.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -pipe -I/usr/include/libusb-1.0 -MT emv_sda.lo -MD -MP -MF .deps/emv_sda.Tpo -c emv_sda.c -fPIC -DPIC -o .libs/emv_sda.o

emv_sda.c: In function ‘get_ca_key’:
emv_sda.c:91:12: error: invalid use of incomplete typedef ‘RSA’ {aka ‘struct rsa_st’}
91 | key->n = BN_bin2bn(modulus, mod_len, NULL);
| ^~
emv_sda.c:92:25: error: invalid use of incomplete typedef ‘RSA’ {aka ‘struct rsa_st’}
92 | if ( NULL == key->n )
| ^~
emv_sda.c:95:12: error: invalid use of incomplete typedef ‘RSA’ {aka ‘struct rsa_st’}
95 | key->e = BN_bin2bn(exponent, exp_len, NULL);
| ^~
emv_sda.c:96:25: error: invalid use of incomplete typedef ‘RSA’ {aka ‘struct rsa_st’}
96 | if ( NULL == key->e )
| ^~
emv_sda.c:103:20: error: invalid use of incomplete typedef ‘RSA’ {aka ‘struct rsa_st’}
103 | BN_free(key->n);
| ^~

emv_sda.c: In function ‘make_issuer_pk’:
emv_sda.c:204:12: error: invalid use of incomplete typedef ‘RSA’ {aka ‘struct rsa_st’}
204 | key->n = BN_bin2bn(tmp, req->pk_cert_len, NULL);
| ^~
emv_sda.c:205:12: error: invalid use of incomplete typedef ‘RSA’ {aka ‘struct rsa_st’}
205 | key->e = BN_bin2bn(req->pk_exp, req->pk_exp_len, NULL);
| ^~
emv_sda.c:207:25: error: invalid use of incomplete typedef ‘RSA’ {aka ‘struct rsa_st’}
207 | if ( NULL == key->n || NULL == key->e ) {
| ^~
emv_sda.c:207:43: error: invalid use of incomplete typedef ‘RSA’ {aka ‘struct rsa_st’}
207 | if ( NULL == key->n || NULL == key->e ) {
| ^~
make[1]: *** [Makefile:669: emv_sda.lo] Error 1
make[1]: Leaving directory '/home/stakfallt/GitHub/emv/ccid-utils/src'
make: *** [Makefile:453: all-recursive] 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.