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
OPENBSD_7_7
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_convert.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rewrite BN_bn2mpi() using CBB.
jsing
2024-06-22
1
-24
/
+35
*
bn_convert: zap extra blank line
tb
2024-04-17
1
-2
/
+1
*
Rewrite BN_mpi2bn() using CBS and bn_bin2bn_cbs().
jsing
2024-04-17
1
-32
/
+29
*
Rewrite BN_lebin2bn() using CBS.
jsing
2024-04-17
1
-48
/
+16
*
Invert BN_BITS2 handling in bn_bin2bn_cbs() and bn_hex2bn_cbs().
jsing
2024-04-16
1
-11
/
+11
*
Rewrite BN_bin2bn() using CBS.
jsing
2024-04-16
1
-35
/
+58
*
Rename bn_expand() to bn_expand_bits().
jsing
2024-04-16
1
-3
/
+3
*
Reimplement BN_print() and BN_print_fp()
tb
2023-07-09
1
-46
/
+1
*
Refactor BN_bn2hex()
tb
2023-07-09
1
-7
/
+53
*
Hide symbols in bn
beck
2023-07-08
1
-1
/
+15
*
Avoid crash in BN_asc2bn()
tb
2023-06-23
1
-2
/
+3
*
Fix return check of bn_hex2bn_cbs()
tb
2023-06-23
1
-3
/
+3
*
typo: hexidecimal -> hexadecimal
tb
2023-06-23
1
-2
/
+2
*
Rewrite BN_{asc,dec,hex}2bn() using CBS.
jsing
2023-05-28
1
-123
/
+224
*
Rewrite BN_bn2hex() using CBB/CBS.
jsing
2023-05-09
1
-25
/
+35
*
Rewrite BN_bn2dec() using CBB/CBS.
jsing
2023-05-09
1
-63
/
+61
*
Rename Hex array to hex_digits.
jsing
2023-04-19
1
-5
/
+5
*
Move the BN_bn2bin()/BN_bin2bn() family to bn_convert.c
jsing
2023-04-19
1
-1
/
+182
*
Reorder functions.
jsing
2023-04-19
1
-102
/
+102
*
Move BN_options() from bn_convert.c to bn_lib.c
jsing
2023-04-19
1
-20
/
+1
*
Move BN_bn2mpi()/BN_mpi2bn() into bn_convert.c
jsing
2023-04-17
1
-1
/
+73
*
Rename the largely misnamed bn_print.c to bn_convert.c
jsing
2023-04-14
1
-0
/
+414