You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jung-uk Kim cd84d8832d Ignore vendor name in Clang version number.
For example, FreeBSD prepends "FreeBSD" to version string, e.g.,

FreeBSD clang version 11.0.0 (git@github.com:llvm/llvm-project.git llvmorg-11.0.0-rc2-0-g414f32a9e86)
Target: x86_64-unknown-freebsd13.0
Thread model: posix
InstalledDir: /usr/bin

This prevented us from properly detecting AVX support, etc.

CLA: trivial

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Ben Kaduk <kaduk@mit.edu>
(Merged from https://github.com/openssl/openssl/pull/12725)
3 years ago
..
asm Ignore vendor name in Clang version number. 3 years ago
build.info Optimize AES-GCM implementation on aarch64 3 years ago
cbc128.c Update copyright year 3 years ago
ccm128.c Update copyright year 3 years ago
cfb128.c Update copyright year 3 years ago
ctr128.c Add and use internal header that implements endianness check 3 years ago
cts128.c Reorganize private crypto header files 4 years ago
gcm128.c Add and use internal header that implements endianness check 3 years ago
ocb128.c Reorganize private crypto header files 4 years ago
ofb128.c Update copyright year 3 years ago
siv128.c Fix coverity CID #1452770 - Dereference before NULL check in CRYPTO_siv128_init() 3 years ago
wrap128.c Following the license change, modify the boilerplates in crypto/modes/ 4 years ago
xts128.c Add and use internal header that implements endianness check 3 years ago