summaryrefslogtreecommitdiffstats
path: root/crypto/chacha/asm/chacha-armv4.pl
AgeCommit message (Expand)Author
2023-09-07Copyright year updatesMatt Caswell
2023-03-29Ensure there's only one copy of OPENSSL_armcap_P in libcrypto.aTom Cosgrove
2020-04-23Update copyright yearMatt Caswell
2020-02-17Also check for errors in x86_64-xlate.pl.David Benjamin
2020-01-22Do not silently truncate files on perlasm errorsDavid Benjamin
2019-09-16Unify all assembler file generatorsRichard Levitte
2019-02-16ARM assembly pack: make it Windows-friendly.Andy Polyakov
2018-12-06Following the license change, modify the boilerplates in crypto/chacha/Richard Levitte
2017-11-28Fix chacha-armv4.pl with clang -fno-integrated-as.David Benjamin
2016-10-10Remove trailing whitespace from some files.David Benjamin
2016-08-05spelling fixes, just comments and readme.klemens
2016-05-21Add OpenSSL copyright to .pl filesRich Salz
2016-03-11Fix some assembler generating scripts for better unificationRichard Levitte
2016-03-02Consistently use arm_arch.h constants in armcap assembly code.David Benjamin
2016-02-27chacha/asm/chacha-*.pl: fix typos in tail processing.Andy Polyakov
2016-02-14chacha/asm/chacha*: ensure that zero length is handled (without crash).Andy Polyakov
2016-02-13ARM assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov