- 18 12月, 1999 5 次提交
-
-
由 Richard Levitte 提交于
- Moved the handling of compile-time defaults from crypto.h to mem_dbg.c, since it doesn't make sense for the library users to try to affect this without recompiling libcrypto. - Made sure V_CRYPTO_MDEBUG_TIME and V_CRYPTO_MDEBUG_THREAD had clear and constant definitions. - Aesthetic correction.
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
from MemCheck_start() to CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON) because that is what applications should use (MemCheck_start/stop never really worked for applications unless CRYPTO_MDEBUG was defined both when compiling the library and when compiling the application, so probably we should get rid of it).
-
由 Richard Levitte 提交于
-
- 17 12月, 1999 3 次提交
-
-
由 Richard Levitte 提交于
With this change, the following is provided and present at all times (meaning CRYPTO_MDEBUG is no longer required to get this functionality): - hooks to provide your own allocation and deallocation routines. They have to have the same interface as malloc(), realloc() and free(). They are registered by calling CRYPTO_set_mem_functions() with the function pointers. - hooks to provide your own memory debugging routines. The have to have the same interface as as the CRYPTO_dbg_*() routines. They are registered by calling CRYPTO_set_mem_debug_functions() with the function pointers. I moved everything that was already built into OpenSSL and did memory debugging to a separate file (mem_dbg.c), to make it clear what is what. With this, the relevance of the CRYPTO_MDEBUG has changed. The only thing in crypto/crypto.h that it affects is the definition of the MemCheck_start and MemCheck_stop macros.
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
- 16 12月, 1999 1 次提交
-
-
由 Ulf Möller 提交于
-
- 15 12月, 1999 2 次提交
-
-
由 Dr. Stephen Henson 提交于
again.
-
由 Dr. Stephen Henson 提交于
encrypted mail. Also update the smime docs.
-
- 14 12月, 1999 2 次提交
-
-
由 Ulf Möller 提交于
(bug reports keep coming in because that was still missing in 0.9.4)
-
由 Dr. Stephen Henson 提交于
and not excluding parameters with DSA keys.
-
- 13 12月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Fix a typo in a_enum.c.
-
- 12 12月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 10 12月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Also fix a memory leak in PKCS#7 routines.
-
- 09 12月, 1999 3 次提交
-
-
由 Dr. Stephen Henson 提交于
Fix the usage message of smime utility and sanitise the return codes. Add some documentation.
-
由 Ulf Möller 提交于
-
由 Bodo Möller 提交于
in the apps/ directory (which were recently changed).
-
- 08 12月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 07 12月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
to a file if we are verifying.
-
- 05 12月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 04 12月, 1999 5 次提交
-
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
library. See: http://www.CORE-SDI.COM/english/ssh/index.html Submitted by: Reviewed by: PR:
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
Never use des_set_key (it depends on the global variable des_check_key), but usually des_set_key_unchecked. Only destest.c bothered to look at the return values of des_set_key, but it did not set des_check_key -- if it had done so, most checks would have failed because of wrong parity and because of weak keys.
-
- 03 12月, 1999 2 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
new purpose getting function. Update the ca-cert.pem and pca-cert.pem "CA" certificates so they really are CA certificate: that is they have the appropriate extensions.
-
- 02 12月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
either and has a static and dynamic mix.
-
- 01 12月, 1999 2 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Ben Laurie 提交于
-
- 30 11月, 1999 3 次提交
-
-
由 Dr. Stephen Henson 提交于
in the x509 utility.
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
SSL_CTX and SSL, functions to set them and defaults if no values set.
-
- 29 11月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
yet. Add a function X509_STORE_CTX_purpose_inherit() which implements the logic of "inheriting" purpose and trust from a parent structure and using a default: this will be used in the SSL code and possibly future S/MIME. Partial documentation of the 'verify' utility. Still need to document how all the extension checking works and the various error messages.
-
- 28 11月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
trust settings of the root CA. After a few fixes it seems to work OK. Still need to add support to SSL and S/MIME code though.
-
- 27 11月, 1999 3 次提交
-
-
由 Richard Levitte 提交于
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
in a table. Doesn't do too much yet. Make the -<digestname> options in 'x509' affect all relevant options. Change the name of the 'notrust' options to 'reject' as this causes less confusion and is a better description of the effect. A few constification changes.
-