- 25 1月, 2002 2 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
ERR_peek_last_error ERR_peek_last_error_line ERR_peek_last_error_line_data (supersedes ERR_peek_top_error). Rename OPENSSL_NO_OLD_DES_SUPPORT into OPENSSL_DISABLE_OLD_DES_SUPPORT because OPENSSL_NO_... indicates disabled algorithms (according to mkdef.pl).
-
- 23 1月, 2002 1 次提交
-
-
由 Ben Laurie 提交于
-
- 21 12月, 2001 2 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
- 04 10月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
-
- 24 9月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
Noticed by Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>.
-
- 12 9月, 2001 1 次提交
-
-
由 Geoff Thorpe 提交于
-
- 11 9月, 2001 2 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
- 06 9月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
In err.c, flags int_error_hash_set and int_thread_hash_set appear superfluous since we can just as well initialize int_error_hash and int_thread_hash to NULL. Change some of the err.c formatting to conform with the rest of OpenSSL.
-
- 04 9月, 2001 4 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
always load its strings because they might have been unloaded since the 'init' flag was deleted. But build_SYS_str_reasons() can use an 'init' flag.
-
由 Bodo Möller 提交于
-
由 Geoff Thorpe 提交于
"ERR_load_strings" function.
-
- 26 8月, 2001 1 次提交
-
-
由 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().
-
- 06 8月, 2001 1 次提交
-
-
由 Ben Laurie 提交于
-
- 01 8月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
-
- 31 7月, 2001 1 次提交
-
-
由 Ben Laurie 提交于
-
- 25 6月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
-
- 24 6月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
-
- 23 6月, 2001 2 次提交
-
-
由 Richard Levitte 提交于
errors through an arbitrary function.
-
由 Richard Levitte 提交于
-
- 06 6月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
-
- 07 5月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
like des_read_password and friends (backward compatibility functions using this new API are provided). The purpose is to remove prompting functions from the DES code section as well as provide for prompting through dialog boxes in a window system and the like.
-
- 15 3月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
-
- 13 3月, 2001 2 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
- 09 3月, 2001 2 次提交
-
-
由 Bodo Möller 提交于
errors can be tolerated, hide the error from 'make'. This gives shorter output both if ranlib fails and if it works.
-
由 Bodo Möller 提交于
-
- 08 3月, 2001 4 次提交
-
-
由 Bodo Möller 提交于
"make depend"
-
由 Bodo Möller 提交于
Change mkerr.pl so that it puts the ERR_load_..._strings() prototype in header files that it writes.
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
(It cannot possibly help to avoid duplicate 'name of file' strings in object files because the preprocessor does not work at object file level.)
-
- 07 3月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
-
- 06 3月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
Add EC vaporware: change relevant Makefiles and add some empty source files. "make update".
-
- 26 2月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
Note that all *_it variables are suddenly non-existant according to libeay.num. This is a bug that will be corrected. Please be patient.
-
- 22 2月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
and make all files the depend on it include it without prefixing it with openssl/. This means that all Makefiles will have $(TOP) as one of the include directories.
-
- 20 2月, 2001 2 次提交
-
-
由 Richard Levitte 提交于
missed any. This compiles and runs on Linux, and external applications have no problems with it. The definite test will be to build this on VMS.
-
由 Richard Levitte 提交于
sure they are available in opensslconf.h, by giving them names starting with "OPENSSL_" to avoid conflicts with other packages and by making sure e_os2.h will cover all platform-specific cases together with opensslconf.h. I've checked fairly well that nothing breaks with this (apart from external software that will adapt if they have used something like NO_KRB5), but I can't guarantee it completely, so a review of this change would be a good thing.
-