Dr. Stephen Henson 8931b30d84 And so it begins...
Initial support for CMS.

Add zlib compression BIO.

Add AES key wrap implementation.

Generalize S/MIME MIME code to support CMS and/or PKCS7.
2008-03-12 21:14:28 +00:00
..
2007-06-18 12:40:24 +00:00
2007-04-05 15:45:58 +00:00
2004-08-23 22:19:51 +00:00
2002-11-13 14:01:34 +00:00
2006-06-05 10:40:54 +00:00
2008-03-12 21:14:28 +00:00
2006-08-31 14:04:04 +00:00
2008-01-13 22:01:30 +00:00

This is an OpenSSL-compatible version of AES (also called Rijndael).
aes_core.c is basically the same as rijndael-alg-fst.c but with an
API that looks like the rest of the OpenSSL symmetric cipher suite.