Richard Levitte
8797be2dce
Recent changes from 0.9.7-stable
...
Since we have changed from using Makefile instead of Makefile.ssl, we
need to complete the work by changing all references.
make update
2004-03-30 16:58:44 +00:00
Dr. Stephen Henson
48e1c0c012
Obsolete files
2004-03-28 12:30:34 +00:00
Dr. Stephen Henson
d0344d06a8
Make S/MIME encrypt work again.
2004-03-25 00:58:59 +00:00
Richard Levitte
d349b2fffe
make update
2004-03-23 15:31:30 +00:00
Richard Levitte
6906a81215
Makefile.ssl is no more. We generate Makefile directly.
2004-03-23 15:28:21 +00:00
Richard Levitte
81dd23e65d
It's a mistake to commit the generated Makefile
2004-03-23 15:24:31 +00:00
Richard Levitte
2fb2e00d94
Recent changes from 0.9.7-stable.
2004-03-23 15:01:13 +00:00
Ben Laurie
e51f113ad8
Add FIPS mode to openssl app.
2004-03-13 20:34:08 +00:00
Ben Laurie
839032c34d
Improve test output.
2004-03-13 17:46:12 +00:00
Andy Polyakov
a2cfc0d50c
IRIX 6.x shared build fix-up.
2004-03-12 21:33:49 +00:00
Ben Laurie
766519fc12
Spelling the test right helps.
2004-03-11 17:39:49 +00:00
Ben Laurie
6e07f8a4ba
Finish elimination of Makefile.ssl
2004-03-11 12:31:43 +00:00
Ben Laurie
a82d1527c4
Step 1 in blowing away Makefile.ssl
2004-03-10 09:23:51 +00:00
Richard Levitte
5a8fe26720
Recent changes from 0.9.7-stable.
2004-03-08 14:14:21 +00:00
Richard Levitte
3f7067e3b6
Recent changes from 0.9.7-stable.
2004-03-08 04:36:19 +00:00
Ben Laurie
09773532ed
Add pairwise tests, fix makefiles.
2004-03-05 08:28:01 +00:00
Dr. Stephen Henson
cc77f7c595
Typos.
...
Reported by: Jose Castejon-Amenedo <Jose.Castejon-Amenedo@hp.com>
2004-03-04 21:45:16 +00:00
Ben Laurie
0f0e53db43
Superfluous bracket.
2004-03-03 18:25:12 +00:00
Ben Laurie
60ace8f3fc
In FIPS mode ranlib before hashing.
2004-03-03 15:10:09 +00:00
Dr. Stephen Henson
9d4e2f891b
More configuration docs.
2004-03-02 13:33:52 +00:00
cvs2svn
be187e32c9
This commit was manufactured by cvs2svn to create branch 'OpenSSL-fips-
...
0_9_7-stable'.
2004-03-02 13:31:33 +00:00
Dr. Stephen Henson
f82bb9cb9c
Config docs.
2004-03-02 13:31:32 +00:00
Richard Levitte
811756e644
Some changes from 0.9.7-stable that haven't been merged in yet.
2004-03-02 03:31:57 +00:00
Dr. Stephen Henson
8c496048b7
Documentation of the KISS autoconfig functions.
2004-03-02 01:02:08 +00:00
cvs2svn
51212a7a40
This commit was manufactured by cvs2svn to create branch 'OpenSSL-fips-
...
0_9_7-stable'.
2004-03-02 01:01:12 +00:00
Dr. Stephen Henson
5a8922aed5
Documentation of the KISS autoconfig functions.
2004-03-02 01:01:11 +00:00
Dr. Stephen Henson
ce974305c4
More autoconfig docs.
2004-03-01 19:16:45 +00:00
Dr. Stephen Henson
f2c1812560
More autoconfig docs.
2004-03-01 19:15:24 +00:00
Richard Levitte
4cfa4ae820
Avoid a memory leak in OCSP_parse_url().
...
Notified by Paul Siegel <psiegel@corestreet.com>
2004-03-01 14:58:22 +00:00
Dr. Stephen Henson
3b7dd6d34c
Fix from head.
2004-03-01 13:24:08 +00:00
Dr. Stephen Henson
d60425034f
Since the last commit also included the OCSP nonce change
...
(which I thought I'd included before). I'd better add the
corresponding CHANGES entry.
2004-03-01 01:10:26 +00:00
Dr. Stephen Henson
254700b1d6
Initial docs for the OpenSSL library configuration via openssl.cnf
2004-03-01 01:05:53 +00:00
Dr. Stephen Henson
a30af36c77
Initial docs for the OpenSSL library configuration via openssl.cnf
2004-03-01 01:04:40 +00:00
Ben Laurie
5713956f61
Fix broken test vectors.
2004-02-29 19:18:15 +00:00
Geoff Thorpe
5075521e75
Add ECDSA documentation.
...
Submitted by: Nils Larsch
2004-02-27 23:03:23 +00:00
Richard Levitte
ee3a47a994
AES is spelled AES, not ASE. Oops...
2004-02-27 02:24:49 +00:00
Richard Levitte
f727266ae8
Make sure the given EVP_PKEY is updated in the PEM_STRING_PKCS8INF case also.
...
PR: 833
2004-02-26 22:07:45 +00:00
Richard Levitte
8bb0c8522a
Document the AES options for 'openssl smime'.
...
PR: 834
2004-02-26 21:44:41 +00:00
Geoff Thorpe
c6700d2746
A cleanup of the ecs_ossl.c code and some (doxygen) comments for ecdsa.h
...
Submitted by: Nils Larsch
Reviewed by: Geoff Thorpe
2004-02-22 19:32:53 +00:00
Geoff Thorpe
1b06804491
When adding positive elements, we can use BN_uadd() instead of BN_add().
...
Submitted by: Nils Larsch
Reviewed by: Geoff Thorpe
2004-02-22 19:30:41 +00:00
Dr. Stephen Henson
dc90f64d56
Use an OCTET STRING for the encoding of an OCSP nonce value.
...
The old raw format can't be handled by some implementations
and updates to RFC2560 will make this mandatory.
2004-02-19 18:16:38 +00:00
Ben Laurie
a5ad942b70
Improve selftests, check for stuck PRNG(!).
2004-02-17 11:51:54 +00:00
Richard Levitte
0ae3ca9ec4
Recent changes from 0.9.7-stable.
...
make update
2004-02-13 21:57:51 +00:00
Richard Levitte
33dd54d4b0
Files to ignore
2004-02-13 21:56:23 +00:00
Ben Laurie
0f7ff5b809
We have to save text0 each time round the outer loop.
2004-02-12 19:32:57 +00:00
Geoff Thorpe
6c43032121
minor signed/unsigned warning fixes
2004-02-10 18:46:10 +00:00
Dr. Stephen Henson
820fb35a21
Fix handling of -offset and -length in asn1parse tool.
...
If -offset exceeds -length of data available exit with an error.
Don't read past end of total data available when -offset supplied.
If -length exceeds total available truncate it.
2004-02-08 13:31:53 +00:00
Dr. Stephen Henson
37ead9be0b
Fix handling of -offset and -length in asn1parse tool.
...
If -offset exceeds -length of data available exit with an error.
Don't read past end of total data available when -offset supplied.
If -length exceeds total available truncate it.
2004-02-08 13:30:04 +00:00
Andy Polyakov
1751034669
Typo in crypto/bn/asm/x86_64.c, bn_div_words().
...
PR: 821
2004-02-07 09:51:28 +00:00
Andy Polyakov
b47178f0ed
Typo in crypto/bn/asm/x86_64.c, bn_div_words().
...
PR: 821
2004-02-07 09:50:46 +00:00