![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
tibems_status tibemsSSLParams_AddTrustedCert(tibems_int size,tibems_int encoding );tibems_status tibemsSSLParams_AddTrustedCertFile(tibems_int encoding );USING BY VALUE SSLParams,USING BY VALUE SSLParams,
SSLParams has usage pointer.COBOL does not support tibemsSSLParams_AddTrustedCertFile.
Trusted certificates are certificates that authenticate the server’s certificate; the certificate authority (CA) that issued the server’s certificate supplies these. SSL clients may verify them during the SSL handshake; if your program verifies host certificates (see tibemsSSLParams_SetVerifyHost on page 248), then you must register trusted certificates as well.If the parameter object already has trusted certificates, this call adds to that set; it does not overwrite them.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |