David Garske
|
07c79f9dc3
|
Fixes unused argument build error seen on CrossWorks (Issue #255).
|
2016-01-14 21:09:01 -08:00 |
|
kaleb-himes
|
023052eaf1
|
Avoid unused variable warnings with dead store in AES_GCM_decrypt
|
2016-01-04 15:40:10 -07:00 |
|
Andrew Burks
|
bc54b18cad
|
Issue #213: AES fails with Freescale (mm)CAU.
|
2015-12-10 16:55:49 -08:00 |
|
toddouska
|
5e80bf46bf
|
Merge branch 'master' of github.com:wolfssl/wolfssl
|
2015-11-16 13:20:26 -08:00 |
|
toddouska
|
ca7956b50d
|
update cavium nitrox port to wolfssl
|
2015-11-16 13:20:19 -08:00 |
|
John Safranek
|
23ba31cbdd
|
1. Fixed bug where AES-GCM IVs had to only be 12 bytes. Now
accepts any length.
2. Added test case for AES-GCM using an 60 byte IV.
3. AesGcmSetKey doesn't calculate H value in AES-NI mode.
|
2015-11-03 16:47:42 -08:00 |
|
John Safranek
|
f8aeac608c
|
1. Add C NI-intrinsic AES-GCM encrypt and decrypt.
2. Fix error string for wolfcrypt test of GMAC.
3. Add AES-GCM Decrypt to benchmark.
|
2015-10-30 16:03:26 -07:00 |
|
David Garske
|
67861bb222
|
Added crypto hardware mutex capabilities to wolfcrypt/wc_port. Added optional define "WOLFSSL_CRYPT_HW_MUTEX" to override use of hardware mutex. Enabled hardware mutex protection for Freescale MMCAU. Cleanup of the AES FREESCALE_MMCAU implementation to use wc_AesEncrypt/wc_AesDecrypt wrappers. Fixes #154.
|
2015-10-13 12:36:24 -07:00 |
|
Jacob Barthelmeh
|
10276944d3
|
return value on AES CCM encrypt
|
2015-10-02 11:40:47 -06:00 |
|
Jacob Barthelmeh
|
dd262fe939
|
fix on AES CCM nonce size
|
2015-10-01 17:42:03 -06:00 |
|
toddouska
|
011fdc1103
|
move AES oneshot calls out of aes.[hc]
|
2015-07-30 12:42:25 -07:00 |
|
Ludovic FLAMENT
|
349edd40c2
|
Add support for OpenSSH ssh-keygen tools
refactor existing code
|
2015-07-22 14:18:07 +02:00 |
|
Takashi Kojo
|
d67168d539
|
aes.c cleaned. ti-has.c, ti-aes.c, ti-des3.c are included in each respective algorithm source file.
|
2015-05-28 20:40:53 +09:00 |
|
Takashi Kojo
|
aaa1fe813a
|
Added aes.c/des3.c
|
2015-05-22 09:55:49 +09:00 |
|
toddouska
|
b7db43a189
|
make ConstantCompare available outside of internal.c
|
2015-02-26 17:31:47 -08:00 |
|
toddouska
|
6d691e1b9f
|
fix github issue #12, cyassl_mutex leftovers
|
2015-02-24 15:03:24 -08:00 |
|
toddouska
|
608da64ece
|
add ForceZero() to force memset(0)
|
2015-02-20 15:51:21 -08:00 |
|
kaleb-himes
|
2a068ff025
|
final powerPC support modification
|
2015-02-18 08:02:05 -07:00 |
|
toddouska
|
c8b9c84178
|
fix c++ build
|
2015-02-05 17:23:53 -08:00 |
|
Jacob Barthelmeh
|
d366599285
|
adding comment to header and _fips to c files
|
2015-01-08 10:42:01 -07:00 |
|
kaleb-himes
|
a389620a29
|
Copyright (C) updates
|
2015-01-08 09:39:04 -07:00 |
|
Jacob Barthelmeh
|
02f16b9232
|
going through wolfcrypt
|
2015-01-07 13:36:11 -07:00 |
|
kaleb-himes
|
639637278d
|
CYASSL -> WOLFSSL macros
|
2015-01-07 13:17:57 -07:00 |
|
Jacob Barthelmeh
|
2520973b73
|
update to c files for name change and pwdbased along with debugging src function calls
|
2015-01-03 19:09:48 -07:00 |
|
Jacob Barthelmeh
|
f81ee9e4d3
|
addition to aes and alteration to md files
|
2014-12-31 13:54:57 -07:00 |
|
kaleb-himes
|
edf53a1ed0
|
new changes
|
2014-12-29 10:27:03 -07:00 |
|
Jacob Barthelmeh
|
813ad2e102
|
name change progress
|
2014-12-17 09:58:11 -07:00 |
|