Chris Conlon
|
c75830e2e8
|
Merge pull request #4011 from miyazakh/set_verify_depth2
fix out of bound access when peer's chain is greater than verifyDepth + 1
|
2021-05-11 15:38:39 -06:00 |
|
Chris Conlon
|
ae0591b1db
|
Merge pull request #4016 from miyazakh/qt_sanity_check
add sanity check
|
2021-05-11 15:06:54 -06:00 |
|
David Garske
|
92a524820b
|
Merge pull request #4018 from SparkiDev/jenkins-nightly-1
Fixes from nightly builds
|
2021-05-11 09:11:42 -07:00 |
|
John Safranek
|
a608b083b4
|
Take into account a new flag in the DTLS state export and import.
|
2021-05-10 09:33:38 -07:00 |
|
Sean Parkinson
|
0c1af66843
|
Fixes from nightly builds
output not read.
g++ realloc cast.
curve25519 - no fix, only format changes
|
2021-05-10 11:59:52 +10:00 |
|
Hideki Miyazaki
|
07872189eb
|
add sanity check
|
2021-05-08 13:15:50 +09:00 |
|
Kareem Abuobeid
|
62bb0a8527
|
S/MIME: Fix issue with canonSection size when adding newlines.
|
2021-05-06 16:35:24 -07:00 |
|
Hideki Miyazaki
|
0539b99c86
|
fix boundary access when peer's chain is less than verifyDepth + 1
|
2021-05-06 14:54:16 +09:00 |
|
toddouska
|
014bd21df0
|
Merge pull request #3983 from tmael/tls_down
TLS minimum downgrade option
|
2021-05-05 15:38:45 -07:00 |
|
David Garske
|
6e0197e171
|
Merge pull request #4002 from kabuobeid/smime_fixes
S/MIME: Canonicalize multi-part messages before hashing. Improve error checking in wc_MIME_parse_headers.
|
2021-05-03 09:24:43 -07:00 |
|
David Garske
|
9e48de9d42
|
Merge pull request #3970 from embhorn/zd12122
Clarify that units of size parameters are in bits
|
2021-04-30 14:28:50 -07:00 |
|
Kareem Abuobeid
|
baa80284c0
|
S/MIME: Code review fixes
|
2021-04-30 14:00:59 -07:00 |
|
Chris Conlon
|
57e03d7e2f
|
Merge pull request #3961 from miyazakh/qt_oslext_pskss_cb
added psk session callback compatibility layer API
|
2021-04-30 14:26:44 -06:00 |
|
Chris Conlon
|
44b7dd828e
|
Merge pull request #3972 from TakayukiMatsuo/newindex
Add wolfSSL_CRYPTO_get_ex_new_index
|
2021-04-30 14:21:55 -06:00 |
|
Kareem Abuobeid
|
573d51966a
|
S/MIME: Canonicalize multi-part messages before hashing. Improve error checking in wc_MIME_parse_headers.
|
2021-04-30 12:50:27 -07:00 |
|
David Garske
|
751cb8f43f
|
Merge pull request #3974 from JacobBarthelmeh/sniffer
add fatal error return value for sniffer
|
2021-04-30 10:57:33 -07:00 |
|
TakayukiMatsuo
|
f652ac2a04
|
Removed unused macro guard.
|
2021-04-28 10:47:22 +09:00 |
|
TakayukiMatsuo
|
a56de6361d
|
Removed the double-defined function.
|
2021-04-28 10:41:49 +09:00 |
|
TakayukiMatsuo
|
c4782a7a1c
|
Fix macro guard for wolfSSL_CRYPTO_get_ex_new_index and get_ex_new_index.
|
2021-04-28 10:41:49 +09:00 |
|
TakayukiMatsuo
|
9c0ff73370
|
Add wolfSSL_CRYPTO_get_ex_new_index
|
2021-04-28 10:38:53 +09:00 |
|
Hideki Miyazaki
|
4063e33b02
|
addressed review comments p1
|
2021-04-28 10:08:22 +09:00 |
|
Hideki Miyazaki
|
9de3fab74c
|
fixed jenkins failures part1
|
2021-04-28 10:08:21 +09:00 |
|
Hideki Miyazaki
|
0e40293798
|
added psk session callback
|
2021-04-28 10:08:21 +09:00 |
|
David Garske
|
385e0bedaa
|
Merge pull request #3990 from haydenroche5/ocsp_bug
Fix CompareOcspReqResp.
|
2021-04-27 17:07:58 -07:00 |
|
Chris Conlon
|
edb0beb9b6
|
Merge pull request #3969 from TakayukiMatsuo/koyo
Add wolfSSL_DH_get0_pqg
|
2021-04-27 17:52:17 -06:00 |
|
Chris Conlon
|
6fad8c4a57
|
Merge pull request #3975 from TakayukiMatsuo/resumable
Add implementation for wolfSSL_SESSION_is_resumable.
|
2021-04-27 16:45:34 -06:00 |
|
Hayden Roche
|
73076940af
|
Fix CompareOcspReqResp.
There was a bug in this function that could cause a match to be reported even
when the OCSP request and response in fact had a mismatch.
|
2021-04-27 13:54:43 -07:00 |
|
Hideki Miyazaki
|
6d381a6c7f
|
do nothing when version is zero
|
2021-04-27 21:13:19 +09:00 |
|
Hideki Miyazaki
|
3b070e1bd0
|
add MIN/MAX_PROTO into CTX_ctrl
add unit test for min/max proto of CTX ctrl
|
2021-04-27 21:13:17 +09:00 |
|
Elms
|
d20f7e7143
|
fix define gates for AddFragHeaders with DTLS
fixes build with `./configure --enable-dtls --disable-asn`
|
2021-04-24 07:23:50 -07:00 |
|
toddouska
|
40fe746710
|
Merge pull request #3942 from dgarske/get_static_ephemeral
Added API's for getting pointer to loaded static ephemeral key
|
2021-04-23 15:54:46 -07:00 |
|
toddouska
|
47fe114a02
|
Merge pull request #3901 from dgarske/bio_read
Fix for BIO read callback not called
|
2021-04-23 15:51:38 -07:00 |
|
toddouska
|
bbda833909
|
Merge pull request #3720 from elms/deos/project_files
DEOS: Add project files for shared library
|
2021-04-23 15:44:33 -07:00 |
|
toddouska
|
91e90f7a98
|
Merge pull request #3604 from haydenroche5/stunnel
Make changes to get latest verison of stunnel (5.57) working with wolfSSL.
|
2021-04-23 15:41:22 -07:00 |
|
toddouska
|
c3fefc6e27
|
Merge pull request #3889 from douzzer/network-introspection
--enable-wolfsentry
|
2021-04-23 15:38:01 -07:00 |
|
Tesfa Mael
|
0c16ef4b29
|
Check for TLS downgrade
|
2021-04-23 14:45:35 -07:00 |
|
TakayukiMatsuo
|
2b6f623777
|
Add implementation for wolfSSL_SESSION_is_resumable.
|
2021-04-23 11:12:20 +09:00 |
|
TakayukiMatsuo
|
c442841e4a
|
Fix some along review.
|
2021-04-23 10:53:22 +09:00 |
|
TakayukiMatsuo
|
63826e227b
|
Add wolfSSL_DH_get0_pqg
|
2021-04-23 09:47:24 +09:00 |
|
Chris Conlon
|
878e0006ad
|
Merge pull request #3965 from miyazakh/qt_oslext_epk_param_ck
added wofSSL_EVP_PKEY_param_check for compatibility layer API
|
2021-04-22 15:43:47 -06:00 |
|
Chris Conlon
|
a83c6c68fe
|
Merge pull request #3940 from miyazakh/qt_v5p15p2_r3
Added compatibility layer API for Qt5.15.2 part2
|
2021-04-22 15:36:20 -06:00 |
|
Jacob Barthelmeh
|
14ddfa6894
|
add fatal error return value for sniffer
|
2021-04-22 14:28:10 +07:00 |
|
Daniel Pouzzner
|
1650e8b88a
|
ssl.c: add back missing line continuation backslash.
|
2021-04-21 17:45:08 -05:00 |
|
Daniel Pouzzner
|
0cf9bacf1b
|
WOLFSSL_WOLFSENTRY_HOOKS/HAVE_EX_DATA*: refactor wolfSSL_CRYPTO_cleanup_ex_data() to take only one arg (the WOLFSSL_CRYPTO_EX_DATA *); fix preprocessor gates on wolfSSL_set_ex_data() and wolfSSL_X509_get_ex_new_index(); fix line lengths.
|
2021-04-21 17:34:47 -05:00 |
|
Daniel Pouzzner
|
0afcd4227b
|
ssl.c/internal.c: refactor _EX_DATA_CLEANUP_HOOKS cleanup in _free() routines to use a common wolfSSL_CRYPTO_cleanup_ex_data() routine; remove superfluous WOLFSSL_API qualifiers in ssl.c.
|
2021-04-21 12:20:56 -05:00 |
|
Daniel Pouzzner
|
23d8df720e
|
remove WOLFSSL_NETWORK_INTROSPECTION code; add wolfSSL_X509_STORE_set_ex_data_with_cleanup(); refactor WOLFSSL_WOLFSENTRY_HOOKS code in server.c to use HAVE_EX_DATA/HAVE_EX_DATA_CLEANUP_HOOKS.
|
2021-04-20 23:59:58 -05:00 |
|
Daniel Pouzzner
|
4458ed37c1
|
fix a couple stray WOLFSSL_NETWORK_INTROSPECTION gates that needed to be WOLFSSL_WOLFSENTRY_HOOKS.
|
2021-04-20 23:59:58 -05:00 |
|
Daniel Pouzzner
|
1cbe696716
|
checkpoint: fully functioning demo via examples/server/ and unit.test (which produces a "filtered" error on a subtest when built --enable-wolfsentry).
|
2021-04-20 23:59:57 -05:00 |
|
Daniel Pouzzner
|
734860f535
|
WOLFSSL_NETWORK_INTROSPECTION WIP
|
2021-04-20 23:59:57 -05:00 |
|
Daniel Pouzzner
|
ba2cc00e5d
|
initial implementation of WOLFSSL_NETWORK_INTROSPECTION: --enable-network-introspection, struct wolfSSL_network_connection, wolfSSL_*_endpoints*(), NetworkFilterCallback_t, wolfSSL_*set_AcceptFilter().
|
2021-04-20 23:59:57 -05:00 |
|