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
|
04c8e99b39
|
CAformat should not be used for CA key format.
|
2002-05-30 16:24:33 +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
|
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
|
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
|
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
|
da0bab4c0c
|
Remove the duplicate description of -out.
PR: 28
|
2002-05-30 06:24:41 +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
|
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
|
1af4d83565
|
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:30 +00:00 |
|
Lutz Jänicke
|
c1febe86d1
|
Remove item listed twice <kromJx@crosswinds.net>.
|
2002-05-28 17:47:17 +00:00 |
|
Richard Levitte
|
6c53759a50
|
Recover from errors
|
2002-05-23 23:33:22 +00:00 |
|
Richard Levitte
|
8c20ab7994
|
Avoid loops when linking doesn't work
|
2002-05-23 15:27:29 +00:00 |
|
Bodo Möller
|
a9950dfb67
|
fix EVP_dsa_sha macro
Submitted by: Nils Larsch
|
2002-05-16 12:55:56 +00:00 |
|
Bodo Möller
|
a385a1aef0
|
make b_print.c consistent with the rest of OpenSSL:
disable assert() except for debug builds
|
2002-05-14 19:04:54 +00:00 |
|
Lutz Jänicke
|
1126740ddd
|
Fix targets sco5 and svr5 (shared). Boyd Gerber <gerberb@zenez.com>.
|
2002-05-12 20:36:19 +00:00 |
|
Lutz Jänicke
|
fa9647d62f
|
Recognize PPC64 target.
Submitted by:
Reviewed by:
PR: 26
|
2002-05-12 19:45:02 +00:00 |
|
Richard Levitte
|
5981eee041
|
Updating status for 0.9.6d
|
2002-05-09 23:53:01 +00:00 |
|
Richard Levitte
|
be730546c8
|
Add space for changes in 0.9.6e.
|
2002-05-09 23:02:13 +00:00 |
|
Richard Levitte
|
daab6e86f4
|
Now that tagging has been done, let the version go on to 0.9.6e-dev.
|
2002-05-09 22:59:00 +00:00 |
|
Richard Levitte
|
5317543ada
|
About to release 0.9.6d, so set all versoin numbers right.
The tag will be OpenSSL_0_9_6d.
|
2002-05-09 22:40:31 +00:00 |
|
Richard Levitte
|
38d3544867
|
make update
|
2002-05-09 21:16:19 +00:00 |
|
Richard Levitte
|
9811a7406c
|
Make the huge buffer smaller, so the size becomes reasonable for small-stack environments.
Notified by Verdon Walker <VWalker@novell.com>
|
2002-05-09 20:14:17 +00:00 |
|
Richard Levitte
|
2d4ce88b11
|
Move an assert() to avoid core dumps when a static buffer hasn't been given.
Notified by Verdon Walker <VWalker@novell.com>
|
2002-05-09 18:19:35 +00:00 |
|
Richard Levitte
|
2cbe7e26c0
|
Backport the semicolon fix from the 0.9.7 and 0.9.8-dev branches
|
2002-05-08 15:50:48 +00:00 |
|
Richard Levitte
|
a6c4ee6d79
|
Small documentation fix for EVP_CipherFinal or EVP_CipherFinal_ex.
Notified by Stella Power <snpower@maths.tcd.ie>.
PR: 24
|
2002-05-08 15:20:12 +00:00 |
|
Richard Levitte
|
3f8c72ce77
|
Generate an error if rewinding wasn't possible.
Notified by Ken Hirsch <kenhirsch@myself.com>.
PR: 23
|
2002-05-08 15:13:35 +00:00 |
|
Bodo Möller
|
35fbadb322
|
fix warning
|
2002-05-06 10:42:56 +00:00 |
|
Bodo Möller
|
42e453201d
|
update
|
2002-05-05 23:48:29 +00:00 |
|
Bodo Möller
|
ea9e248cde
|
fix casts
|
2002-05-05 23:01:42 +00:00 |
|
Richard Levitte
|
3d24c18200
|
Make sure that date is run under the C locale, so dates are given in the
default format.
PR: 16
|
2002-05-02 08:06:03 +00:00 |
|
Dr. Stephen Henson
|
64f1ae3868
|
Win32 VC++ warning fixes.
|
2002-05-02 01:52:18 +00:00 |
|
Richard Levitte
|
9cf94f9ed3
|
Fix unsigned vs. signed clash
|
2002-04-29 10:30:05 +00:00 |
|
Bodo Möller
|
c15bf8f609
|
Fix crypto/asn1/a_sign.c so that 'parameters' is omitted (not
encoded as NULL) with id-dsa-with-sha1.
Submitted by: Nils Larsch
|
2002-04-26 08:30:31 +00:00 |
|
Richard Levitte
|
6b42cad215
|
Potential memory leak removed. Notified by <threaded@totalise.co.uk>
|
2002-04-25 10:10:51 +00:00 |
|
Bodo Möller
|
4a34577ec8
|
oops
|
2002-04-25 07:46:45 +00:00 |
|
Bodo Möller
|
6e7af77268
|
AlgorithmIdentifier bugs
|
2002-04-25 06:29:38 +00:00 |
|
Bodo Möller
|
5c5a2cd273
|
fix usage (no 'key')
|
2002-04-23 13:54:54 +00:00 |
|
Richard Levitte
|
1c4dc1517d
|
Uhmmm, if we use && after having tested for the presence of the certificate,
we just *might* stand a certain chance of actually getting it written
to file...
|
2002-04-23 13:15:22 +00:00 |
|
Lutz Jänicke
|
07a0226c28
|
Add cygwin build script (Corinna Vinschen <vinschen@redhat.com>).
|
2002-04-21 17:55:55 +00:00 |
|
cvs2svn
|
2ced9dc822
|
This commit was manufactured by cvs2svn to create branch
'OpenSSL_0_9_6-stable'.
|
2002-04-21 17:54:05 +00:00 |
|
Lutz Jänicke
|
8b2f9cdfad
|
Add cygwin build script (Corinna Vinschen <vinschen@redhat.com>).
|
2002-04-21 17:54:03 +00:00 |
|
Lutz Jänicke
|
9a12193611
|
Leave out problematic assembler part for sco5-gcc-shared target
(Tim Rice <tim@multitalents.net>).
|
2002-04-21 17:42:02 +00:00 |
|
Richard Levitte
|
01682a8b3c
|
Make sure ec and ecdsa is properly handled in Windows.
Notified by Bernd Matthes <bernd.matthes@gemplus.com>
|
2002-04-20 10:23:56 +00:00 |
|
Richard Levitte
|
8b07f23c30
|
Signedness mismatch.
Notified by Bernd Matthes <bernd.matthes@gemplus.com>
|
2002-04-20 10:23:19 +00:00 |
|
Richard Levitte
|
45932ad508
|
The callback must have (void) as argument list.
Notified by Bernd Matthes <bernd.matthes@gemplus.com>
|
2002-04-20 10:22:42 +00:00 |
|
Richard Levitte
|
ce94682ce1
|
No point constifying an int.
Notified by Bernd Matthes <bernd.matthes@gemplus.com>
|
2002-04-20 10:22:01 +00:00 |
|
Richard Levitte
|
2d7ab7e9ea
|
Do not free p if it hasn't been used yet.
Notified by Bernd Matthes <bernd.matthes@gemplus.com>
|
2002-04-20 10:19:20 +00:00 |
|