- 19 8月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
-
- 17 8月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
GNU ld comes first, checking the usage of collect2 gives that instead of GNU ld, even if GNU ld would be the one that would get used if we link using gcc. It's much better, apparently, to ask gcc directly what the path to GNU ld is (provided it's there at all and gcc knows about it), and ask the result if it's a GNU or not. The bonus is that our GNU ld detection mechanism got shorter and easier to understand...
-
- 14 8月, 2002 1 次提交
-
-
由 Bodo Möller 提交于
needed, call 'pod2man' directly if this works PR: 217
-
- 09 8月, 2002 2 次提交
-
-
由 Richard Levitte 提交于
variable doesn't already contain a -f argument. PR: 203, part 4
-
由 Bodo Möller 提交于
Additional changes: - use EC_GROUP_get_degree() in apps/req.c - add ECDSA and ECDH to apps/speed.c - adds support for EC curves over binary fields to ECDSA - new function EC_KEY_up_ref() in crypto/ec/ec_key.c - reorganize crypto/ecdsa/ecdsatest.c - add engine support for ECDH - fix a few bugs in ECDSA engine support Submitted by: Douglas Stebila <douglas.stebila@sun.com>
-
- 05 8月, 2002 1 次提交
-
-
由 Geoff Thorpe 提交于
-
- 02 8月, 2002 2 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
- 31 7月, 2002 2 次提交
-
-
由 Richard Levitte 提交于
Part of PR 181
-
由 Richard Levitte 提交于
Part of PR 181
-
- 23 7月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
This should complete PR 75
-
- 20 7月, 2002 1 次提交
-
-
由 Lutz Jänicke 提交于
other platforms. Submitted by: Reviewed by: PR: 134
-
- 17 7月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
-
- 28 6月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
handled properly. Part of PR 75
-
- 21 6月, 2002 2 次提交
-
-
由 Lutz Jänicke 提交于
-
由 Lutz Jänicke 提交于
Make sure to use the predefined PERL. Submitted by: Bernhard Simon <bs@bsws.zid.tuwien.ac.at> Reviewed by: PR:
-
- 12 6月, 2002 1 次提交
-
-
由 Lutz Jänicke 提交于
argument list length. This requires Gnu-tar. As we use the non-standard "tardy" software anyway, it doesn't hurt too much to require Gnu-tar. "make dist" will probably only be used by team-members anyway.
-
- 10 6月, 2002 2 次提交
-
-
由 Bodo Möller 提交于
-
由 Lutz Jänicke 提交于
-
- 06 6月, 2002 1 次提交
-
-
由 Lutz Jänicke 提交于
-
- 05 6月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
PR: 81
-
- 30 5月, 2002 2 次提交
-
-
由 Richard Levitte 提交于
Deal with that by testing any available pod2man and using it if appropriate, and falling back to util/pod2man.pl if none was found.
-
由 Richard Levitte 提交于
PR: 30
-
- 07 5月, 2002 1 次提交
-
-
由 Lutz Jänicke 提交于
Submitted by: bryanh@giraffe-data.com Reviewed by: PR: [openssl.org #18]
-
- 13 4月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
-
- 06 4月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
Currently only on GNUish linkers... Submitted by Steven Bade <sbade@austin.ibm.com>
-
- 14 2月, 2002 2 次提交
-
-
由 Richard Levitte 提交于
-
由 Bodo Möller 提交于
Submitted by: Nils Larsch <nla@trustcenter.de>
-
- 13 2月, 2002 3 次提交
-
-
由 Richard Levitte 提交于
CygWin 1.3.x, which includes thread and shared library support. Submitted by Corinna Vinschen <vinschen@redhat.com> and modified a little bit.
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
extensions to link together, there's no point looping at all.
-
- 08 2月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
automatically.
-
- 30 1月, 2002 1 次提交
-
-
由 Lutz Jänicke 提交于
-
- 29 1月, 2002 1 次提交
-
-
由 Lutz Jänicke 提交于
-
- 26 1月, 2002 2 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
make it possible to produce shared libraries on ReliantUNIX.
-
- 08 1月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
Submitted by Pier Fumagalli <pier@betaversion.org>
-
- 03 1月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
crypto/rijndael. Additionally, I applied the AES integration patch from Stephen Sprunk <stephen@sprunk.org> and fiddled it to work properly with the normal EVP constructs (and incidently work the same way as all other symmetric cipher implementations). This results in an API that looks a lot like the rest of the OpenSSL cipher suite.
-
- 02 1月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
libraries. Make a general change to support shared library linking flags in general. Noted by Nick Briggs <briggs@parc.xerox.com>
-
- 30 10月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
sooner and the programs get built against the shared libraries. This requires a bit more work. Things like -rpath and the possibility to still link the programs statically should be included. Some cleanup is also needed. This will be worked on.
-