]> git.ipfire.org Git - thirdparty/openssl.git/blame - CHANGES
CVE-2010-4180 fix (from OpenSSL_1_0_0-stable)
[thirdparty/openssl.git] / CHANGES
CommitLineData
81a6c781 1
f1c236f8 2 OpenSSL CHANGES
651d0aff
RE
3 _______________
4
2c5c4fca 5 Changes between 1.0.0c and 1.0.1 [xx XXX xxxx]
c549810d 6
a618011c
DSH
7 *) Add functions to copy EVP_PKEY_METHOD and retrieve flags and id.
8 [Steve Henson]
9
48ce525d
BM
10 *) Add EC_GFp_nistp224_method(), a 64-bit optimized implementation for
11 elliptic curve NIST-P224 with constant-time single point multiplication on
12 typical inputs. EC_GROUP_new_by_curve_name() will automatically use this
13 (while EC_GROUP_new_curve_GFp() currently won't and prefers the more
14 flexible implementations).
15
16 The implementation requires support for the nonstandard type __uint128_t,
17 and so is disabled by default. To include this in your build of OpenSSL,
18 use -DEC_NISTP224_64_GCC_128 on the Configure (or config) command line,
19 and run "make depend" (or "make update").
20