Nils Larsch
|
eb3eab20a8
|
const fixes
|
2005-04-07 22:48:33 +00:00 |
|
Andy Polyakov
|
6d69d74bb8
|
Recognize MSYS/MINGW environment.
|
2005-04-07 20:26:10 +00:00 |
|
Andy Polyakov
|
4848cbf1cf
|
Recognize MSYS/MINGW environment.
|
2005-04-07 20:24:29 +00:00 |
|
Andy Polyakov
|
9f2027e56d
|
Implement OPENSSL_showfatal and make it Win32 GUI and service aware
[meaning that it will detect in which context application is running
and either write message to stderr, post a dialog or log an event].
|
2005-04-07 18:39:45 +00:00 |
|
Andy Polyakov
|
4d2b407ba2
|
Engage DllMain on Windows. Partial backport from HEAD. Unlike HEAD,
it doesn't get engaged on __CYGWIN__, because I'm not sure is *all*
Cygwin installations are equipped with windows.h...
|
2005-04-07 16:06:03 +00:00 |
|
Andy Polyakov
|
e1d51de41f
|
Harmonize cygwin/mingw and VC targets.
|
2005-04-07 15:51:55 +00:00 |
|
Andy Polyakov
|
81ee80ab88
|
+45% RC4 performance boost on Intel EM64T core. Unrolled loop providing
further +35% will follow...
Submitted by: Zou Nanhai
|
2005-04-06 09:45:42 +00:00 |
|
Nils Larsch
|
7d727231b7
|
some const fixes
|
2005-04-05 19:11:19 +00:00 |
|
Nils Larsch
|
69740c2b3f
|
update progs.pl to reflect changes in progs.h
|
2005-04-05 18:17:13 +00:00 |
|
Nils Larsch
|
119d1a1dd4
|
fix example in docu
PR: 800
|
2005-04-05 11:17:03 +00:00 |
|
Nils Larsch
|
afe01cd3f6
|
fix example in docu
PR: 800
|
2005-04-05 11:16:34 +00:00 |
|
Nils Larsch
|
70f34a5841
|
some const fixes and cleanup
|
2005-04-05 10:29:43 +00:00 |
|
Nils Larsch
|
c2e40d0f9a
|
remove unused recp method
|
2005-04-04 18:15:59 +00:00 |
|
Andy Polyakov
|
0abfd60604
|
Extend Solaris x86 support to amd64.
|
2005-04-04 17:10:53 +00:00 |
|
Andy Polyakov
|
e5dbccc182
|
Solaris x86 linker erroneously pads .init segment with zeros instead of
nops, which causes SEGV at startup. So I don't align anymore.
|
2005-04-04 17:07:16 +00:00 |
|
Andy Polyakov
|
f8fa22d826
|
Some non-GNU compilers (such as Sun C) define __i386.
|
2005-04-04 17:05:06 +00:00 |
|
Bodo Möller
|
c393222280
|
HISTORY section: point out change of default digest
|
2005-04-03 23:53:48 +00:00 |
|
Andy Polyakov
|
631bae4723
|
Extend Solaris x86 support to amd64. Note that if both gcc and Sun C
are installed, it defaults to gcc, because it beats Sun C on every
benchmark. Also note that gcc shared build was verified to work woth
Sun C...
|
2005-04-03 19:16:58 +00:00 |
|
Andy Polyakov
|
f6bfb559f7
|
Downsync from HEAD.
PR: 1031
|
2005-04-03 18:54:46 +00:00 |
|
Andy Polyakov
|
60fd574cdf
|
Make bn/asm/x86_64-gcc.c gcc4 savvy. +r is likely to be initially
introduced for a reason [like bug in initial gcc port], but proposed
=&r is treated correctly by senior 3.2, so we can assume it's safe now.
PR: 1031
|
2005-04-03 18:53:29 +00:00 |
|
Ben Laurie
|
73705abc34
|
If input is bad, we still need to clear the buffer.
|
2005-04-03 16:38:22 +00:00 |
|
Nils Larsch
|
12bdb64375
|
use SHA-1 as the default digest for the apps/openssl commands
|
2005-04-02 09:29:15 +00:00 |
|
Dr. Stephen Henson
|
7bdf8eed69
|
Typo
|
2005-04-01 21:56:15 +00:00 |
|
Dr. Stephen Henson
|
bbc0ac37b0
|
Typo.
|
2005-04-01 21:55:13 +00:00 |
|
Nils Larsch
|
48c832b6b7
|
really clear the error queue here
PR: 860
|
2005-04-01 17:50:09 +00:00 |
|
Nils Larsch
|
8298632d14
|
really clear the error queue here
PR: 860
|
2005-04-01 17:49:33 +00:00 |
|
Nils Larsch
|
f3e427f6f9
|
use SSL3_VERSION_MAJOR instead of SSL3_VERSION etc.
PR: 658
|
2005-04-01 17:35:32 +00:00 |
|
Nils Larsch
|
62a25c6129
|
use SSL3_VERSION_MAJOR instead of SSL3_VERSION etc.
PR: 658
|
2005-04-01 17:33:39 +00:00 |
|
Ben Laurie
|
8bb826ee53
|
Consistency.
|
2005-03-31 13:57:54 +00:00 |
|
Richard Levitte
|
ce53d920fb
|
Add a file with fingerprints that have recently been used to sign
OpenSSL distributions, or are about to. This has been requested a
little now and then by users, for years :-/...
|
2005-03-31 12:26:29 +00:00 |
|
cvs2svn
|
884b3fc23c
|
This commit was manufactured by cvs2svn to create branch
'OpenSSL_0_9_7-stable'.
|
2005-03-31 11:51:48 +00:00 |
|
Richard Levitte
|
5d1430f390
|
Add a file with fingerprints that have recently been used to sign
OpenSSL distributions, or are about to. This has been requested a
little now and then by users, for years :-/...
|
2005-03-31 11:51:47 +00:00 |
|
Ben Laurie
|
45d10efc35
|
Simplicate and add lightness.
|
2005-03-31 10:55:55 +00:00 |
|
Ben Laurie
|
db3cb0e97a
|
Get rid of irritating noise.
|
2005-03-31 10:34:59 +00:00 |
|
Ben Laurie
|
41a15c4f0f
|
Give everything prototypes (well, everything that's actually used).
|
2005-03-31 09:26:39 +00:00 |
|
Nils Larsch
|
fea4280a8b
|
fix header
|
2005-03-30 21:38:29 +00:00 |
|
Nils Larsch
|
e852b8533f
|
Makefile.ssl doesn't exist anymore
|
2005-03-30 21:37:05 +00:00 |
|
Ben Laurie
|
20a3439ea9
|
Take account of Makefile.ssl removal.
|
2005-03-30 14:44:50 +00:00 |
|
Ben Laurie
|
a273a2824c
|
Make tags target useful.
|
2005-03-30 14:19:21 +00:00 |
|
Ben Laurie
|
24c97c819d
|
Don't debug.
|
2005-03-30 14:15:14 +00:00 |
|
Ben Laurie
|
42ba5d2329
|
Blow away Makefile.ssl.
|
2005-03-30 13:05:57 +00:00 |
|
Nils Larsch
|
c3e6402857
|
update docs (recent constification)
|
2005-03-30 11:50:14 +00:00 |
|
Ben Laurie
|
0821bcd4de
|
Constification.
|
2005-03-30 10:26:02 +00:00 |
|
Nils Larsch
|
c3e28480d7
|
update docs (recent constification)
|
2005-03-30 09:47:12 +00:00 |
|
Nils Larsch
|
4a6a2032ed
|
the second argument of EVP_SealInit is const
|
2005-03-29 17:50:08 +00:00 |
|
Nils Larsch
|
e72b9658f8
|
the second argument of EVP_SealInit is const
|
2005-03-29 17:48:34 +00:00 |
|
Nils Larsch
|
c01d2b974e
|
when building with OPENSSL_NO_DEPRECATED defined BN_zero is a macro
which cannot be evaluated in an if statement
|
2005-03-28 15:06:29 +00:00 |
|
Dr. Stephen Henson
|
8c04994bfe
|
Allow 'null' cipher and appropriate Kerberos ciphersuites in FIPS mode.
|
2005-03-27 03:36:14 +00:00 |
|
Andy Polyakov
|
989c0f8215
|
Resolve "operation size not specified" in NASM modules.
|
2005-03-26 19:32:31 +00:00 |
|
Bodo Möller
|
b0ef321cc8
|
Harmonize with CHANGES as distributed in OpenSSL 0.9.7f.
|
2005-03-24 01:37:07 +00:00 |
|