- 20 5月, 1999 10 次提交
-
-
由 Ulf Möller 提交于
This also avoids the problems with SC4.2 and unpatched SC5. Submitted by: Andy Polyakov <appro@fy.chalmers.se>
-
由 Dr. Stephen Henson 提交于
do sensible things with extensions.
-
由 Bodo Möller 提交于
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
由 Bodo Möller 提交于
-
由 Ben Laurie 提交于
-
由 Bodo Möller 提交于
better suited for finding what went wrong in case that some compiler versions create an output we can't parse.
-
由 Bodo Möller 提交于
version), so we need echo $GCCVAR | sed ... instead of echo "$GCCVAR" | sed ... to process it as intended.
-
- 19 5月, 1999 6 次提交
-
-
由 Dr. Stephen Henson 提交于
to minimise the effects on existing code.
-
由 Bodo Möller 提交于
-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.
-
由 Ulf Möller 提交于
-
由 Dr. Stephen Henson 提交于
test batch file.
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
Submitted by: Rich Bud <rbud@fortean.com>
-
- 18 5月, 1999 10 次提交
-
-
由 Bodo Möller 提交于
-
由 Ulf Möller 提交于
-
由 Ralf S. Engelschall 提交于
try to directly include opensslv.h.
-
由 Ralf S. Engelschall 提交于
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
由 Bodo Möller 提交于
SSL2 implementation), show at least the server certificate.
-
由 Ulf Möller 提交于
-
由 Bodo Möller 提交于
-
由 Dr. Stephen Henson 提交于
extensions from RAW to DER to avoid confusion with raw extensions. Update NEWS file.
-
- 17 5月, 1999 10 次提交
-
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
由 Bodo Möller 提交于
Submitted by: Andy Polyakov
-
由 Bodo Möller 提交于
because of missing session ID context (so that application programmers are directly pointed to what they should do differently).
-
由 Bodo Möller 提交于
So omit it for now :-(
-
由 Bodo Möller 提交于
doesn't have a default value like the "-config" options of other openssl subprograms.
-
由 Bodo Möller 提交于
-
由 Dr. Stephen Henson 提交于
-
由 Bodo Möller 提交于
-
由 Dr. Stephen Henson 提交于
the secret key before we've encrypted it and using the right NID for RC2-64. Add various arguments to the experimental programs 'dec' and 'enc' to make testing less painful. This stuff has now been tested against Netscape Messenger and it can encrypt and decrypt S/MIME messages with RC2 (128, 64 and 40 bit) DES and triple DES. Its still experimental though...
-
- 16 5月, 1999 4 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
(meaning pointer to char) to des_cblock * (meaning pointer to array with 8 char elements), which allows the compiler to do more typechecking. (The changed argument types were of type des_cblock * back in SSLeay, and a lot of ugly casts were used then to turn them into pointers to elements; but it can be done without those casts.) Introduce new type const_des_cblock -- before, the pointers rather than the elements pointed to were declared const, and for some reason gcc did not complain about this (but some other compilers did).
-
由 Bodo Möller 提交于
which cost me some time to find out about.
-