- 27 8月, 2001 1 次提交
-
-
由 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 7 次提交
-
-
由 Lutz Jänicke 提交于
-
由 Lutz Jänicke 提交于
-
由 Lutz Jänicke 提交于
-
由 Lutz Jänicke 提交于
-
由 Richard Levitte 提交于
don't disturb the rehashing process. Spotted and suggested patch from Rudo Thomas <rudo@internet.sk>
-
由 Dr. Stephen Henson 提交于
Make -passin -passout etc work again. Fix leak in ca.c when using -passin.
-
由 Dr. Stephen Henson 提交于
Add CRL utility functions to allow CRLs to be built up without accessing structures directly. Update ca.c to use new functions. Fix ca.c so it now build CRLs correctly again.
-
- 16 8月, 2001 2 次提交
-
-
由 Lutz Jänicke 提交于
-
由 Lutz Jänicke 提交于
or not.
-
- 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.
-