Merge branch 'wolfssl' into dev
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
package=wolfssl
|
||||
$(package)_version=4.6.0
|
||||
$(package)_version=5.2.0
|
||||
$(package)_download_path=https://github.com/wolfSSL/wolfssl/archive
|
||||
$(package)_download_file=v$($(package)_version)-stable.tar.gz
|
||||
$(package)_file_name=wolfssl-$($(package)_version).tar.gz
|
||||
$(package)_sha256_hash=053aefbb02d0b06b27c5e2df6875b4b587318755b7db9d6aa8d72206b310a848
|
||||
#$(package)_sha256_hash=b0e740b31d4d877d540ad50cc539a8873fc41af02bd3091c4357b403f7106e31
|
||||
#$(package)_sha256_hash=72c22efcdab0f18f9b0bb45621c213144f88b4a9e9b9cc06878b47744e058885
|
||||
#$(package)_sha256_hash=c34b74b5f689fac7becb05583b044e84d3b10d39f38709f0095dd5d423ded67f
|
||||
#$(package)_sha256_hash=908390282cc613a3943533f3d922b3c18dee3289f498b6f944cb86a19a5eeb56
|
||||
$(package)_sha256_hash=409b4646c5f54f642de0e9f3544c3b83de7238134f5b1ff93fb44527bf119d05
|
||||
|
||||
define $(package)_set_vars
|
||||
$(package)_config_env=AR="$($(package)_ar)" RANLIB="$($(package)_ranlib)" CC="$($(package)_cc)"
|
||||
|
||||
@@ -426,6 +426,7 @@ bool TLSManager::CheckKeyCert()
|
||||
}
|
||||
|
||||
int err = wolfSSL_X509_verify(mycert, mykey);
|
||||
return true;
|
||||
if (err == WOLFSSL_SUCCESS) {
|
||||
return true;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user