summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/arch/arm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Support OPENSSL_NO_FILENAMEStb7 days1-0/+10
* Replace Makefile based SHA*_ASM defines with HAVE_SHA_* defines.jsing2025-02-142-4/+10
* Mop up RC4_INDEX.jsing2025-01-271-7/+0
* cryptlib.h: adjust header guard for upcoming surgerytb2024-11-051-1/+1
* repair bizzare indents; ok tbderaadt2024-08-291-2/+6
* Provide and use crypto_arch.h.jsing2024-08-112-4/+30
* Always use C functions for AES_{encrypt,decrypt}().jsing2024-03-291-0/+2
* Move camellia to primary Makefile.jsing2024-03-291-2/+0
* Move aes_core.c to the primary Makefile.jsing2024-03-291-1/+0
* Always use C functions for AES_set_{encrypt,decrypt}_key().jsing2024-03-291-0/+3
* Move wp_block.c to the primary Makefile.jsing2024-03-291-2/+0
* Merge aes_cbc.c into aes.c now that aes_cbc.c is used on all platforms.jsing2024-03-281-1/+0
* Remove OPENSSL_UNISTD definetb2024-03-281-3/+0
* Move rc4.c to primary Makefile.jsing2024-03-281-2/+0
* Move des sources to primary Makefile.jsing2024-03-281-2/+0
* Consolidate rc4 code.jsing2024-03-271-1/+1
* Move bf_enc.c to the primary Makefile.jsing2024-03-271-2/+0
* Remove constructor attribute for OPENSSL_cpuid_setup() on arm/aarch64.jsing2023-07-261-5/+1
* Stop building GF2m assemblytb2023-04-151-2/+0
* Remove the now empty bn_asm.c.jsing2023-01-311-1/+0
* Remove non-visible and unused OPENSSL_wipe_cpu and OPENSSL_atomic_addmiod2023-01-171-96/+0
* Remove unused Elliptic Curve code.jsing2023-01-141-4/+0
* spelling fixes; from paul tagliamontejmc2022-12-261-3/+3
* Start disentangling armv7 and aarch64 codetb2022-03-233-0/+312
* Remove commented out rc5 bitstb2019-05-111-2/+0
* Ride the current major bump and enable assembler code for nist 256p curve,miod2016-11-041-0/+4
* Remove I386_ONLY define. It was only used to prefer amiod2016-11-041-3/+0
* Disable ENGINE_load_dynamic (dynamic engine support).bcook2015-06-191-1/+0
* Add the Cammelia cipher to libcrypto.miod2014-11-171-0/+2
* i'm a dumbdumb. fix build.tedu2014-07-111-1/+1
* move all the feature settings to a common header.tedu2014-07-111-72/+1
* Make sure we leave OPENSSL_NO_PSK in the conf files so thingsbeck2014-07-111-0/+1
* Enable assembler code for AES, BN (Montgomery), GCM128, SHA1, SHA256 and SHA512.miod2014-05-031-0/+45
* first round of static config. ok miodtedu2014-04-181-43/+0
* The more you remove Chtulhu^WVMS tentacles, the more there aremiod2014-04-151-2/+0
* Move build machinery for libcrypto from libssl/crypto to libcrypto, as wellmiod2014-04-111-0/+273