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
Bodo Möller
c30ab16396
fix some entries for 0.9.6d and 0.9.6e (should look as in the
...
0.9.7-stable branch)
2002-10-11 17:51:25 +00:00
Richard Levitte
ad1b6d0df3
There may be more than one single quote to fix.
...
PR: 256
2002-10-11 11:34:24 +00:00
Richard Levitte
6a0168e842
Make sure $fname will not give us any surprises with any funny characters.
...
PR: 256
2002-10-11 11:07:32 +00:00
Richard Levitte
cd9a79eae1
BN_bn2hex() returns "0" instead of "00" for zero. This disrputs the
...
requirement that the serial number always be an even amount of characters.
PR: 248
2002-10-11 09:39:06 +00:00
Richard Levitte
b61cd4fff2
Make sure that the 'config' variable is correctly defined and declared
...
for monolithic as well as non-monolithic biuld.
More work is probably needed in this area.
PR: 144
2002-10-09 15:36:35 +00:00
Richard Levitte
dd2b7b5c12
Remove redundancy and use the main makefile better
2002-10-09 15:13:14 +00:00
Richard Levitte
7eead40213
Don't fuss with the demo binaries
2002-10-09 13:58:11 +00:00
cvs2svn
50ef42424b
This commit was manufactured by cvs2svn to create branch
...
'OpenSSL_0_9_6-stable'.
2002-10-09 13:57:57 +00:00
Richard Levitte
27bad5ad3d
Don't fuss with the demo binaries
2002-10-09 13:57:55 +00:00
Richard Levitte
6a89a25c27
Add a few more VxWorks targets.
...
Correct misspelled VXWORKS macros.
Add VXWORKS identifying macros to e_os2.h.
Add required inclusions and mappings for VxWorks in e_os.h.
A few small modifications to make OpenSSL build and work on VxWorks.
PR: 253, except for the change that was handled in an earlier
commit, and a request for easy build of just parts of OpenSSL.
2002-10-09 13:40:48 +00:00
Richard Levitte
001ab3abad
Use double dashes so makedepend doesn't misunderstand the flags we
...
give it.
For 0.9.7 and up, that means util/domd needs to remove those double
dashes from the argument list when gcc is used to find the
dependencies.
2002-10-09 13:25:12 +00:00
Richard Levitte
9952cfcf62
Use double dashes so makedepend doesn't misunderstand the flags we
...
give it.
For 0.9.7 and up, that means util/domd needs to remove those double
dashes from the argument list when gcc is used to find the
dependencies.
2002-10-09 13:16:31 +00:00
Dr. Stephen Henson
ec8ad2bb96
PKCS12_parse manual page.
2002-10-09 13:10:23 +00:00
Dr. Stephen Henson
5fbb02fcb1
PKCS12_create manual page
2002-10-09 12:06:58 +00:00
Dr. Stephen Henson
4e1b50e219
More man pages.
2002-10-09 12:06:12 +00:00
Richard Levitte
7821c0c40b
Add missing LF
2002-10-09 06:35:58 +00:00
Richard Levitte
d7b2342a6a
Add missing LF
2002-10-09 06:35:47 +00:00
Dr. Stephen Henson
7e9db7cefc
PKCS7_verify() docs.
2002-10-08 00:40:58 +00:00
Dr. Stephen Henson
d30e4c5b0b
More docs.
2002-10-07 17:31:00 +00:00
Dr. Stephen Henson
9de6bb8abc
More d2i/i2d manual pages.
2002-10-07 13:07:00 +00:00