- Sep 01, 2001
-
-
Ulf Möller authored
-mcpu=i486 is new as of gcc 2.95, and if you have that, you wouldn't want to optimize for 486 anyway.
-
- Aug 28, 2001
-
-
Geoff Thorpe authored
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.
-
Geoff Thorpe authored
leave memory debugging turned off. [Spotted by Götz Babin-Ebell]
-
Ben Laurie authored
-
- Aug 27, 2001
-
-
Geoff Thorpe authored
leak.
-
- Aug 26, 2001
-
-
Geoff Thorpe authored
-
Geoff Thorpe authored
-
Ben Laurie authored
-
Ben Laurie authored
-
- Aug 25, 2001
-
-
Geoff Thorpe authored
-
Geoff Thorpe authored
-
Geoff Thorpe authored
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 authored
-
Geoff Thorpe authored
counts in DH, DSA, and RSA structures. Instead they use the new "***_up()" functions that handle this.
-
Geoff Thorpe authored
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.
-
Lutz Jänicke authored
-
Lutz Jänicke authored
-
Lutz Jänicke authored
-
- Aug 24, 2001
-
-
Lutz Jänicke authored
-
Lutz Jänicke authored
(found by Massimiliano Pala <madwolf@hackmasters.net>).
-
- Aug 23, 2001
-
-
Dr. Stephen Henson authored
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 authored
-
Lutz Jänicke authored
-
Lutz Jänicke authored
-
Lutz Jänicke authored
-
Lutz Jänicke authored
-
- Aug 22, 2001
-
-
Ulf Möller authored
-
Ben Laurie authored
-
- Aug 21, 2001
-
-
Lutz Jänicke authored
-
Lutz Jänicke authored
Hopefully it is clear enough, that it is currently not recommended.
-
Lutz Jänicke authored
-
- Aug 20, 2001
-
-
Lutz Jänicke authored
-
- Aug 19, 2001
-
-
Lutz Jänicke authored
-
- Aug 18, 2001
-
-
Ben Laurie authored
-
Ben Laurie authored
-
Ben Laurie authored
-
Ben Laurie authored
-
- Aug 17, 2001
-
-
Lutz Jänicke authored
-
Lutz Jänicke authored
-
Lutz Jänicke authored
-