About verification of SSL certificate for HTTPS communication

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
KEKA_4568351
Level 4
Level 4
50 replies posted 25 replies posted 10 replies posted

It is a confirmation whether the verification process of the SSL certificate of HTTPS communication is performed, but in the following header file,

Since it is "TLS_VERIFICATION_REQUIRED", I think that you are verifying the SSL certificate.

Is the recognition correct?

◆ File

wiced_defaults.h

/* WICED TLS Options * /

#define WICED_TLS_DEFAULT_VERIFICATION (TLS_VERIFICATION_REQUIRED)

◆ Environment

・ WICED SDK: 6.4.0

・ OS: ThreadX

<Japanese>

HTTPS通信のSSL証明書の検証について

HTTPS通信のSSL証明書の検証処理を行っているかの確認ですが、以下のヘッダファイルでは、

「TLS_VERIFICATION_REQUIRED」となっていますので、SSL証明書の検証を行っていると思いますが

認識はあっておりますか。

0 Likes
1 Solution
GauravS_31
Moderator
Moderator
Moderator
10 questions asked 250 solutions authored 250 sign-ins

Yes. The flag TLS_VERIFICATION_REQUIRED indicates that the mbedTLS library will verify the TLS certificate.

View solution in original post

1 Reply
GauravS_31
Moderator
Moderator
Moderator
10 questions asked 250 solutions authored 250 sign-ins

Yes. The flag TLS_VERIFICATION_REQUIRED indicates that the mbedTLS library will verify the TLS certificate.