summaryrefslogtreecommitdiff
path: root/lib/accelerated
Commit message (Expand)AuthorAgeFilesLines
* padlock:fix exception in wrap_padlock_hmac_fastJonasZhou2020-09-231-1/+0
* padlock: fix partial PHE detectionDaiki Ueno2020-08-301-6/+10
* safe_memcmp: remove in favor of gnutls_memcmptmp-safe-memcmpDaiki Ueno2020-06-291-1/+1
* lib: add support for AES-192-GCMDmitry Baryshkov2020-05-278-0/+68
* accelerated: use AES-NI for AES-XTS when availableAnderson Toshiyuki Sasaki2020-05-074-1/+186
* padlock: fix exception in wrap_padlock_hash_fastDmitry Baryshkov2020-03-281-1/+0
* padlock: fix exception in sha codeDmitry Baryshkov2020-03-281-0/+2
* padlock: make cbc code return error properlyDmitry Baryshkov2020-03-281-3/+5
* Adding missing macosx directory for aarch64 accelerationRoss Nicholson2020-02-241-6/+4
* Regenerate asm files with -fPICAndreas Metzler2019-09-281-1/+1
* read_cpuid_vals: use __get_cpuid_count() only when availabletmp-fixesNikos Mavrogiannopoulos2019-08-051-4/+20
* Align _gnutls_x86_cpuid_s as OPENSSL_ia32cap_P would beNikos Mavrogiannopoulos2019-06-2712-448/+76
* Updated asm files to latest version under cryptogams licenseNikos Mavrogiannopoulos2019-06-2752-12994/+52935
* accelerated ciphers: implement hmac and hash copyNikos Mavrogiannopoulos2019-06-266-0/+121
* accelerated: added header guardsNikos Mavrogiannopoulos2019-05-0811-18/+41
* Use https:// in lib/, src/, and m4/Tim Rühsen2019-03-137-15/+15
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-1334-34/+34
* Fix typos in lib/tmp-fix-typos-in-libTim Rühsen2019-01-041-1/+1
* use a consistent method to mark fall-through in switch casesNikos Mavrogiannopoulos2018-08-081-2/+2
* accelerated: error on the cases where the nettle API would have erroredNikos Mavrogiannopoulos2018-07-027-9/+94
* aarch64: use getauxval() if available to discover cpu capstmp-aarch64Nikos Mavrogiannopoulos2018-06-241-34/+35
* aarch64: update elf files to correspond to the macosx versionNikos Mavrogiannopoulos2018-06-195-74/+1796
* macosx: include aarch64 asm filesNikos Mavrogiannopoulos2018-06-197-4/+6321
* cryptodev: fix prototype of cryptodev_mac_fast [ci skip]Nikos Mavrogiannopoulos2018-03-081-0/+4
* cryptodev: added missing macro [ci skip]Nikos Mavrogiannopoulos2018-03-071-0/+4
* accelerated: padlock: use the new nettle APIsNikos Mavrogiannopoulos2018-02-262-28/+11
* accelerated: make explicit key size check to all accelerated ciphersNikos Mavrogiannopoulos2018-02-0816-6/+37
* accelerated: check keysize in SSSE3 cipher setkeyVitezslav Cizek2018-02-081-0/+3
* accelerated: x86-common: do not use _xgetbv() with clangNikos Mavrogiannopoulos2018-02-061-1/+1
* accelerated: aarch64: fix GCM counter incrementNikos Mavrogiannopoulos2018-02-061-2/+3
* accelerated: fix use of SSSE3 vpaes_encryptNikos Mavrogiannopoulos2018-02-061-1/+7
* accelerated: fix use of aesni_ecb_encrypt()tmp-aesni-gcm-fixNikos Mavrogiannopoulos2018-02-051-1/+1
* aarch64: fix AES-GCM in-place encryption and decryptionNikos Mavrogiannopoulos2017-05-221-0/+24
* Disable AVX support when it is not supported by the CPUtmp-fix-movbe-runNikos Mavrogiannopoulos2017-01-181-2/+31
* nettle: added a safety net on wrap_nettle_cipher_setiv()Nikos Mavrogiannopoulos2017-01-025-1/+13
* aarch64: added optimized AES-CCM modeNikos Mavrogiannopoulos2016-10-034-2/+171
* Imported Andy Polyakov's implementation of AES-GCM in aarch64Nikos Mavrogiannopoulos2016-10-034-67/+459
* Imported Andy Polyakov's implementation of AES in aarch64Nikos Mavrogiannopoulos2016-10-036-2/+1166
* Added HMAC-SHA* optimizations for aarch64Nikos Mavrogiannopoulos2016-10-034-1/+332
* Imported Andy Polyakov's implementations for SHA* in aarch64Nikos Mavrogiannopoulos2016-10-0311-2/+4187
* openssl asm: reverted to AESNI-x86 code to gnutls 3.4.x codeNikos Mavrogiannopoulos2016-09-133-2193/+1283
* asm: updated openssl and the asm sources for AES-GCM from openssl 1.0.2hNikos Mavrogiannopoulos2016-07-0522-3646/+11056
* x86-common: use secure_getenv()Nikos Mavrogiannopoulos2016-05-281-1/+1
* priorities: when without AES acceleration prefer stream ciphers (i.e., CHACHA20)Nikos Mavrogiannopoulos2016-05-061-0/+7
* Makefile.am: moved common rules (AM_CFLAGS) to common.mkNikos Mavrogiannopoulos2016-04-122-2/+5
* x86-common: increase the size of _gnutls_x86_cpuid_s to match the size of ass...Nikos Mavrogiannopoulos2016-04-031-1/+1
* x86-common: CPUID override will only work if CPU has already the capability p...Nikos Mavrogiannopoulos2016-03-171-10/+56
* nettle: use the correct type for hash and MAC functionsNikos Mavrogiannopoulos2016-02-125-47/+47
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-2317-47/+47
* include nettle/memxor when neededNikos Mavrogiannopoulos2015-05-152-0/+2