A user is seeing error errSSLBadCipherSuite (-9818) trying to make
a TLS connection to an IBM mainframe. The code in question uses
CFNetwork, and the user is running 10.4.x. How would I go about
finding out what ciphers CFNetwork supports on Tiger, and which
ciphers the mainframe is offering to use?
CFNetwork supports what Security/SecureTransport.h. If you have a
CFSocketStream there's a property for getting the SSLContextRef, from
which you can at least get what ciphers are available locally
(SSLGetEnabledCiphers)
Fred
Thanks,
--
Jim Matthews
Fetch Softworks http://fetchsoftworks.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden