Jacob Barthelmeh
|
2b75d0faf3
|
asn1 string compatibility
|
2018-01-10 09:26:58 -07:00 |
|
Jacob Barthelmeh
|
7d3c502c47
|
add dh header to test.h and adjust macro gaurds
|
2018-01-09 12:06:43 -07:00 |
|
Jacob Barthelmeh
|
915f628bc7
|
add DH Agree callback
|
2018-01-03 16:47:15 -07:00 |
|
David Garske
|
3c6443e1e5
|
Added wolfSSL_CTX_set_client_CA_list and wolfSSL_SSL_CTX_get_client_CA_list to WOLF_EXTRA.
|
2017-12-27 08:55:28 -08:00 |
|
David Garske
|
d75c2e2a91
|
Added new WOLFSSL_EXTRA define for expanded API's without openssl extra. Removed old GOAHEAD_WS, which had build errors and current project requires full openssl extra compatability. Fix unused arg build warnings for OCSP. The WOLFSSL_EXTRA adds: wolfSSL_CTX_set_quiet_shutdown, wolfSSL_set_quiet_shutdown, wolfSSL_set_accept_state and wolfSSL_set_connect_state.
|
2017-12-27 08:55:28 -08:00 |
|
Chris Conlon
|
2660ff0b93
|
Merge pull request #1251 from kojo1/openSSL-Compat-201711
openSSL compatibility 201711
|
2017-12-21 16:25:46 -07:00 |
|
Chris Conlon
|
22f25fa9bb
|
add NULL ctx argument check to wolfSSL_X509_STORE_CTX_set_time()
|
2017-12-20 17:30:09 -07:00 |
|
Chris Conlon
|
8ab4e5d18c
|
fix NULL pointer dereference in wolfSSL_CTX_new() for ctx->srp if ctx is NULL
|
2017-12-20 17:21:57 -07:00 |
|
Chris Conlon
|
6bb60581ea
|
free WOLFSSL_BIGNUM when wolfSSL_BN_mod_inverse() fails if dynamic
|
2017-12-20 17:04:59 -07:00 |
|
toddouska
|
0c01533fe4
|
Merge pull request #1280 from dgarske/crypto_hw
Add crypto hardware support for ECC sign
|
2017-12-20 11:34:39 -08:00 |
|
David Garske
|
696ddc9b71
|
Added wolfSSL_CTX_SetDevId and wolfSSL_SetDevId to allow setting devId. Use #define macro to map the original async wolfSSL_CTX_UseAsync and wolfSSL_UseAsync API's to the new ones.
|
2017-12-20 09:08:01 -08:00 |
|
dgarske
|
9f51674be4
|
Merge pull request #1278 from cconlon/winfix
fix Windows Visual Studio warnings
|
2017-12-19 15:55:13 -08:00 |
|
Chris Conlon
|
574beff4cc
|
fix Windows Visual Studio warnings
|
2017-12-19 13:57:33 -07:00 |
|
dgarske
|
ba4ff62953
|
Merge pull request #1169 from JacobBarthelmeh/Testing
fix DH free with switch from server to client side
|
2017-12-19 09:50:41 -08:00 |
|
Jacob Barthelmeh
|
b9cda18be9
|
change type with free to match malloc'd type
|
2017-12-19 09:08:41 -07:00 |
|
Jacob Barthelmeh
|
7662bd58f0
|
fix DH free with switch from server to client side
|
2017-12-19 09:08:41 -07:00 |
|
Go Hosohara
|
bfed9f28d3
|
Modification for compliling application with libsignal-protocol-c.
|
2017-12-19 13:19:05 +09:00 |
|
Takashi Kojo
|
7a59275688
|
add arg check, wolfSSL_CTX_clear_options
|
2017-12-16 09:03:44 +09:00 |
|
Takashi Kojo
|
6421324287
|
add arg check
|
2017-12-15 05:45:45 +09:00 |
|
Takashi Kojo
|
d11581aaff
|
new lines, BAD_FUNC_ARG
|
2017-12-01 09:49:38 +09:00 |
|
Takashi Kojo
|
98235f9e36
|
fix hard tabs
|
2017-11-30 09:08:59 +09:00 |
|
Takashi Kojo
|
b664a1187b
|
fix hard tabs, new line
|
2017-11-29 07:03:00 +09:00 |
|
David Garske
|
af1f48ccb5
|
Fix leak with EC Point mul, where inSet wasn't being set, which caused a leak.
|
2017-11-28 13:00:26 -08:00 |
|
Takashi Kojo
|
64caf325f8
|
add ctx == NULL checks, fix spacing
|
2017-11-28 10:16:24 +09:00 |
|
Takashi Kojo
|
a320ca92fb
|
fix rebase miss
|
2017-11-24 08:21:27 +09:00 |
|
Takashi Kojo
|
91c1a0a810
|
move (void) for Visual Studio
|
2017-11-24 08:07:32 +09:00 |
|
Takashi Kojo
|
803bd7c612
|
Review feedbacks: refactor test_SSL_set_options and add SSL_clear_option
|
2017-11-24 08:07:32 +09:00 |
|
Takashi Kojo
|
3c0a146cd7
|
SSL_CTX_clear_options return verue
|
2017-11-24 06:27:36 +09:00 |
|
Takashi Kojo
|
279f12cc7d
|
fix test_wolfSSL_msgCb
|
2017-11-24 06:27:35 +09:00 |
|
Takashi Kojo
|
527c94c06b
|
add test_wolfSSL_msgCb
|
2017-11-24 06:02:01 +09:00 |
|
Takashi Kojo
|
a9cbb0ee10
|
add api tests
|
2017-11-24 05:52:25 +09:00 |
|
Takashi Kojo
|
06455436d3
|
add ERR_load_BIO_strings
|
2017-11-24 05:49:41 +09:00 |
|
Takashi Kojo
|
5b16fe2f3c
|
add X509_STORE_CTX_set_verify_cb
|
2017-11-24 05:49:41 +09:00 |
|
Takashi Kojo
|
b8c5218ad3
|
add SSL_CTX_set_alpn_protos
|
2017-11-24 05:49:41 +09:00 |
|
Takashi Kojo
|
1bcec16509
|
add SSL_get_peer_cert_chain
|
2017-11-24 05:47:20 +09:00 |
|
Takashi Kojo
|
a320464c5a
|
add SSL_set_msg_callback_arg
|
2017-11-24 05:44:54 +09:00 |
|
Takashi Kojo
|
7e579e46aa
|
pull SSL_set_msg_callback from Part5
|
2017-11-24 05:42:35 +09:00 |
|
Takashi Kojo
|
12a9f41755
|
add SSL_CTX_clear_options
|
2017-11-24 05:38:24 +09:00 |
|
Takashi Kojo
|
d967129581
|
add BN_mod_mul
|
2017-11-24 05:38:24 +09:00 |
|
dgarske
|
8c15c65343
|
Merge pull request #1216 from abrahamsonn/windows-errors
Windows errors
|
2017-11-21 15:21:14 -08:00 |
|
toddouska
|
21e391fbce
|
Merge pull request #1235 from SparkiDev/tls13_draft21
Update code to support Draft 21 of TLS v1.3
|
2017-11-17 13:11:03 -08:00 |
|
toddouska
|
947fceda6d
|
Merge pull request #1232 from dgarske/disable_oldtls_v1_0
Disable TLS v1.0 by default
|
2017-11-16 13:49:03 -08:00 |
|
Sean Parkinson
|
cb8e284464
|
Update code to support Draft 21 of TLS v1.3
|
2017-11-15 16:40:48 +10:00 |
|
abrahamsonn
|
f17470b42b
|
Added more of the requested changes & made an attempt to remove merge conflicts
|
2017-11-14 15:05:32 -07:00 |
|
David Garske
|
d5cc3ca198
|
Disable TLS v1.0 by default. Added new --enable-tlsv10 option to force enable (only works if --enable-oldtls is set, which is on by default).
|
2017-11-14 14:01:31 -08:00 |
|
toddouska
|
0ade0eb55b
|
Merge pull request #1224 from dgarske/get_version
Improvements to wolfSSL get/set version
|
2017-11-13 16:05:22 -08:00 |
|
David Garske
|
54c663ed49
|
Added new API wolfSSL_GetVersion to get version as wolfSSL value which can be passed into wolfSSL_SetVersion. Fixed duplicate CyaSSL_CTX_use_PrivateKey_buffer define. Added TLS1.3 to wolfSSL_SetVersion.
|
2017-11-10 11:13:48 -08:00 |
|
David Garske
|
717ebf0146
|
Fix for wolfSSL_PubKeyPemToDer so its available when NO_FILESYSTEM is defined (moved it out of NO_FILESYSTEM block). Added wc_DerToPemEx support for PUBLICKEY_TYPE.
|
2017-11-09 11:15:33 -08:00 |
|
Sean Parkinson
|
6a825ea0ce
|
Fix warnings and g++ casting error
|
2017-11-09 17:30:59 +10:00 |
|
David Garske
|
e591576cdf
|
Cleanup of the RSA exponent hard coded value.
|
2017-11-06 10:23:06 -08:00 |
|