- 4ad27aa Specify previously missed XMM register clobbers in AES-NI asm blocks by Solar Designer · 8 months ago
- 4115440 Specify register clobbers in mbedtls_aesni_crypt_ecb() by Solar Designer · 8 months ago
- 7ff7965 Update headers by Dave Rodgman · 1 year, 9 months ago
- 3ccb844 Merge pull request #8373 from sergio-nsk/sergio-nsk/8372/1 by Bence Szépkúti · 1 year, 9 months ago
- f3c6e2e aesni: select `__cpuid` impl based on compiler type by Pengyu Lv · 1 year, 10 months ago
- 79d7faf aesni: declare cpuinfo as int by Pengyu Lv · 1 year, 10 months ago
- 2856e07 aesni: support cpuid on WIN32 by Pengyu Lv · 1 year, 10 months ago
- 9902a6b Fix #8372 - Error compiling AESNI in Mbed-TLS with clang on Windows by Sergey Markelov · 1 year, 10 months ago
- e2d0614 Support compilation using CLang on Windows by SlugFiller · 2 years, 1 month ago
- 6dec541 AESNI: Overhaul implementation selection by Gilles Peskine · 2 years, 5 months ago
- 5f1677f Fix typo in comment by Gilles Peskine · 2 years, 5 months ago
- 2e8d8d1 Fix MSVC portability by Gilles Peskine · 2 years, 5 months ago
- d4a2393 Improve variable names by Gilles Peskine · 2 years, 5 months ago
- 790756d Get aesni.c compiling with Visual Studio by Tom Cosgrove · 2 years, 5 months ago
- e7dc21f AESNI: add implementation with intrinsics by Gilles Peskine · 2 years, 5 months ago
- 2808a60 Improve the presentation of assembly blocks by Gilles Peskine · 2 years, 5 months ago
- 18d521a Don't warn about Msan/Valgrind if AESNI isn't actually built by Gilles Peskine · 2 years, 5 months ago
- 6055b78 Update bibliographic references by Gilles Peskine · 2 years, 5 months ago
- 1b6c09a Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
- b6bf5f5 Workaround Uncrustify parsing of "asm" by David Horstmann · 2 years, 7 months ago
- 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
- db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
- 5053efd Warn if using a memory sanitizer on AESNI by Gilles Peskine · 7 years ago
- 6c8edca Fix build errors on x32 by using the generic 'add' instruction by James Cowgill · 10 years ago
- 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
- 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
- c730ed3 Rename boolean functions to be clearer by Manuel Pégourié-Gonnard · 10 years ago
- ba19432 Move from asm to __asm by default by Manuel Pégourié-Gonnard · 10 years ago
- 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
- 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
- fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
- 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
- 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
- 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
- 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
- 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
- a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
- 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
- 0534fd4 Change asm format to \n\t in aesni.c too by Manuel Pégourié-Gonnard · 11 years ago
- 66d5d07 Fix formatting in various code to match spacing from coding style by Paul Bakker · 11 years ago
- cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
- b1fd397 Adapt AES-NI code to "old" binutil versions by Manuel Pégourié-Gonnard · 11 years ago
- 93759b0 Made AES-NI bit-size specific key expansion functions static by Paul Bakker · 12 years ago
- e7f5133 Fixed superfluous return value in aesni.c by Paul Bakker · 12 years ago
- d4588cf aesni_gcm_mult() now returns void by Manuel Pégourié-Gonnard · 12 years ago
- 23c2f6f Add AES-NI key expansion for 192 bits by Manuel Pégourié-Gonnard · 12 years ago
- 4a5b995 Add AES-NI key expansion for 256 bits by Manuel Pégourié-Gonnard · 12 years ago
- 47a3536 Add AES-NI key expansion for 128 bits by Manuel Pégourié-Gonnard · 12 years ago
- 01e31bb Add support for key inversion using AES-NI by Manuel Pégourié-Gonnard · 12 years ago
- d333f67 Add aesni_gcm_mult() by Manuel Pégourié-Gonnard · 12 years ago
- 8eaf20b Allow detection of CLMUL by Manuel Pégourié-Gonnard · 12 years ago
- 5b68565 Add aesni_crypt_ecb() and use it by Manuel Pégourié-Gonnard · 12 years ago
- 92ac76f Add files for (upcoming) AES-NI support by Manuel Pégourié-Gonnard · 12 years ago