Richard Levitte
|
12c853701e
|
It's not good to have a pointer point at something in an inner block.
PR: 66
|
2002-06-05 13:47:06 +00:00 |
|
Richard Levitte
|
d5353b5ffb
|
Unneeded cast removed
|
2002-06-05 13:12:55 +00:00 |
|
Richard Levitte
|
549ce02729
|
Check errors when parsing a PKCS8INF PEM FILE, or there will be a core dump on error.
PR: 77
|
2002-06-05 11:58:16 +00:00 |
|
Richard Levitte
|
ea2a6251b9
|
signedness warning corrected
|
2002-06-05 11:23:19 +00:00 |
|
Lutz Jänicke
|
094ed2dd19
|
The correct PERL interpreter is passed via commandline.
|
2002-06-05 07:07:50 +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
|
d66c022a1f
|
Check the return values where memory allocation failures may happen.
PR: 49
|
2002-05-30 16:49:00 +00:00 |
|
Richard Levitte
|
3cda197ee3
|
Avoid freeing certain things twice.
PR: 43
|
2002-05-30 12:51:16 +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
|
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 |
|
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
|
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 |
|
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
|
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
|
0a0102b0fd
|
Optimize: better shortcut evaluation ("Howard Chu" <hyc@highlandsun.com>).
|
2002-04-18 11:52:28 +00:00 |
|
Bodo Möller
|
1532a839fc
|
synchronize with engine branch (some changes were done only
there for no particular reason)
|
2002-04-18 09:27:14 +00:00 |
|
Richard Levitte
|
c387a61fdd
|
0.9.6d-beta1 is about to be built. Change version numbers and strings
accordingly.
|
2002-04-17 12:28:37 +00:00 |
|
Lutz Jänicke
|
7680669c33
|
Fix CRLF problem in BASE64 decode.
|
2002-04-15 09:51:10 +00:00 |
|
Richard Levitte
|
1171f28f97
|
Check error code from a2d_ASN1_OBJECT().
|
2002-04-11 22:14:51 +00:00 |
|
Richard Levitte
|
c901a0538b
|
make update
|
2002-04-06 19:08:51 +00:00 |
|
Lutz Jänicke
|
50e4d01fa0
|
Fix buggy object definitions (Svenning Sorensen <sss@sss.dnsalias.net>).
|
2002-04-04 17:56:57 +00:00 |
|
Richard Levitte
|
4a579233b4
|
Fix of mixup bwtween SOMAXCONN and SO_MAXCONN.
Furthermore, make SO_MAXCONN the first choice, since that's the standard
(as far as I know).
|
2002-03-29 23:48:29 +00:00 |
|
Ben Laurie
|
a37d05fa56
|
Fix warning.
|
2002-03-25 12:53:25 +00:00 |
|
Lutz Jänicke
|
7228bfb439
|
Remove superflous (and buggy) statement <justin.fletcher@ntlworld.com>.
|
2002-03-21 19:11:19 +00:00 |
|
Bodo Möller
|
687f9d2b94
|
fix DH_generate_parameters for general 'generator'
|
2002-03-20 16:01:29 +00:00 |
|
Bodo Möller
|
6cebd2dd00
|
in INCLUDES, use '-I../..' so that we find "e_os.h"
|
2002-03-18 10:54:56 +00:00 |
|
Bodo Möller
|
b82a94ee26
|
use '-I../..' so that we find "e_os.h"
|
2002-03-18 10:53:01 +00:00 |
|
Bodo Möller
|
08f38d887e
|
we need e_os.h
|
2002-03-14 09:45:37 +00:00 |
|
Richard Levitte
|
e1fefe8124
|
Typo.
|
2002-03-06 06:13:44 +00:00 |
|
Bodo Möller
|
354d263e44
|
_INT_MAX should read INT_MAX (this is correct in the 0.9.7-dev and
main branches)
|
2002-03-01 14:05:30 +00:00 |
|
Bodo Möller
|
f85b14c4ba
|
add missing '#endif'
Submitted by: Oscar Jacobsson <oscar@jacobsson.org>
|
2002-03-01 14:01:27 +00:00 |
|
Richard Levitte
|
03a6dcdf31
|
make update
|
2002-02-26 14:18:23 +00:00 |
|
Richard Levitte
|
bfb863b8b5
|
As in 0.9.7 and on, let's remove the use of MS_FAR, and thereby the
need for e_os.h.
|
2002-02-21 16:38:09 +00:00 |
|
Bodo Möller
|
f261295d9c
|
disable '#ifdef DEBUG' sections
|
2002-02-21 14:07:55 +00:00 |
|
Bodo Möller
|
f4702b467e
|
disable '#ifdef DEBUG' sections
|
2002-02-21 12:56:50 +00:00 |
|
Richard Levitte
|
2aa5dac48f
|
Stop assuming the IV is 8 bytes long, use the real size instead.
This is especially important for AES that has a 16 bytes IV.
|
2002-02-20 17:55:34 +00:00 |
|
Bodo Möller
|
e2d39e421d
|
fix indentation
|
2002-02-14 16:06:19 +00:00 |
|
Richard Levitte
|
2ff622cf9d
|
Add the configuration target VxWorks.
|
2002-02-14 15:36:50 +00:00 |
|
Ulf Möller
|
8935c03618
|
add casts as in head (required for VC++)
|
2002-02-11 17:44:30 +00:00 |
|
Richard Levitte
|
a5f158fa0b
|
ASN1_BIT_STRING_set_bit() didn't clear previously set bits
|
2002-02-03 21:27:04 +00:00 |
|
Lutz Jänicke
|
348c9e5985
|
Fix incorrect BIO_*_ctrl() macros (Shay Harding <sharding@ccbill.com>).
|
2002-01-21 17:58:53 +00:00 |
|
Richard Levitte
|
d16e3759a8
|
Patches to make OpenSSL compilable on MacOS/X.
Submitted by Pier Fumagalli <pier@betaversion.org>
|
2002-01-08 09:19:55 +00:00 |
|
Bodo Möller
|
4d4744ef48
|
fix EVP_CIPHER_mode macro
Submitted by: "Dan S. Camper" <dan@bti.net>
|
2002-01-04 13:04:15 +00:00 |
|