15a99e3d | 19-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. |
767f68cc | 19-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 ...
|
e84240d4 | 19-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. |
054810ec | 19-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 ...
|
b6735832 | 18-May-1999 |
Ulf Möller |
gcc < 2.8 does not support ultrasparc. |
35f7324c | 18-May-1999 |
Dr. Stephen Henson |
Change default PKCS#12 iteration count to 2048, include rsa_oeap_test in the test batch file. |
b0759f87 | 18-May-1999 |
Ulf Möller |
no-xxx options. |
a2b21737 | 18-May-1999 |
Ulf Möller |
BSD alpha config. Submitted by: Rich Bud <rbud@fortean.com> |
12ba413c | 18-May-1999 |
Bodo Möller |
Get rid of some unnecessary casts and add a necessary one. |
5d818c30 | 18-May-1999 |
Ulf Möller |
Spelling error. |
09ad8001 | 18-May-1999 |
Ralf S. Engelschall |
Protect applications from failing to compile when they try to directly include opensslv.h. |
75573c44 | 18-May-1999 |
Ralf S. Engelschall |
Don't forget that it's freeze time now... |
9c2e306a | 17-May-1999 |
Ulf Möller |
BC now compiles crypto/des |
fb92ba64 | 17-May-1999 |
Ulf Möller |
Move prototypes to the right place. |
bc2e519a | 17-May-1999 |
Bodo Möller |
If we couldn't handle "-showcerts" (which happens with the current SSL2 implementation), show at least the server certificate. |
92afda6c | 17-May-1999 |
Ulf Möller |
Mention "make depend". |
a03dd7a6 | 17-May-1999 |
Bodo Möller |
Substitute spaces for tab. |
703126f0 | 17-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. |
2cf9fcda | 17-May-1999 |
Ulf Möller |
Mention Andy's assembler stuff. |
75fa9917 | 17-May-1999 |
Ulf Möller |
mk1mf.pl syntax has been changed. |
db2b9835 | 17-May-1999 |
Bodo Möller |
Make MD5 work on Alpha, and fix a bug. Submitted by: Andy Polyakov |
673eadec | 17-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 ...
|
27a186cd | 17-May-1999 |
Bodo Möller |
gcc (in some versions) doesn't like the const_des_cblock typedef. So omit it for now :-( |
3f45ed82 | 17-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. |
8e93f12e | 17-May-1999 |
Bodo Möller |
Clarification. |