- 31 5月, 2004 4 次提交
-
-
由 Andy Polyakov 提交于
-
由 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 2 次提交
-
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
- 29 5月, 2004 3 次提交
-
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
both vendor and GNU compilers. ./engine shared build are still busted. I mean always were...
-
由 Andy Polyakov 提交于
-
- 28 5月, 2004 3 次提交
-
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
after more tests...
-
由 Andy Polyakov 提交于
-
- 27 5月, 2004 2 次提交
-
-
由 Richard Levitte 提交于
AND it avoids warnings on certain systems.
-
由 Richard Levitte 提交于
-
- 26 5月, 2004 2 次提交
-
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
make it possible to produce for a unified binary build, which can be used with a variety of Win32 compilers.
-
- 25 5月, 2004 1 次提交
-
-
由 Richard Levitte 提交于
-
- 21 5月, 2004 6 次提交
-
-
由 Richard Levitte 提交于
wrapping preprocessor directive. This also removes a duplicate declaration.
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
由 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.
-
- 20 5月, 2004 3 次提交
-
-
由 Dr. Stephen Henson 提交于
that does exist.
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
Fix mkdef.pl script to avoid infinite loop when parsing sha.h.
-
- 19 5月, 2004 1 次提交
-
-
由 Richard Levitte 提交于
when trying to build a shared library on VMS or Windows...
-
- 18 5月, 2004 10 次提交
-
-
由 Geoff Thorpe 提交于
the Makefiles. NB: this commit is probably going to generate a huge posting and it is highly uninteresting to read.
-
由 Geoff Thorpe 提交于
dh.h, dsa.h, ec.h, ecdh.h, ecdsa.h, rsa.h), as the opaque bignum types are already declared in ossl_typ.h. Add explicit includes for bn.h in those C files that need access to structure internals or API functions+macros.
-
由 Geoff Thorpe 提交于
and include bn.h in those C files that need bignum functionality.
-
由 Geoff Thorpe 提交于
to include crypto.h directly.
-
由 Geoff Thorpe 提交于
the cryptodev implementation include bn.h directly (when building with OPENSSL_NO_DEPRECATED that is).
-
由 Geoff Thorpe 提交于
the engine implementations need to include bn.h to manipulate bignums.
-
由 Geoff Thorpe 提交于
remove some unnecessary includes from the internal header ssl_locl.h. This then requires adding includes for bn.h in four C files.
-
由 Geoff Thorpe 提交于
required includes back via the internal header and str_lib.c.
-
由 Geoff Thorpe 提交于
CRYPTO_EX_DATA and the new/free/dup callback prototypes to ossl_typ.h.
-
由 Geoff Thorpe 提交于
Deprecate inclusion of crypto.h from ui.h.
-
- 17 5月, 2004 1 次提交
-
-
由 Andy Polyakov 提交于
comes in we have required macros in place.
-
- 16 5月, 2004 2 次提交
-
-
由 Geoff Thorpe 提交于
corresponding headers are only required for API functions or structure details. This now includes the bignum types and BUF_MEM. Subsequent commits will remove various dependencies on bn.h and buffer.h and update the makefile dependencies.
-
由 Geoff Thorpe 提交于
macros. I'm removing this from the NO_DEPRECATED build.
-