aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn
Commit message (Expand)AuthorAgeFilesLines
* Add final(?) set of copyrights.Rich Salz2016-06-017-15/+42
* x86_64 assembly pack: tolerate spaces in source directory name.Andy Polyakov2016-05-295-5/+5
* bn/bn_exp.c: explain 'volatile' in MOD_EXP_CTIME_COPY_FROM_PREBUF.Andy Polyakov2016-05-271-0/+8
* fix BN_hex2bn()/BN_dec2bn() memory leakhuangqinjin2016-05-271-2/+2
* build.info files: add quotes around any spec that may contain spacesRichard Levitte2016-05-251-1/+1
* Clean up RAND_bytes() callsTodd Short2016-05-241-7/+2
* Remove unused error/function codes.Rich Salz2016-05-231-9/+1
* VMS: remove last VAX vestigesRichard Levitte2016-05-232-6462/+0
* Avoid creating an illegal pointerKurt Roeckx2016-05-221-2/+4
* Avoid creating an illegal pointerKurt Roeckx2016-05-221-1/+5
* Add OpenSSL copyright to .pl filesRich Salz2016-05-2126-26/+208
* Manual fixes after copyright consolidationRich Salz2016-05-173-53/+11
* Copyright consolidation 06/10Rich Salz2016-05-1736-2115/+225
* Use OPENSSL_hexchar2intRich Salz2016-05-161-7/+2
* Fold threads.h into crypto.h making API publicViktor Dukhovni2016-05-161-1/+0
* Alpha assembly pack: make it work on Linux.Andy Polyakov2016-05-041-1/+1
* Improve commentDmitry-Me2016-05-031-2/+2
* Don't free the BIGNUM passed to BN_mpi2bnMatt Caswell2016-04-291-3/+8
* Don't leak memory on error in BN_generate_prime_exMatt Caswell2016-04-281-3/+4
* Free a BIGNUM on error in BN_mpi2bnMatt Caswell2016-04-281-7/+9
* Update copyright; generated files.Rich Salz2016-04-201-54/+8
* Remove --classic build entirelyRichard Levitte2016-04-201-149/+0
* Copyright consolidation: perl filesRich Salz2016-04-205-59/+44
* Rename some lowercase API'sRich Salz2016-04-181-8/+8
* PPC assembly pack: remove branch hints.Andy Polyakov2016-04-073-16/+16
* Clean-up *_DEBUG options.Andy Polyakov2016-04-073-15/+0
* Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte2016-03-211-3/+0
* Remove ultrix/mips support.Rich Salz2016-03-171-5/+1
* On Windows, page walking is known as __chkstk.Emilia Kasper2016-03-153-0/+6
* 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