summaryrefslogtreecommitdiff
path: root/lib/libcrypto/rc4/asm
AgeCommit message (Expand)Author
2024-03-28Use C functions for RC4 public API.Joel Sing
2024-03-27Remove unused rc4 parisc assembly.Joel Sing
2024-03-27Remove assembly for stitched modes.Joel Sing
2024-02-24Replace uses of endbr64 with _CET_ENDBR from cet.hTheo Buehler
2023-07-29Garbage collect rodata only used by RC4_options()Theo Buehler
2023-07-28Remove various ${thing}_optionsTheo Buehler
2023-04-25Add endbr64 where needed by inspection. Passes regresson tests.Theo de Raadt
2023-02-23Use explicit .text instead of .previous to please Windows/MinGW on amd64Theo Buehler
2023-02-09Use .section .rodata instead of a plain .rodataTheo Buehler
2023-02-01Move all data blocks from .text to .rodata and cleanup up and homogeneize codeMiod Vallat
2023-01-14Move constants out of text segment into rodata to prepare for xonly supportTheo de Raadt
2023-01-13Move all data tables from .text section to .rodata, and update the code toMiod Vallat
2022-12-26spelling fixes; from paul tagliamonteJason McIntyre
2016-11-04Replace all uses of magic numbers when operating on OPENSSL_ia32_P[] byMiod Vallat
2016-09-04Less S390.Joel Sing
2016-09-04Less IA64.Joel Sing
2014-07-12Remove private_{Camellia,RC4}_set_key FIPS indirection tentacles, as has beenMiod Vallat
2014-05-01Do not output SOM-specific directives.Miod Vallat
2014-04-30First pass at removing win64 support from the assembly generating PerlJoel Sing
2014-04-13Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.Miod Vallat
2012-10-31On amd64 OPENSSL_cpuid_setup and OPENSSL_ia32cap_P are now hidden so we don'tMark Kettenis
2012-10-13resolve conflictsDamien Miller
2012-10-13import OpenSSL-1.0.1cDamien Miller
2010-10-01resolve conflicts, fix local changesDamien Miller
2010-10-01import OpenSSL-1.0.0aDamien Miller
2009-01-09resolve conflictsDamien Miller
2008-09-19fix some cause of bad TEXTREL on i386 and amd64Otto Moerbeek
2008-09-06resolve conflictsDamien Miller
2006-06-27import of openssl-0.9.7jDamien Miller
2005-04-29resolve conflictsDamien Miller
2005-04-29import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@Damien Miller
2000-12-15openssl-engine0.9.6 mergeBob Beck
2000-04-15OpenSSL 0.9.5a mergeBob Beck
1999-09-29OpenSSL 0.9.4 mergeBob Beck
1998-10-05Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker