summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/rc4/asm/rc4-parisc.pl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused rc4 parisc assembly.jsing2024-03-271-294/+0
| | | | This is already disabled since it is "about 35% slower than C code".
* Garbage collect rodata only used by RC4_options()tb2023-07-291-5/+0
| | | | build tested by miod
* Remove various ${thing}_optionstb2023-07-281-18/+0
| | | | | | | | | | Various, ancient ciphers exposed some of their innards via an _options() API. Apart from openssl version/speed, only some lua thingie in nmap ever looked at these. Go figure. hppa testing by miod, i386 testing by sthen. Thanks! ok jsing
* Move all data tables from .text section to .rodata, and update the code tomiod2023-01-131-12/+9
| | | | | | | fetch them correctly when building PIC. Also drop unused data, and remove --no-execute-only from linker flags. ok jsing@ kettenis@
* Remove private_{Camellia,RC4}_set_key FIPS indirection tentacles, as has beenmiod2014-07-121-2/+2
| | | | done for other symmetric algorithms recently.
* Do not output SOM-specific directives.miod2014-05-011-0/+6
|
* Import OpenSSL 1.0.1gmiod2014-04-131-1/+2
|
* import OpenSSL-1.0.1cdjm2012-10-131-0/+313