RFC5753 compliance.
authorDr. Stephen Henson <steve@openssl.org>
Mon, 12 Oct 2015 20:14:04 +0000 (21:14 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 13 Oct 2015 21:57:47 +0000 (22:57 +0100)
commit4ec36aff2a3c221b640dafa56ac838312e6724f4
tree9d103e191ac760406a4cf0c40566dabd2716b011
parent6220acf887546709bfd583dea4fccffc95da99fc
RFC5753 compliance.

RFC5753 requires that we omit parameters for AES key wrap and set them
to NULL for 3DES wrap. OpenSSL decrypt uses the received algorithm
parameters so can transparently handle either form.

Reviewed-by: Andy Polyakov <appro@openssl.org>
crypto/evp/evp_lib.c