- fecb3aa Update copyright year by Matt Caswell · 2 years, 11 months ago
- b1b2146 Acceleration of chacha20 on aarch64 by SVE by Daniel Hu · 2 years, 11 months ago
- 6009997 Use .s extension for ia64 assembler by Jon Spillett · 3 years ago
- 7e1f3ff Fixed conditional statement testing 64 and 256 bytes by Danny Tsen · 3 years, 1 month ago
- f596bbe chacha20 performance optimizations for ppc64le with 8x lanes, by Deepankar Bhattacharjee · 3 years, 1 month ago
- 19e277d aarch64: support BTI and pointer authentication in assembly by Russ Butler · 3 years, 6 months ago
- 3d178db ppccap.c: Split out algorithm-specific functions by Tomas Mraz · 3 years, 9 months ago
- 38fc02a Update copyright year by Matt Caswell · 3 years, 10 months ago
- 6d3f798 Properly restore XMM registers in ChaCha20's AVX-512(VL) assembly by Jean-Philippe Boivin · 3 years, 11 months ago
- a135948 Fix aarch64 static linking into shared libraries (see issue #10842 and pull request #11464) by Romain Geissler · 4 years, 5 months ago
- cd84d88 Ignore vendor name in Clang version number. by Jung-uk Kim · 4 years, 7 months ago
- e39e295 Update copyright year by Richard Levitte · 4 years, 9 months ago
- e23d850 Add and use internal header that implements endianness check by Richard Levitte · 4 years, 9 months ago
- 33388b4 Update copyright year by Matt Caswell · 5 years ago
- a21314d Also check for errors in x86_64-xlate.pl. by David Benjamin · 5 years ago
- 32be631 Do not silently truncate files on perlasm errors by David Benjamin · 5 years ago
- 9bb3e5f For all assembler scripts where it matters, recognise clang > 9.x by Richard Levitte · 5 years ago
- 07a4707 chacha/asm/chacha-armv8.pl: preserve FP registers d8 and d9 correctly by Ard Biesheuvel · 5 years ago
- c31950b chacha_enc.c: fix for EBCDIC platforms by Joerg Schmidbauer · 5 years ago
- 8261122 s390x assembly pack: perlasm module update by Patrick Steuer · 5 years ago
- 25f2138 Reorganize private crypto header files by Dr. Matthias St. Pierre · 6 years ago
- 1aa89a7 Unify all assembler file generators by Richard Levitte · 6 years ago
- a1c8bef build.info: For all assembler generators, remove all arguments by Richard Levitte · 6 years ago
- bcb7afe Move chacha_asm_src file information to build.info files by Richard Levitte · 6 years ago
- 302aa3c s390x assembly pack: remove chacha20 dependency on non-base memnonics by Patrick Steuer · 6 years ago
- 86a7ac5 chacha/asm/chacha-armv8.pl: replace 3+1 code paths with 4+1. by Andy Polyakov · 6 years ago
- 6465321 ARM64 assembly pack: add ThunderX2 results. by Andy Polyakov · 6 years ago
- 291bc80 IA64 assembly pack: add {chacha|poly1305}-ia64 modules. by Andy Polyakov · 6 years ago
- d122919 s390x assembly pack: import chacha from cryptogams repo by Patrick Steuer · 6 years ago
- db42bb4 ARM64 assembly pack: make it Windows-friendly. by Andy Polyakov · 6 years ago
- 3405db9 ARM assembly pack: make it Windows-friendly. by Andy Polyakov · 6 years ago
- b2b580f s390x assembly pack: fix formal interface bug in chacha module by Patrick Steuer · 6 years ago
- 9a18aae AArch64 assembly pack: authenticate return addresses. by Andy Polyakov · 6 years ago
- 77adb75 Build: Remove BEGINRAW / ENDRAW / OVERRIDE by Richard Levitte · 6 years ago
- f760137 crypto/chacha/asm/chacha-s390x.pl: add vx code path. by Patrick Steuer · 6 years ago
- 03d770d Following the license change, modify the boilerplates in crypto/chacha/ by Richard Levitte · 6 years ago
- d5487a4 chacha/asm/chacha-x86_64.pl: add dedicated path for 128-byte inputs. by Andy Polyakov · 7 years ago
- fd38836 Update copyright year by Matt Caswell · 7 years ago
- 27635a4 {chacha|poly1305}/asm/*-x64.pl: harmonize clang version detection. by Andy Polyakov · 7 years ago
- 10f2797 chacha/asm/chacha-ppc.pl: fix big-endian build. by Andy Polyakov · 7 years ago
- 791cc30 chacha/asm/chacha-ppc.pl: improve performance by 40/80% on POWER8/9. by Andy Polyakov · 7 years ago
- 1a467bd chacha/asm/chacha-ppc.pl: improve POWER8 performance by 15%. by Andy Polyakov · 7 years ago
- 41013cd PPC assembly pack: correct POWER9 results. by Andy Polyakov · 7 years ago
- c869c3a chacha/asm/chacha-ppc.pl: optimize AltiVec/VMX code path. by Andy Polyakov · 7 years ago
- 83cf7ab Update copyright year by Matt Caswell · 7 years ago
- 13f6857 PPC assembly pack: add POWER9 results. by Andy Polyakov · 7 years ago
- 722c976 Harmonize the make variables across all known platforms families by Richard Levitte · 7 years ago
- 8c3bc59 Processing GNU-style "make variables" - separate CPP flags from C flags by Richard Levitte · 7 years ago
- cded951 chacha/asm/chacha-x86_64.pl: add AVX512VL code path. by Andy Polyakov · 7 years ago
- 3f6a831 Fix chacha-armv4.pl with clang -fno-integrated-as. by David Benjamin · 7 years ago
- 47c9926 chacha/asm/chacha-x86_64.pl: fix sporadic crash in AVX512 code path. by Andy Polyakov · 7 years ago
- 7533162 ARMv8 assembly pack: add Qualcomm Kryo results. by Andy Polyakov · 7 years ago
- 46f4e1b Many spelling fixes/typo's corrected. by Josh Soref · 7 years ago
- 64d92d7 x86_64 assembly pack: "optimize" for Knights Landing, add AVX-512 results. by Andy Polyakov · 8 years ago
- 54f8f9a x86_64 assembly pack: fill some blanks in Ryzen results. by Andy Polyakov · 8 years ago
- e195c8a Remove filename argument to x86 asm_init. by David Benjamin · 8 years ago
- 6cbfd94 x86_64 assembly pack: add some Ryzen performance results. by Andy Polyakov · 8 years ago
- f17652e chacha/asm/chacha-x86_64.pl: add CFI annotations. by Andy Polyakov · 8 years ago
- 384e6de x86_64 assembly pack: Win64 SEH face-lift. by Andy Polyakov · 8 years ago
- 3c274a6 chacha/asm/chacha-x86_64.pl: add AVX512 path optimized for shorter inputs. by Andy Polyakov · 8 years ago
- a30b052 x86 assembly pack: update performance results. by Andy Polyakov · 8 years ago
- 1ea0142 poly1305/asm/poly1305-x86_64.pl: allow nasm to assemble AVX512 code. by Andy Polyakov · 8 years ago
- abb8c44 x86_64 assembly pack: add AVX512 ChaCha20 and Poly1305 code paths. by Andy Polyakov · 8 years ago
- d89773d chacha/asm/chacha-x86.pl: improve [backward] portability. by Andy Polyakov · 8 years ago
- cebb186 PPC assembler pack: add some PPC970/G5 performance data. by Andy Polyakov · 8 years ago
- 10b0b5e Revert "Move algorithm specific ppccap code from crypto/ppccap.c" by Richard Levitte · 8 years ago
- e3fb4d3 Move algorithm specific ppccap code from crypto/ppccap.c by Richard Levitte · 8 years ago
- ace0526 x86_64 assembly pack: add Goldmont performance results. by Andy Polyakov · 8 years ago
- 609b085 Remove trailing whitespace from some files. by David Benjamin · 8 years ago
- abcbf7e chacha/asm/chacha-ppc.pl: add missing .text directive. by Andy Polyakov · 9 years ago
- 05ef4d1 ARMv8 assembly pack: add Samsung Mongoose results. by Andy Polyakov · 9 years ago
- 6025001 spelling fixes, just comments and readme. by klemens · 9 years ago
- 0a4c87a s390x assembly pack: improve portability. by Andy Polyakov · 9 years ago
- 66bceb5 chacha/chacha_enc.c: harmonize counter width with subroutine name. by Andy Polyakov · 9 years ago
- cfe1d99 x86_64 assembly pack: tolerate spaces in source directory name. by Andy Polyakov · 9 years ago
- 6aa36e8 Add OpenSSL copyright to .pl files by Rich Salz · 9 years ago
- b132225 Copyright consolidation 09/10 by Rich Salz · 9 years ago
- 8e9f1bb chacha/asm/chacha-x86.pl: make it compile on legacy systems. by Andy Polyakov · 9 years ago
- a82a9f7 chacha/asm/chacha-ppc.pl: get misalignment corner case right on big-endian. by Andy Polyakov · 9 years ago
- 45c6e23 Remove --classic build entirely by Richard Levitte · 9 years ago
- b9077d8 chacha/asm/chacha-armv8.pl: fix intermittent build failures. by Andy Polyakov · 9 years ago
- 007c80e Remove the remainder of util/mk1mf.pl and companion scripts by Richard Levitte · 9 years ago
- f425f9d Add $(LIB_CFLAGS) for any build.info generator that uses $(CFLAGS) by Richard Levitte · 9 years ago
- ee61919 crypto/*/build.info: make it work on ARM platforms. by Andy Polyakov · 9 years ago
- a5aa63a Fix some assembler generating scripts for better unification by Richard Levitte · 9 years ago
- f0667b1 Add include directory options for assembler files that include from crypto/ by Richard Levitte · 9 years ago
- 5b14d5b Make sure the effect of "pic" / "no-pic" is used with assembler compilations by Richard Levitte · 9 years ago
- df0cb57 Unified - adapt the generation of chacha assembler to use GENERATE by Richard Levitte · 9 years ago
- a66ec57 chacha/asm/chacha-ppc.pl: fix typo. by Andy Polyakov · 9 years ago
- bdbd3ae Consistently use arm_arch.h constants in armcap assembly code. by David Benjamin · 9 years ago
- f218822 chacha/asm/chacha-*.pl: fix typos in tail processing. by Andy Polyakov · 9 years ago
- 45502bf Always build library object files with shared library cflags by Richard Levitte · 9 years ago
- ce192eb Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPEND by Richard Levitte · 9 years ago
- 622a531 chacha/asm/chacha*: ensure that zero length is handled (without crash). by Andy Polyakov · 9 years ago
- 29880e9 chacha/asm/chacha-x86[_64].pl: fix typos and logical errors. by Andy Polyakov · 9 years ago
- de72be2 Pass $(CC) to perlasm scripts via the environment by Richard Levitte · 9 years ago
- 9e58d11 PPC assembly pack: add ChaCha20 and Poly1305 modules. by Andy Polyakov · 9 years ago
- f4e175e C64x+ assembly pack: add ChaCha20 and Poly1305 modules. by Andy Polyakov · 9 years ago
- 1fdcef7 ARM assembly pack: add ChaCha20 and Poly1305 modules. by Andy Polyakov · 9 years ago
- 567a9e6 unified build scheme: add a "unified" template for Unix Makefile by Richard Levitte · 9 years ago