Add support for OCB mode as per RFC7253
authorMatt Caswell <matt@openssl.org>
Sat, 6 Dec 2014 20:53:35 +0000 (20:53 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 8 Dec 2014 10:27:56 +0000 (10:27 +0000)
commitc857a80c9dccf82de94137410c754b18e893a55d
tree9bde8561d625b8da61e598bed2e30a5f7fe68150
parent376e2ca3e3525290619602dc6013c97c9653c037
Add support for OCB mode as per RFC7253

Reviewed-by: Tim Hudson <tjh@openssl.org>
crypto/modes/Makefile
crypto/modes/modes.h
crypto/modes/modes_lcl.h
crypto/modes/ocb128.c [new file with mode: 0644]