Age | Commit message (Expand) | Author |
2023-04-15 | Stop building GF2m assembly | Theo Buehler |
2023-04-05 | Sprinkle a few BTI instructions into the arm64 assembly files and pass | Mark Kettenis |
2023-02-22 | Replace bn_sub_part_words() with bn_sub(). | Joel Sing |
2023-02-16 | Enable s2n-bignum word_clz() on amd64. | Joel Sing |
2023-01-31 | Remove the now empty bn_asm.c. | Joel Sing |
2023-01-31 | Remove sparc related files from libcrypto. | Joel Sing |
2023-01-29 | Use s2n-bignum assembly implementations for libcrypto bignum on amd64. | Joel Sing |
2023-01-21 | Provide an implementation of bn_sqr() that calls s2n-bignum's bignum_sqr(). | Joel Sing |
2023-01-20 | Replace BN_DIV3W with HAVE_BN_DIV_3_WORDS (in bn_arch.h). | Joel Sing |
2023-01-17 | Remove non-visible and unused OPENSSL_wipe_cpu and OPENSSL_atomic_add | Miod Vallat |
2023-01-14 | Remove unused Elliptic Curve code. | Joel Sing |
2023-01-13 | Move all data tables from .text section to .rodata, and update the code to | Miod Vallat |
2023-01-13 | Move all data tables from .text section to .rodata, and update the code to | Miod Vallat |
2023-01-11 | based upon inspection of obj/*.S ... | Theo de Raadt |
2023-01-11 | temporarily force hppa libcrypto to be built --no-execute-only because | Theo de Raadt |
2022-12-26 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-03-25 | use the new CPU_ID_AA64ISAR0 sysctl to determine CPU features on arm64 | Robert Nagy |
2022-03-23 | Start disentangling armv7 and aarch64 code | Theo Buehler |
2021-05-02 | riscv64 openssl config | Dale Rahn |
2021-05-01 | Retire OpenBSD/sgi. | Visa Hankala |
2020-06-29 | Disable assembly code for powerpc64; more work is needed to make it work. | Mark Kettenis |
2020-06-28 | Switch back to bn_mul_mont_int since the bn_mul_mont_fpu64 code isn't | Mark Kettenis |
2020-06-26 | Accidentally doubled these files on first commit. Correcting. | Dale Rahn |
2020-06-25 | Intial attempt at powerpc64 libcrypto pieces. | Dale Rahn |
2019-07-02 | Add cpuid support for arm64 so that we can recognize which | Patrick Wildt |
2019-05-11 | Remove commented out rc5 bits | Theo Buehler |
2017-08-20 | sprinkle a few missing dependencies on perl scripts internal bits. | Marc Espie |
2017-01-11 | Add support for AArch64. | Patrick Wildt |
2016-11-11 | Disable ec assembly for amd64 pending fixes for ssh, and bump | Bob Beck |
2016-11-04 | Ride the current major bump and enable assembler code for nist 256p curve, | Miod Vallat |
2016-11-04 | Remove I386_ONLY define. It was only used to prefer a | Miod Vallat |
2016-09-04 | Less vax. | Joel Sing |
2016-09-01 | remove sparc support | Ted Unangst |
2016-05-11 | remove hppa64 port, which we never got going beyond broken single users. | Theo de Raadt |
2015-09-11 | Pass "openbsd" instead of "openbsd-elf" as the "flavour" to the perl assembler | Miod Vallat |
2015-06-19 | Disable ENGINE_load_dynamic (dynamic engine support). | Brent Cook |
2015-03-18 | In the neverending saga of enabling and disabling assembler code for sha | Miod Vallat |
2015-03-05 | Do not use sha512-parisc for now, as it is subtly bugged - passes the sha | Miod Vallat |
2014-12-07 | Revert to the use of C code for the basic BN routines (bn_add_words, | Miod Vallat |
2014-11-22 | mop up a barely started project... getting in the way of grepping the tree! | Theo de Raadt |
2014-11-17 | Add the Cammelia cipher to libcrypto. | Miod Vallat |
2014-09-27 | Revert r1.5 and reenable assembler version of ghash now that it has been | Miod Vallat |
2014-09-27 | Disable assembler code for ghash on hppa, causes wrong computations in some | Miod Vallat |
2014-08-11 | Guard RSA / RC4-5 ASM when NO_ASM is not defined | Brent Cook |
2014-07-11 | i'm a dumbdumb. fix build. | Ted Unangst |
2014-07-11 | move all the feature settings to a common header. | Ted Unangst |
2014-07-11 | Make sure we leave OPENSSL_NO_PSK in the conf files so things | Bob Beck |
2014-05-27 | Fix ia64 cross-gcc target. | Tobias Ulmer |
2014-05-07 | miod forgot about fcrypt_b.c being needed, before he went off to get his | Theo de Raadt |
2014-05-06 | Sort CFLAGS, SRC and SSLASM stanzas by the directories they apply to, to make | Miod Vallat |