David Garske
|
88afc7a92f
|
Progress on dynamic type cleanup for over-use of tmp_buffer. Increases performance on NUMA memory platform having ability to be more selective about the types that are NUMA allocated for use against QuickAssist hardware.
|
2017-06-14 15:11:43 -07:00 |
|
David Garske
|
40d94724eb
|
Added async hardware support for p_hash (PRF). Fix BuildTls13HandshakeHmac to use async devId. Rename poor global variable names for rng with QSH/NTRU.
|
2017-06-14 15:11:43 -07:00 |
|
David Garske
|
131ccf289f
|
Disable large alloc scrypt test. Fix unused ret warning in DH key gen from prev change.
|
2017-06-14 15:11:43 -07:00 |
|
David Garske
|
a77f9fe3e6
|
Fix for DH so software math is used if prime is under 768 bits.
|
2017-06-14 15:11:43 -07:00 |
|
toddouska
|
b778ddfea2
|
Merge pull request #957 from SparkiDev/tls13_updates
Tls13 updates
|
2017-06-14 14:59:11 -07:00 |
|
JacobBarthelmeh
|
c283d4aece
|
Merge pull request #962 from NickolasLapp/linux-sgx
Add LINUX SGX Support for building of wolfSSL static library. See README
|
2017-06-14 15:56:30 -06:00 |
|
toddouska
|
70eddc4336
|
Merge pull request #965 from cconlon/threadx
ThreadX/NetX warning and optional dc_log_printf exclusion
|
2017-06-14 14:56:12 -07:00 |
|
Chris Conlon
|
ff48d19727
|
fix wc_EccPrivateKeyDecode when pub exists
|
2017-06-14 14:49:52 -06:00 |
|
Sean Parkinson
|
89e6ac91bf
|
Improve PSK timeout checks
Post-handshake Authentication
Fix KeyUpdate to derive keys properly
Fix supported curves (not checking ctx extensions)
|
2017-06-14 11:28:53 -07:00 |
|
toddouska
|
6d5c257010
|
Merge pull request #963 from dgarske/fix_tls13_options
Fixes for TLS 1.3 without ECC or RSA
|
2017-06-14 11:19:14 -07:00 |
|
Chris Conlon
|
ea9e4887e9
|
ThreadX/NetX warning and optional dc_log_printf exclusion
|
2017-06-14 11:12:27 -06:00 |
|
Nickolas Lapp
|
1e94868432
|
Add LINUX SGX Support for building of wolfSSL static library. See README
in IDE/LINUX-SGX/README.md.
|
2017-06-13 17:34:45 -07:00 |
|
Sean Parkinson
|
13c4fe6cc4
|
Add test
|
2017-06-14 09:44:26 +10:00 |
|
Sean Parkinson
|
62ae1d3023
|
Fix for private key only ECC key.
|
2017-06-14 09:33:27 +10:00 |
|
toddouska
|
19f22edd9a
|
Merge pull request #949 from cconlon/string_abstraction
Fix mystrnstr() prototype declaration
|
2017-06-13 16:06:31 -07:00 |
|
Chris Conlon
|
1ddd6fd3fe
|
Merge pull request #933 from jrblixt/unitTest_api_add3des
Add 3Des to unit test.
|
2017-06-13 15:35:54 -06:00 |
|
dgarske
|
189d579bec
|
Merge pull request #960 from levi-wolfssl/void
Add void to function prototype.
|
2017-06-13 13:58:34 -07:00 |
|
jrblixt
|
76aa1f855f
|
Merge branch 'masterB' of https://github.com/jrblixt/wolfssl into unitTest_api_add3des-cpy
|
2017-06-13 14:06:30 -06:00 |
|
jrblixt
|
0ef1129f18
|
Changes WRT small stack.
|
2017-06-13 13:44:06 -06:00 |
|
Chris Conlon
|
042ee817f3
|
Merge pull request #757 from moisesguimaraes/updates-wolfcrypt-py-docs
Removes 3DES from the wolfCrypt Python docs
|
2017-06-13 10:55:21 -06:00 |
|
Chris Conlon
|
048b074894
|
Merge pull request #932 from jrblixt/unitTest_api_addHmac-mergeWolfMaster
Add HMAC test functions to unit test.
|
2017-06-13 10:53:09 -06:00 |
|
David Garske
|
adf819458c
|
Fixes for TLS 1.3 without ECC or RSA. Fix for building without ECC where HAVE_SUPPORTED_CURVES was getting defined because of ENABLED_TLSX.
|
2017-06-13 09:44:14 -07:00 |
|
toddouska
|
a18e9a220f
|
Merge pull request #956 from dgarske/fix_tls13_async
Fixes for asynchronous TLS 1.3
|
2017-06-13 08:08:34 -07:00 |
|
David Garske
|
af2cbcdbab
|
Added new arg documentation for asyncOkay in doxygen style.
|
2017-06-12 11:42:48 -07:00 |
|
David Garske
|
ce231e0cbc
|
Fixes for asynchronous TLS 1.3. Fixes for PK_CALLBACKS with async. New helper API's for wolfSSL_CTX_GetDevId and wolfSSL_CTX_GetHeap . Fix for build to not include tls13.c if not enabled to suppress empty object file warning. Fix typo in fe_low_mem.c. General cleanup. Extra tls13.c debug messages.
|
2017-06-12 11:42:48 -07:00 |
|
toddouska
|
1d2b4226a4
|
Merge pull request #959 from SparkiDev/tls_pss_fix
Fix check for PSS availability in peer
|
2017-06-12 11:20:29 -07:00 |
|
toddouska
|
894f4f6fa5
|
Merge pull request #954 from jrblixt/asn_cSetKeyUsage-fix
Fix wc_SetKeyUsage() value error.
|
2017-06-12 10:48:56 -07:00 |
|
toddouska
|
0fcd1617eb
|
Merge pull request #952 from JacobBarthelmeh/Testing
sanity check on build with ECC or RSA
|
2017-06-12 10:47:53 -07:00 |
|
toddouska
|
7cc455259e
|
Merge pull request #941 from SparkiDev/ed25519
ED25519 with certificates and TLS
|
2017-06-12 10:47:21 -07:00 |
|
Levi Rak
|
267753acdd
|
add void to function prototype
|
2017-06-12 10:28:10 -06:00 |
|
Sean Parkinson
|
8dbd9a88ee
|
Fix for CCM - TLS v1.3 needs all nonce/IV bytes
|
2017-06-12 14:21:43 +10:00 |
|
Sean Parkinson
|
044417ba01
|
Fix for cache only SNI and TLS v1.3
|
2017-06-12 09:46:50 +10:00 |
|
Sean Parkinson
|
fdcf25b6d1
|
Fix check for PSS availability in peer
|
2017-06-12 09:05:32 +10:00 |
|
dgarske
|
c70fa33094
|
Merge pull request #958 from kaleb-himes/OPENSSL_EVP
Fix compile time Error with openssl extra and cryptonly
|
2017-06-09 11:12:36 -07:00 |
|
kaleb-himes
|
86809cca74
|
Fix compile time warning with openssl extra and cryptonly
|
2017-06-08 20:14:15 -06:00 |
|
dgarske
|
90287c8857
|
Merge pull request #955 from kaleb-himes/ARG-ERR
Fix compile error, too many args with --enable-wpas
|
2017-06-08 14:59:55 -07:00 |
|
kaleb-himes
|
a00165768c
|
Fix compile error, too many args with --enabl-wpas
|
2017-06-08 13:34:44 -06:00 |
|
Sean Parkinson
|
3429b5a3b5
|
Rework CheckPrivateKey
|
2017-06-08 09:26:49 +10:00 |
|
Sean Parkinson
|
1db52f0c04
|
Fix to use different PEM header for EDDSA keys
Include new cert and key files in distribution
Fix compile issue when only doing TLS13.
|
2017-06-08 09:26:49 +10:00 |
|
Sean Parkinson
|
a30e8eb4ad
|
Fix for benchmarking X25519
|
2017-06-08 09:26:49 +10:00 |
|
Sean Parkinson
|
1bc862ae24
|
Ed25519 testing in test.c
|
2017-06-08 09:26:49 +10:00 |
|
Sean Parkinson
|
613d30bcae
|
ED25519 TLS support
|
2017-06-08 09:26:49 +10:00 |
|
Sean Parkinson
|
4beda52dcd
|
Ed25519 Certificates
|
2017-06-08 09:26:49 +10:00 |
|
toddouska
|
1be0b2aa30
|
Merge pull request #953 from SparkiDev/tls13_psk
External PSK working in TLS13
|
2017-06-07 13:58:03 -07:00 |
|
John Blixt
|
2c84eee2df
|
Fix wc_SetKeyUsage() value error.
|
2017-06-07 13:58:13 -06:00 |
|
Sean Parkinson
|
5d5ff56336
|
External PSK working in TLS13
|
2017-06-07 17:20:22 +10:00 |
|
toddouska
|
26f106c42b
|
Merge pull request #948 from SparkiDev/tls13_down
Implement TLS v1.3 specified downgrade protection mechanism
|
2017-06-05 16:17:49 -07:00 |
|
Jacob Barthelmeh
|
63c85f72d2
|
sanity check on build with ECC or RSA
|
2017-06-05 15:21:34 -06:00 |
|
toddouska
|
af03b7a4ff
|
Merge pull request #944 from SparkiDev/tls13_20
Updates for Draft 20 of TLS v1.3
|
2017-06-05 14:06:09 -07:00 |
|
toddouska
|
026a95ff10
|
Merge pull request #950 from dgarske/fix_ocsp_crl
Fixes for OCSP and CRL with non-blocking sockets
|
2017-06-05 13:59:36 -07:00 |
|