Andy Polyakov
23b3b61921
Typo in x509_txt.c [from HEAD].
2007-05-19 18:05:33 +00:00
Andy Polyakov
d265676989
Detect UltraSPARC T1 in ./config [from HEAD].
2007-05-04 13:08:00 +00:00
Andy Polyakov
69fc3dff96
Fix s390x detection in ./config [from 098].
2007-04-30 12:06:30 +00:00
Dr. Stephen Henson
667731b635
Make ordinals consistent across branches.
2007-04-25 13:24:56 +00:00
Dr. Stephen Henson
a416ca47ac
Merge from 0.9.8-stable.
2007-04-25 13:15:51 +00:00
Dr. Stephen Henson
2714e2ac89
Merge from stable branch.
2007-04-24 11:34:19 +00:00
Dr. Stephen Henson
1139eeecbc
Merge from 0.9.8 stable branch.
2007-04-24 11:30:51 +00:00
Dr. Stephen Henson
1b936a5e37
Fix from HEAD.
2007-04-09 23:51:50 +00:00
Dr. Stephen Henson
0cca0fe0c2
Update ordinals. Use gap for EVP_add_alg_module to keep values consistent
...
across versions.
2007-04-09 12:15:31 +00:00
Dr. Stephen Henson
56474376dc
If config file tries to enter FIPS mode in a non FIPS capable library
...
return an error.
2007-04-09 12:06:26 +00:00
Dr. Stephen Henson
3e511f167e
Update from HEAD.
2007-04-09 11:47:59 +00:00
Dr. Stephen Henson
282af42404
Add algorithm configuration module.
2007-04-08 17:51:02 +00:00
Dr. Stephen Henson
a81f337331
Block low level public key signature operations in FIPS mode.
...
Update self tests for all modes and use EVP.
Update pairwise consistency checks.
2007-04-06 00:30:24 +00:00
Dr. Stephen Henson
1729dca9a8
Fix Win32 warning. Update ordinals.
2007-04-04 00:33:23 +00:00
Dr. Stephen Henson
9719193222
New EVP sign and verify functionality.
2007-04-03 21:01:29 +00:00
Dr. Stephen Henson
e6fa7c1276
Don't process any of kssl.c if krb5 option not set.
2007-04-03 18:24:22 +00:00
Dr. Stephen Henson
cf7053430d
Add new file.
2007-04-03 02:13:20 +00:00
Dr. Stephen Henson
ff03c6bc97
Add tiny ASN1 code for DSA signatures.
...
Make DSA tests, selftests and algorithm tests use EVP.
2007-04-02 23:59:47 +00:00
Dr. Stephen Henson
82c8b6b74d
Make ordinals consistent with 0.9.8-stable.
2007-03-28 22:09:56 +00:00
Dr. Stephen Henson
cb6fdc3a49
Update from stable branch.
2007-03-28 22:00:48 +00:00
Dr. Stephen Henson
8c3b5d5f27
Update from 0.9.8-stable with patches also applied to equivalent FIPS
...
sources.
2007-03-28 12:38:55 +00:00
Dr. Stephen Henson
dc83f2e312
Perl script to rename sections in MS COFF binaries.
...
Submitted by: Andy Polyakov
2007-03-27 00:04:55 +00:00
Dr. Stephen Henson
6693e26927
Use perl script instead of editbin to rename object file sections.
2007-03-27 00:03:42 +00:00
Dr. Stephen Henson
793364457b
Modify VC++ build sytem to use fipscanister.lib instead of fipscanister.o
...
and avoid the need for ld.exe.
2007-03-26 12:06:44 +00:00
Andy Polyakov
6b05350495
Oops! Revert to previous version and [re-]apply diff.
2007-03-25 15:42:13 +00:00
Andy Polyakov
daec9a56a0
aix updates from HEAD.
2007-03-25 15:37:26 +00:00
Andy Polyakov
5c77786a55
Typos in Makefiles.
2007-03-25 14:40:33 +00:00
Dr. Stephen Henson
42bc3582a9
Make sure fipscanister.o is built and installed for static WIN32 builds.
2007-03-24 18:47:54 +00:00
Dr. Stephen Henson
2050f6514f
Add some version info and comments to WIN32 FIPS DLL.
2007-03-22 19:24:34 +00:00
Dr. Stephen Henson
5068d7dda4
Add version info to FIPS DLL.
2007-03-22 19:07:31 +00:00
Dr. Stephen Henson
55768cf773
Forward FIPS DLL implementations from libcrypto DLL under Win32.
2007-03-22 18:31:35 +00:00
Dr. Stephen Henson
6c69dcd9f5
Add missing #ifdef
2007-03-22 13:42:05 +00:00
Dr. Stephen Henson
ad4297dd9c
Update from stable branch.
2007-03-22 13:19:46 +00:00
Dr. Stephen Henson
aeb9ccfaad
And so it begins...
2007-03-22 00:39:24 +00:00
cvs2svn
79b335a4b5
This commit was manufactured by cvs2svn to create branch 'OpenSSL-fips-
...
0_9_8-stable'.
2007-03-21 14:33:02 +00:00
Bodo Möller
6fd3f3260d
stricter session ID context matching
2007-03-21 14:33:01 +00:00
Bodo Möller
d9e262443c
oops -- this should have been in 0.9.8e
2007-03-21 14:18:27 +00:00
Bodo Möller
51c3bb3b98
clarification regarding libdes files
2007-03-21 10:58:32 +00:00
Andy Polyakov
7d608f9e32
PowerPC config updates from HEAD.
2007-03-20 09:06:52 +00:00
Dr. Stephen Henson
295de18c8a
Fix kerberos ciphersuite bugs introduced with PR:1336.
2007-03-09 14:06:34 +00:00
Ben Laurie
3370b694b9
Make local function static.
2007-03-08 15:52:04 +00:00
Dr. Stephen Henson
3380c52f15
Stop memory leak.
2007-03-05 00:06:47 +00:00
Lutz Jänicke
1364e6f1ac
Initialize "buf" to 0 to make valgrind happy :-)
...
Note: the RAND_bytes() manual page says:
RAND_bytes() puts num cryptographically strong pseudo-random bytes into buf.
It does not talk about using the previous contents of buf so we are working
as documented.
2007-03-02 17:54:31 +00:00
Lutz Jänicke
c5ac2aa62c
Do not use uninitialized memory to seed the PRNG as it may confuse
...
code checking tools.
PR: 1499
2007-03-02 17:44:55 +00:00
Dr. Stephen Henson
392a0345de
EVP_CIPHER_CTX_key_length() should return the set key length in the
...
EVP_CIPHER_CTX structure which may not be the same as the underlying
cipher key length for variable length ciphers.
2007-02-27 18:42:52 +00:00
Lutz Jänicke
5c2fc73e7b
Merge from HEAD
2007-02-27 08:26:51 +00:00
Bodo Möller
402b951804
include complete 0.9.7 history
2007-02-26 10:48:56 +00:00
Bodo Möller
5848d13fed
use 2007 copyright for generated files
2007-02-26 10:47:49 +00:00
Dr. Stephen Henson
5dd24ead57
Prepare for next version.
2007-02-23 12:50:54 +00:00
Dr. Stephen Henson
d2cb94952a
Add L to version number
2007-02-23 12:38:11 +00:00