David Garske
|
fd2996bdeb
|
Progress with RSA fixes for Cavium Nitrox after async refactor. Improved method for RsaKey and ecc_key typedef to work with async.
|
2017-04-26 16:40:10 -07:00 |
|
David Garske
|
774ce1a47c
|
Fixes for build with Cavium.
|
2017-04-26 16:39:41 -07:00 |
|
Chris Conlon
|
4363cf8a5c
|
Merge pull request #876 from dgarske/fix_jenkins_errors
Fix minor build errors and warnings
|
2017-04-26 16:54:49 -06:00 |
|
David Garske
|
d612b827b7
|
Fixes for build warnings on Windows. Fix PKCS7 to use const for byte array declaration. Cleanup of the pkcs7 MAX_PKCS7_DIGEST_SZ. Fix for unsigned / signed comparison warning for pkcs7_load_certs_keys in test.c. Fix for cast warning from word16 to byte in asn.c. Fix for build error with io.h refactor for InTime RTOS.
|
2017-04-26 09:40:33 -07:00 |
|
JacobBarthelmeh
|
325a3ce418
|
Merge pull request #875 from dgarske/fix_asn_setname_len
Fix issue with ASN encoding SetName function header length
|
2017-04-26 10:03:25 -06:00 |
|
David Garske
|
5a77eaa579
|
Fix issue with XFREE in asn.c using invalid heap pointer. Fix issue with bad variable names and missing asterisk in test.c pkcs7_load_certs_keys .
|
2017-04-26 08:45:05 -07:00 |
|
dgarske
|
7db30ef550
|
Merge pull request #690 from embray/build/enable_aes_counter
Add a configure flag specifically for enabling AES CTR mode
|
2017-04-25 15:14:13 -07:00 |
|
Chris Conlon
|
1f923a11ee
|
Merge pull request #874 from dgarske/fix_builderrors
Build fixes to address Jenkins reports
|
2017-04-25 15:14:37 -06:00 |
|
Chris Conlon
|
ac2835ec2e
|
Merge pull request #873 from dgarske/fix_crl_smallstack
Fix build error with CRL and WOLFSSL_SMALL_STACK.
|
2017-04-25 15:02:04 -06:00 |
|
David Garske
|
d435c16fe8
|
Fix issue with ASN encoding, where the SetName function was incorrectly adding extra byte for object id tag. Refactor changed lines 7694 and 7700 to use SetObjectId which handles length (was using SetLength prior to refactor). Issue was noticed via compatibility testing using generated cert against openssl asn1parse.
|
2017-04-25 12:06:08 -07:00 |
|
David Garske
|
fb90a4e498
|
Fix issue with PSK max length by adding 1 for the null terminator on the strings and allowing up to 128 characters for the PSK. Improved the test.h example for PSK callbacks.
|
2017-04-25 11:43:45 -07:00 |
|
David Garske
|
be6b12a350
|
Build fixes to address Jenkins reports. Additionally tested with enable-distro and small-stack identified issue in ssl.c (note: we need to add this combination to Jenkins).
|
2017-04-25 11:10:36 -07:00 |
|
dgarske
|
92d3c7cd59
|
Merge pull request #872 from JacobBarthelmeh/Testing
handle redefinition warnings
|
2017-04-24 15:08:13 -07:00 |
|
David Garske
|
8b0784bdfa
|
Fix build error with CRL and WOLFSSL_SMALL_STACK.
|
2017-04-24 14:08:59 -07:00 |
|
Jacob Barthelmeh
|
4dad4b6962
|
handle redefinition warnings
|
2017-04-24 10:40:56 -06:00 |
|
dgarske
|
dd2915f4fa
|
Merge pull request #869 from cconlon/ecckeytoder
Fix leading zero in wc_BuildEccKeyDer
|
2017-04-24 09:02:41 -07:00 |
|
Daniele Lacamera
|
08787621ea
|
wolfssl.pc: Prefix reset to /usr/local
|
2017-04-24 12:45:23 +02:00 |
|
Maxime Vincent
|
6ada67f93f
|
Prefix stubs with wolfSSL_
|
2017-04-24 11:43:19 +02:00 |
|
Maxime Vincent
|
7bd7de350c
|
More fixes for haproxy port
|
2017-04-24 10:41:39 +02:00 |
|
Daniele Lacamera
|
7058211860
|
Merge from latest masterbranch
|
2017-04-24 06:18:44 +02:00 |
|
Daniele Lacamera
|
ebb32265eb
|
Minor fixes after PR review
|
2017-04-24 06:16:35 +02:00 |
|
Maxime Vincent
|
db835da00b
|
Fixes after wolfSSL feedback
|
2017-04-22 10:58:05 +02:00 |
|
kaleb-himes
|
348536af9a
|
Update PSK identity length per RFC 4279 - 5.3
|
2017-04-21 16:38:19 -06:00 |
|
JacobBarthelmeh
|
3600371abf
|
Merge pull request #848 from ghoso/des_ecb_encrypt_impl
openSSL compatibility API
|
2017-04-21 14:05:22 -06:00 |
|
Chris Conlon
|
af26708330
|
Fix leading zero in wc_BuildEccKeyDer
|
2017-04-21 11:40:50 -06:00 |
|
toddouska
|
7a3f7ad9be
|
Merge pull request #868 from kaleb-himes/ARDUINO-UPDATE
Update ARDUINO script per issue #859 from @pasko-zh
|
2017-04-20 17:02:49 -07:00 |
|
toddouska
|
a857da23c0
|
Merge pull request #862 from kaleb-himes/STUNNEL-FIX
Fix this issue: PKCS12 is defined to be WC_PKCS12, then redefined as an enumerated value of 12 in asn.h
|
2017-04-20 13:24:39 -07:00 |
|
kaleb-himes
|
1dd16e6702
|
Update enum name from peer review
|
2017-04-20 10:05:12 -06:00 |
|
toddouska
|
c9d53a4ca2
|
Merge pull request #854 from NickolasLapp/master
Add AES 192/256 bit wolfCrypt tests
|
2017-04-19 16:50:18 -07:00 |
|
toddouska
|
d6abd4d131
|
Merge pull request #867 from JacobBarthelmeh/mutex
fix mutex allocation sanity checks
|
2017-04-19 13:32:55 -07:00 |
|
Nickolas Lapp
|
a8eb2614f6
|
Update reference for aes192/256 test to remove bad url and give specific
NIST reference document.
|
2017-04-19 13:13:34 -06:00 |
|
Kaleb Himes
|
14e37cdc4c
|
Change variable name, add comment
|
2017-04-19 13:10:55 -06:00 |
|
toddouska
|
5b257d6fd8
|
Merge pull request #866 from JacobBarthelmeh/Testing
add back in haveTrustPeer variable and put macro guard on WC_RNG typedef
|
2017-04-19 11:57:56 -07:00 |
|
kaleb-himes
|
32e83cb55d
|
Update ARDUINO script per issue #859 from @pasko-zh
|
2017-04-19 11:53:58 -06:00 |
|
Nickolas Lapp
|
344c0ec747
|
Merge branch 'master' of github.com:wolfSSL/wolfssl
|
2017-04-19 10:10:23 -06:00 |
|
Jacob Barthelmeh
|
4eecaf2574
|
fix mutex allocation sanity checks
|
2017-04-18 17:18:19 -06:00 |
|
Jacob Barthelmeh
|
a8115d51fa
|
add back in haveTrustPeer variable and put macro guard on WC_RNG typedef
|
2017-04-18 16:53:02 -06:00 |
|
toddouska
|
5b82c2f6ec
|
Merge pull request #853 from JacobBarthelmeh/Windows
testsuite time check on Windows system and fix dh_test if statement
|
2017-04-18 14:57:53 -07: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 |
|
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 |
|