Nils Larsch
|
f763e0b5ae
|
make sure error queue is totally emptied
PR: 359
|
2005-04-07 22:53:35 +00:00 |
|
Nils Larsch
|
eb3eab20a8
|
const fixes
|
2005-04-07 22:48:33 +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
|
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
|
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
|
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 |
|
Nils Larsch
|
48c832b6b7
|
really clear the error queue here
PR: 860
|
2005-04-01 17:50:09 +00:00 |
|
Nils Larsch
|
f3e427f6f9
|
use SSL3_VERSION_MAJOR instead of SSL3_VERSION etc.
PR: 658
|
2005-04-01 17:35:32 +00:00 |
|
Ben Laurie
|
8bb826ee53
|
Consistency.
|
2005-03-31 13:57:54 +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
|
4a6a2032ed
|
the second argument of EVP_SealInit is const
|
2005-03-29 17:50:08 +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 |
|
Bodo Möller
|
b0ef321cc8
|
Harmonize with CHANGES as distributed in OpenSSL 0.9.7f.
|
2005-03-24 01:37:07 +00:00 |
|
Ulf Möller
|
7a8c728860
|
undo Cygwin change
|
2005-03-24 00:14:59 +00:00 |
|
Richard Levitte
|
6141b86a49
|
Change the memory leak FAQ entry to describe the levels of thread safety in each function
|
2005-03-23 21:14:59 +00:00 |
|
Dr. Stephen Henson
|
23fadaa084
|
Update FAQ
|
2005-03-22 20:10:38 +00:00 |
|
Dr. Stephen Henson
|
e27a259696
|
Doc fixes.
|
2005-03-22 17:55:33 +00:00 |
|
Nils Larsch
|
41e455bfc4
|
test, remove unnecessary const cast
|
2005-03-22 17:55:18 +00:00 |
|
Dr. Stephen Henson
|
59b6836ab2
|
Ensure (SSL_RANDOM_BYTES - 4) of pseudo random data is used for server and
client random values.
|
2005-03-22 14:11:06 +00:00 |
|
Richard Levitte
|
9fc9b55237
|
There are cases when there are no files left to verify. Make sure to
handle that properly.
|
2005-03-21 13:52:12 +00:00 |
|
Nils Larsch
|
689c6f2542
|
add new curves to the loop (with some cleanup from me)
Submitted by: Jean-Luc Duval
Reviewed by: Nils Larsch
|
2005-03-20 23:12:13 +00:00 |
|
Nils Larsch
|
f4bfd357e5
|
some const fixes
|
2005-03-20 22:56:07 +00:00 |
|
Ulf Möller
|
130db968b8
|
Use Windows randomness code on Cygwin
|
2005-03-19 11:39:17 +00:00 |
|
Ulf Möller
|
8d274837e5
|
fix breakage for Perl versions that do boolean operations on long words
|
2005-03-19 11:13:30 +00:00 |
|
Ulf Möller
|
5855038049
|
typo
|
2005-03-19 10:19:45 +00:00 |
|
Richard Levitte
|
d18685d959
|
Added HOWTO about proxy certificates.
|
2005-03-14 15:39:25 +00:00 |
|