]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Build OpenSSL assembly sources for arm. Tested with Raspberry Pi 2 Model B.
authorJung-uk Kim <jkim@FreeBSD.org>
Mon, 22 Aug 2016 20:59:34 +0000 (20:59 +0000)
committerJung-uk Kim <jkim@FreeBSD.org>
Mon, 22 Aug 2016 20:59:34 +0000 (20:59 +0000)
commit43e4bca77d75aa7077bc2fb5f8795de6ab93d001
tree23ecf84291ff26d3bc5aaf3da95a8218c6cad43f
parent6eb79b4759781789751979fc4e461016276cdf25
Build OpenSSL assembly sources for arm.  Tested with Raspberry Pi 2 Model B.

MFC after: 1 week
15 files changed:
crypto/openssl/crypto/bn/asm/armv4-gf2m.pl
crypto/openssl/crypto/sha/asm/sha256-armv4.pl
secure/lib/libcrypto/Makefile
secure/lib/libcrypto/Makefile.asm
secure/lib/libcrypto/Makefile.inc
secure/lib/libcrypto/arm/aes-armv4.S [new file with mode: 0644]
secure/lib/libcrypto/arm/aesv8-armx.S [new file with mode: 0644]
secure/lib/libcrypto/arm/armv4-gf2m.S [new file with mode: 0644]
secure/lib/libcrypto/arm/armv4-mont.S [new file with mode: 0644]
secure/lib/libcrypto/arm/bsaes-armv7.S [new file with mode: 0644]
secure/lib/libcrypto/arm/ghash-armv4.S [new file with mode: 0644]
secure/lib/libcrypto/arm/ghashv8-armx.S [new file with mode: 0644]
secure/lib/libcrypto/arm/sha1-armv4-large.S [new file with mode: 0644]
secure/lib/libcrypto/arm/sha256-armv4.S [new file with mode: 0644]
secure/lib/libcrypto/arm/sha512-armv4.S [new file with mode: 0644]