summaryrefslogtreecommitdiff
path: root/lib/sslgen.h
Commit message (Expand)AuthorAgeFilesLines
* vtls: created subdir, moved sslgen.[ch] there, updated all include linesDaniel Stenberg2013-12-201-126/+0
* ssluse.c,sslgen.c,sslgen.h: move certinfo support to generic SSLPatrick Monnerat2013-07-151-0/+9
* formpost: better random boundariesDaniel Stenberg2013-06-251-0/+9
* 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/+108
* build: rename 76 lib/*.h filesYang Tse2012-12-281-108/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-1/+1
* SSL cleanup: use crypto functions through the sslgen layerDaniel Stenberg2012-06-261-0/+12
* ssl session caching: fix compiler warningsYang Tse2012-01-181-4/+4
* Fix SSL disabled builds broken with 'SSL session sharing' commit 5793bc37Yang Tse2011-09-301-0/+1
* SSL session sharing support addedAlejandro Alvarez2011-09-281-0/+2
* fix a bunch of MSVC compiler warningsYang Tse2011-09-031-7/+8
* return code cleanup: build, init and run-time errorsDaniel Stenberg2011-04-051-5/+5
* sslgen: define Curl_ssl_connect_nonblocking for non-SSLDaniel Stenberg2011-03-141-2/+2
* sendrecv: split the I/O handling into private handlerHoward Chu2010-05-071-22/+0
* ssl: Fix build when SSL isn't enabledBen Greear2010-04-061-2/+2
* refactorize interface of Curl_ssl_recv/Curl_ssl_sendKamil Dudka2010-04-041-6/+21
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* - Michael Smith posted bug report #2786255Daniel Stenberg2009-05-041-0/+2
* - Rainer Canavan filed bug #2255627Daniel Stenberg2008-11-111-1/+0
* A few prototypes shouldn't be defined if SSL is disabled.Dan Fandrich2008-10-201-12/+15
* - Introducing CURLOPT_CERTINFO and the corresponding CURLINFO_CERTINFO. ByDaniel Stenberg2008-09-051-6/+2
* fix compiler warning: empty body in an if-statementYang Tse2008-07-051-1/+1
* - I did a cleanup of the internal generic SSL layer and how the various SSLDaniel Stenberg2008-06-111-15/+31
* - Make Curl_write and it's callees accept a const pointer, in preparationMichal Marek2008-05-091-1/+1
* Fixed some minor type mismatches and missing consts mainly found by splint.Dan Fandrich2007-08-271-1/+1
* Bug report #1759542 (http://curl.haxx.se/bug/view.cgi?id=1759542). A bad useDaniel Stenberg2007-07-291-1/+1
* fix compiler warnings for SSL-disabled buildsDaniel Stenberg2007-01-251-1/+0
* fix non-SSL builds againDaniel Stenberg2007-01-251-1/+1
* moved the SSL pending function to the proper place and nameDaniel Stenberg2007-01-241-0/+4
* - Linus Nielsen Feltzing introduced the --ftp-ssl-ccc command line option toDaniel Stenberg2007-01-051-1/+5
* cleaned up Curl_write() and the sub functions it uses for various protocols.Daniel Stenberg2006-11-111-9/+9
* Update copyright year, since the file has been modifiedYang Tse2006-10-271-1/+1
* 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-0/+72