ECDSA with OpenSSL
This commit is contained in:
@@ -111,7 +111,8 @@ encoding_rule_t auth_payload_encodings[] = {
|
||||
static status_t verify(private_auth_payload_t *this)
|
||||
{
|
||||
if (this->auth_method == 0 ||
|
||||
(this->auth_method >= 4 && this->auth_method <= 200))
|
||||
(this->auth_method >= 4 && this->auth_method <= 8) ||
|
||||
(this->auth_method >= 12 && this->auth_method <= 200))
|
||||
{
|
||||
/* reserved IDs */
|
||||
return FAILED;
|
||||
|
||||
Reference in New Issue
Block a user