Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | corrected memory leak in padlock_hash_fast() | Nikos Mavrogiannopoulos | 2013-04-16 | 2 | -0/+2 |
| | |||||
* | Corrected win64 cpuid() code. Report and patch by Mann Ern Kang. | Nikos Mavrogiannopoulos | 2012-04-25 | 1 | -1/+14 |
| | |||||
* | several type changes to please clang | Nikos Mavrogiannopoulos | 2012-04-02 | 1 | -3/+3 |
| | |||||
* | corrected probing of cryptodev digests. | Nikos Mavrogiannopoulos | 2012-03-22 | 1 | -2/+2 |
| | |||||
* | Do not assume sizeof(unsigned long)==sizeof(void*). | Nikos Mavrogiannopoulos | 2012-03-22 | 1 | -1/+1 |
| | | | | Based on patch by B. Scott Michel. | ||||
* | Only call check_phe_partial() if PHE has been detected. | Nikos Mavrogiannopoulos | 2012-03-21 | 1 | -1/+1 |
| | |||||
* | updated openssl code | Nikos Mavrogiannopoulos | 2012-03-19 | 7 | -254/+704 |
| | |||||
* | updated | Nikos Mavrogiannopoulos | 2012-03-16 | 1 | -2/+3 |
| | |||||
* | updated licenses | Nikos Mavrogiannopoulos | 2012-03-16 | 21 | -32/+74 |
| | |||||
* | renamed asm directories. | Nikos Mavrogiannopoulos | 2012-03-16 | 22 | -6/+6 |
| | |||||
* | corrected makefile | Nikos Mavrogiannopoulos | 2012-03-15 | 1 | -23/+23 |
| | |||||
* | Added assembly for macosx | Nikos Mavrogiannopoulos | 2012-03-15 | 8 | -13/+7030 |
| | |||||
* | when using cryptodev do not set all the digest function since they are not ↵ | Nikos Mavrogiannopoulos | 2012-03-07 | 1 | -138/+11 |
| | | | | always faster. | ||||
* | corrected comments. | Nikos Mavrogiannopoulos | 2012-03-07 | 2 | -6/+3 |
| | |||||
* | reset the siop structure on every loop | Nikos Mavrogiannopoulos | 2012-03-07 | 1 | -4/+6 |
| | |||||
* | Updated cryptodev code. | Nikos Mavrogiannopoulos | 2012-02-26 | 1 | -17/+23 |
| | | | | | Hash reset is being performed in a single ioctl() with update and TLS versions (<1.1) that do not have explicit IV are correctly handled. | ||||
* | removed debugging | Nikos Mavrogiannopoulos | 2012-02-26 | 1 | -1/+0 |
| | |||||
* | simplified gcm registration in cryptodev. | Nikos Mavrogiannopoulos | 2012-02-26 | 2 | -8/+4 |
| | |||||
* | compilation fixes. | Nikos Mavrogiannopoulos | 2012-02-23 | 3 | -12/+21 |
| | |||||
* | Added GCM mode using cryptodev. This is mostly a hack due to how GCM mode is ↵ | Nikos Mavrogiannopoulos | 2012-02-23 | 4 | -29/+334 |
| | | | | exported from kernel. | ||||
* | updates for cryptodev. Require the COP_FLAG_RESET. | Nikos Mavrogiannopoulos | 2012-02-21 | 1 | -66/+54 |
| | |||||
* | Always deinitialize. | Nikos Mavrogiannopoulos | 2012-02-21 | 1 | -4/+11 |
| | |||||
* | added reset | Nikos Mavrogiannopoulos | 2012-02-20 | 1 | -1/+20 |
| | |||||
* | hash copy no longer needed. | Nikos Mavrogiannopoulos | 2012-02-20 | 1 | -23/+0 |
| | |||||
* | initialize memory for siop | Nikos Mavrogiannopoulos | 2012-02-20 | 1 | -0/+4 |
| | |||||
* | properly deinitialize cryptodev resources, and only register ciphers if they ↵ | Nikos Mavrogiannopoulos | 2012-02-20 | 1 | -7/+49 |
| | | | | are hw accelerated. | ||||
* | fixes in cryptodev support. Added support for digest algorithms. | Nikos Mavrogiannopoulos | 2012-02-20 | 1 | -4/+11 |
| | |||||
* | fixes in cryptodev support. Added support for digest algorithms. | Nikos Mavrogiannopoulos | 2012-02-20 | 1 | -9/+116 |
| | |||||
* | update in cryptodev | Nikos Mavrogiannopoulos | 2012-02-19 | 1 | -9/+11 |
| | |||||
* | register the .fast function for cryptodev | Nikos Mavrogiannopoulos | 2012-02-19 | 1 | -0/+35 |
| | |||||
* | Included missing file in windows builds. | Nikos Mavrogiannopoulos | 2012-02-07 | 1 | -1/+2 |
| | |||||
* | Fix up some typos and obsolete comments | Patrick Pelletier | 2012-01-24 | 1 | -1/+2 |
| | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> | ||||
* | Fixed signed/unsigned warnings. | Nikos Mavrogiannopoulos | 2012-01-21 | 1 | -2/+2 |
| | | | | Dropped opaque type (replaced with uint8_t) | ||||
* | Run 'make update-copyright'. | Simon Josefsson | 2012-01-16 | 15 | -15/+15 |
| | |||||
* | 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 |
| |