Age | Commit message (Expand) | Author |
2024-03-29 | Always use C functions for AES_{encrypt,decrypt}(). | Joel Sing |
2024-03-29 | Always use C functions for AES_set_{encrypt,decrypt}_key(). | Joel Sing |
2024-03-29 | Rename AES_cbc_encrypt to aes_cbc_encrypt_internal for the SEH handlers. | Joel Sing |
2024-03-28 | Make AES_cbc_encrypt() always be a C function. | Joel Sing |
2024-03-27 | Remove assembly for stitched modes. | Joel Sing |
2024-02-24 | Add a few missing endbr64 to libcrypto | Theo Buehler |
2024-02-24 | Replace uses of endbr64 with _CET_ENDBR from cet.h | Theo Buehler |
2023-09-18 | aesni_ctr32_encrypt_blocks() is called indirectly from C code, so it | Theo de Raadt |
2023-04-25 | Add endbr64 where needed by inspection. Passes regresson tests. | Theo de Raadt |
2023-02-23 | Use explicit .text instead of .previous to please Windows/MinGW on amd64 | Theo Buehler |
2023-02-09 | Use .section .rodata instead of a plain .rodata | Theo Buehler |
2023-02-02 | Remove AIX toc data after every function. NFC | Miod Vallat |
2023-02-02 | Unbreak vpaes-x86 implementation. | Joel Sing |
2023-02-01 | Move all data blocks from .text to .rodata and cleanup up and homogeneize code | Miod Vallat |
2023-01-14 | Move constants out of text segment into rodata to prepare for xonly support | Theo de Raadt |
2012-10-13 | import OpenSSL-1.0.1c | Damien Miller |
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 |
2009-04-06 | import of OpenSSL 0.9.8k | Damien Miller |
2022-12-26 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2012-10-13 | import OpenSSL-1.0.1c | Damien Miller |
2009-04-06 | import of OpenSSL 0.9.8k | Damien Miller |
2022-07-30 | Add stack frames to AES-NI x86_64 assembly. | Joel Sing |
2018-01-07 | On OpenBSD/armv7 we deliberately trap unaligned access. Unfortunately | Mark Kettenis |
2017-12-11 | http://repzret.org/p/repzret/ | Theo de Raadt |
2016-11-04 | Replace all uses of magic numbers when operating on OPENSSL_ia32_P[] by | Miod Vallat |
2016-09-04 | Less S390. | Joel Sing |
2016-09-04 | Less IA64. | Joel Sing |
2015-07-19 | Remove the logic responsible for outputting most AES-NI instructions as | Miod Vallat |
2015-07-19 | Replace `.byte 0x48,0x83,0xEC,0x08' with `sub \$8,%rsp' which is exactly the | Miod Vallat |
2015-07-17 | extenstion -> extension | Miod Vallat |
2014-12-07 | Make sure to load absolute symbol address with `dla' instead of `la' when | Miod Vallat |
2014-12-07 | Remove OPENSSL_FIPSCANISTER mentions. | Miod Vallat |
2014-07-09 | Kill more FIPS tentacles by removing the private_AES_set_{enc,dec}rypt_key() | Miod Vallat |
2014-05-01 | Do not output SOM-specific directives. | Miod Vallat |
2014-04-13 | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | Miod Vallat |
2014-04-13 | Import OpenSSL 1.0.1g | Miod Vallat |
2012-10-31 | On amd64 OPENSSL_cpuid_setup and OPENSSL_ia32cap_P are now hidden so we don't | Mark Kettenis |
2012-10-13 | resolve conflicts | Damien Miller |
2012-10-13 | import OpenSSL-1.0.1c | Damien Miller |
2010-10-01 | resolve conflicts, fix local changes | Damien Miller |
2010-10-01 | import OpenSSL-1.0.0a | Damien Miller |
2010-07-01 | import OpenSSL-1.0.1c | Thordur I. Bjornsson |
2009-04-06 | import of OpenSSL 0.9.8k | Damien Miller |
2009-01-09 | resolve conflicts | Damien Miller |
2008-09-19 | fix some cause of bad TEXTREL on i386 and amd64 | Otto Moerbeek |
2008-09-06 | resolve conflicts | Damien Miller |
2008-09-06 | import of OpenSSL 0.9.8h | Damien Miller |
2005-05-10 | import of OpenSSL 0.9.8h | Markus Friedl |