David Garske
|
a2ed22286f
|
Adds TFM_MIPS (tested on PIC32MZ2048EFM144 with XC32 v1.44). Adds check for mp_read_radix to return failure for invalid character. Adds checking for s_mp_sub response code. Improved mp_init_copy error handling. Improved init to use size where applicable. Asm PPC 32 changes to add r to register. Asm formatting cleanups.
|
2017-09-22 09:48:35 -07:00 |
|
JacobBarthelmeh
|
824eb55648
|
Merge pull request #1151 from dgarske/fix_asn_keyusage
Fixes bug with creation of the KeyUsage BitString
|
2017-09-21 10:41:08 -06:00 |
|
dgarske
|
f5c4a68ab3
|
Merge pull request #1152 from JacobBarthelmeh/Testing
fix for wolfSSL_X509_NAME_get_text_by_NID
|
2017-09-20 18:52:14 -07:00 |
|
Jacob Barthelmeh
|
80333979a9
|
fix for wolfSSL_X509_NAME_get_text_by_NID
|
2017-09-20 17:31:53 -06:00 |
|
David Garske
|
3f493770d4
|
Fixes bug with creation of the KeyUsage BitString which was always adding the optional second byte reguardless of len, which created invalid ASN if value provided was less than 256. Bug was introduced with ASN refactor in commit fd9e41dd99.
|
2017-09-20 15:00:24 -07:00 |
|
dgarske
|
2f96f1ae9f
|
Merge pull request #1150 from kaleb-himes/HASH_DRBG_UPDATE
Update HASH_DRBG Reseed mechanism and add test case
|
2017-09-20 13:15:17 -07:00 |
|
dgarske
|
1c2199be24
|
Merge pull request #1137 from JacobBarthelmeh/Windows
rename the file io.h to wolfio.h
|
2017-09-20 11:34:33 -07:00 |
|
kaleb-himes
|
5777b92745
|
Improved solution
|
2017-09-20 11:25:51 -06:00 |
|
dgarske
|
5e6213bfa1
|
Merge pull request #1140 from JacobBarthelmeh/RSA-fix
account for 8k keys with MySQL compatibility
|
2017-09-20 10:05:32 -07:00 |
|
dgarske
|
28c15bed1c
|
Merge pull request #1141 from SparkiDev/chacha_avx1
Fix ChaCha to check for AVX1
|
2017-09-20 09:57:20 -07:00 |
|
Jacob Barthelmeh
|
3763b88397
|
rename the file io.h to wolfio.h
|
2017-09-20 10:53:11 -06:00 |
|
kaleb-himes
|
60dca94821
|
Update HASH_DRBG Reseed mechanism and add test case
|
2017-09-20 10:36:36 -06:00 |
|
Kaleb Himes
|
c4e87c8cc4
|
Merge pull request #1121 from ejohnstown/solution-update
Update VS Solution Files
|
2017-09-15 18:22:44 -06:00 |
|
dgarske
|
23903ec903
|
Merge pull request #1144 from kaleb-himes/FIPS-TEST
NULL plaintext input is supported in FIPS testing
|
2017-09-15 13:21:32 -07:00 |
|
kaleb-himes
|
63e8d63943
|
Update following review
|
2017-09-15 10:52:33 -06:00 |
|
Kaleb Himes
|
0b11b265f6
|
Merge pull request #1143 from SparkiDev/wpas_aesctr
Fix WPAS config to not use FORTRESS config
|
2017-09-15 10:39:13 -06:00 |
|
Kaleb Himes
|
5f0afcfe88
|
Merge pull request #1142 from JacobBarthelmeh/fast-rsa
fix for clang warning on RsaKey redefinition
|
2017-09-15 09:40:42 -06:00 |
|
kaleb-himes
|
1f7d73f626
|
NULL plaintext input is supported in FIPS testing
|
2017-09-14 20:14:21 -06:00 |
|
Sean Parkinson
|
00e073424a
|
Fix WPAS config to not use FORTRESS config
|
2017-09-15 10:49:07 +10:00 |
|
Jacob Barthelmeh
|
e10b2f027f
|
fix for clang warning on RsaKey redefinition
|
2017-09-14 15:08:15 -06:00 |
|
Jacob Barthelmeh
|
1b3a8f40b8
|
account for 8k keys with MySQL compatibility
|
2017-09-14 09:37:32 -06:00 |
|
Sean Parkinson
|
7721aca114
|
Fix ChaCha to check for AVX1
|
2017-09-14 09:07:04 +10:00 |
|
toddouska
|
afcef7d394
|
Merge pull request #1136 from JacobBarthelmeh/Testing
anon flag with interop script
|
2017-09-13 14:40:30 -07:00 |
|
toddouska
|
23fff62d8b
|
Merge pull request #1135 from dgarske/cy
Fix issue with empty array (requires C99 compliance).
|
2017-09-13 14:39:50 -07:00 |
|
toddouska
|
4c31c53f37
|
Merge pull request #1128 from JacobBarthelmeh/AES
AES XTS feature addition
|
2017-09-13 14:38:15 -07:00 |
|
toddouska
|
bea82ce214
|
Merge pull request #1118 from JacobBarthelmeh/mysql
downgrade with options set when using opensslextra feature
|
2017-09-13 14:12:09 -07:00 |
|
David Garske
|
a5eaecaa0e
|
Fix unit API test call to wolfSSL_CertManagerLoadCA when building without file system.
|
2017-09-11 06:51:27 -07:00 |
|
David Garske
|
932773735b
|
Cleanup the wolfIO_Send function.
|
2017-09-11 05:48:41 -07:00 |
|
Jacob Barthelmeh
|
398252ddad
|
add XtsAes structure and change XTS-AES API
|
2017-09-08 16:00:33 -06:00 |
|
David Garske
|
2c39219f2a
|
Fix issue with empty array (requires C99 compliance).
|
2017-09-08 11:24:55 -07:00 |
|
Kaleb Himes
|
c018a1abf3
|
Merge pull request #1130 from SparkiDev/cpuid_fix
MSVC fix around cpuid check
|
2017-09-08 11:04:50 -06:00 |
|
Jacob Barthelmeh
|
1d1fc66374
|
double check support of SSLv3 with interop testing
|
2017-09-08 10:50:23 -06:00 |
|
Jacob Barthelmeh
|
ee9d410326
|
anon flag with interop script
|
2017-09-07 16:58:37 -06:00 |
|
dgarske
|
a073d5d448
|
Merge pull request #1129 from JacobBarthelmeh/Testing
additional sanity checks
|
2017-09-06 15:34:26 -07:00 |
|
Jacob Barthelmeh
|
c482524b78
|
big endian testing and packing Aes struct
|
2017-09-01 15:32:55 -06:00 |
|
Jacob Barthelmeh
|
f7ea118dd7
|
downgrade with options set when using opensslextra feature
|
2017-09-01 13:47:56 -06:00 |
|
Sean Parkinson
|
6a226efd15
|
MSVC fix around cpuid check
|
2017-09-01 08:43:28 +10:00 |
|
Jacob Barthelmeh
|
8807b8af4f
|
additional sanity checks
|
2017-08-31 16:00:08 -06:00 |
|
Kaleb Himes
|
3da5ddd49e
|
Merge pull request #1123 from SparkiDev/poly1305_fix
Fix for the AVX implemetation of Poly1305
|
2017-08-31 10:21:00 -06:00 |
|
Jacob Barthelmeh
|
d48c940334
|
add comments for AES-XTS functions to aes.h
|
2017-08-30 17:52:26 -06:00 |
|
Jacob Barthelmeh
|
ef73c1df7c
|
add AES-XTS mode --enable-xts
|
2017-08-30 17:50:15 -06:00 |
|
dgarske
|
7ac0bab37e
|
Merge pull request #1114 from kojo1/tls1.3
bring up settings.h in tls13.c
|
2017-08-30 13:00:40 -07:00 |
|
toddouska
|
9aef8a91fd
|
Merge pull request #1120 from JacobBarthelmeh/Testing
fix creating shared secret with ECC private only key
|
2017-08-30 11:02:14 -07:00 |
|
toddouska
|
1ba77e4306
|
Merge pull request #1122 from JacobBarthelmeh/Compatibility-Layer
using memory bio with no filesystem and adjustment for Windows line e…
|
2017-08-30 10:58:30 -07:00 |
|
Sean Parkinson
|
3b351fd640
|
Fix to stop inlining of assembly code with fixed label
|
2017-08-30 10:51:44 +10:00 |
|
Jacob Barthelmeh
|
3dbe5d2af9
|
fixes for Windows build
|
2017-08-29 12:02:24 -06:00 |
|
Chris Conlon
|
34dc4a493d
|
Merge pull request #1124 from JacobBarthelmeh/UnitTests
fix memory management in unit test with --disable-fastmath
|
2017-08-29 09:06:14 -06:00 |
|
Jacob Barthelmeh
|
61ff3e136a
|
fix memory management in unit test with --disable-fastmath
|
2017-08-28 16:23:44 -06:00 |
|
Sean Parkinson
|
e6cf3c88f2
|
Fix for the AVX implemetation of Poly1305
Need one more multiple of r (0..6 instead of 0..5)
|
2017-08-28 11:44:27 +10:00 |
|
Jacob Barthelmeh
|
a8417c1078
|
using memory bio with no filesystem and adjustment for Windows line ending
|
2017-08-25 15:11:10 -06:00 |
|