OpenSSL ECC Engine  1.0
OpenSSL Engine implementation using ATECC508 for ECC key storage and ECDSA, ECDH, and RNG.
Functions
eccx08_rsa_meth.c File Reference

Implementation of OpenSSL ENGINE callback functions for RSA. For details see crypto/rsa/rsa_eay.c. More...

#include <stdio.h>
#include <crypto/cryptlib.h>
#include <openssl/err.h>
#include <openssl/bn.h>
#include <openssl/rsa.h>
#include <openssl/rand.h>
#include <stdint.h>
#include <assert.h>
#include <openssl/engine.h>
#include "ecc_meth.h"

Functions

const RSA_METHOD * ECCX08_RSA_meth (void)
 Returns a pointer to eccx08 RSA method implementation. More...
 

Detailed Description

Implementation of OpenSSL ENGINE callback functions for RSA. For details see crypto/rsa/rsa_eay.c.

Copyright (c) 2015 Atmel Corporation. All rights reserved.

Function Documentation

const RSA_METHOD* ECCX08_RSA_meth ( void  )

Returns a pointer to eccx08 RSA method implementation.

Returns
a pointer to RSA_METHOD structure