Discussion:
Lynx on Mac OS X should use native secure transport library and not OpenSSL
Mario Grgic
2014-04-11 12:54:07 UTC
Permalink
Mac OS X provides native 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, but to also allow Lynx to use user passwords stored securely in the user’s keychain.
Mario Grgic
2014-04-11 13:30:01 UTC
Permalink
Mac OS X provides native 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, but to also allow Lynx to use user passwords stored securely in the user’s keychain.
Mario Grgic
2014-04-11 19:00:21 UTC
Permalink
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.
Thomas Dickey
2014-04-11 19:46:06 UTC
Permalink
Post by Mario Grgic
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.
patches are welcome
--
Thomas E. Dickey <***@invisible-island.net>
http://invisible-island.net
ftp://invisible-island.net
Loading...