From 1b5ac2ea8dcdc4076d64b0438b81365b7bb51652 Mon Sep 17 00:00:00 2001 From: abrahamsonn Date: Thu, 29 Nov 2018 10:03:38 -0700 Subject: [PATCH] Updated an API's documented return codes Added ASN_BEFORE_DATE_E and ASN_AFTER_DATE_E to wolfSSL_CTX_load_verify_locations --- doc/dox_comments/header_files/ssl.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/dox_comments/header_files/ssl.h b/doc/dox_comments/header_files/ssl.h index 72312307c..c0a88c101 100644 --- a/doc/dox_comments/header_files/ssl.h +++ b/doc/dox_comments/header_files/ssl.h @@ -907,6 +907,10 @@ WOLFSSL_API int wolfSSL_CTX_use_PrivateKey_file(WOLFSSL_CTX*, const char*, int); read, or is corrupted. \return MEMORY_E will be returned if an out of memory condition occurs. \return ASN_INPUT_E will be returned if Base16 decoding fails on the file. + \return ASN_BEFORE_DATE_E will be returned if the current date is before the + before date. + \return ASN_AFTER_DATE_E will be returned if the current date is after the + after date. \return BUFFER_E will be returned if a chain buffer is bigger than the receiving buffer. \return BAD_PATH_ERROR will be returned if opendir() fails when trying