Eneboo - Documentación para desarrolladores
|
#include <stdio.h>
#include "cryptlib.h"
#include <openssl/bn.h>
#include <openssl/rsa.h>
#include <openssl/objects.h>
#include <openssl/x509.h>
'defines' | |
#define | SSL_SIG_LENGTH 36 |
Funciones | |
int | RSA_sign (int type, const unsigned char *m, unsigned int m_len, unsigned char *sigret, unsigned int *siglen, RSA *rsa) |
int | RSA_verify (int dtype, const unsigned char *m, unsigned int m_len, unsigned char *sigbuf, unsigned int siglen, RSA *rsa) |
#define SSL_SIG_LENGTH 36 |
int RSA_sign | ( | int | type, |
const unsigned char * | m, | ||
unsigned int | m_len, | ||
unsigned char * | sigret, | ||
unsigned int * | siglen, | ||
RSA * | rsa | ||
) |