- Jul 01, 2004
-
-
Andy Polyakov authored
C code yet...
-
Andy Polyakov authored
module name both SHA-256 and SHA-512 are supported.
-
Andy Polyakov authored
performance improvement. Make module more gcc friendly and clarify copyright issues for division routine.
-
- Jun 28, 2004
-
-
Richard Levitte authored
PR: 499
-
Richard Levitte authored
there's no need for a larger BUFSIZE any more... PR: 904
-
Richard Levitte authored
PR: 904
-
Richard Levitte authored
The changes have been mailed to <crypt@bis.doc.gov> as well. PR: 903
-
Richard Levitte authored
PR: 905
-
- Jun 24, 2004
-
-
Dr. Stephen Henson authored
-
- Jun 20, 2004
-
-
Geoff Thorpe authored
- 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
-
- Jun 19, 2004
-
-
Geoff Thorpe authored
comment-noise to managable levels and inverting the sense of the "uptodate" boolean (which was counter-intuitive the way I'd left it).
-
- Jun 17, 2004
-
-
Geoff Thorpe authored
-
Geoff Thorpe authored
prototypes, etc. Also, some fairly significant edits were made to the text (who wrote this crap anyway? oh wait ...), removing stuff which is overkill, rewriting stuff that was opaque, correcting things that were just downright false, etc.
-
Geoff Thorpe authored
-
Geoff Thorpe authored
-
Geoff Thorpe authored
ignore.
-
Geoff Thorpe authored
-
Geoff Thorpe authored
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 authored
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
-
- Jun 15, 2004
-
-
Richard Levitte authored
that isn't yet committed. It wasn't meant to be committed already, so I'm removing it for now.
-
Richard Levitte authored
*cnids.
-
- Jun 14, 2004
-
-
Geoff Thorpe authored
Submitted by: Nils Larsch Reviewed by: Geoff Thorpe
-
Lutz Jänicke authored
-
- Jun 11, 2004
-
-
Andy Polyakov authored
recommended -DMD32_REG_T=int in particular. PR: 893 Submitted by: Michal Ludvig <michal-list@logix.cz>
-
- Jun 03, 2004
-
-
Geoff Thorpe authored
Also remove some commented-out lines of code that deny CVS its purpose.
-
- Jun 01, 2004
-
-
Geoff Thorpe authored
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/".
-
- May 31, 2004
-
-
Andy Polyakov authored
think that proper Makefile clean-up is required.
-
Andy Polyakov authored
this flag RAND_poll ends up in end-less loop calling RAND_add. But don't ask me why...
-
Andy Polyakov authored
-
Andy Polyakov authored
-
Andy Polyakov authored
-
Richard Levitte authored
-
Andy Polyakov authored
-
Andy Polyakov authored
"draft," but we have to start somewhere... Submitted by: Nils Larsch <nlarsch@compuserve.de>
-
Andy Polyakov authored
will appear at EVP leyer.
-
Andy Polyakov authored
-
Andy Polyakov authored
reserves for truncated hash function output mode and makes SHA224 thread-safe. Next stop is integration with EVP and we're done...
-
Andy Polyakov authored
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:-)
-
- May 30, 2004
-
-
Richard Levitte authored
SHA224() uses SHA256_Update() and SHA256_Final() instead, let's just create aliases in form of macros. make update
-
- May 29, 2004
-
-
Andy Polyakov authored
-