summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/sparccpuid.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused sparc CPU capability detection code.jsing2024-10-191-101/+0
| | | | | | | This has been unused for a long time - it can be found in the attic if someone wants to clean it up and enable it in the future. ok tb@
* Remove non-visible and unused OPENSSL_wipe_cpu and OPENSSL_atomic_addmiod2023-01-171-201/+0
| | | | | | | interfaces, and remove empty assembly OPENSSL_cpuid_setup routines - the default empty C fallback will work as good. ok jsing@
* spelling fixes; from paul tagliamontejmc2022-12-261-1/+1
| | | | | | | i removed the arithmetics -> arithmetic changes, as i felt they were not clearly correct ok tb
* Remove oh-so-important-from-a-security-pov OpenSSL_rtdsc() function.miod2014-04-171-17/+0
|
* Ok, there was a need for OPENSSL_cleanse() instead of bzero() to preventmiod2014-04-171-83/+0
| | | | | | | | | | | supposedly smart compilers from optimizing memory cleanups away. Understood. Ok, in case of an hypothetically super smart compiler, OPENSSL_cleanse() had to be convoluted enough for the compiler not to recognize that this was actually bzero() in disguise. Understood. But then why there had been optimized assembler versions of OPENSSL_cleanse() is beyond me. Did someone not trust the C obfuscation?
* Import OpenSSL 1.0.1gmiod2014-04-131-2/+2
|
* import OpenSSL 1.0.0edjm2011-11-031-1/+83
|
* import OpenSSL-1.0.0adjm2010-10-011-19/+100
|
* import of OpenSSL 0.9.8hdjm2008-09-061-0/+239