• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# net_ssl_c.h
2
3
4## Overview
5
6Defines C APIs for the SSL/TLS certificate chain verification module.
7
8**Library**: libnet_ssl.so
9
10**System capability**: SystemCapability.Communication.NetStack
11
12**Since**: 11
13
14**Related module**: [Netstack](netstack.md)
15
16
17## Summary
18
19
20### Functions
21
22| Name| Description|
23| -------- | -------- |
24| [OH_NetStack_VerifyCertification](netstack.md#oh_netstack_verifycertification) (const struct [NetStack_CertBlob](_net_stack___cert_blob.md) \*cert, const struct [NetStack_CertBlob](_net_stack___cert_blob.md) \*caCert) | Verifies the certificate chain.|
25