Bodo Möller
9e69a30716
fix memory leak in memory debuggin code ...
...
Submitted by: Nils Larsch
2002-11-18 14:02:20 +00:00
Richard Levitte
0f277581ef
A variable of type time_t is supposed to be a time measurement starting at
...
Epoch. offset isn't such a measurement, so let's stop pretend it is.
2002-11-18 13:04:54 +00:00
Lutz Jänicke
9989dd6171
Fix buggy #! magic and update ssleay->openssl
...
Submitted by:
Reviewed by:
PR: 305
2002-11-15 21:25:16 +00:00
Richard Levitte
7149d5c140
Document the change to remove the 'done' flag variable in the
...
OpenSSL_add_all_*() routines
2002-11-15 13:58:58 +00:00
Richard Levitte
4ad0d4da1b
make update
2002-11-15 11:21:33 +00:00
Richard Levitte
f6b70eac0c
A few more Microsoft OIDs added
2002-11-15 11:18:05 +00:00
Lutz Jänicke
8e71d1b561
The pointer to the cipher object is not yet set, when session was reloaded
...
from external cache (using d2i_SSL_SESSION). Perform comparison based on
the cipher's id instead.
Submitted by: Steve Haslam <araqnid@innocent.com>
Reviewed by:
PR: 288
2002-11-15 10:52:53 +00:00
Richard Levitte
8b5cd8a965
The architecture name is i486, not just 486
2002-11-15 10:28:38 +00:00
Richard Levitte
0e3ee398f6
-Wid-clash-n isn't support in gcc 3, and I get better result from continuously
...
rebuilding on a VMS box.
2002-11-15 10:19:35 +00:00
Richard Levitte
f9d12d1a50
Spell prototypes correctly :-)
2002-11-15 09:56:59 +00:00
Richard Levitte
7c5305bc54
Add -Wstrict-prototype and -Wmissing-prototype to my debugging targets
2002-11-15 09:53:53 +00:00
Richard Levitte
3aefe06f0f
We need to read one more byte of the REQUEST-CERTIFICATE message.
...
PR: 300
2002-11-15 09:16:56 +00:00
Richard Levitte
fa015977de
make update
2002-11-14 23:56:29 +00:00
Richard Levitte
cc68d20f8e
Add A/UX target.
...
PR: 271
2002-11-14 23:38:59 +00:00
Richard Levitte
5a6250fb06
Close the implicitely opened registry key.
...
PR: 264
2002-11-14 23:33:48 +00:00
Richard Levitte
dd40b2002b
Remove the flag variable in OpenSSL_add_all_ciphers() and
...
OpenSSL_add_all_digests(), as it doesn't really serve any
sensible purpose.
PR: 261
2002-11-14 23:24:39 +00:00
Lutz Jänicke
74766c6e5d
No such reference to link to (found running pod2latex).
...
Submitted by:
Reviewed by:
PR:
2002-11-14 21:42:50 +00:00
Richard Levitte
367916e11f
Add Tandem OSS target.
...
PR: 192
2002-11-14 16:30:29 +00:00
Richard Levitte
1dfdd763a3
It seems like gcc 2.9aix5.1 doesn't do will with optimization level 3.
...
PR: 115
2002-11-14 14:07:59 +00:00
Richard Levitte
a0fd85aa25
Add a FAQ on how to check the authenticity of the openSSL distribution.
...
PR: 292
2002-11-14 13:01:12 +00:00
Richard Levitte
38ab79ce75
Cygwin fixes (the dummytest method to make all tests work was copied
...
from 0.9.7-stable)
2002-11-14 12:40:52 +00:00
Richard Levitte
06a40694d4
Make the Windows test scripts consistent in their echoing
2002-11-14 08:09:00 +00:00
Richard Levitte
8df1de4e89
Handle last lines that aren't properly terminated.
...
PR: 308
2002-11-14 06:49:45 +00:00
Richard Levitte
ff749aea44
Constification needed.
...
PR: 241
2002-11-13 23:47:41 +00:00
Richard Levitte
a5c8ac1498
Reorder inclusion, or NO_SYS_TYPES_H will not be detected.
...
PR: 241
2002-11-13 23:45:41 +00:00
Richard Levitte
2fb453829b
Some part of the Windows random seed code could hang on NT4.0 (SP6).
...
The same was recently reported for ODBC applications. Therefore,
merge in this change from 0.9.7-stable.
PR: 230
2002-11-13 23:21:12 +00:00
Richard Levitte
d671684561
I think I'd like to be able to debug shared stuff as well...
2002-11-13 13:46:37 +00:00
Dr. Stephen Henson
97ff54177c
include ctype.h
2002-11-13 00:44:47 +00:00
Richard Levitte
3baca7eedd
Variables on the stack must be initialized or we can't depend on any
...
initial value. For errline/errorline, we did depend on that, erroneously
2002-11-11 21:34:37 +00:00
Lutz Jänicke
1dc179b4f4
Make sure permissions are friendly when building release tar file.
...
Submitted by:
Reviewed by:
PR: 171
2002-11-11 08:55:43 +00:00
Lutz Jänicke
fa45971484
More information to the important issue of seeding the PRNG
...
Submitted by:
Reviewed by:
PR: 285
2002-11-11 08:33:47 +00:00
Richard Levitte
82833c523b
X509_NAME_cmp() now compares PrintableString and emailAddress with a value of type
...
ia5String correctly.
PR: 244
2002-11-09 21:53:48 +00:00
Dr. Stephen Henson
3bfac1c21b
Typo
2002-11-09 18:09:38 +00:00
Richard Levitte
cba9cbaf31
-CAserial does take a filename argument.
...
PR: 332
2002-11-08 21:54:07 +00:00
Richard Levitte
6cd58c0c35
-CAcreateserial doesn't take a filename argument.
...
PR: 332
2002-11-08 21:51:20 +00:00
Lutz Jänicke
93aed90c6a
Allow building noninteractively.
...
Submitted by: Petter Reinholdtsen <pere@hungry.com>
Reviewed by:
PR: 315
2002-11-08 20:20:11 +00:00
Lutz Jänicke
71fbcb67b3
Next version will be 0.9.6h
...
Submitted by: Tapani Tarvainen <tt@it.jyu.fi>
Reviewed by:
PR: 281
2002-11-08 19:51:04 +00:00
Richard Levitte
b26728b350
Keep on using ${CC}, since gcc may act in disguise.
...
PR: 329
2002-11-06 23:47:25 +00:00
Richard Levitte
8c237ffb7c
some people just can't read the instructions
2002-11-06 06:02:17 +00:00
Bodo Möller
33c3f72792
avoid Purify warnings
...
Submitted by: Nils Larsch
2002-11-05 12:24:41 +00:00
Richard Levitte
f2d8dddd46
Off-by-one-error corrected.
...
PR: 235
2002-11-04 11:30:30 +00:00
Richard Levitte
7dde4eb91e
nasm can compile for Borland C
2002-11-04 06:25:38 +00:00
Geoff Thorpe
69c8c5611c
The recent session caching modifications (including docs, and CHANGES) were
...
applied to the "engine" 0.9.6 branch rather than the non-engine one. This
merges all the changes back across so they are in-sync w.r.t. these
changes.
2002-10-29 18:36:51 +00:00
Bodo Möller
96eef150d6
increase permissible message length so that we can handle
...
CertificateVerify for 4096 bit RSA signatures
2002-10-28 15:40:47 +00:00
Richard Levitte
3dae1904a0
Signal an error if the entered output password didn't match itself.
...
PR: 314
2002-10-23 15:07:13 +00:00
Bodo Möller
be8b7fe38c
I don't like c-tab-always-indent ...
2002-10-23 13:09:50 +00:00
Dr. Stephen Henson
473048587d
Typo.
2002-10-21 00:12:43 +00:00
Bodo Möller
e76dd4cba8
change Emacs indentation style to make it easier to insert
...
tabs manually
Submitted by: Pierre Bacquet <pbacquet@delta.fr>
2002-10-17 09:15:46 +00:00
Richard Levitte
495ac8e429
When BN_add_word() reaches top, it shouldn't try to add the the corresponding
...
word, since that word may not be zero.
2002-10-14 11:27:11 +00:00
Richard Levitte
0bde80f932
Merge string protection from main trunk
2002-10-11 20:35:37 +00:00