Re: curl now with native SSL/TLS on Mac and WNT

2013-11-19 Thread Cedric Bosdonnat
Hello Michael, Thanks a lot for updating to 7.33.0 and providing a better integration with system SSL implementation. I'm not sure curl delegates the certificates database handling completely as there is a configure option to build it with a CA bundle. So these would need to be tested on windows

curl now with native SSL/TLS on Mac and WNT

2013-11-18 Thread Michael Stahl
hi Cedric, digging through curl's makefiles it supports some native SSL/TLS implementations, which should have OS integrated support and UI for adding custom CAs and such things: commit 461bdf0b4f863a5ba39dd76b6baf416fbb64b5e8 enables use of Secure Transport on Mac / IOS commit