Richard Levitte
75fb38c7eb
Recent changes from 0.9.7-stable.
2004-04-29 19:10:52 +00:00
Richard Levitte
a6b8e925bc
Another small bug fix. Notified by cipo <cseplo_l@netlock.net>
2004-04-20 10:27:03 +00:00
Richard Levitte
d2fca2c59a
Small bug fixes.
...
Move the declaration of FIPS_allow_md5() from fips_locl.h to fips.h.
Consequently, util/mkdef.pl doesn't need to look at fips_locl.h any
more.
2004-04-20 10:26:13 +00:00
Richard Levitte
7028b83a35
Recent changes from 0.9.7-stable.
2004-04-20 10:00:33 +00:00
Richard Levitte
f54026eb9d
Fix sign vs. unsigned warning.
2004-04-15 20:50:08 +00:00
Richard Levitte
83a542996c
make update
2004-04-15 16:30:39 +00:00
Dr. Stephen Henson
21b9c11e99
Fix memory leak.
2004-04-09 22:14:57 +00:00
Dr. Stephen Henson
dee67db36c
Stop warnings:
...
Signed/unsigned mismatches.
Unused functions.
C++ style coments.
2004-04-09 21:56:14 +00:00
Ben Laurie
bedc89e7af
Use HMAC instead of straight SHA-1.
2004-04-09 14:55:43 +00:00
Ben Laurie
b452e706e3
Do HMAC.
2004-04-04 18:59:33 +00:00
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
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
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
Dr. Stephen Henson
3b7dd6d34c
Fix from head.
2004-03-01 13:24:08 +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
Richard Levitte
8b79f2051d
Recent and not so recent changes from 0.9.7-stable, all conflicts resolved.
2004-01-19 08:53:02 +00:00
Richard Levitte
10fdd8d5fd
I haven't merged from 0.9.7-stable in a loooong time. It shows :-).
2003-12-18 19:26:40 +00:00
Richard Levitte
7027553741
Recent changes from 0.9.7-stable
2003-09-28 09:07:11 +00:00
Dr. Stephen Henson
a26be0386e
In order to get the expected self signed error when
...
calling X509_verify_cert() in x509.c the cert should
not be added to the trusted store.
2003-09-21 02:12:36 +00:00
Richard Levitte
245dac4d17
Generalise the definition of strcasecmp() and strncasecmp() for
...
platforms that don't (necessarely) have it. In the case of VMS, this
means moving a couple of functions from apps/ to crypto/ and make them
general (although only used privately).
2003-09-09 14:48:52 +00:00
Richard Levitte
f61bc950c1
Recent changes from 0.9.7-stable.
2003-09-08 16:49:37 +00:00
Richard Levitte
a8e3195083
Undo the change that left LD_LIBRARY_PATH unchanged. The errors I saw
...
weren't due to that, but to a change on the SCO machines I used for
testing, where my $PATH was suddenly incorrect.
2003-08-14 07:02:27 +00:00
Richard Levitte
ec47bb7c81
- Add a configuration keyword "fips" to compile with FIPS
...
implementations.
- Reorder the build so the standalone FIPS SHA1 checker is built
first.
- Add necessary defines to avoid symbol clashes between FIPS and
non-FIPS implementations.
- Change necessary signatures.
- Correct bugs in FIPS build Makefiles.
- make update
2003-08-11 10:24:52 +00:00
Dr. Stephen Henson
3410aa1aa8
Various S/MIME bug and compatibility fixes.
2003-06-01 20:45:44 +00:00
Lutz Jänicke
a598524ad6
Add minimum POP3 STLS hack to s_client.c (as was provided for STARTTLS before)
...
Submitted by: dg@sunet.ru (Daniel Ginsburg)
PR: #613
2003-05-28 20:24:20 +00:00
Richard Levitte
e4e049e489
Dont forget req.
2003-04-09 06:50:39 +00:00
Richard Levitte
9f81f23742
Set LD_LIBRARY_PATH when linking, since OpenUnix' ld uses it to create
...
a library search path.
Correct typos.
2003-04-08 11:54:32 +00:00
Richard Levitte
2bdcfbd7a3
Reset the version number of the issuer certificate? I believe this
...
hasn't been tested in a long while...
2003-04-03 18:50:48 +00:00
Richard Levitte
be34231656
No need to test -setalias twice.
...
PR: 556
2003-03-31 13:56:55 +00:00
Richard Levitte
c6b220d933
Add usage string for -fingerprint.
...
PR: 560
2003-03-31 13:06:27 +00:00
Dr. Stephen Henson
39e76bc454
Update ocsp usage message and docs.
2003-03-26 00:47:07 +00:00
Richard Levitte
f077cf68af
Make sure that all the library paths are modified in prepend mode, not
...
replace mode.
PR: 528
2003-03-20 11:37:55 +00:00
Dr. Stephen Henson
3f691235da
Get the PEDANTIC stuff right this time...
2003-03-13 21:26:31 +00:00
Dr. Stephen Henson
b575dff21a
Avoid warnings for no-engine and PEDANTIC
2003-03-12 02:38:35 +00:00
Ulf Möller
37d9503a67
mingw related cleanups, as in head
2003-02-22 18:02:46 +00:00
Richard Levitte
6c0118ee8e
Handle krb5 libraries separately and make sure only libssl.so depends
...
on it.
2003-02-14 13:11:44 +00:00
Richard Levitte
97333eaff7
Pay attention to disabled SSL versions.
...
PR: 500
2003-02-14 05:24:25 +00:00
Richard Levitte
b9447ec1bc
Make it possible to disable OCSP, the speed application, and the use of sockets.
...
PR: 358
2003-02-14 01:03:06 +00:00
Richard Levitte
6d85cd36e2
Add the possibility to build without the ENGINE framework.
...
PR: 287
2003-01-30 17:37:49 +00:00
Richard Levitte
d48e6a47bd
cert_sk isn't always allocated, so freeing it may cause a crash.
...
PR: 481
2003-01-30 10:27:47 +00:00
Dr. Stephen Henson
624feae8af
Check return value of gmtime() and add error codes
...
where it fails in ASN1_TIME_set().
Clear error queue in req.c if *_min or *_max is absent.
2003-01-24 00:42:50 +00:00
Richard Levitte
881cb8b108
DJGPP doesn't have DLLs, so skip adding to %PATH% in that environment.
...
PR: 453
2003-01-13 15:16:48 +00:00
Dr. Stephen Henson
df77232bdc
Oops, left debugging malloc include file in...
2003-01-09 16:53:26 +00:00
Dr. Stephen Henson
8ce7348625
NULL tofree when it is freed to avoid double free.
...
Make sure key is not NULL before freeing it.
2003-01-09 13:05:57 +00:00
Dr. Stephen Henson
e78a012305
Add EVP_CIPHER_CTX_cleanup() to avoid memory leak.
2003-01-04 18:23:11 +00:00
Richard Levitte
718d8a931d
Spelling error.
...
This patch was taken from the OpenBSD copy of OpenSSL 0.9.7 beta3 with patches
2002-12-25 22:17:00 +00:00