Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2023-07-10 | Pull BIGNUM constants out of get_* function bodies | tb | 1 | -315/+331 |
2023-07-10 | BIO_indent: use %*s rather than puts in a loop | tb | 1 | -6/+5 |
2023-07-10 | bn_print: string.h is no longer needed | tb | 1 | -2/+1 |
2023-07-09 | Fix ndef_{prefix,suffix}() | tb | 1 | -11/+12 |
2023-07-09 | Reimplement BN_print() and BN_print_fp() | tb | 2 | -47/+45 |
2023-07-09 | Simplify bn_print() | tb | 1 | -5/+3 |
2023-07-09 | Refactor BN_bn2hex() | tb | 2 | -8/+57 |
2023-07-09 | Provide optimised bn_subw() for riscv64. | jsing | 1 | -1/+18 |
2023-07-09 | Provide optimised bn_addw() for riscv64. | jsing | 1 | -1/+18 |
2023-07-09 | Add Xr to EVP_MD_meth_new to top level library | tb | 1 | -2/+3 |
2023-07-09 | Fix OpenBSD release | tb | 1 | -3/+3 |
2023-07-09 | ASN1_bn_print() will be removed soon. Remove docs. | tb | 5 | -130/+7 |
2023-07-08 | fix comment to unbreak things that care about warnings | beck | 1 | -2/+2 |
2023-07-08 | link EVP_MD_meth_new.3 to build | tb | 1 | -1/+2 |