- 02 1月, 2002 2 次提交
-
-
由 Richard Levitte 提交于
libraries. Make a general change to support shared library linking flags in general. Noted by Nick Briggs <briggs@parc.xerox.com>
-
由 Richard Levitte 提交于
Submitted by "Bryan W. Headley" <bheadley@interaccess.com>
-
- 06 12月, 2001 1 次提交
-
-
由 Lutz Jänicke 提交于
("Anton J. Gamel" <gamel@anna.anatomie.uni-freiburg.de>)
-
- 30 11月, 2001 1 次提交
-
-
由 Lutz Jänicke 提交于
-
- 27 11月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
build.
-
- 22 11月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
Submitted by: Richard Shapiro <rshapiro@abinitio.com>
-
- 12 11月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
field here, which is left empty). Various configurations are *only* in the 0.9.6 branch at the moment: OpenUNIX OpenUNIX-8-gcc-shared OpenUNIX-8-shared Either Configure or CHANGES must be changed to rectify the situation.
-
- 10 10月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
used or not, let's ask collect2 which ld it uses and choose to use the target do-gnu_shared if GNU ld is used. This solves the reported problems on Solaris systems where GNU cc is used but GNU ld isn't, and probably on other systems with similar setups.
-
- 22 9月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
what we look for in crypto/evp.
-
- 06 9月, 2001 6 次提交
-
-
由 Lutz Jänicke 提交于
-
由 Lutz Jänicke 提交于
-
由 Lutz Jänicke 提交于
(Boyd Lynn Gerber <gerberb@zenez.com>).
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
- 05 9月, 2001 1 次提交
-
-
由 Ulf Möller 提交于
-
- 01 9月, 2001 1 次提交
-
-
由 Ulf Möller 提交于
-mcpu=i486 is new as of gcc 2.95, and if you have that, you wouldn't want to optimize for 486 anyway.
-
- 13 8月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
me the same and that the correct option is -mcpu=i486. I'm assuming -mcpu has been around for some time, and that it's therefore safe to change all occurences of -m486 to -mcpu=i486.
-
- 10 8月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
His comments are: 1) Changes all references for `True64' to be `Tru64', which is the correct spelling for the OS name. 2) Makes `alpha-cc' be the same as `alpha164-cc', and adds an `alphaold-cc' entry that is the same as the previous `alpha-cc'. The reason is that most people these days are using the newer compiler, so it should be the default. 3) Adds a bit of commentary to Configure, regarding the name changes of the OS over the years, so it's not so confusing to people that haven't been with the OS for a while. 4) Adds an `alpha-cc-rpath' target (which is *not* selected automatically by Configure under any circumstance) that builds an RPATH into the shared libraries. This is explained in the comment in Configure. It's very very useful for people that want it, and people that don't want it just shouldn't choose that target. 5) Adds the `-pthread' flag as the best way to get POSIX thread support from the newer compiler. 6) Updates the Makefile targets, so that when the `alpha164-cc', `alpha-cc', or `alpha-cc-rpath' target is what Configure is set to use, it uses a Makefile target that includes the `-msym' option when building the shared library. This is a performance enhancement. 7) Updates `config' so that if it detects you're running version 4 or 5 of the OS, it automatically selects `alpha-cc', but uses `alphaold-cc' for versions 1-3 of the OS. 8) Updates the comment in opensslv.h, fixing both the OS name typo and adding a reference to IRIX 6.x, since the shared library semantics are virtually identical there.
-
- 04 8月, 2001 1 次提交
-
-
由 Ben Laurie 提交于
-
- 31 7月, 2001 1 次提交
-
-
由 Andy Polyakov 提交于
HP-UX in common in ./config). Note that for the moment of this writing none of 64-bit platforms pass bntest. I'm committing this anyway as it's too frustrating to patch snapshots over and over while 0.9.6 is known to work.
-
- 25 7月, 2001 1 次提交
-
-
由 Andy Polyakov 提交于
explicitely noted that 64-bit SPARCv9 ABI is not officially supported by GCC 3.0 (support is scheduled for 3.1 release), but it appears to work, at the very least 'make test' passes...
-
- 21 7月, 2001 1 次提交
-
-
由 Ben Laurie 提交于
OpenBSD /dev/crypto (this will be revamped later when the appropriate machinery is available).
-
- 12 7月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
decompression. It can be set up to link at link time or to load the zlib library at run-time.
-
- 10 7月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
SSL according to RFC 2712. His comment is: This is a patch to openssl-SNAP-20010702 to support Kerberized SSL authentication. I'm expecting to have the full kssl-0.5 kit up on sourceforge by the end of the week. The full kit includes patches for mod-ssl, apache, and a few text clients. The sourceforge URL is http://sourceforge.net/projects/kssl/ . Thanks to a note from Simon Wilkinson I've replaced my KRB5 AP_REQ message with a real KerberosWrapper struct. I think this is fully RFC 2712 compliant now, including support for the optional authenticator field. I also added openssl-style ASN.1 macros for a few Kerberos structs; see crypto/krb5/ if you're interested.
-
- 02 7月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
Contributed by "Brian Havard" <brianh@kheldar.apana.org.au>
-
- 23 6月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 13 5月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Fix OPENSSL_IMPLEMENT_GLOBAL. Allow Win32 to use EXPORT_VAR_AS_FN in mkdef.pl make update.
-
- 03 5月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
-
- 05 4月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
-
- 04 4月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
-
- 03 4月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
-
- 28 3月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
(at least hopefully :-)) been fixed.
-
- 27 3月, 2001 2 次提交
-
-
由 Richard Levitte 提交于
Reports seem to show that asm/mips3.s has faults. To be investigated, but let's avoid using it in the mean time
-
由 Richard Levitte 提交于
variables and disable the Alpha assembler for now, since it has been shown to fail. The Alpha failure can be shown by adding the following numbers: FFFFFFFFFFFFFF0000FF2E00000000EBFFFFFF0000D1 FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF46FFE0FFFF0000 The result is: 1FFFFFFFFFFFEFF0000FF2E0000000032FFE0FEFF00D1 The result should really be: 1FFFFFFFFFFFFFF0000FF2E0000000032FFE0FEFF00D1
-
- 24 3月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
there's no need fooling ourselves, it's the gnu-shared method that we should use. Do it for Solaris to begin with.
-
- 18 3月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
New cofiguration for Unixwre and SCO,with slightly better granularity. Contributed by Tim Rice <tim@multitalents.net>
-
- 16 3月, 2001 2 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
- 11 3月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
-