Lutz Jänicke
|
094ed2dd19
|
The correct PERL interpreter is passed via commandline.
|
2002-06-05 07:07:50 +00:00 |
|
Lutz Jänicke
|
bb0db9c491
|
The correct PERL interpreter is passed via commandline.
|
2002-06-05 07:03:17 +00:00 |
|
Richard Levitte
|
d0f07ceeee
|
Addapt loadkeys.c to API changes
PR: 64
|
2002-06-05 05:21:19 +00:00 |
|
Richard Levitte
|
966a753997
|
Update the recognision of GCC version numbers to handle the prefix text
that GCC 3.1 adds to the --version output
|
2002-06-05 05:00:51 +00:00 |
|
Richard Levitte
|
68927d3670
|
Update the recognision of GCC version numbers to handle the prefix text
that GCC 3.1 adds to the --version output
|
2002-06-05 05:00:30 +00:00 |
|
Richard Levitte
|
ba6c905c93
|
make update
|
2002-06-04 22:33:28 +00:00 |
|
Richard Levitte
|
0f829bd111
|
make update (including adjusting libeay.num in HEAD to the changes in the
0.9.7-stable libeay.num
|
2002-06-04 22:32:44 +00:00 |
|
Lutz Jänicke
|
fa54157a11
|
Typo.
|
2002-06-04 20:44:58 +00:00 |
|
Lutz Jänicke
|
a5200a1b8f
|
Typo.
PR: 72
|
2002-06-04 20:43:10 +00:00 |
|
Richard Levitte
|
6631a7e7f1
|
use sstrsep() to get the proper type to aoti().
Remove unneeded cast in ustrsep().
PR: 69
|
2002-06-03 15:27:46 +00:00 |
|
Lutz Jänicke
|
010da5c015
|
0.9.7-beta1 is just being released.
|
2002-06-01 15:33:36 +00:00 |
|
Richard Levitte
|
fbb56e5b1d
|
Document the AES changes.
|
2002-05-31 13:16:10 +00:00 |
|
Richard Levitte
|
78055aa6a5
|
Add the AES test vectors from NIST document SP800-38A.
|
2002-05-31 13:13:43 +00:00 |
|
Richard Levitte
|
e6bd5e8a6d
|
Make it possible to give vectors only for decryption or encryption.
|
2002-05-31 13:12:49 +00:00 |
|
Richard Levitte
|
94f1b50c0f
|
For CFB and OFB modes, always create the encryption key.
|
2002-05-31 13:11:44 +00:00 |
|
Richard Levitte
|
bd54d55c1d
|
Declare the CFB and OFB modes for AES, and prepare for a declaration
of CTR mode.
|
2002-05-31 13:08:53 +00:00 |
|
Richard Levitte
|
09c70c3261
|
In CFB mode, the iv is always encrypted.
|
2002-05-31 13:07:39 +00:00 |
|
Richard Levitte
|
ea4df8ad62
|
Reformat the CFLAG string so it can be made part of a C string.
Incidently, this works pretty well on the command line as well.
PR: 52
|
2002-05-30 18:07:30 +00:00 |
|
Richard Levitte
|
1ed0c6621b
|
Reformat the CFLAG string so it can be made part of a C string.
Incidently, this works pretty well on the command line as well.
PR: 52
|
2002-05-30 18:06:35 +00:00 |
|
Richard Levitte
|
dbf50f36c4
|
Support the newly release gcc 3.1 on 64-bit Solaris. Not automatic.
PR: 57
|
2002-05-30 17:28:34 +00:00 |
|
Richard Levitte
|
5f8453587e
|
Support the newly release gcc 3.1 on 64-bit Solaris. Not automatic.
PR: 57
|
2002-05-30 17:28:16 +00:00 |
|
Richard Levitte
|
d49ceb3328
|
Support shared libraries properly on linux-sparcv[89].
PR: 60
|
2002-05-30 17:08:47 +00:00 |
|
Richard Levitte
|
d6e2d12c74
|
Support shared libraries properly on linux-sparcv[89].
PR: 60
|
2002-05-30 17:07:38 +00:00 |
|
Richard Levitte
|
305a1afcf7
|
a B< that wasn't properly ended.
|
2002-05-30 16:55:15 +00:00 |
|
Richard Levitte
|
d66c022a1f
|
Check the return values where memory allocation failures may happen.
PR: 49
|
2002-05-30 16:49:00 +00:00 |
|
Richard Levitte
|
9cdf87f194
|
Check the return values where memory allocation failures may happen.
PR: 49
|
2002-05-30 16:47:45 +00:00 |
|
Richard Levitte
|
04c8e99b39
|
CAformat should not be used for CA key format.
|
2002-05-30 16:24:33 +00:00 |
|
Richard Levitte
|
a81e9d3dc4
|
CAformat should not be used for CA key format.
|
2002-05-30 16:24:18 +00:00 |
|
Richard Levitte
|
6b7e0a9987
|
Make sure that MS_STATIC isn't defined to 'static' under Win32.
PR: 51
|
2002-05-30 15:44:54 +00:00 |
|
Richard Levitte
|
09402efb93
|
pod2man.pl would only remove the first LF from the name.
|
2002-05-30 15:30:27 +00:00 |
|
Richard Levitte
|
8b57fb1208
|
pod2man.pl would only remove the first LF from the name.
|
2002-05-30 15:30:17 +00:00 |
|
Richard Levitte
|
2962243d19
|
Apparently, there are still chances we have to deal with buggy pod2man versions.
Deal with that by testing any available pod2man and using it if appropriate,
and falling back to util/pod2man.pl if none was found.
|
2002-05-30 15:19:43 +00:00 |
|
Richard Levitte
|
2619064e09
|
Apparently, there are still chances we have to deal with buggy pod2man versions.
Deal with that by testing any available pod2man and using it if appropriate,
and falling back to util/pod2man.pl if none was found.
|
2002-05-30 15:18:19 +00:00 |
|
Richard Levitte
|
dbdc5d14d3
|
Correct AES counter mode, which incorrectly incremented the counter before
using it.
PR: 56
|
2002-05-30 14:06:06 +00:00 |
|
Bodo Möller
|
6cbe638294
|
New functions EC_POINT_point2bn(), EC_POINT_bn2point(), EC_POINT_point2hex(), EC_POINT_hex2point()
Submitted by: Nils Larsch
|
2002-05-30 13:16:03 +00:00 |
|
Richard Levitte
|
3cda197ee3
|
Avoid freeing certain things twice.
PR: 43
|
2002-05-30 12:51:16 +00:00 |
|
Richard Levitte
|
c019099cb6
|
Correct darwin shared library support.
PR: 39
|
2002-05-30 12:17:03 +00:00 |
|
Richard Levitte
|
07c08ed42c
|
Correct darwin shared library support.
PR: 39
|
2002-05-30 12:16:33 +00:00 |
|
Richard Levitte
|
17b226a672
|
Some shlib extensions were in the wrong field
|
2002-05-30 10:49:52 +00:00 |
|
Richard Levitte
|
043e8ec568
|
Some shlib extensions were in the wrong field
|
2002-05-30 10:47:36 +00:00 |
|
Richard Levitte
|
e57a8c732b
|
Our copy of pod2man.pl is old and comparatively broken, so lets remove it.
PR: 30
|
2002-05-30 10:18:32 +00:00 |
|
Richard Levitte
|
f33ca23e2f
|
Our copy of pod2man.pl is old and comparatively broken, so lets remove it.
PR: 30
|
2002-05-30 10:18:13 +00:00 |
|
Richard Levitte
|
6d79659dd7
|
Add more warnings for my debug targets.
|
2002-05-30 09:40:46 +00:00 |
|
Richard Levitte
|
da0bab4c0c
|
Remove the duplicate description of -out.
PR: 28
|
2002-05-30 06:24:41 +00:00 |
|
Richard Levitte
|
c56fb0f1a3
|
Remove the duplicate description of -out.
PR: 28
|
2002-05-30 06:24:35 +00:00 |
|
Dr. Stephen Henson
|
08241a5814
|
Make i2c_ASN1_BIT_STRING return the correct length.
|
2002-05-29 23:14:01 +00:00 |
|
Dr. Stephen Henson
|
9b652e84a8
|
Make i2c_ASN1_BIT_STRING return the correct length.
|
2002-05-29 23:13:16 +00:00 |
|
Richard Levitte
|
3d27b1fa85
|
Set DLOPEN_FLAG the same way on NetBSD as on OpenBSD.
PR: 58, submitted by andrew@cis.uoguelph.ca
|
2002-05-29 21:00:08 +00:00 |
|
Richard Levitte
|
b91c29147b
|
Set DLOPEN_FLAG the same way on NetBSD as on OpenBSD.
PR: 58, submitted by andrew@cis.uoguelph.ca
|
2002-05-29 20:55:25 +00:00 |
|
Richard Levitte
|
6298bf9073
|
There is a chance that the input string is larger than size, and on VMS,
this wasn't checked and could possibly be exploitable (slim chance, but still)
|
2002-05-29 08:31:39 +00:00 |
|