Relax CCM tag check.
authorDr. Stephen Henson <steve@openssl.org>
Tue, 9 Jun 2015 22:17:06 +0000 (23:17 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 6 Jul 2015 14:42:23 +0000 (15:42 +0100)
commit9cca7be11d62298b2af0722f94345012c86eaed4
treef286daa6863d1043f284cdf838bdb6cbbd857e33
parent36f038f1041f9f31878f75b567959ceae08eb34e
Relax CCM tag check.

In CCM mode don't require a tag before initialising decrypt: this allows
the tag length to be set without requiring the tag.

Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/evp/e_aes.c