summaryrefslogtreecommitdiff
path: root/main/openssl/crypto/aes/asm/aes-armv4.S
AgeCommit message (Collapse)Author
2017-12-28Add OpenVPN3 to build, change build system to cmakeArne Schwabe
2017-12-24Implement remote actionsArne Schwabe
2017-11-26New NDK and OpenSSL Speed testArne Schwabe
2017-06-23Update OpenSSL and OpenVPN versions includes fixes for CVE-2017-7508, ↵Arne Schwabe
CVE-2017-7520, CVE-2017-7521, CVE-2017-7522 This also closes #698
2017-05-29Update OpenSSL to 1.0.2lArne Schwabe
2017-01-29Update opensslArne Schwabe
2016-10-08changes to openssl to get it compiling with clang (closes #563)Arne Schwabe
2016-09-28Update OpenSSL to 1.0.2jArne Schwabe
2016-06-16New versions for everything!v0.6.56Arne Schwabe
2016-03-01Update OpenSSLArne Schwabe
2016-01-28Update to OpenSSL 1.0.2fArne Schwabe
2015-12-07Update OpenVPN master and update OpenSSL to 1.0.2eArne Schwabe
2015-10-02Update OpenSSL to 1.0.2 (closes #387)Arne Schwabe
2015-04-15Move more to git, add submodules, fix build script, change hgignore to gitignoreArne Schwabe
2014-07-02Rename .s files to .S to fix build under linux (closes issue #261)Arne Schwabe
--HG-- rename : main/openssl/crypto/aes/asm/aes-armv4.s => main/openssl/crypto/aes/asm/aes-armv4.S rename : main/openssl/crypto/bn/asm/armv4-mont.s => main/openssl/crypto/bn/asm/armv4-mont.S rename : main/openssl/crypto/bn/asm/mips3.s => main/openssl/crypto/bn/asm/mips3.S rename : main/openssl/crypto/bn/asm/pa-risc2.s => main/openssl/crypto/bn/asm/pa-risc2.S rename : main/openssl/crypto/bn/asm/pa-risc2W.s => main/openssl/crypto/bn/asm/pa-risc2W.S rename : main/openssl/crypto/sha/asm/sha1-armv4-large.s => main/openssl/crypto/sha/asm/sha1-armv4-large.S rename : main/openssl/crypto/sha/asm/sha256-armv4.s => main/openssl/crypto/sha/asm/sha256-armv4.S rename : main/openssl/crypto/sha/asm/sha512-armv4.s => main/openssl/crypto/sha/asm/sha512-armv4.S