29#ifndef SOPC_CRYPTO_DECL_H_
30#define SOPC_CRYPTO_DECL_H_
49#define SOPC_CertificateValidationError_Invalid 0x80120000
50#define SOPC_CertificateValidationError_PolicyCheckFailed 0x81140000
51#define SOPC_CertificateValidationError_TimeInvalid 0x80140000
52#define SOPC_CertificateValidationError_IssuerTimeInvalid 0x80150000
53#define SOPC_CertificateValidationError_HostNameInvalid 0x80160000
54#define SOPC_CertificateValidationError_UriInvalid 0x80170000
55#define SOPC_CertificateValidationError_UseNotAllowed 0x80180000
56#define SOPC_CertificateValidationError_IssuerUseNotAllowed 0x80190000
57#define SOPC_CertificateValidationError_Untrusted 0x801A0000
58#define SOPC_CertificateValidationError_RevocationUnknown 0x801B0000
59#define SOPC_CertificateValidationError_IssuerRevocationUnknown 0x801C0000
60#define SOPC_CertificateValidationError_Revoked 0x801D0000
61#define SOPC_CertificateValidationError_IssuerRevoked 0x801E0000
62#define SOPC_CertificateValidationError_ChainIncomplete 0x810D0000
63#define SOPC_CertificateValidationError_Unknown 0x80000000
A buffer of bytes with a maximum size, length and position.
SOPC_Buffer SOPC_SerializedCRL
A serialized representation of a CRL.
Definition sopc_crypto_decl.h:84
SOPC_SecretBuffer SOPC_SerializedAsymmetricKey
A serialized representation of an asymmetric key.
Definition sopc_crypto_decl.h:70
SOPC_Buffer SOPC_SerializedCertificate
A serialized representation of a certificate in DER format.
Definition sopc_crypto_decl.h:77
SecretBuffer (mangled key) and ExposedBuffer (contiguous deciphered buffered) APIs.
struct SOPC_SecretBuffer SOPC_SecretBuffer
Definition sopc_secret_buffer.h:35
The asymmetric key representation.
Definition key_manager_cyclone.h:42
Bytes buffer structure.
Definition sopc_buffer.h:38
A list of Certificate Revocation Lists.
Definition key_manager_cyclone.h:79
Definition key_manager_cyclone.h:86
The signed public key representation.
Definition key_manager_cyclone.h:60
SOPC_CryptoProfiles_PubSub gather pointers to cryptographic functions of the security policies of OPC...
Definition sopc_crypto_profiles.h:205
SOPC_CryptoProfiles gather pointers to cryptographic functions of the security policies of OPC UA Ser...
Definition sopc_crypto_profiles.h:181
The SOPC_CryptoProvider context.
Definition sopc_crypto_provider.h:43
Definition crypto_provider_cyclone.h:29