- 29 6月, 2004 1 次提交
-
-
由 Richard Levitte 提交于
PR: 499
-
- 28 6月, 2004 1 次提交
-
-
由 Richard Levitte 提交于
The changes have been mailed to <crypt@bis.doc.gov> as well. PR: 903
-
- 20 6月, 2004 1 次提交
-
-
由 Geoff Thorpe 提交于
- Remove unused and unuseful debug cruft. - Remove unnecessary 'top' fudging from BN_copy(). - Fix a potential memory leak and simplify the expansion logic in BN_bin2bn(). Submitted by: Nils Larsch Reviewed by: Geoff Thorpe
-
- 19 6月, 2004 1 次提交
-
-
由 Geoff Thorpe 提交于
comment-noise to managable levels and inverting the sense of the "uptodate" boolean (which was counter-intuitive the way I'd left it).
-
- 18 6月, 2004 6 次提交
-
-
由 Geoff Thorpe 提交于
-
由 Geoff Thorpe 提交于
-
由 Geoff Thorpe 提交于
-
由 Geoff Thorpe 提交于
ignore.
-
由 Geoff Thorpe 提交于
Yet another question: some time ago you changed BN_set_word. Why didn't you change BN_get_word as well? Quite. I'm also removing the older commented-out implementations to improve readability. This complex stuff seems to date from a time when the types didn't match up well. Submitted by: Nils Larsch, Geoff Thorpe
-
由 Geoff Thorpe 提交于
the only function that uses it) because it would trip up an assertion in bn_div_words() when first invoked. This also adds BN_div_word() testing to bntest. Submitted by: Nils Larsch Reviewed by: Geoff Thorpe
-
- 15 6月, 2004 3 次提交
-
-
由 Richard Levitte 提交于
that isn't yet committed. It wasn't meant to be committed already, so I'm removing it for now.
-
由 Richard Levitte 提交于
*cnids.
-
由 Geoff Thorpe 提交于
Submitted by: Nils Larsch Reviewed by: Geoff Thorpe
-
- 12 6月, 2004 1 次提交
-
-
由 Andy Polyakov 提交于
recommended -DMD32_REG_T=int in particular. PR: 893 Submitted by: Michal Ludvig <michal-list@logix.cz>
-
- 01 6月, 2004 1 次提交
-
-
由 Geoff Thorpe 提交于
install to a different location than it had created. (BTW, VMS will need a matching fix in eng_list.c.) Note, these aren't ssl-specific, so I'm putting "engines/" into the libs directory rather than at the "--prefix" level or inside "ssl/".
-
- 31 5月, 2004 8 次提交
-
-
由 Andy Polyakov 提交于
-
由 Richard Levitte 提交于
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
"draft," but we have to start somewhere... Submitted by: Nils Larsch <nlarsch@compuserve.de>
-
由 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 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 29 5月, 2004 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 28 5月, 2004 2 次提交
-
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
- 27 5月, 2004 2 次提交
-
-
由 Richard Levitte 提交于
AND it avoids warnings on certain systems.
-
由 Richard Levitte 提交于
-
- 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.
-
- 20 5月, 2004 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 19 5月, 2004 1 次提交
-
-
由 Richard Levitte 提交于
when trying to build a shared library on VMS or Windows...
-
- 18 5月, 2004 5 次提交
-
-
由 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 提交于
to include crypto.h directly.
-
由 Geoff Thorpe 提交于
the cryptodev implementation include bn.h directly (when building with OPENSSL_NO_DEPRECATED that is).
-
由 Geoff Thorpe 提交于
required includes back via the internal header and str_lib.c.
-