summaryrefslogtreecommitdiff
path: root/lib/ssluse.h
Commit message (Expand)AuthorAgeFilesLines
* formpost: better random boundariesDaniel Stenberg2013-06-251-1/+5
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+95
* build: rename 76 lib/*.h filesYang Tse2012-12-281-95/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-2/+2
* SSL cleanup: use crypto functions through the sslgen layerDaniel Stenberg2012-06-261-1/+9
* NTLM: header inclusion cleanup follow-upYang Tse2011-08-281-3/+6
* sendrecv: split the I/O handling into private handlerHoward Chu2010-05-071-16/+0
* refactorize interface of Curl_ssl_recv/Curl_ssl_sendKamil Dudka2010-04-041-3/+7
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* - Introducing CURLOPT_CERTINFO and the corresponding CURLINFO_CERTINFO. ByDaniel Stenberg2008-09-051-1/+1
* - I did a cleanup of the internal generic SSL layer and how the various SSLDaniel Stenberg2008-06-111-1/+23
* - Make Curl_write and it's callees accept a const pointer, in preparationMichal Marek2008-05-091-1/+1
* Bug report #1759542 (http://curl.haxx.se/bug/view.cgi?id=1759542). A bad useDaniel Stenberg2007-07-291-1/+5
* - Linus Nielsen Feltzing introduced the --ftp-ssl-ccc command line option toDaniel Stenberg2007-01-051-3/+5
* fix header to match actual protoDaniel Stenberg2006-11-111-4/+4
* NTLM2 session response supportDaniel Stenberg2006-06-071-2/+2
* David McCreedy provided a fix for CURLINFO_LASTSOCKET that does extendedDaniel Stenberg2006-05-101-0/+2
* Xavier Bouchoux made the SSL connection non-blocking for the multi interfaceDaniel Stenberg2006-03-211-0/+3
* GnuTLS support added. There's now a "generic" SSL layer that we use all overDaniel Stenberg2005-04-071-15/+31
* Updated the copyright year since changes have been this year.Daniel Stenberg2005-03-311-1/+1
* better error checking and SSL init by David ByronDaniel Stenberg2005-02-091-1/+1
* urldata.h: Removed engine_list.Gisle Vanem2004-12-141-1/+1
* Added handling of CURLINFO_SSL_ENGINES;Gisle Vanem2004-12-131-6/+16
* curl_socket_t mistakes cleanupDaniel Stenberg2004-03-101-1/+1
* Use curl_socket_t instead of int for holding sockets. The typedefs andDaniel Stenberg2004-03-091-1/+1
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* FTPS support added as RFC2228 and the murray-ftp-auth-ssl draft describe itDaniel Stenberg2003-11-241-1/+1
* copyright year update in the source headerDaniel Stenberg2003-01-161-1/+1
* updated source code boilerplate/headerDaniel Stenberg2002-09-031-7/+7
* copyright string (year) updateDaniel Stenberg2002-03-191-1/+1
* made it compile properly when not building with SSL supportDaniel Stenberg2001-09-071-0/+1
* Major rename and redesign of the internal "backbone" structs. Details willDaniel Stenberg2001-08-301-2/+2
* Added SSL session ID caching, moved some SSL code from url.c to ssluse.cDaniel Stenberg2001-08-281-4/+10
* T. Bharath's comments about SSL cleanup incorporated, and the two newDaniel Stenberg2001-05-281-0/+4
* fixed Curl_SSLConnect() to return CURLcode errors, including the new errorDaniel Stenberg2001-05-121-1/+1
* multiple connection support initial commitDaniel Stenberg2001-02-201-1/+2
* Internal symbols that aren't static are now prefixed with 'Curl_'Daniel Stenberg2001-01-051-4/+1
* dual-license fixDaniel Stenberg2001-01-031-28/+11
* haxx.nu => haxx.seDaniel Stenberg2000-06-201-2/+2
* Initial revisionDaniel Stenberg1999-12-291-0/+46