| commit | 371305f58ac47a98d32f30a9edc6fafa72e842be | [log] [tgz] |
|---|---|---|
| author | David Benjamin <davidben@google.com> | Tue Sep 18 13:14:53 2018 -0700 |
| committer | Adam Langley <agl@google.com> | Wed Sep 19 03:44:50 2018 +0000 |
| tree | 0727bab2c938e810f41257052cc72acb1dc1972b | |
| parent | ca4971cbaee165e0fd472029244c17e3a8d4c73d [diff] [blame] |
Push an error on sigalg mismatch in X509_verify. It was failing but not pushing an error. See https://github.com/google/conscrypt/pull/537 Change-Id: Iafba1a5c0c7ef8e0535b335aa93df6f520c3803e Reviewed-on: https://boringssl-review.googlesource.com/32044 Reviewed-by: Adam Langley <agl@google.com>
diff --git a/include/openssl/x509.h b/include/openssl/x509.h index 72f7314..ee3eccc 100644 --- a/include/openssl/x509.h +++ b/include/openssl/x509.h
@@ -1200,5 +1200,6 @@ #define X509_R_WRONG_TYPE 134 #define X509_R_NAME_TOO_LONG 135 #define X509_R_INVALID_PARAMETER 136 +#define X509_R_SIGNATURE_ALGORITHM_MISMATCH 137 #endif