Age | Commit message (Expand) | Author |
13 days | Provide a SHA-256 assembly implementation for amd64 using SHA-NI. | Joel Sing |
13 days | Provide a replacement assembly implementation for SHA-512 on amd64. | Joel Sing |
13 days | Add CPU capability detection for the Intel SHA extensions (aka SHA-NI). | Joel Sing |
2024-11-12 | Check the correct variable in cpuid(). | Joel Sing |
2024-11-08 | Provide a replacement assembly implementation for SHA-256 on amd64. | Joel Sing |
2024-11-05 | cryptlib.h: adjust header guard for upcoming surgery | Theo Buehler |
2024-10-19 | Remove IA32 specific code from cryptlib.c. | Joel Sing |
2024-10-18 | Provide crypto_cpu_caps_init() for amd64. | Joel Sing |
2024-08-31 | Unexport OPENSSL_cpuid_setup and OPENSSL_ia32cap_P | Theo Buehler |
2024-08-11 | Provide and use crypto_arch.h. | Joel Sing |
2024-06-04 | enable -fret-clean on amd64, for libc libcrypto ld.so kernel, and all the | Theo de Raadt |
2024-03-29 | Always use C functions for AES_{encrypt,decrypt}(). | Joel Sing |
2024-03-29 | Move camellia to primary Makefile. | Joel Sing |
2024-03-29 | Stop building camellia assembly on amd64 and i386. | Joel Sing |
2024-03-29 | Move aes_core.c to the primary Makefile. | Joel Sing |
2024-03-29 | Always use C functions for AES_set_{encrypt,decrypt}_key(). | Joel Sing |
2024-03-29 | Move wp_block.c to the primary Makefile. | Joel Sing |
2024-03-29 | Stop building whirlpool assembly on amd64 and i386. | Joel Sing |
2024-03-28 | Merge aes_cbc.c into aes.c now that aes_cbc.c is used on all platforms. | Joel Sing |
2024-03-28 | Make AES_cbc_encrypt() always be a C function. | Joel Sing |
2024-03-28 | Remove OPENSSL_UNISTD define | Theo Buehler |
2024-03-28 | Move rc4.c to primary Makefile. | Joel Sing |
2024-03-28 | Use C functions for RC4 public API. | Joel Sing |
2024-03-28 | Move des sources to primary Makefile. | Joel Sing |
2024-03-27 | Remove assembly for stitched modes. | Joel Sing |
2024-03-27 | Move bf_enc.c to the primary Makefile. | Joel Sing |
2023-11-12 | split the Symbols.list up so that arch specific symbols do not end up everywhere | Robert Nagy |
2023-04-15 | Stop building GF2m assembly | Theo Buehler |
2023-02-16 | Enable s2n-bignum word_clz() on amd64. | 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-14 | Remove unused Elliptic Curve code. | Joel Sing |
2022-12-26 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2017-08-20 | sprinkle a few missing dependencies on perl scripts internal bits. | Marc Espie |
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 |
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 |
2014-11-17 | Add the Cammelia cipher to libcrypto. | 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-06 | Sort CFLAGS, SRC and SSLASM stanzas by the directories they apply to, to make | Miod Vallat |
2014-04-18 | first round of static config. ok miod | Ted Unangst |
2014-04-17 | Move the machine-specific parts of the libcrypto Makefile to per-arch makefile | Miod Vallat |
2014-04-15 | The more you remove Chtulhu^WVMS tentacles, the more there are | Miod Vallat |
2014-04-14 | revert 1.2 and define OPENSSL_NO_EC_NISTP_64_GCC_128 again, it has a downside | Stuart Henderson |
2014-04-13 | No longer define OPENSSL_NO_EC_NISTP_64_GCC_128 on amd64; requested by djm | Miod Vallat |