History log of /openssl/ (Results 35276 – 35300 of 36054)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
96a099f921-May-1999 Bodo Möller

Remove traces of bad idea :-)

95f9968e21-May-1999 Bodo Möller

Older versions of SINIX C development system inherited a bug from
SGI' cc; enable workaround.
Submitted by: Martin Kraemer

7e70181721-May-1999 Bodo Möller

It was a very bad idea to use #include "../e_os.h" -- when this occurs
in cryptlib.h (which is often included as "../cryptlib.h"), then the
question remains relative to which directory this i

It was a very bad idea to use #include "../e_os.h" -- when this occurs
in cryptlib.h (which is often included as "../cryptlib.h"), then the
question remains relative to which directory this is to be interpreted.
gcc went one further directory up, as intended; but makedepend thinks
differently, and so probably do some C compilers. So the ../ must go away;
thus e_os.h goes back into include/openssl (but I now use
#include "openssl/e_os.h" instead of <openssl/e_os.h> to make the point) --
and we have another huge bunch of dependency changes. Argh.

show more ...

d76c85a321-May-1999 Ben Laurie

Don't include top-level CVS directory.

31a352d121-May-1999 Dr. Stephen Henson

The last argument in the d2i_XXX_fp and d2i_XXX_bio functions should be
of type XXX ** not XXX *

d6847aed20-May-1999 Bodo Möller

Add a kludge :-(
There were problems with putting e_os.h just into the top directory,
because the test programs are compiled within test/ in the "standard"
case in in their original direc

Add a kludge :-(
There were problems with putting e_os.h just into the top directory,
because the test programs are compiled within test/ in the "standard"
case in in their original directories in the makefile.one case;
and in the latter symlinks may not be available.

show more ...

17e3dd1c20-May-1999 Bodo Möller

Don't install e_os.h in include/openssl, use it only as a local
include file.

9dff4cc020-May-1999 Ulf Möller

Bring VMS in sync with the recent changes.

Submitted by: Richard Levitte <levitte@stacken.kth.se>

60ed228e20-May-1999 Ben Laurie

On seconds thoughts, the version number shoud _never_ decrease.

c1c96de020-May-1999 Ben Laurie

Revert.

Revision tags: OpenSSL_0_9_3beta1
6b65962020-May-1999 Ben Laurie

Prepare for a beta release.

1444ba8d20-May-1999 Ulf Möller

NeXT doesn't have dirent.

Pointed out by Juergen Moellenhoff <jurgen@oic.de>

1fac96e420-May-1999 Ulf Möller

Detect Siemens platforms.

Submitted by: Martin Kraemer <Martin.Kraemer@MchP.Siemens.De>

4d5d543e20-May-1999 Bodo Möller

Some solaris-usparc MD5 fixes.

da70ff7120-May-1999 Ulf Möller

Avoid a warning.

Submitted by: Sylvain Robitaille <syl@alcor.concordia.ca>

7a01a45b20-May-1999 Ulf Möller

Declare test key data as static.

Submitted by: Andy Polyakov <appro@fy.chalmers.se>

21f213ed20-May-1999 Bodo Möller

Change self-description (mklink.pl is not just faster than the last
released version of mklink.sh -- the latter couldn't even handle
the ../../include/openssl case).

e14d444320-May-1999 Ulf Möller

Bignum library bug fix. IRIX 6 passes "make test" now!
This also avoids the problems with SC4.2 and unpatched SC5.

Submitted by: Andy Polyakov <appro@fy.chalmers.se>

257e206d19-May-1999 Dr. Stephen Henson

Include some notes on basic extension usage and change openssl.cnf to usually
do sensible things with extensions.

a2cb725319-May-1999 Bodo Möller

Add -mv8 to solaris-usparc-oldgcc.

62de849719-May-1999 Ulf Möller

Typos.

405b4a7e19-May-1999 Ulf Möller

Oops.

33d50ef619-May-1999 Ulf Möller

Small corrections.

06064bb519-May-1999 Bodo Möller

Note that the numbering scheme used to be different.

e90c772919-May-1999 Ben Laurie

Switch to new version numbering scheme.

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