Richard Levitte
|
7d9e1321c7
|
Forgot to change the version number itself.
|
2005-05-24 03:57:12 +00:00 |
|
Richard Levitte
|
83af7422a0
|
Tagging is done, we continue on beta3, which is planned to be released
on Sunday May 29th.
|
2005-05-24 03:50:30 +00:00 |
|
Richard Levitte
|
ce8945f35c
|
Time to release the next beta.
The tag will be OpenSSL_0_9_8-beta2.
OpenSSL_0_9_8-beta2
|
2005-05-24 03:42:49 +00:00 |
|
Richard Levitte
|
dd890f0776
|
make update
|
2005-05-24 03:39:37 +00:00 |
|
Richard Levitte
|
af4ac437ab
|
It seems like mkdef.pl couldn't quite understand that #ifdef OPENSSL_NO_SHA512
was still active when it came down to the functions. mkdef.pl should really
be corrected, but that'll be another day...
|
2005-05-24 03:39:10 +00:00 |
|
Richard Levitte
|
85991994df
|
It seems like mkdef.pl couldn't quite understand that #ifdef OPENSSL_NO_SHA512
was still active when it came down to the functions. mkdef.pl should really
be corrected, but that'll be another day...
|
2005-05-24 03:39:08 +00:00 |
|
Richard Levitte
|
607585fdaf
|
Typo correction
|
2005-05-24 03:27:57 +00:00 |
|
Richard Levitte
|
b325518f45
|
Typo correction
|
2005-05-24 03:27:15 +00:00 |
|
Richard Levitte
|
2f596aeef5
|
DEC C complains about bad subscript, but we know better, so let's shut it up.
|
2005-05-24 03:22:56 +00:00 |
|
Richard Levitte
|
b172dec864
|
DEC C complains about bad subscript, but we know better, so let's shut it up.
|
2005-05-24 03:22:53 +00:00 |
|
Dr. Stephen Henson
|
69762c75fa
|
Fix WIN32+KRB5 issues.
|
2005-05-23 00:32:55 +00:00 |
|
Andy Polyakov
|
61391e2314
|
Be more consistent with OPENSSL_NO_SHA256.
|
2005-05-22 10:27:59 +00:00 |
|
Andy Polyakov
|
36b29660ce
|
Be more consistent with OPENSSL_NO_SHA256.
|
2005-05-22 10:26:47 +00:00 |
|
Andy Polyakov
|
4976983f30
|
Disseminate BUILDENV even further.
|
2005-05-22 09:13:30 +00:00 |
|
Andy Polyakov
|
4b23506594
|
OPENSSL_NO_SHA512 to mask even SHA512_CTX declaration. This is done to
make no-sha512 more effective on platforms, which don't support 64-bit
integer type of *any* kind.
|
2005-05-22 08:55:15 +00:00 |
|
Andy Polyakov
|
31e4ad25ba
|
OPENSSL_NO_SHA512 to mask even SHA512_CTX declaration. This is done to
make no-sha512 more effective on platforms, which don't support 64-bit
integer type of *any* kind.
|
2005-05-22 08:52:12 +00:00 |
|
Andy Polyakov
|
225f4daf15
|
Still SEGV trouble in .init segment under Solaris x86...
|
2005-05-21 17:51:12 +00:00 |
|
Andy Polyakov
|
82d3dda8a1
|
Still SEGV trouble in .init segment under Solaris x86...
|
2005-05-21 17:49:10 +00:00 |
|
Richard Levitte
|
b9927cfa2d
|
When _XOPEN_SOURCE is defined, make sure it's defined to 500. Required in
http://www.opengroup.org/onlinepubs/007908799/xsh/compilation.html.
Notified by David Wolfe <dwolfe5272@yahoo.com>
|
2005-05-21 17:39:53 +00:00 |
|
Richard Levitte
|
fe8bf9560d
|
When _XOPEN_SOURCE is defined, make sure it's defined to 500. Required in
http://www.opengroup.org/onlinepubs/007908799/xsh/compilation.html.
Notified by David Wolfe <dwolfe5272@yahoo.com>
|
2005-05-21 17:39:43 +00:00 |
|
Andy Polyakov
|
af6cafc603
|
Default to no-sse2 on selected platforms.
|
2005-05-21 16:52:30 +00:00 |
|
Andy Polyakov
|
e4c9b85e65
|
Default to no-sse2 on selected platforms.
|
2005-05-21 16:50:27 +00:00 |
|
Richard Levitte
|
447aa49007
|
Patches for Cygwin, provided by Corinna Vinschen <vinschen@redhat.com>
|
2005-05-21 16:41:34 +00:00 |
|
Richard Levitte
|
15da07d436
|
Patches for Cygwin, provided by Corinna Vinschen <vinschen@redhat.com>
|
2005-05-21 16:37:41 +00:00 |
|
Ben Laurie
|
fe977f7512
|
Propagate BUILDENV into subdirectories.
|
2005-05-21 16:13:36 +00:00 |
|
Andy Polyakov
|
886ed3544b
|
Move _WIN32_WINNT definition from command line to e_os.h [from HEAD].
|
2005-05-21 13:19:46 +00:00 |
|
Andy Polyakov
|
e476f94212
|
Move _WIN32_WINNT definition from command line to e_os.h. The change is
inspired by VC6 failure report. In addition abstain from taking screen
snapshots when running in NT service context.
|
2005-05-21 13:19:27 +00:00 |
|
Nils Larsch
|
aff2922f9a
|
fix typo, add prototype
|
2005-05-20 23:01:31 +00:00 |
|
Nils Larsch
|
bbbd67108f
|
fix typo, add prototype
|
2005-05-20 22:55:10 +00:00 |
|
Nils Larsch
|
f32e0035a3
|
fix potential memory leak
Submitted by: Goetz Babin-Ebell
|
2005-05-19 22:11:22 +00:00 |
|
Nils Larsch
|
7f246621b5
|
fix potential memory leak
Submitted by: Goetz Babin-Ebell
|
2005-05-19 22:10:40 +00:00 |
|
Nils Larsch
|
b67d988915
|
update ecdsa doc
|
2005-05-19 20:54:30 +00:00 |
|
Nils Larsch
|
7b1e7706d8
|
update ecdsa doc
|
2005-05-19 20:54:22 +00:00 |
|
Andy Polyakov
|
cd74dda72a
|
FAQ to mention no-sse2.
|
2005-05-19 19:57:27 +00:00 |
|
Andy Polyakov
|
851e31ff07
|
FAQ to mention no-sse2.
|
2005-05-19 19:54:49 +00:00 |
|
Richard Levitte
|
032bb2a2c5
|
Tagging of 0.9.8-beta1 is done, time to update the version numbers to
the next beta (beta2).
|
2005-05-19 19:45:53 +00:00 |
|
Richard Levitte
|
decc9ffc18
|
Update status information
|
2005-05-19 19:43:28 +00:00 |
|
Richard Levitte
|
fa96ed06d2
|
Update version information.
OpenSSL_0_9_8-beta1
|
2005-05-19 19:42:04 +00:00 |
|
Richard Levitte
|
43133041c9
|
'make update' with a default configuration.
|
2005-05-19 19:31:53 +00:00 |
|
Richard Levitte
|
e0ee5ea962
|
Added news items for OpenSSL 0.9.8.
|
2005-05-19 19:12:36 +00:00 |
|
Nils Larsch
|
3f4657d131
|
fix "dereferencing type-punned pointer will break strict-aliasing rules"
warning when using gcc 4.0
|
2005-05-19 12:01:51 +00:00 |
|
Nils Larsch
|
f5634286a3
|
fix "dereferencing type-punned pointer will break strict-aliasing rules"
warning when using gcc 4.0
|
2005-05-19 11:59:35 +00:00 |
|
Dr. Stephen Henson
|
97d37c1c1e
|
Recognize new macros.
|
2005-05-19 11:51:43 +00:00 |
|
Andy Polyakov
|
739b139cb2
|
Propogate BUILDENV even in ./engines.
|
2005-05-19 02:13:10 +00:00 |
|
Andy Polyakov
|
0bc9920ad4
|
Stringify substitutions [some shells require it].
|
2005-05-19 02:08:01 +00:00 |
|
Andy Polyakov
|
3f516ce837
|
SysV make [or least some of them] don't propogate command line macros to
recursively called make. So let's pass down BUILDENV as value too...
|
2005-05-19 01:48:46 +00:00 |
|
Nils Larsch
|
67ffa18cce
|
make the type parameter const when ID2_OF_const() is used
|
2005-05-18 22:30:38 +00:00 |
|
Nils Larsch
|
9f197f9da5
|
make the type parameter const when ID2_OF_const() is used
|
2005-05-18 22:29:17 +00:00 |
|
Andy Polyakov
|
3dc2cc36e9
|
FAQ update to mention Applink [from HEAD].
|
2005-05-18 13:37:20 +00:00 |
|
Andy Polyakov
|
788e67e227
|
FAQ update to mention Applink.
|
2005-05-18 13:35:54 +00:00 |
|