Backport CMAC support from HEAD.
authorDr. Stephen Henson <steve@openssl.org>
Fri, 3 Jun 2011 15:08:42 +0000 (15:08 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 3 Jun 2011 15:08:42 +0000 (15:08 +0000)
commit260d08b814d383de8b72cbead90b4d0bd67f74d4
treee4f4c5f84cdc8135764f42a84096b23a6f78503f
parent53dd05d8f6433cd638f20f99e87581c341045c80
Backport CMAC support from HEAD.
Makefile.org
crypto/asn1/ameth_lib.c
crypto/cmac/.cvsignore [new file with mode: 0644]
crypto/cmac/Makefile [new file with mode: 0644]
crypto/cmac/cm_ameth.c [new file with mode: 0644]
crypto/cmac/cm_pmeth.c [new file with mode: 0644]
crypto/cmac/cmac.c [new file with mode: 0644]
crypto/cmac/cmac.h [new file with mode: 0644]
crypto/evp/pmeth_lib.c