jrblixt
|
5486a60326
|
sha512.c updates.
|
2017-04-18 11:18:29 -06:00 |
|
Daniele Lacamera
|
3279865610
|
Fixes after jenkins report
https://test.wolfssl.com/jenkins/job/windows_pull_request_builder/1453/
|
2017-04-18 18:47:04 +02:00 |
|
Daniele Lacamera
|
bf877a636f
|
Merge from masterbranch
|
2017-04-18 18:34:14 +02:00 |
|
toddouska
|
7df7a07a68
|
Merge pull request #863 from JacobBarthelmeh/Testing
fix old version of AEAD cipher suite
|
2017-04-18 09:33:00 -07:00 |
|
toddouska
|
8e7d0ba243
|
Merge pull request #860 from dgarske/fix_allow_old_tls_wsha1
Fix for building with NO_OLD_TLS and WOLFSSL_ALLOW_TLS_SHA1
|
2017-04-18 09:31:45 -07:00 |
|
toddouska
|
fbd5d5bfc6
|
Merge pull request #865 from cconlon/pkcs7-signed-ecc
PKCS#7 SignedData - ECDSA and hash options
|
2017-04-18 09:30:47 -07:00 |
|
Chris Conlon
|
bab3fd5925
|
fix clang/scan-build warnings for PKCS7
|
2017-04-17 14:23:37 -06:00 |
|
Chris Conlon
|
4f26e0341b
|
allow different hashes with PKCS7 SignedData, cleanup conditional builds
|
2017-04-17 09:46:26 -06:00 |
|
jrblixt
|
f7c58b0643
|
Updated wolfcrypt/src/sha256.c.
|
2017-04-14 16:42:18 -06:00 |
|
jrblixt
|
3749988ee2
|
Updated wolfcrypt/src/sha.c.
|
2017-04-14 16:24:25 -06:00 |
|
jrblixt
|
5b5c8f1e95
|
Updated mcapi/mcapi_test.c ; wolfcrypt/src/md5.c ; wolfcrypt/src/pwdbased.c.
|
2017-04-14 16:12:29 -06:00 |
|
Michael
|
b08e5f3b82
|
Merge branch 'master' into hexiwear_pr
|
2017-04-14 12:03:42 -06:00 |
|
Jacob Barthelmeh
|
53eca92cc0
|
change type for test instead and add RSA blinding check
|
2017-04-14 12:02:49 -06:00 |
|
Michael Shihrer
|
21d2becd6b
|
Modified settings.h to allow building on KSDK 1.3, modified test.c and benchmark.c to work with KSDK, added KDS project for building wolfSSL for Hexiwear
|
2017-04-14 12:02:28 -06:00 |
|
Jacob Barthelmeh
|
999328f2a0
|
fix old version of AEAD cipher suite
|
2017-04-14 10:32:15 -06:00 |
|
kaleb-himes
|
3f067bccf0
|
fix redefinition of PKCS12 version and PKCS12 struct when building w/ STUNNEL
|
2017-04-14 10:20:35 -06:00 |
|
Chris Conlon
|
74aafb1679
|
add PKCS7 SignedData with ECDSA
|
2017-04-14 09:29:22 -06:00 |
|
jrblixt
|
609ca3c823
|
Jenkin's Visual Studio status check correction.
|
2017-04-14 02:34:31 -06:00 |
|
jrblixt
|
b5d856eada
|
Merge branch 'master' of https://github.com/wolfSSL/wolfssl into unitTest_api_dev
|
2017-04-14 02:17:57 -06:00 |
|
jrblixt
|
00ea508751
|
Param check fix in hash files.
|
2017-04-14 02:16:04 -06:00 |
|
David Garske
|
7779a64cae
|
Fix for building with NO_OLD_TLS and WOLFSSL_ALLOW_TLS_SHA1.
|
2017-04-13 21:26:20 -07:00 |
|
toddouska
|
f2ac410f1e
|
Merge pull request #858 from dgarske/fix_bench_count
Fix build/test error with `--enable-scrypt` and build error for ARMv8 AES init
|
2017-04-13 21:14:44 -07:00 |
|
jrblixt
|
ac6b840dc5
|
Merge Conflict with wolfSSL master.
|
2017-04-13 16:51:08 -06:00 |
|
jrblixt
|
85b78835a6
|
Merge branch 'master' into unitTest_api_dev
src/keys.c
wolfcrypt/src/hmac.c
wolfcrypt/src/md5.c
wolfcrypt/src/sha256.c
wolfcrypt/src/sha512.c
wolfssl/wolfcrypt/md5.h
|
2017-04-13 16:33:23 -06:00 |
|
Jacob Barthelmeh
|
ebde18af59
|
silence static analysis tool warning about null parameter after sanity check
|
2017-04-13 15:32:31 -06:00 |
|
Jacob Barthelmeh
|
620d21c850
|
fix scrypt test with no password
|
2017-04-13 15:06:26 -06:00 |
|
David Garske
|
3df47d57ab
|
Fix error with armv8-aes wc_AesInit function using h instead of heap variable. (moved from PR #852).
|
2017-04-13 14:50:55 -06:00 |
|
David Garske
|
4c6a70861b
|
Fix build errors with --enable-scrypt.
|
2017-04-13 09:37:48 -07:00 |
|
Daniele Lacamera
|
723ee69114
|
Fixed missing braces in wolfcrypt test
|
2017-04-13 15:31:50 +02:00 |
|
Daniele Lacamera
|
ef231a039d
|
Updated to latest masterbranch
|
2017-04-13 15:28:19 +02:00 |
|
Go Hosohara
|
fe215c4a57
|
Fix DES_ecb_encrypt function in terms of reviewing point.
|
2017-04-13 12:31:52 +09:00 |
|
Nickolas Lapp
|
460197a5e0
|
Add aes192 and aes256 tests
Fix bug with AES decrypt for non-128 bit sizes on STM32F4 hardware
crypto
|
2017-04-12 20:09:47 -06:00 |
|
JacobBarthelmeh
|
3ac35ce3b3
|
Merge pull request #838 from SparkiDev/curve25519_51-bit
Curve25519 51-bit Implementation
|
2017-04-12 16:06:37 -06:00 |
|
Jacob Barthelmeh
|
26c8958d1e
|
testsuite time check on Windows system and fix dh_test if statement
|
2017-04-12 15:56:45 -06:00 |
|
dgarske
|
8ee9e4ff8b
|
Merge pull request #851 from toddouska/nosessid
don't send session ID on server side if session cache is off unless w…
|
2017-04-12 14:50:43 -07:00 |
|
toddouska
|
3abcff4db5
|
Merge pull request #850 from JacobBarthelmeh/Testing
fix invalid check on unsigned type
|
2017-04-12 13:56:44 -07:00 |
|
toddouska
|
27d009475c
|
Merge pull request #847 from dgarske/distro_options
Fixes for --enable-distro to include more features by default
|
2017-04-12 13:56:24 -07:00 |
|
toddouska
|
e1a53a6c36
|
Merge pull request #845 from SparkiDev/cert_file
Rename caCertFile
|
2017-04-12 13:55:56 -07:00 |
|
toddouska
|
4f7b27fc88
|
Merge pull request #844 from SparkiDev/size_t-printf
32-bit size_t and printf fix
|
2017-04-12 13:54:52 -07:00 |
|
toddouska
|
3810571e0d
|
Merge pull request #715 from dgarske/async_intelqa
Intel QuickAssist (QAT) support and async enhancements/fixes
|
2017-04-12 13:54:19 -07:00 |
|
toddouska
|
b1d59a2334
|
don't send session ID on server side if session cache is off unless we're echoing session ID as part of session tickets
|
2017-04-12 10:54:19 -07:00 |
|
David Garske
|
11133e578d
|
Fixes and cleanups based on feedback from Sean. Added ifdef checks around WC_PENDING_E code to reduce code size for non-async builds. Cleanup accumulative result code checking in SSL_hmac. Cleanup of the RSA async state advancement.
|
2017-04-12 10:07:38 -07:00 |
|
Jacob Barthelmeh
|
b510c8199e
|
fix invalid check on unsigned type
|
2017-04-12 10:41:35 -06:00 |
|
Daniele Lacamera
|
df70b3c859
|
Removed empty ifdef
|
2017-04-12 12:50:17 +02:00 |
|
Daniele Lacamera
|
3e9a5fd433
|
Updated to latest masterbranch
|
2017-04-12 12:48:38 +02:00 |
|
Maxime Vincent
|
9ca49e7f56
|
Add more stubs for haproxy
|
2017-04-12 11:59:17 +02:00 |
|
Maxime Vincent
|
02513792b6
|
Make new function stubs public
|
2017-04-12 10:37:17 +02:00 |
|
David Garske
|
d0f31d4a30
|
Fix issue with wc_ecc_make_key where state failure can occur if the wc_ecc_init hasn’t been called on key prior. Now wc_ecc_make_key and wc_ecc_import_private_key (and _ex versions) can be called without having to call wc_ecc_init first. This keeps backwards compatibility. If async or static memory is desired then wc_ecc_init_ex must be called first.
|
2017-04-11 15:57:09 -07:00 |
|
David Garske
|
85bef98331
|
Fix wc_ecc_alloc_rs memset logic. Fix error handling in hmac.c for SHA224. Cleanup of the wc_DhGenerateKeyPair_Async function. Added comment about the “BuildTlsFinished” allocation for hash buffer. Fixed issue with example server that caused the benchmark script to fail in throughput mode.
|
2017-04-11 14:13:08 -07:00 |
|
Go Hosohara
|
0cebc2172c
|
Fix WolfSSL_DES_ecb_encrypt().
|
2017-04-12 00:03:35 +09:00 |
|