Add SEED encryption algorithm.
authorBodo Möller <bodo@openssl.org>
Mon, 23 Apr 2007 23:50:26 +0000 (23:50 +0000)
committerBodo Möller <bodo@openssl.org>
Mon, 23 Apr 2007 23:50:26 +0000 (23:50 +0000)
commitc3cc4662affa40ad8a88499a53a14209fa723677
tree3c1458cdf4cfbd59ff2b9177b0293aa3f06b1caa
parent22892f9803fb9b4b6d208b34580555120e852229
Add SEED encryption algorithm.

PR: 1503
Submitted by: KISA
Reviewed by: Bodo Moeller
46 files changed:
CHANGES
Configure
Makefile.org
apps/dsa.c
apps/gendsa.c
apps/genrsa.c
apps/pkcs12.c
apps/progs.h
apps/progs.pl
apps/rsa.c
apps/smime.c
apps/speed.c
config
crypto/crypto-lib.com
crypto/evp/Makefile
crypto/evp/c_allc.c
crypto/evp/e_seed.c [new file with mode: 0644]
crypto/evp/evp.h
crypto/evp/evp_test.c
crypto/evp/evptests.txt
crypto/install.com
crypto/objects/obj_dat.h
crypto/objects/obj_mac.h
crypto/objects/obj_mac.num
crypto/objects/objects.txt
crypto/seed/Makefile [new file with mode: 0644]
crypto/seed/seed.c [new file with mode: 0644]
crypto/seed/seed.h [new file with mode: 0644]
crypto/seed/seed_cbc.c [new file with mode: 0644]
crypto/seed/seed_cfb.c [new file with mode: 0644]
crypto/seed/seed_ecb.c [new file with mode: 0644]
crypto/seed/seed_locl.h [new file with mode: 0644]
crypto/seed/seed_ofb.c [new file with mode: 0644]
doc/apps/ciphers.pod
doc/standards.txt
makevms.com
ssl/s3_lib.c
ssl/ssl.h
ssl/ssl_algs.c
ssl/ssl_ciph.c
ssl/ssl_locl.h
ssl/tls1.h
util/libeay.num
util/mk1mf.pl
util/mkdef.pl
util/mkfiles.pl