index
:
platform/upstream/openconnect
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_ivi_genivi
upstream
Domain: Network & Connectivity / Data Network; Licenses: LGPL-2.1+;
Jaehyun Kim <jeik01.kim@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ssl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-26
Fix use-after-free of numeric IPv6 hostname on error path
David Woodhouse
1
-2
/
+4
2012-09-26
Close ssl_sock before returning error in connect_https_socket()
David Woodhouse
1
-3
/
+4
2012-09-23
Be explicit when we're connecting to a proxy not directly to a VPN server
David Woodhouse
1
-3
/
+4
2012-06-19
NUL-terminate blobs from Andoird keystore
David Woodhouse
1
-1
/
+3
2012-06-17
Switch from Android's keystore_get() to our own keystore_fetch()
David Woodhouse
1
-0
/
+119
2012-06-15
Fix Android build
David Woodhouse
1
-1
/
+1
2012-06-14
Fix GnuTLS 2.12 library still referencing OpenSSL ERR_print_errors_cb()
David Woodhouse
1
-7
/
+1
2012-06-13
Allow GUI to distinguish between PIN/passphrase callbacks
David Woodhouse
1
-3
/
+3
2012-06-11
Allow building against GnuTLS (for TCP) and GnuTLS (for DTLS) simultaneously
David Woodhouse
1
-0
/
+18
2012-06-08
Fix cbdata argument to process_auth_form()
David Woodhouse
1
-1
/
+1
2012-06-04
Move request_passphrase() to ssl.c
David Woodhouse
1
-0
/
+36
2012-06-01
Fix FreeBSD compile
David Woodhouse
1
-0
/
+2
2012-05-31
Move openconnect_SSL_printf() to ssl.c
David Woodhouse
1
-0
/
+16
2012-05-29
Move OpenSSL-specific functions from ssl.c to openssl.c
David Woodhouse
1
-1098
/
+2
2012-05-29
Split out connect_https_socket() function from openconnect_open_https()
David Woodhouse
1
-12
/
+24
2012-05-29
Be more self-sufficient with header inclusions
David Woodhouse
1
-0
/
+1
2012-05-29
Add openconnect_get_cert_details() function
David Woodhouse
1
-0
/
+17
2012-05-29
Move peer_cert handling to openconnect_open_https()
David Woodhouse
1
-0
/
+9
2012-05-28
Make openconnect_open_https() and openconnect_close_https() more forgiving.
David Woodhouse
1
-7
/
+14
2012-05-18
Fix invalid progress callback on socket cancellation
David Woodhouse
1
-1
/
+1
2012-05-17
Stash peer certificate before fetching HTTP response
David Woodhouse
1
-0
/
+4
2012-05-17
Use SOCK_CLOEXEC when opening TCP socket
David Woodhouse
1
-5
/
+11
2012-05-13
Call BIO_set_nbio() for SSL BIO at startup
David Woodhouse
1
-0
/
+1
2012-05-13
Namespace cleanup: s/set_http_proxy/openconnect_set_http_proxy/
David Woodhouse
1
-16
/
+16
2012-05-12
Update copyright years
David Woodhouse
1
-1
/
+1
2012-05-12
Add openconnect_SSL_read() functional which handles cancellation
David Woodhouse
1
-0
/
+36
2012-05-12
Handle cancellation in openconnect_SSL_gets()
David Woodhouse
1
-15
/
+45
2012-05-12
Add cancellable openconnect_SSL_write(), use it from openconnect_SSL_printf()
David Woodhouse
1
-1
/
+43
2012-05-12
Return non-blocking socket from openconnect_open_https()
David Woodhouse
1
-3
/
+0
2012-05-12
Add vpninfo arg to openconnect_SSL_{printf,gets} functions
David Woodhouse
1
-5
/
+5
2012-05-12
Add cancellation handling to SSL_connect() for https connection
David Woodhouse
1
-9
/
+36
2012-05-12
Add cancellation handling to proxy I/O functions
David Woodhouse
1
-2
/
+3
2012-05-12
Handling cancellation during initial connect()
David Woodhouse
1
-2
/
+40
2011-12-03
Fix potential crash in processing libproxy results.
David Woodhouse
1
-0
/
+1
2011-11-05
Remove all _xxx_SOURCE macros from source, do it in configure.
David Woodhouse
1
-1
/
+0
2011-11-04
Fix NetBSD ctype warnings.
David Woodhouse
1
-1
/
+8
2011-10-29
Pointers to translated strings must be const
David Woodhouse
1
-2
/
+2
2011-09-29
Make certificate expiry warning time variable (still default 60 days)
David Woodhouse
1
-1
/
+1
2011-09-23
Reduce certificate warning to PRG_INFO
David Woodhouse
1
-1
/
+1
2011-09-22
Make user-visible strings translatable
David Woodhouse
1
-89
/
+111
2011-09-22
Fix libproxy build.
David Woodhouse
1
-1
/
+1
2011-09-15
Fix char pointers in check_certificate_expiry() to be const
David Woodhouse
1
-2
/
+3
2011-09-15
Make match_cert_hostname() static to avoid compiler complaints
David Woodhouse
1
-1
/
+1
2011-08-16
Fix build failure with ancient OpenSSL lacking SSL_OP_NO_TICKET
David Woodhouse
1
-0
/
+2
2011-08-16
Fix build failure on GNU Hurd (Debian bug #637362)
Svante Signell
1
-0
/
+2
2011-07-15
Make TPM ENGINE support optional
David Woodhouse
1
-0
/
+9
2011-07-15
Use TLSv1 again, but with no extensions.
David Woodhouse
1
-1
/
+5
2011-06-27
Add openconnect_vpninfo_new_with_cbdata() function to ease C++ integration
David Woodhouse
1
-53
/
+54
2011-03-09
Fix namespace prefix on get_cert_sha1 function
David Woodhouse
1
-2
/
+2
2011-03-09
Rename openconnect_parse_url() to internal_parse_url()
David Woodhouse
1
-2
/
+2
[next]