- 31 5月, 2004 3 次提交
-
-
由 Andy Polyakov 提交于
reserves for truncated hash function output mode and makes SHA224 thread-safe. Next stop is integration with EVP and we're done...
-
由 Andy Polyakov 提交于
actually be used, namely x86* platforms [because they don't bomb on unaligned access]. This resulted in 30-40% [depending on message length] improvement for SHA-256 compiled with gcc and running on P4. In the lack of assembler implementation I give the compiler all the help it can possibly get:-)
-
由 Richard Levitte 提交于
SHA224() uses SHA256_Update() and SHA256_Final() instead, let's just create aliases in form of macros. make update
-
- 30 5月, 2004 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 29 5月, 2004 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 28 5月, 2004 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 27 5月, 2004 1 次提交
-
-
由 Richard Levitte 提交于
AND it avoids warnings on certain systems.
-
- 25 5月, 2004 1 次提交
-
-
由 Richard Levitte 提交于
-
- 21 5月, 2004 3 次提交
-
-
由 Andy Polyakov 提交于
code, Makefile update.
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
of different implementations]. Real-life performance improvement is rated at 2-3x, not 6x as preliminary announced.
-
- 18 5月, 2004 1 次提交
-
-
由 Geoff Thorpe 提交于
the Makefiles. NB: this commit is probably going to generate a huge posting and it is highly uninteresting to read.
-
- 17 5月, 2004 1 次提交
-
-
由 Andy Polyakov 提交于
comes in we have required macros in place.
-
- 15 5月, 2004 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 13 5月, 2004 1 次提交
-
-
由 Andy Polyakov 提交于
Makefile modifications, make test, etc. will appear later...
-
- 06 5月, 2004 1 次提交
-
-
由 Andy Polyakov 提交于
is subject to change as C implementation is added...
-
- 21 1月, 2004 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 27 12月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
-
- 28 11月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
PR: 780 Submitted by: Verdon Walker <VWalker@novell.com> Reviewed by: Richard Levitte
-
- 16 11月, 2003 1 次提交
-
-
由 Lutz Jänicke 提交于
Submitted by: Tim Rice <tim@multitalents.net> PR: #735, #765
-
- 17 1月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
-
- 04 1月, 2003 1 次提交
-
-
由 Andy Polyakov 提交于
FreeBSD. Goal is to extend support even to SCO5, UnixWare/OpenUnix...
-
- 03 1月, 2003 1 次提交
-
-
由 Andy Polyakov 提交于
As there is an apparent interest for optimization for footprint, I figured that this can eventually become useful.
-
- 15 12月, 2002 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 05 12月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
-
- 03 12月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
-
- 29 11月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
always give the expected result on some platforms.
-
- 28 11月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
I've covered all the memset()s I felt safe modifying, but may have missed some.
-
- 09 10月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
give it. For 0.9.7 and up, that means util/domd needs to remove those double dashes from the argument list when gcc is used to find the dependencies.
-
- 28 6月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
handled properly. Part of PR 75
-
- 16 10月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Retain compatibility of EVP_DigestInit() and EVP_DigestFinal() with existing code. Modify library to use digest *_ex() functions.
-
- 14 10月, 2001 1 次提交
-
-
由 Ulf Möller 提交于
Submitted by: Toomas Kiisk <vix@cyber.ee>
-
- 01 8月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
-
- 31 7月, 2001 1 次提交
-
-
由 Ben Laurie 提交于
-
- 20 6月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Change all calls to low level digest routines in the library and applications to use EVP. Add missing calls to HMAC_cleanup() and don't assume HMAC_CTX can be copied using memcpy(). Note: this is almost identical to the patch submitted to openssl-dev by Verdon Walker <VWalker@novell.com> except some redundant EVP_add_digest_()/EVP_cleanup() calls were removed and some changes made to avoid compiler warnings.
-
- 09 3月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
errors can be tolerated, hide the error from 'make'. This gives shorter output both if ranlib fails and if it works.
-
- 08 3月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Make EVP_Digest*() routines return a value. TODO: update docs, and make soe other routines which use EVP_Digest*() check return codes.
-
- 20 2月, 2001 1 次提交
-
-
由 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.
-
- 20 10月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
causes MASM to complain and not produce valid debug info. Hopefully this wont break anything else... Also fix typo in e_rd.c
-
- 25 9月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
acceptable, since all that happens if it fails is a library with an index, which makes linking slower, but still working correctly.
-