summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2018-03-09match opening ( with closing ) instead of closing }.mrg
2018-03-09use the proper match patternchristos
2018-03-09Disable assembly stubs for the big endian variants of mips (could be morechristos
2018-03-09Add the rest of the earm flavors; madness.christos
2018-03-09Don't define the v8 functions for v7!christos
2018-03-08oops forgot to commit this.christos
2018-03-08need CRYPTO_memcmp()christos
2018-03-08add size directives.christos
2018-03-07remove the SHA256_Init man page; we are using ours from libc.christos
2018-03-07fix build on non-earmchristos
2018-03-07only use the 64 bit abi if specified on the command line.christos
2018-03-07HACK around aarch64 having "long long" "__int64_t"christos
2018-03-07Enable AES_ASM explicitly not by just looking at the processor, like wechristos
2018-03-07regen; some assembly files don't work so disable for now.christos
2018-03-07Use local ELF labels and avoid an unsupported 16bit relocation.mlelstv
2018-03-06need CRYPTO_memcmpchristos
2018-03-06need CRYPTO_memequalchristos
2018-03-06fix v8 PMULL detection (Robert Swindells)christos
2018-03-06For mips64:christos
2018-03-06Avoid branch delay spot warnings: Warning: macro instruction expanded intochristos
2018-03-06Add a case for 7, remove arm64crypto.Schristos
2018-03-05Handle mips64 properly.christos
2018-03-05need CRYPTO_memcmp.christos
2018-03-05make the key functions public, and provide function type and size attributes.christos
2018-03-04regenchristos
2018-03-04hack for lintchristos
2018-03-04Alpha Stuffchristos
2018-03-04regen.christos
2018-03-04regenchristos
2018-03-04remove useless grepchristos
2018-03-03provide CRYPTO_memcmp for the have-nots.christos
2018-03-03Regen for OpenSSL-1.1christos
2018-03-02Remove unused part of the Makefile (Muhammed.Shameem)christos
2018-02-26make this link again:christos
2018-02-25add LIBKRB5_LDADD/LIBKRB5_DPADD and their static counterpartsmrg
2018-02-24dedupchristos
2018-02-24we don't yet have __atomic_is_lock_freechristos
2018-02-24fix sparc.christos
2018-02-24add the right assembler flags for the two new files.christos
2018-02-20Backout my over-eager backout - we need this for sparc64 building netbsd32martin
2018-02-20Backout previous "regen" - the regen target in this directory is bogus,martin
2018-02-18Avoid ssp error on sparc64christos
2018-02-18Regen.christos
2018-02-13Provide SHAR384 flavors: The OpenSSL SHA512_Final implementation is re-usedchristos
2018-02-13Provide the means to use the libc sha2 internally instead of the opensslchristos
2018-02-13Add a (void *) cast to make things compile with our own sha2 headerchristos
2018-02-13add missing test files added in the vendor branch.christos
2018-02-13Fix copy & pasto (dsa code vs. rsa code) in previous, fixes PR lib/53012martin
2018-02-12we need variables to be signed here.christos
2018-02-10fix pastochristos