index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libcrypto
/
bn
Age
Commit message (
Expand
)
Author
2023-04-25
GF2m bites the dust. It won't be missed.
Theo Buehler
2023-04-25
BN_RECP_CTX moves to internal
Theo Buehler
2023-04-25
Remove the horror show that is bn_nist and ecp_nist
Theo Buehler
2023-04-25
Remove the no longer used BN_MONT_CTX_init()
Theo Buehler
2023-04-25
Move a few now internal prototypes to bn_local.h
Theo Buehler
2023-04-25
Remove old BN_one/BN_zero compat stuff
Theo Buehler
2023-04-25
Remove X9.31 support
Theo Buehler
2023-04-25
Remove the no longer used BN_CTX_init()
Theo Buehler
2023-04-25
Add endbr64 where needed by inspection. Passes regresson tests.
Theo de Raadt
2023-04-22
Improve bn_montgomery_multiply_words()
Joel Sing
2023-04-19
Rename Hex array to hex_digits.
Joel Sing
2023-04-19
Move the BN_bn2bin()/BN_bin2bn() family to bn_convert.c
Joel Sing
2023-04-19
Reorder functions.
Joel Sing
2023-04-19
Move BN_options() from bn_convert.c to bn_lib.c
Joel Sing
2023-04-19
unifdef BN_RECURSION
Joel Sing
2023-04-17
Tweak indent and use named registers.
Joel Sing
2023-04-17
Move BN_bn2mpi()/BN_mpi2bn() into bn_convert.c
Joel Sing
2023-04-16
Mark X9.31 BN API for removal
Theo Buehler
2023-04-16
The BN reciprocal API will also become internal-only
Theo Buehler
2023-04-16
Various BN*init() will be removed from the public API
Theo Buehler
2023-04-16
Mark public bn_nist and ec_nist API for removal
Theo Buehler
2023-04-15
Remove now unused GF2m perlasm generators
Theo Buehler
2023-04-14
Rename the largely misnamed bn_print.c to bn_convert.c
Joel Sing
2023-04-14
Provide and use bn_copy_words() in BN_copy().
Joel Sing
2023-04-11
Add a new implementation of BN_mod_sqrt()
Theo Buehler
2023-04-09
Remove some doubled empty lines
Theo Buehler
2023-04-07
bn_mont: fix typo in comment divisable -> divisible
Theo Buehler
2023-04-03
Compress euclid() a little
Theo Buehler
2023-04-01
Pull static const data out of BN_value_one()
Theo Buehler
2023-04-01
Indent labels
Theo Buehler
2023-04-01
Group the non-constant time gcd functions together
Theo Buehler
2023-03-31
Copy BN_FLG flags in BN_copy()
Theo Buehler
2023-03-30
Call bn_copy() unconditionally in BN_mul() and BN_sqr()
Theo Buehler
2023-03-30
Rework BN_exp() a bit
Theo Buehler
2023-03-27
Replace the remaining BN_copy() with bn_copy()
Theo Buehler
2023-03-27
Convert BN_copy() with missing error checks to bn_copy()
Theo Buehler
2023-03-27
Convert BN_copy() with explicit comparison against NULL to bn_copy()
Theo Buehler
2023-03-27
Use bn_copy() rather than inlining it
Theo Buehler
2023-03-27
Drop unnecessary parentheses.
Theo Buehler
2023-03-27
Convert bn_nist.c to BN_copy()
Theo Buehler
2023-03-27
Add bn_copy(), a sane wrapper of BN_copy() for internal use
Theo Buehler
2023-03-26
Minor whitespace tidying
Theo Buehler
2023-03-26
Make several calls to BN_nnmod() unconditional
Theo Buehler
2023-03-26
Correctly reduce negative inpot to BN_mod_exp2_mont()
Theo Buehler
2023-03-26
bn_prime.pl: fix shebang and a couple more whitespace tweaks
Theo Buehler
2023-03-25
Use strict and warnings
Theo Buehler
2023-03-25
Make an attempt at reducing the eyebleed in bn_prime.pl
Theo Buehler
2023-03-25
Use Eric Young's usual license in the proper place rather than a weird
Theo Buehler
2023-03-25
Add RCSID
Theo Buehler
2023-03-25
Add checks to ensure the uint16_t array isn't overflowed when this
Theo Buehler
[next]