This update implements following improvements.
authorAndy Polyakov <appro@openssl.org>
Mon, 18 Jul 2005 17:11:13 +0000 (17:11 +0000)
committerAndy Polyakov <appro@openssl.org>
Mon, 18 Jul 2005 17:11:13 +0000 (17:11 +0000)
commit4ac210c16aec67d79fb1ee2cd67ae1fd25e61130
treec1cac497dca43c98849302e99f8756430468bd1f
parent02703c74a4c10f3848cdd5e7ff5196ab45c7e67e
This update implements following improvements.

1. Original submission required minor modification to RC4_set_key, which
   we don't want to tolerate and therefore we fix assembler instead.
2. Eliminate remaining byte-order dependence [look for RC4_BIG_ENDIAN].
3. Eliminate logical error [when key->x is referred prior key is verified].
4. HP-UX assembler puked on MODSCHED_RC4 macro with "syntax error,"
   macro has to be splitted in two.
5. Deploy parallel compare in function prologue.
6. Eliminate redundant instuctions and nops.
7. Eliminate assembler warnings.
crypto/rc4/asm/rc4-ia64.pl