mirror of
https://github.com/open62541/open62541.git
synced 2025-06-03 04:00:21 +00:00
Merge remote-tracking branch 'origin/1.2' into merge_12_13_10
This commit is contained in:
commit
539e1b305a
@ -129,6 +129,7 @@ UA_ChannelModule_New_Context(const UA_SecurityPolicy * securityPolicy,
|
|||||||
if(context->remoteCertificateX509 == NULL) {
|
if(context->remoteCertificateX509 == NULL) {
|
||||||
UA_ByteString_clear(&context->remoteCertificate);
|
UA_ByteString_clear(&context->remoteCertificate);
|
||||||
UA_free(context);
|
UA_free(context);
|
||||||
|
return UA_STATUSCODE_BADINTERNALERROR;
|
||||||
}
|
}
|
||||||
|
|
||||||
context->policyContext =
|
context->policyContext =
|
||||||
|
@ -589,7 +589,7 @@ UA_CertificateVerification_VerifyApplicationURI (void * verificat
|
|||||||
|
|
||||||
const unsigned char * pData;
|
const unsigned char * pData;
|
||||||
X509 * certificateX509;
|
X509 * certificateX509;
|
||||||
UA_String subjectURI;
|
UA_String subjectURI = UA_STRING_NULL;
|
||||||
GENERAL_NAMES * pNames;
|
GENERAL_NAMES * pNames;
|
||||||
int i;
|
int i;
|
||||||
UA_StatusCode ret;
|
UA_StatusCode ret;
|
||||||
|
Loading…
Reference in New Issue
Block a user