Omit padding in RC4_KEY on IA-64. The idea behind padding was to reserve
authorAndy Polyakov <appro@openssl.org>
Sun, 26 Jun 2005 16:09:29 +0000 (16:09 +0000)
committerAndy Polyakov <appro@openssl.org>
Sun, 26 Jun 2005 16:09:29 +0000 (16:09 +0000)
commita4022932ee15766c2f308d7ef9ef699ae0d78e59
tree7593ae99f5a710e4c069fa4ab966703e6d80bc78
parent0e3b6b70df7c2e02ec32818ceaec99b3ac8a85cc
Omit padding in RC4_KEY on IA-64. The idea behind padding was to reserve
room for aligning of the key schedule itself [specific alignment is
required for future performance improvements], but OpenSSH "abuses"
our API by making copies and restoring RC4_KEY, thus ruining the
alignment and making it impossible to recover the key schedule.
PR: 1114
crypto/rc4/Makefile
crypto/rc4/asm/rc4-ia64.S
crypto/rc4/rc4.h
crypto/rc4/rc4_enc.c
crypto/rc4/rc4_skey.c