History log of /openssl/ (Results 35301 – 35325 of 36054)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
15a99e3d19-May-1999 Bodo Möller

Convert gcc version detection (for solaris-usparc-gcc) into a form
better suited for finding what went wrong in case that some compiler
versions create an output we can't parse.

767f68cc19-May-1999 Bodo Möller

Bugfix: GCCVAR contains two lines ("Reading specs ..." and the actual
version), so we need
echo $GCCVAR | sed ...
instead of
echo "$GCCVAR" | sed ...
to process it as intend

Bugfix: GCCVAR contains two lines ("Reading specs ..." and the actual
version), so we need
echo $GCCVAR | sed ...
instead of
echo "$GCCVAR" | sed ...
to process it as intended.

show more ...

e84240d419-May-1999 Dr. Stephen Henson

New functions sk_set, sk_value and sk_num to replace existing macros: this is
to minimise the effects on existing code.

054810ec19-May-1999 Bodo Möller

For Solaris with old gcc versions (that don't understand
-mcpu=ultrasparc), don't silently step to solaris-sparc-gcc, which
would unnecessarily use less efficient assembler code.
Instead,

For Solaris with old gcc versions (that don't understand
-mcpu=ultrasparc), don't silently step to solaris-sparc-gcc, which
would unnecessarily use less efficient assembler code.
Instead, use new configuration variant solaris-usparc-oldgcc;
this also means that someone who reads the output of ./config will
notice that it may be advantegeous to upgrade gcc.

show more ...

b673583218-May-1999 Ulf Möller

gcc < 2.8 does not support ultrasparc.

35f7324c18-May-1999 Dr. Stephen Henson

Change default PKCS#12 iteration count to 2048, include rsa_oeap_test in the
test batch file.

b0759f8718-May-1999 Ulf Möller

no-xxx options.

a2b2173718-May-1999 Ulf Möller

BSD alpha config.

Submitted by: Rich Bud <rbud@fortean.com>

12ba413c18-May-1999 Bodo Möller

Get rid of some unnecessary casts and add a necessary one.

5d818c3018-May-1999 Ulf Möller

Spelling error.

09ad800118-May-1999 Ralf S. Engelschall

Protect applications from failing to compile when they
try to directly include opensslv.h.

75573c4418-May-1999 Ralf S. Engelschall

Don't forget that it's freeze time now...

9c2e306a17-May-1999 Ulf Möller

BC now compiles crypto/des

fb92ba6417-May-1999 Ulf Möller

Move prototypes to the right place.

bc2e519a17-May-1999 Bodo Möller

If we couldn't handle "-showcerts" (which happens with the current
SSL2 implementation), show at least the server certificate.

92afda6c17-May-1999 Ulf Möller

Mention "make depend".

a03dd7a617-May-1999 Bodo Möller

Substitute spaces for tab.

703126f017-May-1999 Dr. Stephen Henson

Various clarifications to extension docs: change the name of literal
extensions from RAW to DER to avoid confusion with raw extensions.

Update NEWS file.

2cf9fcda17-May-1999 Ulf Möller

Mention Andy's assembler stuff.

75fa991717-May-1999 Ulf Möller

mk1mf.pl syntax has been changed.

db2b983517-May-1999 Bodo Möller

Make MD5 work on Alpha, and fix a bug.
Submitted by: Andy Polyakov

673eadec17-May-1999 Bodo Möller

Additional, more descriptive error message for rejection of a session ID
because of missing session ID context (so that application programmers
are directly pointed to what they should do dif

Additional, more descriptive error message for rejection of a session ID
because of missing session ID context (so that application programmers
are directly pointed to what they should do differently).

show more ...

27a186cd17-May-1999 Bodo Möller

gcc (in some versions) doesn't like the const_des_cblock typedef.
So omit it for now :-(

3f45ed8217-May-1999 Bodo Möller

Rename "openssl x509" option "-config" to "-extfile", because it
doesn't have a default value like the "-config" options of other
openssl subprograms.

8e93f12e17-May-1999 Bodo Möller

Clarification.

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