History log of /openssl/ (Results 35701 – 35725 of 36054)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
e42263c222-Mar-1999 Ralf S. Engelschall

Remove up_ver.pl call

8b8839ba22-Mar-1999 Ralf S. Engelschall

up_ver.pl is now obsolete

4f0a2bce22-Mar-1999 Ralf S. Engelschall

More 0.9.2 -> 0.9.2b

e98b5b5822-Mar-1999 Ralf S. Engelschall

Be consistent: 0.9.2b

d56128f022-Mar-1999 Ralf S. Engelschall

Remove obsolete references to SSLeay and change default PLATFORM from
"FreeBSD" to the generic "dist" as it's done implicitly by "make dist".

5ea177cf22-Mar-1999 Ralf S. Engelschall

Print a little bit more information

b4cadc6e22-Mar-1999 Ben Laurie

Fix security hole.


CHANGES
README
apps/Makefile.ssl
apps/s_apps.h
apps/s_server.c
apps/s_socket.c
apps/sess_id.c
crypto/Makefile.ssl
crypto/asn1/Makefile.ssl
crypto/asn1/asn1_lib.c
crypto/bf/Makefile.ssl
crypto/bf/bf_ecb.c
crypto/bio/Makefile.ssl
crypto/bn/Makefile.ssl
crypto/bn/bn_lib.c
crypto/buffer/Makefile.ssl
crypto/cast/Makefile.ssl
crypto/cast/c_ecb.c
crypto/comp/Makefile.ssl
crypto/conf/Makefile.ssl
crypto/conf/conf.c
crypto/crypto.h
crypto/cversion.c
crypto/des/Makefile.ssl
crypto/des/ecb_enc.c
crypto/dh/Makefile.ssl
crypto/dh/dh_lib.c
crypto/dsa/Makefile.ssl
crypto/dsa/dsa_lib.c
crypto/err/Makefile.ssl
crypto/evp/Makefile.ssl
crypto/evp/evp_enc.c
crypto/hmac/Makefile.ssl
crypto/idea/Makefile.ssl
crypto/idea/i_ecb.c
crypto/lhash/Makefile.ssl
crypto/lhash/lhash.c
crypto/md2/Makefile.ssl
crypto/md2/md2_dgst.c
crypto/md5/Makefile.ssl
crypto/md5/md5_dgst.c
crypto/mdc2/Makefile.ssl
crypto/objects/Makefile.ssl
crypto/opensslv.h
crypto/pem/Makefile.ssl
crypto/pem/pem_lib.c
crypto/pkcs7/Makefile.ssl
crypto/rand/Makefile.ssl
crypto/rand/md_rand.c
crypto/rc2/Makefile.ssl
crypto/rc2/rc2_ecb.c
crypto/rc4/Makefile.ssl
crypto/rc4/rc4_skey.c
crypto/rc5/Makefile.ssl
crypto/rc5/rc5_ecb.c
crypto/ripemd/Makefile.ssl
crypto/ripemd/rmd_dgst.c
crypto/rsa/Makefile.ssl
crypto/rsa/rsa_lib.c
crypto/sha/Makefile.ssl
crypto/sha/sha1dgst.c
crypto/sha/sha_dgst.c
crypto/stack/Makefile.ssl
crypto/stack/stack.c
crypto/txt_db/Makefile.ssl
crypto/txt_db/txt_db.c
crypto/x509/Makefile.ssl
crypto/x509/x509_vfy.c
crypto/x509v3/Makefile.ssl
rsaref/Makefile.ssl
ssl/Makefile.ssl
ssl/s23_lib.c
ssl/s2_lib.c
ssl/s3_clnt.c
ssl/s3_lib.c
ssl/s3_srvr.c
ssl/ssl.err
ssl/ssl.h
ssl/ssl_asn1.c
ssl/ssl_err.c
ssl/ssl_lib.c
ssl/ssl_sess.c
ssl/ssl_txt.c
ssl/t1_lib.c
test/Makefile.ssl
test/testsid.pem
util/ssleay.num
0f42356720-Mar-1999 Ralf S. Engelschall

Add missing pipe char to "make dist" target.
Found by Richard Levitte <levitte@stacken.kth.se>

f4f2fe4020-Mar-1999 Ralf S. Engelschall

Remove confusing hint to non-existing file. Instead make it clear that one
shouldn't change it manually just here. The util/ssldir.pl script does more
and has to be used for this. Pointed o

Remove confusing hint to non-existing file. Instead make it clear that one
shouldn't change it manually just here. The util/ssldir.pl script does more
and has to be used for this. Pointed out by Jacques Supcik
<supcik@inf.ethz.ch>.

show more ...

afb2306320-Mar-1999 Ralf S. Engelschall

Some more source tree cleanups (removed obsolete files crypto/bf/asm/bf586.pl,
test/test.txt and crypto/sha/asm/f.s; changed permission on "config" script to
be executable) and a fix for the

Some more source tree cleanups (removed obsolete files crypto/bf/asm/bf586.pl,
test/test.txt and crypto/sha/asm/f.s; changed permission on "config" script to
be executable) and a fix for the INSTALL document.

Submitted by: Ulf Moeller <ulf@fitug.de>
Reviewed by: Ralf S. Engelschall

show more ...

e2e044fa17-Mar-1999 Dr. Stephen Henson

Comment out the lines that generated by mk1mf.pl include three separate rules
that are equivalent to $(OUT_D). This was what was causing the 'too many rules'
warning under VC++.

0b415fb014-Mar-1999 Dr. Stephen Henson

Using int for the digest length in EVP_DigestFinal() broke some compilers.
Changed to unsigned int: also need an evil cast in pk7_doit.c because a
signed, unsigned comparison chokes VC++.

199d59e514-Mar-1999 Dr. Stephen Henson

Remove some references which called malloc and free instead of Malloc and Free.

b29524c112-Mar-1999 Dr. Stephen Henson

Delete Win32 test with testreq.pem and req: there is already a test with
testreq2.pem.

b4899bb112-Mar-1999 Ben Laurie

Fail if test fails.

2a04d1e412-Mar-1999 Ben Laurie

Update dependencies.

999e571512-Mar-1999 Ben Laurie

Allow bsdi-gcc - see if it gets anyone anywhere.

29c0fccb12-Mar-1999 Ben Laurie

Solaris shared library support.

463dc74212-Mar-1999 Ben Laurie

This is now generated, it seems.

cadf126b12-Mar-1999 Ben Laurie

Use the right compiler for ctx_size.

bc420ac512-Mar-1999 Dr. Stephen Henson

Delete NULL ciphers from 'ALL' in the cipher list aliases. This means that
NULL ciphers specifically have to be enabled with e.g. "DEFAULT:eNULL". This
prevents cipher lists from inadvertantl

Delete NULL ciphers from 'ALL' in the cipher list aliases. This means that
NULL ciphers specifically have to be enabled with e.g. "DEFAULT:eNULL". This
prevents cipher lists from inadvertantly having NULL ciphers at the top
of their list (e.g. the default ones) because they didn't have to be taken
into account before.

show more ...

abd4c91511-Mar-1999 Dr. Stephen Henson

Fix for RSA private key encryption if p < q. This took ***ages*** to track down.

47c389e710-Mar-1999 Ralf S. Engelschall

Just cosmetics: replace a tab with a normal space because
the tab always looked too estoeric to my eyes while building... ;)

7e37e72a10-Mar-1999 Ralf S. Engelschall

Be less restrictive and allow also `perl util/perlpath.pl /path/to/bin/perl'
in addition to `perl util/perlpath.pl /path/to/bin', because this way one can
also use an interpreter named `perl5

Be less restrictive and allow also `perl util/perlpath.pl /path/to/bin/perl'
in addition to `perl util/perlpath.pl /path/to/bin', because this way one can
also use an interpreter named `perl5' (which is usually the name of Perl 5.xxx
on platforms where an Perl 4.x is still installed as `perl').

Submitted by: Matthias Loepfe <Matthias.Loepfe@adnovum.ch>
Reviewed by: Ralf S. Engelschall

show more ...

637691e610-Mar-1999 Ralf S. Engelschall

Let util/clean-depend.pl work also with older Perl 5.00x versions.

Submitted by: Matthias Loepfe <Matthias.Loepfe@adnovum.ch>
Reviewed by: Ralf S. Engelschall

1...<<1421142214231424142514261427142814291430>>...1443