| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up PPC CPU capabilities and Montgomery code. | jsing | 2024-11-01 | 2 | -1090/+2 |
* | Replace uses of endbr64 with _CET_ENDBR from cet.h | tb | 2024-02-24 | 3 | -13/+13 |
* | Add endbr64 where needed by inspection. Passes regresson tests. | deraadt | 2023-04-25 | 3 | -0/+13 |
* | Remove now unused GF2m perlasm generators | tb | 2023-04-15 | 3 | -980/+0 |
* | Use explicit .text instead of .previous to please Windows/MinGW on amd64 | tb | 2023-02-23 | 1 | -1/+1 |
* | Replace bn_sub_part_words() with bn_sub(). | jsing | 2023-02-22 | 1 | -210/+0 |
* | Bye bye x86_64-gcc.c. | jsing | 2023-02-11 | 1 | -559/+0 |
* | Use .section .rodata instead of a plain .rodata | tb | 2023-02-09 | 1 | -1/+1 |
* | Remove AIX toc data after every function. NFC | miod | 2023-02-02 | 2 | -35/+0 |
* | Move all data blocks from .text to .rodata and cleanup up and homogeneize code | miod | 2023-02-02 | 1 | -1/+0 |
* | Move all data blocks from .text to .rodata and cleanup up and homogeneize code | miod | 2023-02-01 | 3 | -9/+10 |
* | Remove sparc related files from libcrypto. | jsing | 2023-01-31 | 1 | -1458/+0 |
* | Move {mul,sqr}_add_c{,2} macros from bn_asm.c to bn_local.h. | jsing | 2023-01-20 | 1 | -1/+6 |
* | Remove more unused assembly generation scripts. | jsing | 2023-01-19 | 8 | -696/+0 |
* | Remove various unused assembly files and assembly generation scripts. | jsing | 2023-01-19 | 6 | -6507/+0 |
* | Move constants out of text segment into rodata to prepare for xonly support | deraadt | 2023-01-14 | 3 | -6/+2 |
* | Move all data tables from .text section to .rodata, and update the code to | miod | 2023-01-13 | 2 | -4/+0 |
* | Move all data tables from .text section to .rodata, and update the code to | miod | 2023-01-13 | 1 | -9/+1 |
* | spelling fixes; from paul tagliamonte | jmc | 2022-12-26 | 13 | -21/+21 |
* | Make internal header file names consistent | tb | 2022-11-26 | 1 | -2/+2 |
* | Remove superfluous datatype that is 32 by default. Clang complains | patrick | 2017-01-04 | 1 | -1/+1 |
* | Replace all uses of magic numbers when operating on OPENSSL_ia32_P[] by | miod | 2016-11-04 | 4 | -12/+13 |
* | Less S390. | jsing | 2016-09-04 | 3 | -1176/+0 |
* | Less IA64. | jsing | 2016-09-04 | 2 | -2406/+0 |
* | switch to a constant-time gather procedure for amd64 mont5 asm | bcook | 2016-09-03 | 1 | -199/+314 |
* | More adress -> address | mmcc | 2015-12-24 | 1 | -1/+1 |
* | Remove workaround for old SIMICS toolchain. | miod | 2015-09-12 | 1 | -45/+1 |
* | Remove horribly old and outdated `documentation' for the assembly code. | miod | 2015-09-12 | 1 | -27/+0 |
* | Fixup inter-bank movq/movd operations, emit bytes for pclmulqdq again. | bcook | 2015-09-11 | 2 | -12/+12 |
* | typos | miod | 2015-08-18 | 1 | -1/+1 |
* | Fix CVE-2014-3570: properly calculate the square of a BIGNUM value. | bcook | 2015-02-25 | 2 | -534/+180 |
* | deregister; no binary change | jsg | 2014-10-28 | 1 | -3/+3 |
* | typos | miod | 2014-07-12 | 1 | -1/+1 |
* | Fix incorrect bounds check in amd64 assembly version of bn_mul_mont(); | miod | 2014-06-20 | 2 | -4/+4 |
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -0/+1 |
* | s/assember/assembler/ before someone gets offended. At the last | deraadt | 2014-06-06 | 8 | -13/+13 |
* | typos | miod | 2014-05-03 | 1 | -2/+2 |
* | More use of 64-bit registers which needs to be disabled under OpenBSD. | miod | 2014-05-02 | 1 | -0/+2 |
* | Do not output SOM-specific directives. | miod | 2014-05-01 | 1 | -0/+6 |
* | Fix include filename to get register name aliases under BSD | miod | 2014-05-01 | 1 | -6/+1 |
* | dead meat | miod | 2014-05-01 | 2 | -2528/+0 |
* | First pass at removing win64 support from the assembly generating Perl | jsing | 2014-04-30 | 2 | -286/+0 |
* | Remove WIN32, WIN64 and MINGW32 tentacles. | miod | 2014-04-28 | 1 | -4/+0 |
* | Try to clean the maze of <openssl/bn.h> defines regarding the BN internals. | miod | 2014-04-24 | 1 | -10/+0 |
* | theo found a file we don't seem to need, but just in case, i will paste | tedu | 2014-04-20 | 1 | -3/+0 |
* | Go home, VMS, you're drunk | miod | 2014-04-15 | 1 | -6440/+0 |
* | This commit was generated by cvs2git to track changes on a CVS vendor | miod | 2014-04-13 | 7 | -32/+36 |
|\ |
|
| * | Import OpenSSL 1.0.1g | miod | 2014-04-13 | 7 | -32/+36 |
* | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2012-10-13 | 16 | -248/+10473 |
|\| |
|
| * | import OpenSSL-1.0.1c | djm | 2012-10-13 | 16 | -248/+10473 |