Adding missing NULL pointer check
[openssl.git] / crypto / armcap.c
6 days ago Richard LevitteCopyright year updates
7 days ago Jiangning LiuEnable SHA3 unrolling and EOR3 optimization for Ampere
2024-02-22 Tom CosgroveApply the AES-GCM unroll8 optimisation to Microsoft...
2023-11-29 fisher.yuOptimize AES-CTR for ARM Neoverse V1 and V2.
2023-11-14 Tom CosgroveEnable AES and SHA3 optimisations on Apple Silicon...
2023-07-21 sdlyyxyUpdate with `ARMV8_HAVE_SHA3_AND_WORTH_USING`
2023-07-21 sdlyyxyMove CPU detection to armcap.c
2023-03-29 Tom CosgroveEnsure there's only one copy of OPENSSL_armcap_P in...
2023-03-27 Tomas MrazAvoid duplication of OPENSSL_armcap_P on 32bit ARM
2023-03-02 Tom CosgroveTidy up aarch64 feature detection code in armcap.c
2023-02-08 Xiaokang QianApply aes-gcm unroll8+eor3 optimization patch to Neover...
2023-01-29 Tom CosgroveEnable AES optimisation on Apple Silicon M2-based systems
2022-12-06 Tom CosgroveFix the code used to detect aarch64 capabilities when...
2022-11-24 Everton ConstantinoAdd two new build targets to enable the possibility...
2022-10-04 Cameron Gutmanarmcap: skip probing _armv7_tick()
2022-05-23 XiaokangQianApply the AES-GCM unroll8 optimization patch to Neoverse N2
2022-05-03 Matt CaswellUpdate copyright year
2022-05-03 Daniel HuAcceleration of chacha20 on aarch64 by SVE
2022-01-25 XiaokangQianOptimize AES-GCM for uarchs with unroll and new instruc...
2022-01-18 Daniel HuSM4 optimization for ARM by HW instruction
2022-01-14 fangming.fangSM3 acceleration with SM3 hardware instruction on aarch64
2022-01-05 fangming.fangfix building failure when using -Wconditional-uninitialized
2021-12-16 Orr ToledanoAdd Arm Assembly (aarch64) support for RNG
2021-11-24 Allan JudeFix detection of ARMv7 and ARM64 CPU features on FreeBSD
2021-06-25 yunhenable getauxval on android 10
2021-06-15 Lars ImmischUse getauxval on Android with API level > 18
2021-05-28 Tom CosgroveInitialise OPENSSL_armcap_P to 0 before setting it...
2021-05-11 David CARLIERarmcap: fix Mac M1 SHA512 support.
2021-05-09 fangming.fangOptimize RSA on armv8
2021-01-28 Richard LevitteUpdate copyright year
2021-01-14 David CarlierOPENSSL_cpuid_setup FreeBSD arm update.
2020-12-09 Fangming.FangRead MIDR_EL1 system register on aarch64
2019-01-16 Richard Levittecrypto/armcap.c, crypto/ppccap.c: stricter use of getau...
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-03-06 Andy Polyakovcrypto/armcap.c: mask SHA512 hardware detection on...
2018-02-13 Matt CaswellUpdate copyright year
2018-02-12 Andy Polyakovcrypto/armcap.c: detect hardware-assisted SHA512 support.
2017-11-25 Kurt RoeckxCreate a prototype for OPENSSL_rdtsc
2017-08-05 Xiaoyin LiuFix typo in files in crypto folder
2017-06-16 komainu8Modify type of variable in OPENSSL_cpuid_setup function
2017-02-15 Andy Polyakovcrypto/armcap.c: short-circuit processor capability...
2016-05-17 Rich SalzCopyright consolidation 07/10
2015-04-20 Andy PolyakovAdd assembly support for 32-bit iOS.
2015-01-23 Andy PolyakovAdd assembly support to ios64-cross.
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-04 Andy PolyakovRemove inconsistency in ARM support.
2014-06-01 Andy PolyakovAdd linux-aarch64 taget.
2014-05-04 Andy Polyakovcrypto/armcap.c: detect ARMv8 capabilities [in 32-bit...
2013-09-20 Ben LaurieMerge remote-tracking branch 'trevp/pemfix' into trev...
2013-09-15 Andy Polyakovcrypto/armcap.c: fix typo in rdtsc subroutine.
2011-10-24 Dr. Stephen Hensontypo
2011-10-20 Andy Polyakovarmcap.c: auto-setup processor capability vector.
2011-07-17 Andy PolyakovARM assembler pack: add platform run-time detection.