Fix link for ASN1_generate_nconf
[openssl.git] / crypto / bn /
2006-10-17 Andy Polyakovbn/asm/ppc.pl to use ppc-xlate.pl.
2006-10-17 Andy PolyakovVIA-specific Montgomery multiplication routine.
2006-09-18 Bodo MöllerEnsure that the addition mods[i]+delta cannot overflow...
2006-08-09 Andy Polyakov+20% tune-up for Power5.
2006-07-31 Andy PolyakovEngage assembler in solaris64-x86_64-cc.
2006-07-17 Dr. Stephen HensonUpdate .cvsignore again.
2006-07-04 Andy PolyakovUnsigned vs signed comparison warning.
2006-06-23 Bodo MöllerNew functions CRYPTO_set_idptr_callback(),
2006-06-18 Bodo MöllerChange array representation of binary polynomials to...
2006-06-16 Bodo Mölleranother thread-safety fix
2006-06-14 Bodo MöllerThread-safety fixes
2006-05-04 Andy PolyakovFuther minor PPC assembler update.
2006-05-03 Andy PolyakovMinor PPC assembler updates.
2006-04-30 Andy PolyakovYet another "teaser" Montgomery multiplication module...
2006-04-11 Dr. Stephen HensonAdd support for setting keybits and public exponent...
2006-03-18 Nils Larschensure the pointer is valid before using it
2006-02-12 Ulf Möllermake update
2006-02-04 Dr. Stephen HensonUpdate filenames in makefiles.
2006-01-29 Nils Larschadd additional checks + cleanup
2006-01-13 Nils Larschfix comment
2006-01-13 Nils Larsch2 is a prime
2005-12-27 Andy PolyakovMinor sparcv9 clean-ups.
2005-12-19 Andy PolyakovAs SPARCV9 CPU flavor is [expected to be] detected...
2005-12-16 Andy PolyakovUnify sparcv9 assembler naming and build rules among...
2005-12-16 Andy PolyakovWe all make typos:-) Fix just introduced ones in bn.h
2005-12-16 Andy PolyakovEliminate warning induced by cvs.openssl.org/chngview...
2005-12-15 Andy PolyakovAdd IALU-only bn_mul_mont for SPARCv9. See commentary...
2005-12-15 Andy PolyakovSwitch 64-bit sparcv9 platforms from bn(64,64) to bn...
2005-12-15 Andy PolyakovAllow for bn(64,32) on LP64 platforms.
2005-11-15 Andy PolyakovApply "better safe than sorry" approach after addressin...
2005-11-11 Andy PolyakovAttempt to resolve sporadic SEGV crashes in bn_sub_word...
2005-11-11 Dr. Stephen HensonUpdate from stable branch.
2005-11-06 Andy PolyakovMove declaration for optional bn_mul_mont to bn_lcl...
2005-10-25 Andy PolyakovClarify binary compatibility with HAL/Fujitsu SPARC64...
2005-10-22 Andy Polyakovbn_asm.c update.
2005-10-22 Andy PolyakovEliminate gcc warning in bn_mont.c.
2005-10-22 Andy PolyakovAdd support for 32-bit ABI to sparcv9a-mont.pl module.
2005-10-22 Andy PolyakovChange bn_mul_mont declaration and BN_MONT_CTX. Update...
2005-10-19 Andy PolyakovYet another "teaser" Montgomery multiply module, for...
2005-10-14 Andy PolyakovFlip saved argument block and tp [required for non...
2005-10-14 Andy PolyakovMake sure x86-mont.pl returns zero even if compiled...
2005-10-14 Andy PolyakovFix bug in SMALL_FOOTPRINT path and clarify comment.
2005-10-09 Andy PolyakovAdd timestamp to x86-mont.pl.
2005-10-09 Andy PolyakovThrow in bn/asm/x86-mont.pl Montgomery multiplication...
2005-10-07 Andy Polyakovx86_64-mont.pl readability improvement.
2005-10-07 Andy PolyakovThrow in Montgomery multiplication assembler for x86_64.
2005-10-06 Andy PolyakovRefine logic in bn_mont.c and eliminate redundant BN_CT...
2005-10-06 Andy PolyakovLeave the decision to call/implement bn_sqr_mont to...
2005-10-05 Dr. Stephen HensonInitialize bignum constants using BN_bin2bn() instead...
2005-10-04 Andy PolyakovFix typo in exptest.c.
2005-10-04 Andy PolyakovReserve for SMALL_FOOTPRINT bn_asm.c. Currently OPENSSL...
2005-10-04 Andy PolyakovAdd reference implementation for bn_[mul|sqr]_mont...
2005-09-20 Andy PolyakovIA-32 BN tune-up. Performance imrpovement varies with...
2005-08-28 Nils Larschfix warnings when building openssl with the following...
2005-08-23 Bodo Mölleravoid potential spurious BN_free()
2005-08-21 Nils Larschadd missing file
2005-08-21 Ben LaurieMake D-H safer, include well-known primes.
2005-08-10 Andy PolyakovFix Intel assembler warnings.
2005-08-04 Andy Polyakov3-4 times better RSA/DSA performance on WIN64A target...
2005-07-25 Nils Larschfix BN_mod_word and give a more reasonable return value...
2005-07-21 Nils Larschset correct bn->top value
2005-07-18 Andy PolyakovFix unwind directives in IA-64 assembler modules. This...
2005-07-17 Nils Larschbugfix: 0 - w (w != 0) is actually negative
2005-07-03 Andy PolyakovTrap condition should be 64-bit when it's due.
2005-07-02 Andy PolyakovMore elegant solution to "sparse decimal printout on...
2005-07-01 Andy PolyakovDecimal printout of a BN is wrong on PPC, it's sparse...
2005-06-29 Ben LaurieBrought forward from 0.9.8 - 64 bit warning fixes and...
2005-06-28 Andy PolyakovReplace _int64 with __int64, which is more widely accep...
2005-06-23 Andy PolyakovMissed -c in IRIX rules.
2005-06-23 Andy PolyakovTypo in bn-mips3 rule.
2005-06-23 Andy PolyakovRename mips3.o to bn-mips3.o [it's better in long run...
2005-05-31 Nils Larschfix assertion
2005-05-31 Andy PolyakovMissing sparcv8.o rule.
2005-05-29 Richard LevitteTypo
2005-05-27 Bodo MöllerUse BN_with_flags() in a cleaner way.
2005-05-26 Bodo Möllercheck BN_copy() return value
2005-05-24 Richard LevitteDEC C complains about bad subscript, but we know better...
2005-05-16 Andy PolyakovFurther BUILDENV refinement, further fool-proofing...
2005-05-16 Bodo MöllerImplement fixed-window exponentiation to mitigate hyper...
2005-05-15 Andy PolyakovFool-proofing Makefiles
2005-05-11 Ben LaurieThere must be an explicit way to build the .o!
2005-05-11 Bodo MöllerFix more error codes.
2005-05-06 Richard LevitteSince BN_LLONG will only be defined for Alpha/VMS and...
2005-05-03 Nils Larschremove BN_ncopy, it was only used in bn_nist.c and...
2005-05-03 Nils Larschrewrite of bn_nist.c, disable support for some curves...
2005-04-29 Nils Larschdon't let BN_CTX_free(NULL) segfault
2005-04-26 Dr. Stephen HensonPort BN_MONT_CTX_set_locked() from stable branch.
2005-04-26 Dr. Stephen HensonStop unused variable warning.
2005-04-26 Nils Larschsome updates for the blinding code; summary:
2005-04-26 Bodo MöllerFix various incorrect error function codes.
2005-04-26 Ben LaurieAdd DTLS support.
2005-04-22 Nils Larsch- use BN_set_negative and BN_is_negative instead of...
2005-04-12 Dr. Stephen HensonRebuild error codes.
2005-04-11 Richard LevitteAdd emacs cache files to .cvsignore.
2005-04-04 Andy PolyakovExtend Solaris x86 support to amd64.
2005-04-03 Andy PolyakovMake bn/asm/x86_64-gcc.c gcc4 savvy. +r is likely to...
2005-03-30 Nils Larschfix header
2005-03-30 Ben LaurieBlow away Makefile.ssl.
2005-02-06 Andy PolyakovRemove unused assembler modules.
2005-02-06 Andy PolyakovThis patch was "ignited" by OpenBSD 3>=4 support. They...
next