fixs after testing : hash table, using NO_SKID, sanity check, and freeing dCert

This commit is contained in:
Jacob Barthelmeh
2016-03-02 15:23:50 -07:00
parent d969e2ba11
commit 267dc48d95
3 changed files with 38 additions and 24 deletions

View File

@@ -239,7 +239,7 @@ static void test_wolfSSL_CTX_trust_peer_cert(void)
/* Test of loading certs from buffers */
/* invalid ca buffer */
/* invalid buffer */
assert(wolfSSL_CTX_trust_peer_buffer(ctx, NULL, -1,
SSL_FILETYPE_ASN1) != SSL_SUCCESS);