index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
sslgen.c
Age
Commit message (
Expand
)
Author
2012-06-11
schannel: Added SSL/TLS support with Microsoft Windows Schannel SSPI
Marc Hoersken
2012-06-08
ssl: fix duplicated SSL handshake with multi interface and proxy
Kamil Dudka
2012-01-18
ssl session caching: fix compiler warnings
Yang Tse
2011-12-19
Use Curl_ssl_connect for non-blocking connect fallback
Sven Wegener
2011-11-25
SSLSESSION_SHARED: new macro to check if session is shared
Daniel Stenberg
2011-11-17
getsessionid: don't ever return while locked
Daniel Stenberg
2011-11-17
Curl_ssl_getsessionid: increase the value, not the pointer
Daniel Stenberg
2011-11-17
SSL session share: move the age counter to the share object
Alejandro Alvarez Ayllon
2011-10-07
libcurl: some OOM handling fixes
Yang Tse
2011-09-28
SSL session sharing support added
Alejandro Alvarez
2011-09-05
fix bool variables checking and assignment
Yang Tse
2011-07-26
stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h
Yang Tse
2011-04-27
source cleanup: unify look, style and indent levels
Daniel Stenberg
2011-04-16
Curl_ssl_shutdown: restore send/recv pointers
Daniel Stenberg
2011-03-08
SSL: (part 2) Added CyaSSL to SSL abstraction layer
Todd A Ouska
2011-01-10
SSL: fix memory leak
Quinn Slack
2010-12-15
Preparing for axTLS. Actual SSL API functions are only stubbed.
Eric Hu
2010-05-07
sendrecv: split the I/O handling into private handler
Howard Chu
2010-05-05
PolarSSL: initial support added
Hoi-Ho Chan
2010-04-04
refactorize interface of Curl_ssl_recv/Curl_ssl_send
Kamil Dudka
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2010-03-22
Fix insufficient initialization in Curl_clone_ssl_config()
douglas steinwand
2010-03-19
- Improved Curl_read() to not ignore the error returned from Curl_ssl_recv().
Kamil Dudka
2009-11-18
Make usage of calloc()'s arguments consistent with rest of code base
Yang Tse
2009-05-04
- Michael Smith posted bug report #2786255
Daniel Stenberg
2009-04-26
- Bug report #2779733 (http://curl.haxx.se/bug/view.cgi?id=2779733) by Sven
Daniel Stenberg
2009-04-21
libcurl's memory.h renamed to curl_memory.h
Yang Tse
2009-02-25
corrected and clarified the top comment
Daniel Stenberg
2008-10-23
moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_
Daniel Stenberg
2008-10-23
Created Curl_raw_nequal() which does a C-locale string case comparison.
Dan Fandrich
2008-09-06
remove unnecessary typecasting of calloc()
Yang Tse
2008-09-05
Only compile Curl_ssl_free_certinfo when SSL is enabled
Dan Fandrich
2008-09-05
- Introducing CURLOPT_CERTINFO and the corresponding CURLINFO_CERTINFO. By
Daniel Stenberg
2008-07-03
Introcuding a new timestamp for curl_easy_getinfo():
Daniel Stenberg
2008-06-11
- I did a cleanup of the internal generic SSL layer and how the various SSL
Daniel Stenberg
2008-05-09
- Make Curl_write and it's callees accept a const pointer, in preparation
Michal Marek
2008-02-20
- Based on initial work done by Gautam Kachroo to address a bug, we now keep
Daniel Stenberg
2007-12-25
added missing semicolon fromn last commit.
Gunter Knauf
2007-12-24
Gary Maxwell filed bug report #1856628
Daniel Stenberg
2007-12-03
Bug report #1842029 (http://curl.haxx.se/bug/view.cgi?id=1842029) identified
Daniel Stenberg
2007-11-19
I think this is the right fix for other non-OpenSSL libs, based on the NSS fix
Daniel Stenberg
2007-11-18
Rob Crittenden fixed SSL connections with NSS done with the multi-interface
Daniel Stenberg
2007-11-07
if () => if()
Daniel Stenberg
2007-09-25
#ifdef out a few more functions when SSL is disabled.
Dan Fandrich
2007-08-27
Fixed some minor type mismatches and missing consts mainly found by splint.
Dan Fandrich
2007-08-01
Patrick Monnerat and I modified libcurl so that now it *copies* all strings
Daniel Stenberg
2007-07-30
Fixed compiler warning on non-SSL builds
Dan Fandrich
2007-07-29
Bug report #1759542 (http://curl.haxx.se/bug/view.cgi?id=1759542). A bad use
Daniel Stenberg
2007-07-23
Implemented the parts of Patrick Monnerat's OS/400 patch that introduces
Daniel Stenberg
2007-04-21
Curl_ssl_close(): mark the connection as not using SSL anymore, to better
Daniel Stenberg
[next]