First cut Rijndael support. Only ECB support. Dies on anything except 128 bit
authorBen Laurie <ben@openssl.org>
Wed, 11 Oct 2000 08:47:08 +0000 (08:47 +0000)
committerBen Laurie <ben@openssl.org>
Wed, 11 Oct 2000 08:47:08 +0000 (08:47 +0000)
commite10094603805141f462bdc874478d9477b22263a
tree15d4f473ee802610c9b4fa92da5da9ba52debed7
parent5209202f3bb5652808b7315a749ff6943e8c1ef9
First cut Rijndael support. Only ECB support. Dies on anything except 128 bit
keys and blocks.
PR:
37 files changed:
CHANGES
Makefile.org
apps/Makefile.ssl
apps/enc.c
crypto/Makefile.ssl
crypto/asn1/Makefile.ssl
crypto/bio/Makefile.ssl
crypto/dh/Makefile.ssl
crypto/dsa/Makefile.ssl
crypto/engine/Makefile.ssl
crypto/err/Makefile.ssl
crypto/evp/Makefile.ssl
crypto/evp/c_allc.c
crypto/evp/e_rd.c [new file with mode: 0644]
crypto/evp/evp.h
crypto/evp/evp_err.c
crypto/hmac/Makefile.ssl
crypto/objects/Makefile.ssl
crypto/objects/obj_dat.h
crypto/objects/obj_mac.h
crypto/objects/obj_mac.num
crypto/objects/objects.txt
crypto/pem/Makefile.ssl
crypto/pkcs12/Makefile.ssl
crypto/pkcs7/Makefile.ssl
crypto/rand/Makefile.ssl
crypto/rijndael/Makefile.ssl [new file with mode: 0644]
crypto/rijndael/README [new file with mode: 0755]
crypto/rijndael/boxes-fst-corrected.dat [new file with mode: 0644]
crypto/rijndael/rijndael-alg-fst.c [new file with mode: 0755]
crypto/rijndael/rijndael-alg-fst.h [new file with mode: 0755]
crypto/rijndael/rijndael.h [new file with mode: 0644]
crypto/rsa/Makefile.ssl
crypto/x509/Makefile.ssl
crypto/x509v3/Makefile.ssl
ssl/Makefile.ssl
test/Makefile.ssl