Age | Commit message (Expand) | Author |
2023-04-25 | Add endbr64 where needed by inspection. Passes regresson tests. | Theo de Raadt |
2023-04-15 | Remove now unused GF2m perlasm generators | Theo Buehler |
2023-02-23 | Use explicit .text instead of .previous to please Windows/MinGW on amd64 | Theo Buehler |
2023-02-22 | Replace bn_sub_part_words() with bn_sub(). | Joel Sing |
2023-02-11 | Bye bye x86_64-gcc.c. | Joel Sing |
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 |
2009-04-06 | import of OpenSSL 0.9.8k | Damien Miller |
2023-02-02 | Move all data blocks from .text to .rodata and cleanup up and homogeneize code | Miod Vallat |
2023-02-01 | Move all data blocks from .text to .rodata and cleanup up and homogeneize code | Miod Vallat |
2023-01-31 | Remove sparc related files from libcrypto. | Joel Sing |
2023-01-20 | Move {mul,sqr}_add_c{,2} macros from bn_asm.c to bn_local.h. | Joel Sing |
2023-01-19 | Remove more unused assembly generation scripts. | Joel Sing |
2023-01-19 | Remove various unused assembly files and assembly generation scripts. | Joel Sing |
2023-01-14 | Move constants out of text segment into rodata to prepare for xonly support | Theo de Raadt |
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 |
2022-12-26 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2009-04-06 | import of OpenSSL 0.9.8k | Damien Miller |
2005-04-29 | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@ | Damien Miller |
2022-11-26 | Make internal header file names consistent | Theo Buehler |
2017-01-04 | Remove superfluous datatype that is 32 by default. Clang complains | Patrick Wildt |
2016-11-04 | Replace all uses of magic numbers when operating on OPENSSL_ia32_P[] by | Miod Vallat |
2009-04-06 | import of OpenSSL 0.9.8k | Damien Miller |
2016-09-04 | Less S390. | Joel Sing |
2016-09-04 | Less IA64. | Joel Sing |
2009-04-06 | import of OpenSSL 0.9.8k | Damien Miller |
2016-09-03 | switch to a constant-time gather procedure for amd64 mont5 asm | Brent Cook |
2015-12-24 | More adress -> address | Michael McConville |
2015-09-12 | Remove workaround for old SIMICS toolchain. | Miod Vallat |
2015-09-12 | Remove horribly old and outdated `documentation' for the assembly code. | Miod Vallat |
2015-09-11 | Fixup inter-bank movq/movd operations, emit bytes for pclmulqdq again. | Brent Cook |
2015-08-18 | typos | Miod Vallat |
2015-02-25 | Fix CVE-2014-3570: properly calculate the square of a BIGNUM value. | Brent Cook |
2014-10-28 | deregister; no binary change | Jonathan Gray |
2014-07-12 | typos | Miod Vallat |
2014-06-20 | Fix incorrect bounds check in amd64 assembly version of bn_mul_mont(); | Miod Vallat |
2014-06-12 | tags as requested by miod and tedu | Theo de Raadt |
2014-06-06 | s/assember/assembler/ before someone gets offended. At the last | Theo de Raadt |
2014-05-03 | typos | Miod Vallat |
2014-05-02 | More use of 64-bit registers which needs to be disabled under OpenBSD. | Miod Vallat |
2014-05-01 | Do not output SOM-specific directives. | Miod Vallat |
2014-05-01 | Fix include filename to get register name aliases under BSD | Miod Vallat |
2014-05-01 | dead meat | Miod Vallat |
2014-04-30 | First pass at removing win64 support from the assembly generating Perl | Joel Sing |
2014-04-28 | Remove WIN32, WIN64 and MINGW32 tentacles. | Miod Vallat |
2014-04-24 | Try to clean the maze of <openssl/bn.h> defines regarding the BN internals. | Miod Vallat |
2014-04-20 | theo found a file we don't seem to need, but just in case, i will paste | Ted Unangst |
2014-04-15 | Go home, VMS, you're drunk | Miod Vallat |
2014-04-13 | Import OpenSSL 1.0.1g | Miod Vallat |