- 17 6月, 2009 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Approved by: steve@openssl.org Check return values for NULL in case of malloc failure.
-
- 12 11月, 2008 1 次提交
-
-
由 Geoff Thorpe 提交于
knock-on work than expected - they've been extracted into a patch series that can be completed elsewhere, or in a different branch, before merging back to HEAD.
-
- 01 11月, 2008 1 次提交
-
-
由 Ben Laurie 提交于
-
- 14 9月, 2008 1 次提交
-
-
由 Bodo Möller 提交于
-
- 28 2月, 2008 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 12 6月, 2007 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 19 4月, 2007 2 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
- 29 3月, 2007 1 次提交
-
-
由 Bodo Möller 提交于
-
- 28 3月, 2007 1 次提交
-
-
由 Bodo Möller 提交于
Submitted by: Matthew D Wood Reviewed by: Bodo Moeller
-
- 29 8月, 2005 1 次提交
-
-
由 Nils Larsch 提交于
-Wmissing-prototypes -Wcomment -Wformat -Wimplicit -Wmain -Wmultichar -Wswitch -Wshadow -Wtrigraphs -Werror -Wchar-subscripts -Wstrict-prototypes -Wreturn-type -Wpointer-arith -W -Wunused -Wno-unused-parameter -Wuninitialized
-
- 14 3月, 2004 1 次提交
-
-
由 Geoff Thorpe 提交于
change to work properly; BN_zero() should set 'neg' to zero as well as 'top' to match the behaviour of BN_new().
-
- 09 3月, 2004 1 次提交
-
-
由 Geoff Thorpe 提交于
redefine bn_clear_top2max() to be a NOP in the non-debugging case, and remove some unnecessary usages in bn_nist.c. Submitted by: Nils Larsch Reviewed by: Geoff Thorpe, Ulf Möller
-
- 23 11月, 2003 1 次提交
-
-
由 Geoff Thorpe 提交于
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
-
- 07 11月, 2003 1 次提交
-
-
由 Geoff Thorpe 提交于
-
- 05 11月, 2003 1 次提交
-
-
由 Geoff Thorpe 提交于
is itself experimental, and in addition may cause execution to break on existing openssl "bugs" that previously were harmless or at least invisible.
-
- 31 10月, 2003 1 次提交
-
-
由 Geoff Thorpe 提交于
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.
-
- 30 10月, 2003 1 次提交
-
-
由 Geoff Thorpe 提交于
input to a function.
-
- 21 12月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
-
- 15 12月, 2002 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 31 5月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
PR: 49
-
- 14 10月, 2001 1 次提交
-
-
由 Ulf Möller 提交于
Submitted by: Toomas Kiisk <vix@cyber.ee>
-
- 28 3月, 2001 1 次提交
-
-
由 Andy Polyakov 提交于
Submitted by: Reviewed by: PR:
-
- 28 2月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Fix a bug which caused BN_div to produce the wrong result if rm==num and num < 0.
-
- 20 2月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
sure they are available in opensslconf.h, by giving them names starting with "OPENSSL_" to avoid conflicts with other packages and by making sure e_os2.h will cover all platform-specific cases together with opensslconf.h. I've checked fairly well that nothing breaks with this (apart from external software that will adapt if they have used something like NO_KRB5), but I can't guarantee it completely, so a review of this change would be a good thing.
-
- 24 1月, 2001 1 次提交
-
-
由 Ulf Möller 提交于
-
- 07 12月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
BN_mod_exp_mont does not work properly yet if modulus m is negative (we want computations to be carried out modulo |m|).
-
- 27 11月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
"make update"
-
- 08 11月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
-
- 04 8月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Fix warnings with BIO_dump_indent().
-
- 16 2月, 2000 1 次提交
-
-
由 Andy Polyakov 提交于
which can't stand GNU C assembler templates.
-
- 06 2月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 05 2月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
temporary BIGNUMs. BN_CTX still uses a fixed number of BIGNUMs, but the BN_CTX implementation could now easily be changed.
-
- 03 2月, 2000 1 次提交
-
-
由 Andy Polyakov 提交于
crypto/bn/bn_lcl.h for further details. It should be noted that for the moment of this writing the code was tested only on Alpha. If compiled with DEC C the C implementation exhibits 12% performance improvement over the crypto/bn/asm/alpha.s (on EV56 box running AlphaLinux). GNU C is (unfortunately) 8% behind the assembler implementation. But it's OpenVMS Alpha users who *may* benefit most as 'apps/openssl speed rsa' exhibits 6 (six) times performance improvement over the original VMS bignum implementation. Where "*may*" means "as soon as code is enabled though #define SIXTY_FOUR_BIT and crypto/bn/asm/vms.mar is skipped."
-
- 02 2月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 01 2月, 2000 2 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
- 14 12月, 1999 1 次提交
-
-
由 Ulf Möller 提交于
(bug reports keep coming in because that was still missing in 0.9.4)
-
- 09 12月, 1999 1 次提交
-
-
由 Ulf Möller 提交于
-
- 30 9月, 1999 1 次提交
-
-
由 Ulf Möller 提交于
-