ReactOS
0.4.15-dev-4853-g3a72a52
|
ASN1 Error codes | |
These error codes are OR'ed to X509 error codes for higher error granularity. ASN1 is a standard to specify data structures. | |
#define | MBEDTLS_ERR_ASN1_OUT_OF_DATA -0x0060 |
#define | MBEDTLS_ERR_ASN1_UNEXPECTED_TAG -0x0062 |
#define | MBEDTLS_ERR_ASN1_INVALID_LENGTH -0x0064 |
#define | MBEDTLS_ERR_ASN1_LENGTH_MISMATCH -0x0066 |
#define | MBEDTLS_ERR_ASN1_INVALID_DATA -0x0068 |
#define | MBEDTLS_ERR_ASN1_ALLOC_FAILED -0x006A |
#define | MBEDTLS_ERR_ASN1_BUF_TOO_SMALL -0x006C |
#define MBEDTLS_ERR_ASN1_ALLOC_FAILED -0x006A |
#define MBEDTLS_ERR_ASN1_BUF_TOO_SMALL -0x006C |
#define MBEDTLS_ERR_ASN1_INVALID_DATA -0x0068 |
#define MBEDTLS_ERR_ASN1_INVALID_LENGTH -0x0064 |
#define MBEDTLS_ERR_ASN1_LENGTH_MISMATCH -0x0066 |
#define MBEDTLS_ERR_ASN1_OUT_OF_DATA -0x0060 |