Latest update.
This commit is contained in:
+2
-1
@@ -16,7 +16,7 @@
|
||||
# include <openssl/pem.h>
|
||||
# include <openssl/rand.h>
|
||||
|
||||
#include "../crypto/cmp/cmp_local.h"
|
||||
# include "../crypto/cmp/cmp_local.h"
|
||||
|
||||
# include "testutil.h"
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
EVP_PKEY *load_pem_key(const char *file);
|
||||
X509 *load_pem_cert(const char *file);
|
||||
X509_REQ *load_csr(const char *file);
|
||||
OSSL_CMP_MSG *load_pkimsg(const char *file);
|
||||
int valid_asn1_encoding(const OSSL_CMP_MSG *msg);
|
||||
EVP_PKEY *gen_rsa(void);
|
||||
int STACK_OF_X509_cmp(const STACK_OF(X509) *sk1, const STACK_OF(X509) *sk2);
|
||||
|
||||
Reference in New Issue
Block a user