]> git.ipfire.org Git - thirdparty/openssl.git/blame - CHANGES
use generalised mac API for SSL key generation
[thirdparty/openssl.git] / CHANGES
CommitLineData
81a6c781 1
f1c236f8 2 OpenSSL CHANGES
651d0aff
RE
3 _______________
4
9b0e97ae 5 Changes between 1.0.0b and 1.0.1 [xx XXX xxxx]
c549810d 6
48ce525d
BM
7 *) Add EC_GFp_nistp224_method(), a 64-bit optimized implementation for
8 elliptic curve NIST-P224 with constant-time single point multiplication on
9 typical inputs. EC_GROUP_new_by_curve_name() will automatically use this
10 (while EC_GROUP_new_curve_GFp() currently won't and prefers the more
11 flexible implementations).
12
13 The implementation requires support for the nonstandard type __uint128_t,
14 and so is disabled by default. To include this in your build of OpenSSL,
15 use -DEC_NISTP224_64_GCC_128 on the Configure (or config) command line,
16 and run "make depend" (or "make update").
17