summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn/bn_convert.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rewrite BN_bn2mpi() using CBB.jsing2024-06-221-24/+35
* bn_convert: zap extra blank linetb2024-04-171-2/+1
* Rewrite BN_mpi2bn() using CBS and bn_bin2bn_cbs().jsing2024-04-171-32/+29
* Rewrite BN_lebin2bn() using CBS.jsing2024-04-171-48/+16
* Invert BN_BITS2 handling in bn_bin2bn_cbs() and bn_hex2bn_cbs().jsing2024-04-161-11/+11
* Rewrite BN_bin2bn() using CBS.jsing2024-04-161-35/+58
* Rename bn_expand() to bn_expand_bits().jsing2024-04-161-3/+3
* Reimplement BN_print() and BN_print_fp()tb2023-07-091-46/+1
* Refactor BN_bn2hex()tb2023-07-091-7/+53
* Hide symbols in bnbeck2023-07-081-1/+15
* Avoid crash in BN_asc2bn()tb2023-06-231-2/+3
* Fix return check of bn_hex2bn_cbs()tb2023-06-231-3/+3
* typo: hexidecimal -> hexadecimaltb2023-06-231-2/+2
* Rewrite BN_{asc,dec,hex}2bn() using CBS.jsing2023-05-281-123/+224
* Rewrite BN_bn2hex() using CBB/CBS.jsing2023-05-091-25/+35
* Rewrite BN_bn2dec() using CBB/CBS.jsing2023-05-091-63/+61
* Rename Hex array to hex_digits.jsing2023-04-191-5/+5
* Move the BN_bn2bin()/BN_bin2bn() family to bn_convert.cjsing2023-04-191-1/+182
* Reorder functions.jsing2023-04-191-102/+102
* Move BN_options() from bn_convert.c to bn_lib.cjsing2023-04-191-20/+1
* Move BN_bn2mpi()/BN_mpi2bn() into bn_convert.cjsing2023-04-171-1/+73
* Rename the largely misnamed bn_print.c to bn_convert.cjsing2023-04-141-0/+414