OpenBSD CVS

src/lib/libcrypto/bn/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / lib / libcrypto / bn


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] arch/        
[DIR] asm/        
[DIR] old/        
[DIR] stuff/        
[TXT] bn.h  1.78   2 months  beck   Hide symbols in bn.h Mark them LCRYPTO_UNUSED appropriately and remove the LIBR...
[TXT] bn_add.c  1.26   11 months  beck   Hide symbols in bn ok tb@
[TXT] bn_bpsw.c  1.11   10 months  tb   Make the bn_rand_interval() API a bit more ergonomic Provide bn_rand_in_range()...
[TXT] bn_const.c  1.8   10 months  tb   Remove the get_rfc*_prime_*() API Inconsistently named with the rest of the API...
[TXT] bn_convert.c  1.21   7 weeks  tb   bn_convert: zap extra blank line
[TXT] bn_ctx.c  1.22   11 months  beck   Hide symbols in bn ok tb@
[TXT] bn_div.c  1.41   2 months  beck   Hide symbols in bn.h Mark them LCRYPTO_UNUSED appropriately and remove the LIBR...
[TXT] bn_err.c  1.17   11 months  beck   Hide symbols in bn ok tb@
[TXT] bn_exp.c  1.53   2 months  beck   Hide symbols in bn.h Mark them LCRYPTO_UNUSED appropriately and remove the LIBR...
[TXT] bn_gcd.c  1.29   2 months  beck   Hide symbols in bn.h Mark them LCRYPTO_UNUSED appropriately and remove the LIBR...
[TXT] bn_internal.h  1.15   11 months  jsing   Provide additional BN primitives for BN_ULLONG architectures. On BN_ULLONG arch...
[TXT] bn_isqrt.c  1.10   12 months  tb   Reinstate bn_isqrt.c r1.8 and crypto_lock.c r1.3 This traded local copies of CT...
[TXT] bn_kron.c  1.15   11 months  beck   Hide symbols in bn ok tb@
[TXT] bn_lib.c  1.93   8 weeks  jsing   Provide bn_expand_bytes(). This will be used in an upcoming change. ok tb@
[TXT] bn_local.h  1.43   8 weeks  jsing   Provide bn_expand_bytes(). This will be used in an upcoming change. ok tb@
[TXT] bn_mod.c  1.22   11 months  beck   Hide symbols in bn ok tb@
[TXT] bn_mod_sqrt.c  1.3   10 months  tb   Make the bn_rand_interval() API a bit more ergonomic Provide bn_rand_in_range()...
[TXT] bn_mont.c  1.63   2 months  jsing   Mark internal functions as static.
[TXT] bn_mul.c  1.39   11 months  beck   Hide symbols in bn ok tb@
[TXT] bn_prime.c  1.34   10 months  tb   Cap the size of numbers we check for primality We refuse to generate RSA keys l...
[TXT] bn_prime.h  1.9   19 months  tb   Move bn_prime.h to the public domain. It's entirely trivial. ok beck
[TXT] bn_prime.pl  1.12   14 months  tb   bn_prime.pl: fix shebang and a couple more whitespace tweaks
[TXT] bn_primitives.c  1.2   11 months  jsing   Provide and use bn_clzw() in place of bn_word_clz(). On some architectures, we ...
[TXT] bn_print.c  1.47   3 months  tb   Remove BIO_{sn,v,vsn}printf(3) Unsued printing functionality. If something shou...
[TXT] bn_rand.c  1.30   2 months  tb   Fix signed integer overflow in bnrand() If more bits than INT_MAX - 7 are reque...
[TXT] bn_recp.c  1.19   14 months  tb   Replace the remaining BN_copy() with bn_copy() ok jsing
[TXT] bn_shift.c  1.22   11 months  beck   Hide symbols in bn ok tb@
[TXT] bn_small_primes.c  1.1   19 months  tb   Move table in bn_primes.h to a .c file and get rid of prime_t This way we dedup...
[TXT] bn_sqr.c  1.36   11 months  beck   Hide symbols in bn ok tb@
[TXT] bn_word.c  1.21   11 months  beck   Hide symbols in bn ok tb@
[TXT] s2n_bignum.h  1.2   16 months  jsing   Include the ISC license from s2n-bignum's LICENSE file.
[TXT] s2n_bignum_internal.h  1.3   3 months  tb   Replace uses of endbr64 with _CET_ENDBR from cet.h cet.h is needed for other pl...
[TXT] Makefile (in the Attic) [Hide]  1.7   10 years  tedu   we don't use these files for building
[TXT] Makefile.ssl (in the Attic) [Hide]  1.14   13 years  djm   resolve conflicts, fix local changes
[TXT] bn.err (in the Attic) [Hide]  1.2   24 years  beck   OpenSSL 0.9.4 merge
[TXT] bn.mul (in the Attic) [Hide]  1.2   10 years  miod   Remove meat which either duplicates code found in apps/, or is only of value for...
[TXT] bn.org (in the Attic) [Hide]  1.2   24 years  beck   OpenSSL 0.9.4 merge
[TXT] bn_asm.c (in the Attic) [Hide]  1.25   16 months  jsing   Remove the now empty bn_asm.c. This rather misnamed file (bn_asm.c) previously ...
[TXT] bn_blind.c (in the Attic) [Hide]  1.44   10 months  tb   Move bn_blind.c to rsa_blinding.c discussed with jsing
[TXT] bn_comba.c (in the Attic) [Hide]  1.3   23 years  beck   openssl-engine0.9.6 merge Again, be sure to whack an old /usr/obj/lib/libssl if...
[TXT] bn_depr.c (in the Attic) [Hide]  1.10   16 months  jsing   Remove the now empty/unused bn_depr.c.
[TXT] bn_exp2.c (in the Attic) [Hide]  1.17   15 months  jsing   Remove bn_exp2.c, which is now empty.
[TXT] bn_gf2m.c (in the Attic) [Hide]  1.33   13 months  tb   GF2m bites the dust. It won't be missed.
[TXT] bn_lcl.h (in the Attic) [Hide]  1.40   18 months  tb   bn_lcl.h wanted special treatment.
[TXT] bn_m.c (in the Attic) [Hide]  1.2   24 years  beck   OpenSSL 0.9.4 merge
[TXT] bn_mpi.c (in the Attic) [Hide]  1.13   13 months  jsing   Move BN_bn2mpi()/BN_mpi2bn() into bn_convert.c
[TXT] bn_mulw.c (in the Attic) [Hide]  1.2   24 years  beck   OpenSSL 0.9.4 merge
[TXT] bn_nist.c (in the Attic) [Hide]  1.26   13 months  tb   Remove the horror show that is bn_nist and ecp_nist This code is full of proble...
[TXT] bn_opt.c (in the Attic) [Hide]  1.2   13 years  djm   resolve conflicts, fix local changes
[TXT] bn_opts.c (in the Attic) [Hide]  1.3   23 years  beck   openssl-engine0.9.6 merge Again, be sure to whack an old /usr/obj/lib/libssl if...
[TXT] bn_sqrt.c (in the Attic) [Hide]  1.17   14 months  tb   Add a new implementation of BN_mod_sqrt() This is a reimplementation from scrat...
[TXT] bn_sub.c (in the Attic) [Hide]  1.2   24 years  beck   OpenSSL 0.9.4 merge
[TXT] bn_x931p.c (in the Attic) [Hide]  1.17   13 months  tb   Remove X9.31 support ok jsing
[TXT] bnspeed.c (in the Attic) [Hide]  1.5   10 years  miod   Remove meat which either duplicates code found in apps/, or is only of value for...
[TXT] bntest.c (in the Attic) [Hide]  1.15   10 years  miod   Moved to regress/lib/libcrypto.
[TXT] comba.pl (in the Attic) [Hide]  1.3   23 years  beck   openssl-engine0.9.6 merge Again, be sure to whack an old /usr/obj/lib/libssl if...
[TXT] d.c (in the Attic) [Hide]  1.3   23 years  beck   openssl-engine0.9.6 merge Again, be sure to whack an old /usr/obj/lib/libssl if...
[TXT] divtest.c (in the Attic) [Hide]  1.3   10 years  miod   No licence.
[TXT] exp.c (in the Attic) [Hide]  1.3   10 years  miod   Remove meat which either duplicates code found in apps/, or is only of value for...
[TXT] expspeed.c (in the Attic) [Hide]  1.7   10 years  miod   Remove meat which either duplicates code found in apps/, or is only of value for...
[TXT] exptest.c (in the Attic) [Hide]  1.9   10 years  miod   Moved to regress/lib/libcrypto.
[TXT] new (in the Attic) [Hide]  1.3   23 years  beck   openssl-engine0.9.6 merge Again, be sure to whack an old /usr/obj/lib/libssl if...
[TXT] test.c (in the Attic) [Hide]  1.3   23 years  beck   openssl-engine0.9.6 merge Again, be sure to whack an old /usr/obj/lib/libssl if...
[TXT] todo (in the Attic) [Hide]  1.2   10 years  miod   todo: do not leave 15 year old todo lists in the tree.
[TXT] vms-helper.c (in the Attic) [Hide]  1.4   10 years  miod   Go home, VMS, you're drunk