Fix comment for SSL_ERROR_PENDING_CERTIFICATE.
As of 958346a5e7
, the callback is called
multiple times.
Change-Id: I40dafeb9f14de7d016644313ef137a0c85f0a24d
Reviewed-on: https://boringssl-review.googlesource.com/17725
Commit-Queue: Steven Valdez <svaldez@google.com>
Reviewed-by: Steven Valdez <svaldez@google.com>
This commit is contained in:
parent
52586f952e
commit
a93a68d3cd
@ -492,8 +492,7 @@ OPENSSL_EXPORT int SSL_get_error(const SSL *ssl, int ret_code);
|
|||||||
|
|
||||||
/* SSL_ERROR_PENDING_CERTIFICATE indicates the operation failed because the
|
/* SSL_ERROR_PENDING_CERTIFICATE indicates the operation failed because the
|
||||||
* early callback indicated certificate lookup was incomplete. The caller may
|
* early callback indicated certificate lookup was incomplete. The caller may
|
||||||
* retry the operation when lookup has completed. Note: when the operation is
|
* retry the operation when lookup has completed.
|
||||||
* retried, the early callback will not be called a second time.
|
|
||||||
*
|
*
|
||||||
* See also |SSL_CTX_set_select_certificate_cb|. */
|
* See also |SSL_CTX_set_select_certificate_cb|. */
|
||||||
#define SSL_ERROR_PENDING_CERTIFICATE 12
|
#define SSL_ERROR_PENDING_CERTIFICATE 12
|
||||||
|
Loading…
Reference in New Issue
Block a user