Richard Levitte
|
403f1bdc70
|
When AES is skipped because the option 'no-rijndael' was given,
make sure it's skipped from SDIRS as well.
|
2002-11-14 08:20:40 +00:00 |
|
Richard Levitte
|
06a40694d4
|
Make the Windows test scripts consistent in their echoing
|
2002-11-14 08:09:00 +00:00 |
|
Richard Levitte
|
d574d83993
|
Make the Windows test scripts consistent in their echoing
|
2002-11-14 08:08:55 +00:00 |
|
Richard Levitte
|
83411793b6
|
Handle last lines that aren't properly terminated.
PR: 308
|
2002-11-14 06:51:18 +00:00 |
|
Richard Levitte
|
8df1de4e89
|
Handle last lines that aren't properly terminated.
PR: 308
|
2002-11-14 06:49:45 +00:00 |
|
Dr. Stephen Henson
|
65caee44ff
|
Fix get_email: 0 is a valid return value
|
2002-11-14 00:46:11 +00:00 |
|
Richard Levitte
|
ff749aea44
|
Constification needed.
PR: 241
|
2002-11-13 23:47:41 +00:00 |
|
Richard Levitte
|
738554331b
|
Constification needed.
PR: 241
|
2002-11-13 23:47:31 +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
|
3f083ef0eb
|
free() -> OPENSSL_free()
|
2002-11-13 20:25:47 +00:00 |
|
Richard Levitte
|
17ed6c06a7
|
Merge from 0.9.7-stable.
|
2002-11-13 18:10:30 +00:00 |
|
Richard Levitte
|
c112323dd5
|
This didn't get to the 0.9.8-dev thread...
|
2002-11-13 18:09:27 +00:00 |
|
Richard Levitte
|
0709385d3c
|
Correct support for SunOS 4.1.3_U1.
PR: 227
|
2002-11-13 16:11:14 +00:00 |
|
Ben Laurie
|
54a656ef08
|
Security fixes brought forward from 0.9.7.
|
2002-11-13 15:43:43 +00:00 |
|
Richard Levitte
|
8f797f14b8
|
When build as dynamic engines, the loading functions should be defined
static.
|
2002-11-13 15:30:25 +00:00 |
|
Richard Levitte
|
c0d64de660
|
Make internal functions static.
|
2002-11-13 14:34:53 +00:00 |
|
Richard Levitte
|
c1ce8cf3b8
|
Name the flag files correctly.
|
2002-11-13 14:31:34 +00:00 |
|
Dr. Stephen Henson
|
2d780dfd81
|
Typo
|
2002-11-13 14:07:37 +00:00 |
|
Bodo Möller
|
b6fee5c2fb
|
disable weird assert()s
|
2002-11-13 14:01:34 +00:00 |
|
Bodo Möller
|
10fa047622
|
remove unused old directory crypto/rijndael (superseded by crypto/aes)
|
2002-11-13 13:55:41 +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
|
04f0a6ba39
|
Update docs
|
2002-11-13 13:18:14 +00:00 |
|
Ben Laurie
|
eb43641dd3
|
Fix warnings, makefile cockup.
|
2002-11-13 11:59:48 +00:00 |
|
Dr. Stephen Henson
|
d479dc1d02
|
Put NAME in right place, fix typo
|
2002-11-13 01:20:43 +00:00 |
|
Dr. Stephen Henson
|
7fb8d254fe
|
Only accept exact match for modifier or tag name
|
2002-11-13 00:57:41 +00:00 |
|
Dr. Stephen Henson
|
97ff54177c
|
include ctype.h
|
2002-11-13 00:44:47 +00:00 |
|
Dr. Stephen Henson
|
c99935e32c
|
Add header ctype.h
|
2002-11-13 00:42:11 +00:00 |
|
Dr. Stephen Henson
|
2232e262bf
|
Fix memory leak in s2i_ASN_INTEGER and return an error
if any invalid characters are present.
|
2002-11-13 00:40:51 +00:00 |
|
Dr. Stephen Henson
|
137e7e3aa1
|
Update docs
|
2002-11-13 00:14:15 +00:00 |
|
Dr. Stephen Henson
|
ba36b61d3d
|
Initial ASN1 generation documentation.
|
2002-11-12 18:20:28 +00:00 |
|
Richard Levitte
|
ccb13ded84
|
Synchronise...
|
2002-11-12 13:55:20 +00:00 |
|
Dr. Stephen Henson
|
9ea1b87862
|
Initial ASN1 generation code. This can construct
arbitrary encodings from strings and config files.
Documentation to follow...
|
2002-11-12 13:34:51 +00:00 |
|
Richard Levitte
|
688cf84d1f
|
Make it possible to run individual tests even when linked with libcrypto.so and libssl.so
|
2002-11-12 11:25:23 +00:00 |
|
Richard Levitte
|
69ce48c307
|
Make the CBC mode od AES accept lengths that aren't multiples of 16.
PR: 330
|
2002-11-12 11:00:25 +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 |
|
Richard Levitte
|
06b7c8d5ba
|
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:21 +00:00 |
|
Richard Levitte
|
6722b62b36
|
Make the programs link against the static library on MacOS X.
PR: 335
|
2002-11-11 20:46:52 +00:00 |
|
Lutz Jänicke
|
7d80b27949
|
Typo.
Submitted by: assar <assar@kth.se>
Reviewed by:
PR:
|
2002-11-11 11:19:15 +00:00 |
|
Bodo Möller
|
d742bd882e
|
do tests with all built-in curves
Submitted by: Nils Larsch
|
2002-11-11 10:25:12 +00:00 |
|
Bodo Möller
|
97a06ad9ef
|
corrections to built-in curves
Submitted by: Nils Larsch
|
2002-11-11 10:24:52 +00:00 |
|
Lutz Jänicke
|
756b9a0046
|
Make sure permissions are friendly when building release tar file.
Submitted by:
Reviewed by:
PR: 171
|
2002-11-11 08:57:04 +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 |
|
Lutz Jänicke
|
96c930dd2f
|
More information to the important issue of seeding the PRNG
Submitted by:
Reviewed by:
PR: 285
|
2002-11-11 08:33:10 +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 |
|
Richard Levitte
|
c81a15099a
|
X509_NAME_cmp() now compares PrintableString and emailAddress with a value of type
ia5String correctly.
PR: 244
|
2002-11-09 21:52:20 +00:00 |
|
Dr. Stephen Henson
|
3bfac1c21b
|
Typo
|
2002-11-09 18:09:38 +00:00 |
|
Dr. Stephen Henson
|
a8c125550c
|
Typo
|
2002-11-09 18:05:33 +00:00 |
|
Richard Levitte
|
cba9cbaf31
|
-CAserial does take a filename argument.
PR: 332
|
2002-11-08 21:54:07 +00:00 |
|