Eneboo - Documentación para desarrolladores
|
#include <stdio.h>
#include <ctype.h>
#include "cryptlib.h"
#include <openssl/asn1.h>
#include <openssl/objects.h>
'defines' | |
#define | ub_name 32768 |
#define | ub_common_name 64 |
#define | ub_locality_name 128 |
#define | ub_state_name 128 |
#define | ub_organization_name 64 |
#define | ub_organization_unit_name 64 |
#define | ub_title 64 |
#define | ub_email_address 128 |
#define | ub_serial_number 64 |
Funciones | |
unsigned long | ASN1_STRING_get_default_mask (void) |
int | ASN1_STRING_set_default_mask_asc (char *p) |
ASN1_STRING * | ASN1_STRING_set_by_NID (ASN1_STRING **out, const unsigned char *in, int inlen, int inform, int nid) |
ASN1_STRING_TABLE * | ASN1_STRING_TABLE_get (int nid) |
int | ASN1_STRING_TABLE_add (int nid, long minsize, long maxsize, unsigned long mask, unsigned long flags) |
void | ASN1_STRING_TABLE_cleanup (void) |
#define ub_common_name 64 |
#define ub_email_address 128 |
#define ub_locality_name 128 |
#define ub_name 32768 |
#define ub_organization_name 64 |
#define ub_organization_unit_name 64 |
#define ub_serial_number 64 |
#define ub_state_name 128 |
#define ub_title 64 |
unsigned long ASN1_STRING_get_default_mask | ( | void | ) |
ASN1_STRING* ASN1_STRING_set_by_NID | ( | ASN1_STRING ** | out, |
const unsigned char * | in, | ||
int | inlen, | ||
int | inform, | ||
int | nid | ||
) |
int ASN1_STRING_set_default_mask_asc | ( | char * | p | ) |
int ASN1_STRING_TABLE_add | ( | int | nid, |
long | minsize, | ||
long | maxsize, | ||
unsigned long | mask, | ||
unsigned long | flags | ||
) |
void ASN1_STRING_TABLE_cleanup | ( | void | ) |
ASN1_STRING_TABLE* ASN1_STRING_TABLE_get | ( | int | nid | ) |