- 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.
-
- 29 8月, 2001 1 次提交
-
-
由 Geoff Thorpe 提交于
this construct, and Ulf provided the following insight as to why; > ANSI C compliant compilers must substitute "??)" for "]" because your > terminal might not have a "]" key if you bought it in the early 1970s. So we escape the final '?' to avoid this pathological case.
-
- 28 8月, 2001 3 次提交
-
-
由 Geoff Thorpe 提交于
leave memory debugging turned off. [Spotted by Götz Babin-Ebell]
-
由 Ben Laurie 提交于
-
由 Geoff Thorpe 提交于
leak.
-
- 27 8月, 2001 4 次提交
-
-
由 Geoff Thorpe 提交于
-
由 Geoff Thorpe 提交于
-
由 Ben Laurie 提交于
-
由 Ben Laurie 提交于
-
- 26 8月, 2001 6 次提交
-
-
由 Geoff Thorpe 提交于
-
由 Geoff Thorpe 提交于
-
由 Geoff Thorpe 提交于
error strings and a hash table storing per-thread error state) go via an ERR_FNS function table. The first time an ERR operation occurs, the implementation that will be used (from then on) is set to the internal "defaults" implementation if it has not already been set. The actual LHASH tables are only accessed by this implementation. This is primarily for modules that can be loaded at run-time and bound into an application (or a shared-library version of OpenSSL). If the module has its own statically-linked copy of OpenSSL code - this mechanism allows it to *not* create and use ERR information in its own linked "ERR" code, but instead to use and interact with the state stored in the loader (application or shared library). The loader calls ERR_get_implementation() and the return value is what the module should use when calling its own copy of ERR_set_implementation().
-
由 Geoff Thorpe 提交于
-
由 Geoff Thorpe 提交于
counts in DH, DSA, and RSA structures. Instead they use the new "***_up()" functions that handle this.
-
由 Geoff Thorpe 提交于
dependant code has to directly increment the "references" value of each such structure using the corresponding lock. Apart from code duplication, this provided no "REF_CHECK/REF_PRINT" checking and violated encapsulation.
-
- 25 8月, 2001 3 次提交
-
-
由 Lutz Jänicke 提交于
-
由 Lutz Jänicke 提交于
-
由 Lutz Jänicke 提交于
-
- 24 8月, 2001 6 次提交
-
-
由 Lutz Jänicke 提交于
-
由 Lutz Jänicke 提交于
(found by Massimiliano Pala <madwolf@hackmasters.net>).
-
由 Dr. Stephen Henson 提交于
connection so it can prompt for pass phrase on startup instead of after the first connection. Add -port switch to usage message.
-
由 Dr. Stephen Henson 提交于
-
由 Lutz Jänicke 提交于
-
由 Lutz Jänicke 提交于
-
- 23 8月, 2001 4 次提交
-
-
由 Lutz Jänicke 提交于
-
由 Lutz Jänicke 提交于
-
由 Ulf Möller 提交于
-
由 Ben Laurie 提交于
-
- 21 8月, 2001 3 次提交
-
-
由 Lutz Jänicke 提交于
-
由 Lutz Jänicke 提交于
Hopefully it is clear enough, that it is currently not recommended.
-
由 Lutz Jänicke 提交于
-
- 20 8月, 2001 2 次提交
-
-
由 Lutz Jänicke 提交于
-
由 Lutz Jänicke 提交于
-
- 19 8月, 2001 2 次提交
-
-
由 Ben Laurie 提交于
-
由 Ben Laurie 提交于
-
- 18 8月, 2001 3 次提交
-
-
由 Ben Laurie 提交于
-
由 Ben Laurie 提交于
-
由 Lutz Jänicke 提交于
-
- 17 8月, 2001 2 次提交
-
-
由 Lutz Jänicke 提交于
-
由 Lutz Jänicke 提交于
-