- Jul 12, 2004
-
-
Bodo Möller authored
-
- Jul 11, 2004
-
-
Richard Levitte authored
-
Richard Levitte authored
Lucky me, I had prepared for this :-).
-
Richard Levitte authored
identities disabled.
-
Richard Levitte authored
Don't have a constant that you're going to assign to, that's just plain stupid (I was the stupidhead here...).
-
Andy Polyakov authored
-
Andy Polyakov authored
linux-x86_64 target.
-
Bodo Möller authored
-
- Jul 10, 2004
-
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
Now we have directory reading capabilities for VMS as well, and all of it in a fairly general manner.
-
- Jul 08, 2004
-
-
Richard Levitte authored
_stricmp() on that platform, use the appropriate header file for it, <string.h>. o_str.h: we only want to get size_t, which is defined in <stddef.h>. Philippe Bougeret <philippe.bougeret@freesbee.fr> notified us about Windows not having a <strings.h>
-
- Jul 06, 2004
-
-
Dr. Stephen Henson authored
-
Geoff Thorpe authored
ec_curve.c (unify comments, etc). Submitted by: Nils Larsch Reviewed by: Bodo Moeller, Geoff Thorpe
-
- Jul 04, 2004
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
- Jul 01, 2004
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
Richard Levitte authored
Add a note as to how these functions do not always return the key size, and how one can deal with that. PR: 907
-
Andy Polyakov authored
-
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.
-