- Nov 24, 2003
-
-
Lutz Jänicke authored
PR: #778 Submitted by: George Mitchell <george@m5p.com>
-
- Nov 22, 2003
-
-
Geoff Thorpe authored
and bn_add_words to avoid using fake bignums to window other bignums that can lead to corruption. This change allows all bignum tests to pass with BN_DEBUG and BN_DEBUG_RAND debugging and valgrind. NB: This should be tested on a few different architectures and configuration targets, as the bignum code this deals with is quite preprocessor (and assembly) sensitive. Submitted by: Nils Narsch Reviewed by: Geoff Thorpe, Ulf Moeller
-
- Nov 21, 2003
-
-
Geoff Thorpe authored
sure the current length is used to calculate the new buffer length instead of using the old length (prior to any variable substitution). Submitted by: Nils Larsch
-
- Nov 20, 2003
-
-
Dr. Stephen Henson authored
Max req -x509 use V1 if extensions section absent.
-
Andy Polyakov authored
be modified to choose it instead of hpux64-parisc-gcc, which should then be removed. hpux64-parisc-cc is removed already now as redundant [in case you wonder, 64-bit HP-UX ABI *implies* PA-RISC2.0].
-
Andy Polyakov authored
PR: 772
-
- Nov 18, 2003
-
-
Lutz Jänicke authored
Submitted by: Kirill Kochetkov <kochet@ixbt.com> PR: #748
-
- Nov 16, 2003
-
-
Ulf Möller authored
which is used by BN_DEBUG_RAND Submitted by: Nils Larsch
-
Lutz Jänicke authored
Submitted by: Goetz Babin-Ebell <babin-ebell@trustcenter.de> PR: #766
-
Lutz Jänicke authored
Submitted by: Tim Rice <tim@multitalents.net> PR: #735, #765
-
Ulf Möller authored
so don't run them if BN_DEBUG_RAND is defined. Also, fix another small bug. Submitted by: Nils Larsch
-
- Nov 15, 2003
-
-
Ulf Möller authored
Keep it as is to avoid an API change, but check for negativ values. Submitted by: Nils Larsch
-
- Nov 14, 2003
-
-
Richard Levitte authored
-
- Nov 13, 2003
-
-
Geoff Thorpe authored
generally a more efficient comparison than comparing two integers, and the first of these two loops was off-by-one (copying one too many values). This change also removes a superfluous assignment that would set an unused word to zero (and potentially allow an overrun in some cases). Submitted by: Nils Larsch Reviewed by: Geoff Thorpe
-
- Nov 10, 2003
-
-
Geoff Thorpe authored
(where it was impossible to create an EC certificate with a compressed public key), and has some style improvements based on some comments from Steve Henson about use of the ASN1 macros. Submitted by: Nils Larsch Reviewed by: Geoff Thorpe
-
Geoff Thorpe authored
Submitted by: Nils Larsch Reviewed by: Geoff Thorpe
-
Dr. Stephen Henson authored
-
- Nov 07, 2003
-
-
Ulf Möller authored
-
Ulf Möller authored
-
- Nov 06, 2003
-
-
Geoff Thorpe authored
bn_correct_top(), previously only bn_check_top() did this.
-
Geoff Thorpe authored
before.
-
Geoff Thorpe authored
-
- Nov 05, 2003
-
-
Geoff Thorpe authored
constant BIGNUMs. It turns out that this trips up different but equally useful compiler warnings to -Wcast-qual, and so wasn't worth the ugliness it created. (Thanks to Ulf for the forehead-slap.)
-
Ulf Möller authored
-
Ulf Möller authored
-
Ulf Möller authored
-
- Nov 04, 2003
-
-
Geoff Thorpe authored
is itself experimental, and in addition may cause execution to break on existing openssl "bugs" that previously were harmless or at least invisible.
-
Geoff Thorpe authored
Submitted by: Nils Larsch
-
Geoff Thorpe authored
and structures as constant without having to cast away const at any point. There is still plenty of other code that makes gcc's "-Wcast-qual" unhappy, but crypto/bn/ is now ok. Purists are welcome to suggest alternatives.
-
- Oct 31, 2003
-
-
Richard Levitte authored
rather than OPENSSLDIR.
-
Richard Levitte authored
-
Geoff Thorpe authored
constructing BIGNUM structures with pointers offset into other bignums (among other things). This corrects some of it that is too plainly insane, and tries to ensure that bignums are normalised when passed to other functions.
-
- Oct 30, 2003
-
-
Geoff Thorpe authored
left in an inconsistent state when they are released for later reuse. This change resets the BIGNUMs when they are released back to the context.
-
Geoff Thorpe authored
input to a function.
-
- Oct 29, 2003
-
-
Geoff Thorpe authored
-
Geoff Thorpe authored
-
Geoff Thorpe authored
Obtained from: Stephen Henson <steve@openssl.org>
-
Geoff Thorpe authored
callback structure just before it is needed.
-
Geoff Thorpe authored
requires -DPEDANTIC and was hidden at the bottom of the file. This moves it to the top and removes the redundant declaration.
-
Geoff Thorpe authored
Obtained from: Andy Polyakov <appro@openssl.org>
-