- 06 9月, 2013 1 次提交
-
-
- 07 4月, 2011 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 26 1月, 2011 1 次提交
-
-
由 Dr. Stephen Henson 提交于
library dependencies.
-
- 14 1月, 2011 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 06 8月, 2008 1 次提交
-
-
由 Geoff Thorpe 提交于
deprecate the original (numeric-only) scheme, and replace with the CRYPTO_THREADID object. This hides the platform-specifics and should reduce the possibility for programming errors (where failing to explicitly check both thread ID forms could create subtle, platform-specific bugs). Thanks to Bodo, for invaluable review and feedback.
-
- 04 7月, 2008 1 次提交
-
-
由 Geoff Thorpe 提交于
version some time soon.
-
- 16 6月, 2008 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 01 6月, 2008 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 26 5月, 2008 1 次提交
-
-
由 Ben Laurie 提交于
-
- 28 3月, 2008 1 次提交
-
-
由 Geoff Thorpe 提交于
to 'unsigned long' (ie. odd platforms/compilers), so a pointer-typed version was added but it required portable code to check *both* modes to determine equality. This commit maintains the availability of both thread ID types, but deprecates the type-specific accessor APIs that invoke the callbacks - instead a single type-independent API is used. This simplifies software that calls into this interface, and should also make it less error-prone - as forgetting to call and compare *both* thread ID accessors could have led to hard-to-debug/infrequent bugs (that might only affect certain platforms or thread implementations). As the CHANGES note says, there were corresponding deprecations and replacements in the thread-related functions for BN_BLINDING and ERR too.
-
- 13 3月, 2008 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Initial support for CMS. Add zlib compression BIO. Add AES key wrap implementation. Generalize S/MIME MIME code to support CMS and/or PKCS7.
-
- 11 4月, 2007 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 23 6月, 2006 1 次提交
-
-
由 Bodo Möller 提交于
CRYPTO_get_idptr_callback(), CRYPTO_thread_idptr() for a 'void *' type thread ID, since the 'unsigned long' type of the existing thread ID does not always work well.
-
- 14 6月, 2006 1 次提交
-
-
由 Bodo Möller 提交于
-
- 13 2月, 2006 1 次提交
-
-
由 Ulf Möller 提交于
and response verification. Submitted by: Zoltan Glozik <zglozik@opentsa.org> Reviewed by: Ulf Moeller
-
- 30 1月, 2006 1 次提交
-
-
由 Nils Larsch 提交于
Submitted by: David Hartman <david_hartman@symantec.com>
-
- 17 5月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
first everywhere in crypto and skip stdio.h and string.h [because it includes them].
-
- 12 4月, 2005 1 次提交
-
-
由 Dr. Stephen Henson 提交于
at runtime.
-
- 05 4月, 2005 1 次提交
-
-
由 Nils Larsch 提交于
-
- 31 3月, 2005 1 次提交
-
-
由 Ben Laurie 提交于
-
- 27 7月, 2004 2 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
- 24 1月, 2004 1 次提交
-
-
由 Richard Levitte 提交于
-
- 27 12月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
Use BUF_strlcat() instead of strcat(). Use BIO_snprintf() instead of sprintf(). In some cases, keep better track of buffer lengths. This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
-
- 28 9月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
Unfortunately, this means that the dynamic ENGINE version just went up, and isn't backward compatible. PR: 678
-
- 12 6月, 2003 2 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
- 18 2月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
-
- 02 8月, 2002 1 次提交
-
-
由 Bodo Möller 提交于
Submitted by: Douglas Stebila <douglas.stebila@sun.com>
-
- 11 6月, 2002 1 次提交
-
-
由 Ben Laurie 提交于
-
- 14 2月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
getting the bottommost one. I hope I understood correctly how this should be done. It seems to work when running evp_test in an environment where it can't find openssl.cnf.
-
- 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 提交于
-
- 24 9月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
Noticed by Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>.
-
- 11 9月, 2001 1 次提交
-
-
由 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 3 次提交
-
-
由 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 提交于
-