| Commit message (Expand) | Author | Age | Files | Lines |
* | aesni_ctr32_encrypt_blocks() is called indirectly from C code, so it | deraadt | 2023-09-18 | 1 | -0/+1 |
* | Remove more *_options() stuff | tb | 2023-07-31 | 1 | -3/+1 |
* | Two files did not want to go away. Go! | tb | 2023-07-28 | 1 | -0/+0 |
* | Remove various ${thing}_options | tb | 2023-07-28 | 1 | -65/+0 |
* | Add endbr64 where needed by inspection. Passes regresson tests. | deraadt | 2023-04-25 | 5 | -0/+60 |
* | Drop two useless READMEs | tb | 2023-04-17 | 1 | -3/+0 |
* | Use explicit .text instead of .previous to please Windows/MinGW on amd64 | tb | 2023-02-23 | 5 | -5/+5 |
* | Use .section .rodata instead of a plain .rodata | tb | 2023-02-09 | 5 | -5/+5 |
* | Remove AIX toc data after every function. NFC | miod | 2023-02-02 | 1 | -23/+2 |
* | Unbreak vpaes-x86 implementation. | jsing | 2023-02-02 | 1 | -2/+0 |
* | Move all data blocks from .text to .rodata and cleanup up and homogeneize code | miod | 2023-02-01 | 3 | -38/+42 |
* | Move constants out of text segment into rodata to prepare for xonly support | deraadt | 2023-01-14 | 5 | -7/+10 |
* | Move all data tables from .text section to .rodata, and update the code to | miod | 2023-01-13 | 1 | -13/+48 |
* | Move all data tables from .text section to .rodata, and update the code to | miod | 2023-01-13 | 1 | -16/+18 |
* | spelling fixes; from paul tagliamonte | jmc | 2022-12-26 | 6 | -23/+23 |
* | Make header guards of internal headers consistent | tb | 2022-11-26 | 1 | -4/+4 |
* | Make internal header file names consistent | tb | 2022-11-26 | 6 | -11/+11 |
* | Add stack frames to AES-NI x86_64 assembly. | jsing | 2022-07-30 | 1 | -39/+58 |
* | Use memmove instead of memcpy for overlapping memory | inoguchi | 2022-01-22 | 1 | -5/+5 |
* | Use memmove() instead of memcpy() to get rid of the need for | tb | 2018-11-07 | 1 | -3/+3 |
* | RFC 3394 section 2 states that we need at least two 64 bit blocks | tb | 2018-10-20 | 1 | -6/+6 |
* | KNF: move two opening curly braces of function bodies to their own lines | tb | 2018-04-03 | 1 | -2/+3 |
* | On OpenBSD/armv7 we deliberately trap unaligned access. Unfortunately | kettenis | 2018-01-07 | 1 | -7/+7 |
* | http://repzret.org/p/repzret/ | deraadt | 2017-12-11 | 1 | -5/+5 |
* | Explicitly export a list of symbols from libcrypto. | jsing | 2016-12-21 | 1 | -1/+5 |
* | Replace all uses of magic numbers when operating on OPENSSL_ia32_P[] by | miod | 2016-11-04 | 3 | -10/+13 |
* | Less S390. | jsing | 2016-09-04 | 1 | -2237/+0 |
* | Less IA64. | jsing | 2016-09-04 | 1 | -1123/+0 |
* | Cast Td4[] values (which are uint8_t) to uint32_t before shifting them left by | miod | 2015-11-05 | 1 | -5/+5 |
* | Correct spelling of OPENSSL_cleanse. | jsing | 2015-09-10 | 1 | -2/+2 |
* | Remove the logic responsible for outputting most AES-NI instructions as | miod | 2015-07-19 | 2 | -46/+0 |
* | Replace `.byte 0x48,0x83,0xEC,0x08' with `sub \$8,%rsp' which is exactly the | miod | 2015-07-19 | 1 | -2/+2 |
* | extenstion -> extension | miod | 2015-07-17 | 1 | -1/+1 |
* | Remove assert() or OPENSSL_assert() of pointers being non-NULL. The policy | miod | 2015-02-10 | 4 | -17/+5 |
* | Make sure to load absolute symbol address with `dla' instead of `la' when | miod | 2014-12-07 | 1 | -4/+10 |
* | Remove OPENSSL_FIPSCANISTER mentions. | miod | 2014-12-07 | 1 | -4/+0 |
* | deregister; no binary change | jsg | 2014-10-28 | 1 | -2/+2 |
* | Only import cryptlib.h in the four source files that actually need it. | jsing | 2014-07-11 | 2 | -5/+4 |
* | Stop including standard headers via cryptlib.h - pull in the headers that | jsing | 2014-07-10 | 1 | -1/+3 |
* | remove unused, private version strings except SSL_version_str | bcook | 2014-07-09 | 1 | -3/+1 |
* | Kill more FIPS tentacles by removing the private_AES_set_{enc,dec}rypt_key() | miod | 2014-07-09 | 8 | -84/+60 |
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 12 | -12/+12 |
* | c-file-style hints, begone; ok beck | deraadt | 2014-06-11 | 11 | -11/+11 |
* | Move the AES wrap test code into regress. | jsing | 2014-05-30 | 1 | -129/+0 |
* | Almost nothing actually needs to include <openssl/e_os2.h>, however by | jsing | 2014-05-24 | 1 | -1/+1 |
* | if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefully | miod | 2014-05-22 | 1 | -4/+2 |
* | Remove AES_bi_ige_encrypt() from libcrypto. This routine is supposed to use | miod | 2014-05-12 | 2 | -116/+0 |
* | Do not output SOM-specific directives. | miod | 2014-05-01 | 1 | -0/+6 |
* | Remove WIN32, WIN64 and MINGW32 tentacles. | miod | 2014-04-28 | 1 | -4/+1 |
* | unifdef -UAES_LONG for we do not intend to run on platforms where int is smaller | miod | 2014-04-22 | 2 | -8/+0 |