index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
libcrypto
/
bn
/
bn.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
const correct BN_MONT_CTX_copy()
tb
9 days
1
-2
/
+2
*
fix ugly whitespace
tb
2025-01-06
1
-4
/
+4
*
Hide symbols in bn.h
beck
2024-04-10
1
-9
/
+2
*
Make BN_mod_exp2_mont() and BN_mod_exp_mont_word() internal
tb
2024-03-02
1
-6
/
+1
*
Make BN_mod_exp_simple() internal
tb
2024-03-02
1
-3
/
+1
*
Remove more *_options() stuff
tb
2023-07-31
1
-2
/
+1
*
Remove the get_rfc*_prime_*() API
tb
2023-07-28
1
-9
/
+1
*
Make BN_BLINDING internal
tb
2023-07-28
1
-22
/
+1
*
Add a BN_R_INVALID_ARGUMENT error code
tb
2023-06-13
1
-1
/
+2
*
Remove a useless doxygen comment
tb
2023-04-27
1
-5
/
+1
*
Remove the deprecated API from BN
tb
2023-04-25
1
-33
/
+2
*
GF2m bites the dust. It won't be missed.
tb
2023-04-25
1
-62
/
+1
*
Remove the horror show that is bn_nist and ecp_nist
tb
2023-04-25
1
-17
/
+1
*
Remove the no longer used BN_MONT_CTX_init()
tb
2023-04-25
1
-5
/
+1
*
Move a few now internal prototypes to bn_local.h
tb
2023-04-25
1
-23
/
+1
*
Remove old BN_one/BN_zero compat stuff
tb
2023-04-25
1
-13
/
+1
*
Remove X9.31 support
tb
2023-04-25
1
-15
/
+1
*
Remove the no longer used BN_CTX_init()
tb
2023-04-25
1
-7
/
+1
*
unifdef BN_RECURSION
jsing
2023-04-19
1
-7
/
+1
*
Mark X9.31 BN API for removal
tb
2023-04-16
1
-1
/
+4
*
The BN reciprocal API will also become internal-only
tb
2023-04-16
1
-1
/
+7
*
Various BN*init() will be removed from the public API
tb
2023-04-16
1
-1
/
+10
*
Mark public bn_nist and ec_nist API for removal
tb
2023-04-16
1
-1
/
+3
*
Provide BN_zero()/BN_one() as functions and make BN_zero() always succeed.
jsing
2022-12-17
1
-1
/
+6
*
Mop up more BN_DEBUG related code.
jsing
2022-11-30
1
-13
/
+1
*
Remove mkerr.pl remnants from LibreSSL
kn
2022-07-12
1
-5
/
+1
*
Expose new API in headers.
tb
2022-07-07
1
-3
/
+1
*
Prepare to provide BN_security_bits()
tb
2022-06-27
1
-1
/
+5
*
Move BN structs to bn_lcl.h
tb
2022-01-14
1
-49
/
+1
*
Unifdef LIBRESSL_OPAQUE_* and LIBRESSL_NEXT_API
tb
2022-01-14
1
-65
/
+1
*
Annotate the structs to be moved to bn_lcl.h in the next bump
tb
2021-12-04
1
-1
/
+5
*
Implement the BN_to_montgomery() macro as a function
tb
2021-12-04
1
-1
/
+6
*
Implement the BN_is_negative macro as a function
tb
2021-12-04
1
-1
/
+6
*
Provide function implementations for various BN_* macros
tb
2021-12-04
1
-3
/
+15
*
Provide replacement functions for the BN_{get,set,with}_flags() macros.
tb
2021-12-04
1
-1
/
+9
*
Provide replacement functions for the BN_GENCB_set{,_old}() macros
tb
2021-12-04
1
-2
/
+14
*
typo in comment
tb
2021-11-18
1
-2
/
+2
*
Expose BN_bn2{,le}binpad() and BN_lebin2bn() in <openssl/bn.h>
tb
2021-09-10
1
-3
/
+1
*
Expose BN_RAND_* in <openssl/bn.h>
tb
2021-09-10
1
-3
/
+1
*
Prepare to provide BN_RAND_* flags for BN_rand_range()
tb
2021-09-10
1
-1
/
+12
*
Prepare to provide BN_bn2{,le}binpad() and BN_lebin2bn()
tb
2021-09-08
1
-1
/
+6
*
Change generating and checking of primes so that the error rate of
schwarze
2019-08-25
1
-18
/
+73
*
Provide BN_GENCB_new(), BN_GENCB_free() and BN_GENCB_get_arg()
jsing
2018-02-20
1
-1
/
+6
*
Provide BN_get_rfc2409_prime_*() and BN_get_rfc3526_prime_*().
jsing
2018-02-20
1
-1
/
+9
*
Construct a BN_gcd_nonct, based on BN_mod_inverse_no_branch, as suggested
beck
2017-01-25
1
-1
/
+3
*
Add ct and nonct versions of BN_mod_inverse for internal use
beck
2017-01-21
1
-1
/
+3
*
Split out BN_div and BN_mod into ct and nonct versions for Internal use.
beck
2017-01-21
1
-1
/
+3
*
Make explicit _ct and _nonct versions of bn_mod_exp funcitons that
beck
2017-01-21
1
-1
/
+3
*
Explicitly export a list of symbols from libcrypto.
jsing
2016-12-21
1
-115
/
+1
*
graduate bn_expand() to a real function. the openssl version of this
deraadt
2016-03-04
1
-3
/
+3
[next]