diff options
author | Richard Levitte <levitte@openssl.org> | 2003-02-13 23:52:54 +0000 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2003-02-13 23:52:54 +0000 |
commit | 2d3de726c5cc64d419dcdebf427b0cb58c608b36 (patch) | |
tree | 631264a2f6b76eb467c921f15179af7308dab2e0 /CHANGES | |
parent | 4989f0599f408aeed89bf559c58d60d951823713 (diff) | |
download | openssl-new-2d3de726c5cc64d419dcdebf427b0cb58c608b36.tar.gz |
Add full support for -rpath/-R, both in shared libraries and
applications, at least on the platforms where it's known how
to do it.
Note: this has only been tested on GNU-based platforms (Linux), and
needs to be tested on all others. Additionally, it's not yet
supported on the following platforms, for lack of information:
Darwin (MacOS X)
Cygwin
OSF1/Alpha
SVR3
ReliantUNIX
Please help out with testing and the platforms we don't yet know well
enough.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -4,6 +4,11 @@ Changes between 0.9.7a and 0.9.8 [xx XXX xxxx] + *) Add full support for -rpath/-R, both in shared libraries and + applications, at least on the platforms where it's known how + to do it. + [Richard Levitte] + *) In crypto/ec/ec_mult.c, implement fast point multiplication with precomputation, based on wNAF splitting: EC_GROUP_precompute_mult() will now compute a table of multiples of the generator that |