History log of /openssl/ (Results 35351 – 35375 of 36054)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
531b2cf715-May-1999 Ben Laurie

Get rid of the cast.

ad2cb8b415-May-1999 Bodo Möller

Return 0 for an error, 1 for no error from read_options;
that's what the calling code seems to expect.

d340735015-May-1999 Bodo Möller

Comment.

e2e3d5ce15-May-1999 Bodo Möller

A comment.

8aa5b77c14-May-1999 Bodo Möller

Avoid compiler warnings for x86.

1ad2ecb614-May-1999 Dr. Stephen Henson

The encoding of negative ASN1 INTEGERs and the conversion of BNs to negative
integers was completely broken. Also added a NEG_PUBKEY_BUG compilation option
to compensate for public keys impro

The encoding of negative ASN1 INTEGERs and the conversion of BNs to negative
integers was completely broken. Also added a NEG_PUBKEY_BUG compilation option
to compensate for public keys improperly encoded as negative integers.

show more ...

2a82c7cf14-May-1999 Bodo Möller

Various bugfixes: Uses locking for some more of the stuff that is not
thread-safe (where thread-safe counterparts are not available on all
platforms), and don't memcpy to NULL-pointers
Su

Various bugfixes: Uses locking for some more of the stuff that is not
thread-safe (where thread-safe counterparts are not available on all
platforms), and don't memcpy to NULL-pointers
Submitted by: Anonymous
Reviewed by: Bodo Moeller

Also, clean up htons vs. ntohs confusions.

show more ...

d36bcdf514-May-1999 Bodo Möller

Fix cryptlib.c.
Submitted by:
Reviewed by:
PR:

3ae7667914-May-1999 Bodo Möller

Introduce and use function typedef pem_password_cb so that we don't call
those functions without having a parameter list declaration.
(There are various similar cases left ...)

e6d0b6ec14-May-1999 Bodo Möller

*** empty log message ***

0c0334b014-May-1999 Bodo Möller

Delete a wish.

dbd1e38414-May-1999 Bodo Möller

Change cast in function calls to that which is, I think, the right
one for those functions (is it?).

1b24cca913-May-1999 Bodo Möller

Add release dates to the "CHANGES" file, because that's an obvious
place to look for them.

7de82c2913-May-1999 Ulf Möller

Missed one line.

608217d813-May-1999 Bodo Möller

Don't use reserved name "_encrypt" for parameters;
instead I've picked "enc", because that's what's in the prototypes.
("_encrypt" is reserved only as an external name, but still
using it

Don't use reserved name "_encrypt" for parameters;
instead I've picked "enc", because that's what's in the prototypes.
("_encrypt" is reserved only as an external name, but still
using it in an application doesn't look like good style to me --
and it certainly isn't if the point is just avoiding shadowing,
which is apparently why the previous name "encrypt" was changed.)

show more ...

2adca9cd13-May-1999 Ben Laurie

Update dependencies.

09feda5c13-May-1999 Ulf Möller

Cut&paste error.

ce457a5413-May-1999 Ulf Möller

Oops. Close the file.

90ba7e2113-May-1999 Ben Laurie

Avoid shadowing, and a bit of constification while I'm at it.

224551f713-May-1999 Bodo Möller

Some tiny clean-ups related to the cert_st / sess_cert_st change.

b56bce4f13-May-1999 Bodo Möller

New structure type SESS_CERT used instead of CERT inside SSL_SESSION.
While modifying the sources, I found some inconsistencies on the use of
s->cert vs. s->session->sess_cert; I don't know i

New structure type SESS_CERT used instead of CERT inside SSL_SESSION.
While modifying the sources, I found some inconsistencies on the use of
s->cert vs. s->session->sess_cert; I don't know if those could
really have caused problems, but possibly this is a proper bug-fix
and not just a clean-up.

show more ...

0981259a13-May-1999 Bodo Möller

For solaris-usparc configurations, avoid problems with GNU as, which
cannot handle all opcodes we need.

5c83b4c913-May-1999 Ulf Möller

Remove redundant ifdef.

75e0770d13-May-1999 Ulf Möller

VMS support bug fixes.

f7fd2ff713-May-1999 Ulf Möller

VMS support.

Submitted by: Richard Levitte <richard@levitte.org>

1...<<1411141214131414141514161417141814191420>>...1443