aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn
Commit message (Expand)AuthorAgeFilesLines
...
* Explain *cough*-dowsEmilia Kasper2016-03-153-3/+3
* build.info/Makefile.in: Itanium fixups.Andy Polyakov2016-03-141-1/+1
* Add $(LIB_CFLAGS) for any build.info generator that uses $(CFLAGS)Richard Levitte2016-03-131-6/+6
* crypto/*/build.info: SPARC-specific fixups.Andy Polyakov2016-03-111-0/+3
* Fix some assembler generating scripts for better unificationRichard Levitte2016-03-116-8/+8
* Add include directory options for assembler files that include from crypto/Richard Levitte2016-03-101-0/+6
* Make sure the effect of "pic" / "no-pic" is used with assembler compilationsRichard Levitte2016-03-091-1/+1
* Convert RSA blinding to new multi-threading APIAlessandro Ghedini2016-03-081-17/+32
* SPARCv9 assembly pack: unify build rules and argument handling.Andy Polyakov2016-03-085-35/+31
* Convert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading APIAlessandro Ghedini2016-03-081-5/+5
* Unified - adapt the generation of bignum assembler to use GENERATERichard Levitte2016-03-0715-91/+115
* bn/asm/x86[_64]-mont*.pl: complement alloca with page-walking.Andy Polyakov2016-03-073-2/+116
* Consistently use arm_arch.h constants in armcap assembly code.David Benjamin2016-03-021-1/+1
* bn/asm/x86_64-mont5.pl: unify gather procedure in hardly used pathAndy Polyakov2016-03-012-199/+278
* crypto/bn/x86_64-mont5.pl: constant-time gather procedure.Andy Polyakov2016-03-013-558/+678
* bn/asm/rsaz-avx2.pl: constant-time gather procedure.Andy Polyakov2016-03-012-89/+152
* bn/asm/rsax-x86_64.pl: constant-time gather procedure.Andy Polyakov2016-03-011-84/+291
* bn/bn_exp.c: constant-time MOD_EXP_CTIME_COPY_FROM_PREBUF.Andy Polyakov2016-03-011-18/+57
* Fix BN_hex2bn/BN_dec2bn NULL ptr/heap corruptionMatt Caswell2016-02-292-4/+24
* RT4339: Fix handling of <internal/bn_conf.h>David Woodhouse2016-02-231-1/+11
* GH678: Add a few more zallocFdaSilvaYY2016-02-221-1/+1
* Always build library object files with shared library cflagsRichard Levitte2016-02-201-1/+1
* Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte2016-02-181-1/+1
* Remove outdated DEBUG flags.Rich Salz2016-02-181-8/+0
* In the unified scheme, there is no $(TOP), use $(SRCDIR) insteadRichard Levitte2016-02-181-2/+2
* Pass $(CC) to perlasm scripts via the environmentRichard Levitte2016-02-131-27/+27
* Missing header include.Rich Salz2016-02-111-0/+1
* Add inclusion directory crypto/include for BN compilationsRichard Levitte2016-02-111-0/+2
* unified build scheme: add a "unified" template for Unix MakefileRichard Levitte2016-02-101-0/+90
* Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz2016-02-092-14/+11
* bn/Makefile.in: remove obsolete rules.Andy Polyakov2016-02-081-14/+1
* GH601: Various spelling fixes.FdaSilvaYY2016-02-059-10/+10
* New BN functions.Dr. Stephen Henson2016-02-021-4/+90
* unified build scheme: add build.info filesRichard Levitte2016-02-011-0/+8
* unified build scheme: a first introductionRichard Levitte2016-02-011-0/+4
* Move more BN internals to bn_lcl.hRich Salz2016-01-303-9/+89
* Templatize util/domdRich Salz2016-01-291-2/+1
* Always DPURIFYEmilia Kasper2016-01-291-11/+2
* Restore NUMPRIMES as a numeric literalViktor Dukhovni2016-01-283-4/+6
* Remove EIGHT_BIT and SIXTEEN_BITRich Salz2016-01-273-60/+26
* Remove /* foo.c */ commentsRich Salz2016-01-2630-30/+0
* Move & split opensslconf.h.inRich Salz2016-01-251-0/+1
* Consolidate "make update"Rich Salz2016-01-201-1/+1
* Remove some old makefile targetsRich Salz2016-01-171-12/+0
* Move Makefiles to Makefile.inRich Salz2016-01-122-419/+174
* Update comment as bn_dup_expand is goneViktor Dukhovni2016-01-081-1/+1
* Backwards-compatibility subject to OPENSSL_API_COMPATViktor Dukhovni2016-01-073-5/+8
* bn/asm/bn-c64xplus.asm: update commentary.Andy Polyakov2015-12-221-2/+3
* Fix URLs mangled by reformatMatt Caswell2015-12-191-1/+1
* Fix a ** 0 mod 1 = 0 for real this time.Emilia Kasper2015-12-141-8/+31