openssl/crypto/bn
Richard Levitte 9fe2bb77c4 unified build scheme: a first introduction
The "unified" build scheme revolves around small information files,
build.info, which each describe their own bit of everything that needs
to be built, using a mini-language described in Configurations/README.

The information in build.info file contain references to source files
and final result.  Object files are not mentioned at all, they are
simply from source files.  Because of this, all the *_obj items in
Configurations/*.conf are renamed to *_asm_src and the files listed
in the values are change from object files to their corresponding
source files.  For the sake of the other build schemes, Configure
generates corresponding *_obj entries in %target.

Furthermore, the "unified" build scheme supports having a build
directory tree separate from the source directry tree.

All paths in a build.info file is assumed to be relative to its
location, either within the source tree or within the build tree.

Reviewed-by: Andy Polyakov <appro@openssl.org>
2016-02-01 12:46:58 +01:00
..
asm bn/asm/bn-c64xplus.asm: update commentary. 2015-12-22 10:30:03 +01:00
bn_add.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
bn_asm.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
bn_blind.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
bn_const.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
bn_ctx.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
bn_depr.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
bn_dh.c Fix undeclared variable warnings. 2015-10-24 16:42:51 +01:00
bn_div.c Move more BN internals to bn_lcl.h 2016-01-30 16:54:35 -05:00
bn_err.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
bn_exp.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
bn_exp2.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
bn_gcd.c Move more BN internals to bn_lcl.h 2016-01-30 16:54:35 -05:00
bn_gf2m.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
bn_intern.c Continue standardising malloc style for libcrypto 2015-11-09 22:48:41 +00:00
bn_kron.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
bn_lcl.h Move more BN internals to bn_lcl.h 2016-01-30 16:54:35 -05:00
bn_lib.c Always DPURIFY 2016-01-29 16:33:13 +01:00
bn_mod.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
bn_mont.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
bn_mpi.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
bn_mul.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
bn_nist.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
bn_prime.c Restore NUMPRIMES as a numeric literal 2016-01-28 06:36:55 -05:00
bn_prime.h Restore NUMPRIMES as a numeric literal 2016-01-28 06:36:55 -05:00
bn_prime.pl Restore NUMPRIMES as a numeric literal 2016-01-28 06:36:55 -05:00
bn_print.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
bn_rand.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
bn_recp.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
bn_shift.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
bn_sqr.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
bn_sqrt.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
bn_srp.c Only include SRP headers when OPENSSL_NO_SRP is undefined 2015-10-22 23:45:45 +02:00
bn_word.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
bn_x931p.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
Makefile.in unified build scheme: a first introduction 2016-02-01 12:46:58 +01:00
rsaz_exp.c Rearrange rsaz 2015-06-23 02:59:47 +02:00
rsaz_exp.h rsaz_exp.h: align license with the rest of the contribution 2015-07-23 14:20:28 +02:00
vms-helper.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00