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
/
axtls.c
Age
Commit message (
Expand
)
Author
2013-05-16
axtls: prevent memleaks on SSL handshake failures
Eric Hu
2013-01-09
build: fix circular header inclusion with other packages
Yang Tse
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2013-01-03
build: rename 93 lib/*.c files
Yang Tse
2013-01-03
build: make use of 93 lib/*.c renamed files
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2012-12-14
setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>
Yang Tse
2012-11-08
SSL: Several SSL-backend related fixes
Oscar Koeroo
2011-07-26
stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h
Yang Tse
2011-07-04
code style: space between close paren and open brace
Daniel Stenberg
2011-04-27
source cleanup: unify look, style and indent levels
Daniel Stenberg
2011-04-21
Fix a couple of spelling errors in lib/
Fabian Keil
2010-12-22
Fixed include: memory.h -> curl_memory.h.
Guenter Knauf
2010-12-15
axtls_connect: allow connect without peer verification
Daniel Stenberg
2010-12-15
axTLS: allow "default" SSL version as well
Daniel Stenberg
2010-12-15
axtls.c: cleanup
Daniel Stenberg
2010-12-15
Minor fixes to pass tests 301 and 306 with a patched axTLS.
Eric Hu
2010-12-15
Initial axTLS integration. Connections can be made and some tests pass.
Eric Hu
2010-12-15
Preparing for axTLS. Actual SSL API functions are only stubbed.
Eric Hu