Mac OS X provides secure transport library that integrates with OS X keychain and that already manages SSL certificates etc. See this link for more details
https://developer.apple.com/library/mac/documentation/security/Reference/secureTransportRef/Reference/reference.html
It would be great if Lynx could use and link against this library instead of OpenSSL, to avoid certificate duplication and management in multiple places, but to also allow Lynx to use user passwords stored securely in the user’s keychain. |