History log of /openssl/ (Results 35751 – 35775 of 36460)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
cbbd384015-May-1999 Bodo Möller

Use e_os2.h, not e_os.h in exported header file des.h.

fa470a8415-May-1999 Bodo Möller

e_os2.h is used for things that must be visible when external applications
use (certain parts of) OpenSSL.

2a4a0a3415-May-1999 Bodo Möller

e_os* corrections.

64a3b11b15-May-1999 Bodo Möller

Comment.

79479f0215-May-1999 Bodo Möller

Bugfix (set shutdown only when we should).
Submitted by: Oleg Girko

21419a7415-May-1999 Bodo Möller

Update.

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.

1...<<1431143214331434143514361437143814391440>>...1459