Include <openssl/foo.h> instead of "foo.h"
[openssl.git] / crypto / bn /
2014-12-08 Geoff ThorpeInclude <openssl/foo.h> instead of "foo.h"
2014-12-08 Dr. Stephen Hensonremove OPENSSL_FIPSAPI
2014-12-08 Dr. Stephen Hensonremove FIPS module code from crypto/bn
2014-12-08 Dr. Stephen HensonRemove fips_constseg references.
2014-12-08 Dr. Stephen HensonRemove OPENSSL_FIPSCANISTER code.
2014-12-08 Dr. Stephen HensonRemove fipscanister build functionality from makefiles.
2014-11-28 Rich SalzRemove all .cvsignore files
2014-11-16 Mike BlandRemove redundant test targets outside of test/
2014-10-29 Dr. Stephen HensonFix WIN32 build by disabling bn* calls.
2014-10-01 Rich SalzRT3549: Remove obsolete files in crypto
2014-09-30 Andy Polyakovcrypto/bn/bn_nist.c: bring original failing code back...
2014-09-25 Rich SalzRemove #ifdef's for IRIX_CC_BUG
2014-09-24 Andy Polyakovcrypto/bn/bn_nist.c: work around MSC ARM compiler bug.
2014-09-20 Andy PolyakovHarmonize Tru64 and Linux make rules.
2014-09-11 Andy Polyakovcrypto/bn/asm/x86_64-mont*.pl: add missing clang detection.
2014-08-20 Andy Polyakovbn/asm/rsaz-*.pl: allow spaces in Perl path name.
2014-08-19 Martin OlssonRT2513: Fix typo's paramter-->parameter
2014-08-18 Doug GoldsteinRT2163: Remove some unneeded #include's
2014-07-15 Rich SalzMerge branch 'master' of git.openssl.org:openssl
2014-07-13 Matt CaswellFixed valgrind complaint due to BN_consttime_swap readi...
2014-07-09 Andy Polyakovx86_64 assembly pack: improve masm support.
2014-07-03 Rich SalzMerge branch 'rsalz-docfixes'
2014-07-02 Andy Polyakovbn_exp.c: fix x86_64-specific crash with one-word modulus.
2014-06-29 Ben LaurieConstification - mostly originally from Chromium.
2014-06-29 Rich SalzMerge branch 'master' of git.openssl.org:openssl
2014-06-28 Andy Polyakovx86_64 assembly pack: refine clang detection.
2014-06-27 Andy Polyakovbn/asm/rsaz-avx2.pl: fix occasional failures.
2014-06-26 Huzaifa SidhpurwalaMake sure BN_sqr can never return a negative value.
2014-06-26 Andy Polyakovbn_exp.c: move check for AD*X to rsaz-avx2.pl.
2014-06-24 Andy Polyakovx86_64 assembly pack: addendum to last clang commit.
2014-06-24 Andy Polyakovx86_64 assembly pack: allow clang to compile AVX code.
2014-06-06 Andy PolyakovARM assembly pack: get ARMv7 instruction endianness...
2014-06-01 Ben LaurieMerge branch 'erbridge-probable_primes'
2014-06-01 Ben LaurieTidy up, don't exceed the number of requested bits.
2014-06-01 Ben LaurieConstify and reduce coprime random bits to allow for...
2014-06-01 Felix Laurie von... Add a test to check we're really generating probable...
2014-06-01 Felix Laurie von... Remove unused BIGNUMs.
2014-06-01 Felix Laurie von... Refactor the first prime index.
2014-06-01 Felix Laurie von... Try skipping over the adding and just picking a new...
2014-06-01 Felix Laurie von... Generate safe primes not divisible by 3, 5 or 7.
2014-06-01 Felix Laurie von... Add a method to generate a prime that is guaranteed...
2014-06-01 Felix Laurie von... Remove static from probable_prime_dh.
2014-06-01 Felix Laurie von... Remove indentation from the goto targets.
2014-05-06 Geoff Thorpebignum: allow concurrent BN_MONT_CTX_set_locked()
2014-05-04 Andy PolyakovC64x+ assembly pack: make it work with older toolchain.
2014-04-30 Geoff Thorpebignum: fix boundary condition in montgomery logic
2014-04-24 Andy Polyakovbn/asm/armv4-gf2m.pl, modes/asm/ghash-armv4.pl: faster...
2014-03-28 Dr. Stephen HensonAdd functions returning security bits.
2014-03-12 Dr. Stephen HensonFix for CVE-2014-0076
2014-02-19 Dr. Stephen Hensonmake depend
2014-01-09 Andy Polyakovbn/asm/x86_64-mont5.pl: fix compilation error on Solaris.
2013-12-28 Andy PolyakovARM assembly pack: make it work with older toolchain.
2013-12-09 Andy Polyakovbn/asm/x86_64-mont5.pl: add MULX/AD*X code path.
2013-12-04 Andy Polyakovbn/asm/armv4-mont.pl: add NEON code path.
2013-12-03 Andy Polyakovbn/asm/x86_64-mont5.pl: comply with Win64 ABI.
2013-12-03 Andy Polyakovcrypto/bn/asm/rsaz-x86_64.pl: make it work on Win64.
2013-12-03 Andy Polyakovcrypto/bn/rsaz*: fix licensing note.
2013-12-03 Andy Polyakovbn/asm/rsaz-x86_64.pl: fix prototype.
2013-11-27 Andy Polyakovppc64-mont.pl: eliminate dependency on GPRs' upper...
2013-11-12 Andy PolyakovMake Makefiles OSF-make-friendly.
2013-10-25 Andy Polyakovbn/asm/x86_64-mont.pl: minor optimization [for Decoded...
2013-10-14 Andy PolyakovPPC assembly pack: add .size directives.
2013-10-14 Andy Polyakovbn/asm/*x86_64*.pl: correct assembler requirement for...
2013-10-13 Andy PolyakovInitial aarch64 bits.
2013-10-13 Andy PolyakovMIPS assembly pack: get rid of deprecated instructions.
2013-10-10 Andy Polyakovbn/asm/rsax-avx2.pl: minor optimization [for Decoded...
2013-10-09 Andy Polyakovbn/bn_exp.c: prefer MULX/AD*X over AVX2.
2013-10-02 Andy Polyakovbn/asm/x86_64-mont*.pl: add MULX/ADCX/ADOX code path.
2013-10-02 Andy Polyakovrsaz-x86_64.pl: add MULX/ADCX/ADOX code path.
2013-09-09 Andy Polyakovcrypto/bn/asm/x86_64-mont.pl: minor optimization.
2013-09-05 Veres Lajosmisspellings fixes by https://github.com/vlajos/misspel...
2013-08-03 Andy Polyakovcrypto/bn/asm/rsax-x86_64.pl: make it work on Darwin.
2013-07-12 Andy Polyakovbn/asm/rsaz-avx2.pl: Windows-specific fix.
2013-07-12 Ben Lauries/rsaz_eligible/rsaz_avx2_eligible/.
2013-07-05 Andy PolyakovTake RSAZ modules into build loop, add glue and engage.
2013-07-05 Andy PolyakovAdd RSAZ assembly modules.
2013-07-05 Andy Polyakovbn/asm/x86_86-mont.pl: optimize reduction for Intel...
2013-07-05 Andy Polyakovbn/bn_exp.c: harmonize.
2013-06-30 Andy Polyakovbn/bn_exp.c: Solaris-specific fix, T4 MONTMUL relies...
2013-06-18 Andy PolyakovOptimize SPARC T4 MONTMUL support.
2013-06-18 Andy PolyakovPA-RISC assembler pack: switch to bve in 64-bit builds.
2013-06-13 Adam LangleyAdd secure DSA nonce flag.
2013-06-04 Adam LangleyEnsure that, when generating small primes, the result...
2013-06-04 Adam LangleyEnsure that x**0 mod 1 = 0.
2013-06-04 Adam LangleyAdd volatile qualifications to two blocks of inline...
2013-06-01 Andy Polyakovcrypto/bn/bn_exp.c: SPARC portability fix.
2013-03-01 Andy Polyakovx86_64-gf2m.pl: fix typo.
2013-03-01 Andy Polyakovx86_64-gf2m.pl: add missing Windows build fix for ...
2013-02-14 Andy Polyakovbn_nist.c: work around clang 3.0 bug.
2013-02-02 Andy Polyakovx86_64 assembly pack: keep making Windows build more...
2013-01-22 Andy Polyakovx86_64 assembly pack: make Windows build more robust.
2013-01-22 Andy Polyakovbn/asm/mips.pl: hardwire local call to bn_div_words.
2012-12-11 Ben LaurieUpdate ignores.
2012-11-28 Andy PolyakovC64x+ assembly pack: improve EABI support.
2012-11-19 Andy Polyakovx86_64-gcc.c: resore early clobber constraint.
2012-11-17 Andy PolyakovSupport for SPARC T4 MONT[MUL|SQR] instructions.
2012-11-09 Andy Polyakovbn_word.c: fix overflow bug in BN_add_word.
2012-10-25 Andy PolyakovSPARCv9 assembly pack: harmonize ABI handling (so that...
2012-10-20 Andy PolyakovAdd VIS3-capable sparcv9-gf2m module.
2012-10-20 Andy PolyakovAdd VIS3 Montgomery multiplication.
next