Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2023-02-01 | Move all data blocks from .text to .rodata and cleanup up and homogeneize code | miod | 16 | -236/+248 |
2023-02-01 | For xonly, move sha512-ppc.pl's table from text to rodata | gkoehler | 1 | -18/+7 |
2023-02-01 | Don't run session tests with openssl 3.0 - these tests aren't TLSv1.3 ready | tb | 1 | -2/+2 |
2023-02-01 | Hopefully the last one. | tb | 1 | -4/+4 |
2023-02-01 | One more openssl 1.0.2 thing missed. | tb | 1 | -4/+4 |
2023-02-01 | Switch from eopenssl to eopenssl30. Missed in both previous commits | tb | 1 | -4/+4 |
2023-02-01 | Retire OpenSSL 1.0.2 interop | tb | 7 | -93/+13 |
2023-02-01 | Pull the MONT_WORD define to the top. | jsing | 1 | -3/+3 |
2023-02-01 | Move BN_MONT_CTX_* functions to the top of the file. | jsing | 1 | -221/+221 |
2023-01-31 | Remove the now empty bn_asm.c. | jsing | 8 | -78/+6 |
2023-01-31 | Simplify bn_div_3_words(). | jsing | 1 | -49/+15 |
2023-01-31 | Provide inline assembly bn_umul_hilo() for alpha/powerpc64/riscv64. | jsing | 3 | -3/+67 |
2023-01-31 | Provide inline assembly versions of bn_umul_hilo() for aarch64/amd64/i386. | jsing | 3 | -3/+67 |