Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed trailing slash. | Nikos Mavrogiannopoulos | 2012-01-08 | 1 | -2/+1 |
* | corrected have_cpuid for x86-64. | Nikos Mavrogiannopoulos | 2011-12-08 | 1 | -1/+1 |
* | Exported gnutls_cpuid() and gnutls_have_cpuid(). | Nikos Mavrogiannopoulos | 2011-12-08 | 8 | -24/+32 |
* | Commited new assembler files. | Nikos Mavrogiannopoulos | 2011-11-13 | 11 | -181/+145 |
* | updated to include padlock. | Nikos Mavrogiannopoulos | 2011-11-09 | 1 | -2/+2 |
* | Remove unneeded assert.h inclusion. | Simon Josefsson | 2011-11-08 | 1 | -1/+0 |
* | corrected symbols for coff. | Nikos Mavrogiannopoulos | 2011-10-25 | 2 | -9/+9 |
* | added coff files for mingw64 | Nikos Mavrogiannopoulos | 2011-10-25 | 5 | -3/+4924 |
* | Added coff version of cpuid. | Nikos Mavrogiannopoulos | 2011-10-25 | 4 | -1/+69 |
* | Added COFF versions of assembly files. | Nikos Mavrogiannopoulos | 2011-10-25 | 3 | -0/+2785 |
* | Corrected PHE-partial test. | Nikos Mavrogiannopoulos | 2011-10-24 | 1 | -5/+5 |
* | PHE-partial detection is not being done, instead of checking for VIA nano. | Nikos Mavrogiannopoulos | 2011-10-24 | 5 | -60/+26 |
* | No need to check for padlock nano in 32-bit systems, so simplify things. | Nikos Mavrogiannopoulos | 2011-10-23 | 3 | -10/+20 |
* | is_padlock_nano is behaving properly and saving registers. | Nikos Mavrogiannopoulos | 2011-10-23 | 1 | -0/+3 |
* | more builddir fixes by David Hoyt. | Nikos Mavrogiannopoulos | 2011-10-22 | 2 | -0/+2 |
* | Added -I$(builddir)/../../gl to CFLAGS. | Nikos Mavrogiannopoulos | 2011-10-21 | 1 | -0/+1 |
* | Add -I to fix building. | Simon Josefsson | 2011-10-21 | 1 | -0/+1 |
* | updated gnustack note. | Nikos Mavrogiannopoulos | 2011-10-21 | 8 | -8/+54 |
* | Added gnu-stack note. | Nikos Mavrogiannopoulos | 2011-10-15 | 1 | -0/+4 |
* | new version of padlock by Andy. | Nikos Mavrogiannopoulos | 2011-10-12 | 2 | -67/+141 |
* | updated Andy's code. padlock_shax_blocks does not require any more, the stat... | Nikos Mavrogiannopoulos | 2011-10-10 | 2 | -7/+158 |
* | is_padlock_nano moved to padlock-common.s to allow easier upgrade | Nikos Mavrogiannopoulos | 2011-10-08 | 4 | -38/+42 |
* | better detection of padlock PHE. | Nikos Mavrogiannopoulos | 2011-10-05 | 6 | -67/+116 |
* | Updates for padlock hashes in C7 nano. Requires a part of nettle to be included. | Nikos Mavrogiannopoulos | 2011-10-05 | 9 | -186/+797 |
* | Always use encryption direction. | Nikos Mavrogiannopoulos | 2011-10-05 | 1 | -2/+4 |
* | updated padlock code. | Nikos Mavrogiannopoulos | 2011-10-04 | 2 | -19/+44 |
* | intel directory renamed to x86. | Nikos Mavrogiannopoulos | 2011-10-04 | 20 | -6/+6 |
* | Added ability to hash and hmac with VIA padlock. | Nikos Mavrogiannopoulos | 2011-10-01 | 4 | -127/+483 |
* | movdqa replaced with movaps (C3 doesn't support SSE2 but only SSE) | Nikos Mavrogiannopoulos | 2011-09-29 | 2 | -8/+5 |
* | manually keep the IV. | Nikos Mavrogiannopoulos | 2011-09-29 | 1 | -5/+9 |
* | re-added ecb | Nikos Mavrogiannopoulos | 2011-09-29 | 1 | -4/+114 |
* | removed unused modes. | Nikos Mavrogiannopoulos | 2011-09-29 | 2 | -762/+0 |
* | enabled VIA acceleration. | Nikos Mavrogiannopoulos | 2011-09-29 | 1 | -8/+2 |
* | Better usage of X86 conditionals to simplify and avoid an undefined warning i... | Nikos Mavrogiannopoulos | 2011-09-25 | 4 | -11/+6 |
* | Make it build with -Wunused. | Simon Josefsson | 2011-09-21 | 1 | -0/+2 |
* | Added missing file. | Nikos Mavrogiannopoulos | 2011-09-18 | 1 | -2/+2 |
* | VIA is disabled by default. | Nikos Mavrogiannopoulos | 2011-09-18 | 1 | -1/+5 |
* | eliminated inline assembly. | Nikos Mavrogiannopoulos | 2011-09-17 | 7 | -55/+108 |
* | Added better detection of capabilities in 386. If cpuid doesn't exist don't t... | Nikos Mavrogiannopoulos | 2011-09-16 | 3 | -16/+49 |
* | Do not prefer GCM in padlock because it is slow. | Nikos Mavrogiannopoulos | 2011-09-13 | 1 | -4/+0 |
* | added license | Nikos Mavrogiannopoulos | 2011-09-13 | 1 | -0/+22 |
* | disable the 64-bit padlock until it is tested. | Nikos Mavrogiannopoulos | 2011-09-12 | 1 | -1/+4 |
* | corrected typo in cpuid for 386. | Nikos Mavrogiannopoulos | 2011-09-12 | 1 | -1/+1 |
* | simplified ecb encryption. | Nikos Mavrogiannopoulos | 2011-09-09 | 3 | -16/+6 |
* | Fix build errors. | Simon Josefsson | 2011-09-09 | 3 | -4/+2 |
* | Added padlock support to GCM ciphers. | Nikos Mavrogiannopoulos | 2011-09-08 | 5 | -67/+266 |
* | Added gnustack flag | Nikos Mavrogiannopoulos | 2011-09-07 | 2 | -0/+10 |
* | Added encryption flag to simplify and optimize key expansion. | Nikos Mavrogiannopoulos | 2011-09-07 | 3 | -31/+31 |
* | Added support for VIA padlock based on Andy's code (untested). | Nikos Mavrogiannopoulos | 2011-09-07 | 8 | -11/+1809 |
* | corrected AES-NI code. | Nikos Mavrogiannopoulos | 2011-09-07 | 2 | -3/+4 |