diff options
author | Andy Polyakov <appro@openssl.org> | 2004-05-13 15:58:44 +0200 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2004-05-13 15:58:44 +0200 |
commit | e14f4aab0a0940d46045562bad9b0ce0f32ecb21 (patch) | |
tree | 4b3acd2e29bf177f853149ab598434f88091e276 /CHANGES | |
parent | SHA-224/-256/-384/-512 implementation. This is just sheer code commit. (diff) | |
download | openssl-e14f4aab0a0940d46045562bad9b0ce0f32ecb21.tar.xz openssl-e14f4aab0a0940d46045562bad9b0ce0f32ecb21.zip |
CHANGES to mention improved PowerPC platform support.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,6 +4,10 @@ Changes between 0.9.7e and 0.9.8 [xx XXX xxxx] + *) Improved PowerPC platform support. Most notably BIGNUM assembler + implementation contributed by IBM. + [Suresh Chari, Peter Waltenberg, Andy Polyakov] + *) The new 'RSA_generate_key_ex' function now takes a BIGNUM for the public exponent rather than 'unsigned long'. There is a corresponding change to the new 'rsa_keygen' element of the RSA_METHOD structure. |