summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/arch/arm/Makefile.inc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove commented out rc5 bitstb2019-05-111-2/+0
|
* Ride the current major bump and enable assembler code for nist 256p curve,miod2016-11-041-0/+4
| | | | | | | | on amd64 only for now. Stanzas to enable it on arm, i386 and sparc64 are provided but commented out for lack of testing due to the machine room being currently in storage. ok jsing@
* Add the Cammelia cipher to libcrypto.miod2014-11-171-0/+2
| | | | | | | | | | | | | | | | | | There used to be a strong reluctance to provide this cipher in LibreSSL in the past, because the licence terms under which Cammelia was released by NTT were free-but-not-in-the-corners, by restricting the right to modify the source code, as well retaining the right to enforce their patents against anyone in the future. However, as stated in http://www.ntt.co.jp/news/news06e/0604/060413a.html , NTT changed its mind and made this code truly free. We only wish there had been more visibility of this, for we could have had enabled Cammelia earlier (-: Licence change noticed by deraadt@. General agreement from the usual LibreSSL suspects. Crank libcrypto.so minor version due to the added symbols.
* Enable assembler code for AES, BN (Montgomery), GCM128, SHA1, SHA256 and SHA512.miod2014-05-031-0/+45
Note that GCM128 Neon code is currently not built (and thus not tested), as the current toolchain does not support Neon instructions.