| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use C functions for RC4 public API. | jsing | 2024-03-28 | 2 | -14/+15 |
| * | Remove unused rc4 parisc assembly. | jsing | 2024-03-27 | 1 | -294/+0 |
| * | Remove assembly for stitched modes. | jsing | 2024-03-27 | 1 | -515/+0 |
| * | Replace uses of endbr64 with _CET_ENDBR from cet.h | tb | 2024-02-24 | 2 | -4/+4 |
| * | Garbage collect rodata only used by RC4_options() | tb | 2023-07-29 | 1 | -5/+0 |
| * | Remove various ${thing}_options | tb | 2023-07-28 | 4 | -86/+0 |
| * | Add endbr64 where needed by inspection. Passes regresson tests. | deraadt | 2023-04-25 | 2 | -1/+8 |
| * | Use explicit .text instead of .previous to please Windows/MinGW on amd64 | tb | 2023-02-23 | 1 | -1/+1 |
| * | Use .section .rodata instead of a plain .rodata | tb | 2023-02-09 | 1 | -1/+1 |
| * | Move all data blocks from .text to .rodata and cleanup up and homogeneize code | miod | 2023-02-01 | 1 | -11/+15 |
| * | Move constants out of text segment into rodata to prepare for xonly support | deraadt | 2023-01-14 | 1 | -1/+2 |
| * | Move all data tables from .text section to .rodata, and update the code to | miod | 2023-01-13 | 1 | -12/+9 |
| * | spelling fixes; from paul tagliamonte | jmc | 2022-12-26 | 2 | -4/+4 |
| * | Replace all uses of magic numbers when operating on OPENSSL_ia32_P[] by | miod | 2016-11-04 | 2 | -8/+10 |
| * | Less S390. | jsing | 2016-09-04 | 1 | -234/+0 |
| * | Less IA64. | jsing | 2016-09-04 | 1 | -755/+0 |
| * | Remove private_{Camellia,RC4}_set_key FIPS indirection tentacles, as has been | miod | 2014-07-12 | 4 | -12/+12 |
| * | Do not output SOM-specific directives. | miod | 2014-05-01 | 1 | -0/+6 |
| * | First pass at removing win64 support from the assembly generating Perl | jsing | 2014-04-30 | 2 | -241/+0 |
| * | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | miod | 2014-04-13 | 1 | -1/+2 |
| * | This commit was generated by cvs2git to track changes on a CVS vendor | miod | 2014-04-13 | 2 | -2/+4 |
| |\ |
|
| | * | Import OpenSSL 1.0.1g | miod | 2014-04-13 | 3 | -3/+6 |
| * | | On amd64 OPENSSL_cpuid_setup and OPENSSL_ia32cap_P are now hidden so we don't | kettenis | 2012-10-31 | 1 | -2/+2 |
| * | | resolve conflicts | djm | 2012-10-13 | 2 | -70/+382 |
| * | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2012-10-13 | 3 | -9/+982 |
| |\| |
|
| | * | import OpenSSL-1.0.1c | djm | 2012-10-13 | 5 | -79/+1364 |
| * | | resolve conflicts, fix local changes | djm | 2010-10-01 | 4 | -609/+402 |
| * | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2010-10-01 | 2 | -0/+960 |
| |\| |
|
| | * | import OpenSSL-1.0.0a | djm | 2010-10-01 | 4 | -223/+1361 |
| | * | import openssl-0.9.8j | djm | 2009-01-09 | 1 | -0/+2 |
| * | | resolve conflicts | djm | 2009-01-09 | 1 | -0/+2 |
| * | | fix some cause of bad TEXTREL on i386 and amd64 | otto | 2008-09-19 | 1 | -3/+2 |
| * | | resolve conflicts | djm | 2008-09-06 | 1 | -5/+6 |
| * | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2008-09-06 | 1 | -36/+250 |
| |\| |
|
| | * | import of OpenSSL 0.9.8h | djm | 2008-09-06 | 2 | -41/+256 |
| * | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2008-09-06 | 1 | -3/+2 |
| |\ \ |
|
| | * | | import of OpenSSL 0.9.8h | djm | 2008-09-06 | 1 | -3/+2 |
| * | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2006-06-27 | 1 | -0/+150 |
| |\ \ \
| | |/
| |/| |
|
| | * | | import of openssl-0.9.7j | djm | 2006-06-27 | 1 | -0/+150 |
| | * | | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@ | djm | 2005-04-29 | 1 | -29/+85 |
| | * | | import openssl-0.9.7-beta1 | markus | 2002-09-05 | 1 | -1/+1 |
| * | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2006-06-27 | 1 | -31/+34 |
| |\ \ \
| | |/
| |/| |
|
| | * | | import of openssl-0.9.7j | djm | 2006-06-27 | 1 | -31/+34 |
| * | | | resolve conflicts | djm | 2005-04-29 | 1 | -29/+85 |
| * | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2005-04-29 | 1 | -0/+157 |
| |\| | |
|
| | * | | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@ | djm | 2005-04-29 | 1 | -0/+157 |
| | / |
|
| * | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2005-04-29 | 1 | -0/+227 |
| |\ \ |
|
| | * | | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@ | djm | 2005-04-29 | 1 | -0/+227 |
| | / |
|
| * | | openssl-engine0.9.6 merge | beck | 2000-12-15 | 1 | -0/+0 |
| * | | OpenSSL 0.9.5a merge | beck | 2000-04-15 | 1 | -314/+0 |