Add SEED encryption algorithm.
authorBodo Möller <bodo@openssl.org>
Mon, 23 Apr 2007 23:48:59 +0000 (23:48 +0000)
committerBodo Möller <bodo@openssl.org>
Mon, 23 Apr 2007 23:48:59 +0000 (23:48 +0000)
commit96afc1cfd53a0ffcca8544fa751eb9bf17749133
treea21b008f179047a3a4c244c379ec33599bfd77e9
parent24a8c25ab5a91b4cf467aef1af3dcc474b1c7df2
Add SEED encryption algorithm.

PR: 1503
Submitted by: KISA
Reviewed by: Bodo Moeller
52 files changed:
CHANGES
Makefile.org
apps/Makefile
apps/dsa.c
apps/gendsa.c
apps/genrsa.c
apps/openssl-vms.cnf
apps/pkcs12.c
apps/progs.h
apps/progs.pl
apps/rsa.c
apps/smime.c
apps/speed.c
config
crypto/asn1/Makefile
crypto/crypto-lib.com
crypto/dsa/Makefile
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/hmac/Makefile
crypto/install.com
crypto/objects/obj_dat.h
crypto/objects/obj_mac.h
crypto/objects/obj_mac.num
crypto/objects/objects.txt
crypto/pkcs7/Makefile
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]
crypto/stack/safestack.h
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