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
/
gnutls.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-26
Fix fd/memory leak on error return from openconnect_open_https()
David Woodhouse
1
-0
/
+3
2012-09-26
Fix token serial number matching when trying to find hidden PKCS#11 key
David Woodhouse
1
-1
/
+1
2012-07-20
Check for system CA certificate file for GnuTLS
Mike Miller
1
-1
/
+1
2012-07-15
Handle PKCS#11 tokens which don't list keys before login
David Woodhouse
1
-0
/
+81
2012-07-11
Fix endless loop when multiple PKCS#11 tokens need PINs
David Woodhouse
1
-3
/
+4
2012-07-11
Use P11_KIT_URI_FOR_ANY to preserve all attributes in PKCS#11 URIs
David Woodhouse
1
-4
/
+4
2012-07-03
Fix GnuTLS password handling for PKCS#8 files
David Woodhouse
1
-4
/
+15
2012-06-29
Advertise TLS1.0 not SSL3.0 in GnuTLS ClientHello
David Woodhouse
1
-1
/
+8
2012-06-29
Remove hard-coded table of ciphers for PEM decryption
David Woodhouse
1
-40
/
+25
2012-06-29
Improve cipher coverage of OpenSSL encrypted PEM support for GnuTLS
David Woodhouse
1
-8
/
+31
2012-06-25
Fix build on systems without O_CLOEXEC
David Woodhouse
1
-1
/
+1
2012-06-19
Support old-style OpenSSL encrypted PEM keys
David Woodhouse
1
-17
/
+319
2012-06-18
Fix PKCS#11 cleanup when no SSL certificate is set
David Woodhouse
1
-2
/
+2
2012-06-17
Add Android keystore support for --cafile
David Woodhouse
1
-0
/
+46
2012-06-17
Switch from Android's keystore_get() to our own keystore_fetch()
David Woodhouse
1
-13
/
+4
2012-06-15
Add Android keystore support
David Woodhouse
1
-0
/
+31
2012-06-15
Don't repack extra_certs[] when matching key; just cope with it being sparse
David Woodhouse
1
-13
/
+4
2012-06-15
Clean up GnuTLS load_certificate() and improve comments
David Woodhouse
1
-52
/
+74
2012-06-14
Unify assign_privkey() function for GnuTLS 2 and 3
David Woodhouse
1
-25
/
+25
2012-06-14
Move setting of vpninfo->my_p11key to somewhere tidier
David Woodhouse
1
-5
/
+11
2012-06-14
Split assign_privkey_gtls2() to separate function
David Woodhouse
1
-40
/
+60
2012-06-14
Split assign_privkey_gtls3() to separate function
David Woodhouse
1
-33
/
+45
2012-06-14
Move TPM code out into gnutls_tpm.c
David Woodhouse
1
-321
/
+5
2012-06-14
Clean up handling of gnutls_pkcs12.c
David Woodhouse
1
-6
/
+1
2012-06-14
Fix BER encoding of hash in sign_dummy_data()
David Woodhouse
1
-0
/
+1
2012-06-14
Cope with lack of gnutls_certificate_set_key() in GnuTLS 2.12
David Woodhouse
1
-39
/
+201
2012-06-14
Fix memory leak of TPM key password
David Woodhouse
1
-0
/
+2
2012-06-13
Fix build with GnuTLS 2.12
David Woodhouse
1
-3
/
+3
2012-06-13
Allow GUI to distinguish between PIN/passphrase callbacks
David Woodhouse
1
-5
/
+7
2012-06-13
Handle TPM keys with their own authentication PIN
David Woodhouse
1
-24
/
+80
2012-06-13
Give proper error reporting from tpm_sign_fn() TPM operations
David Woodhouse
1
-4
/
+10
2012-06-13
Try null SRK key (20 bytes of zero) first
David Woodhouse
1
-11
/
+16
2012-06-13
Fix error exits in GnuTLS load_certificate() function
David Woodhouse
1
-2
/
+6
2012-06-13
Implement certificate matching for TPM/PKCS#11 privkeys
David Woodhouse
1
-13
/
+56
2012-06-13
Fix GnuTLS PIN cache leak when only *key* is PKCS#11 and not certificate.
David Woodhouse
1
-1
/
+2
2012-06-13
Remove redundancy in code which 'matches' cert to privkey
David Woodhouse
1
-24
/
+17
2012-06-13
Add TPM support for GnuTLS
David Woodhouse
1
-0
/
+217
2012-06-12
Explicitly check for gnutls_certificate_set_key(), separate it from p11-kit
David Woodhouse
1
-16
/
+22
2012-06-12
GnuTLS: Fix password memory leaks
David Woodhouse
1
-2
/
+7
2012-06-11
Fix const char * warnings in GnuTLS pin_helper on FreeBSD
David Woodhouse
1
-4
/
+4
2012-06-11
GnuTLS: Print name of primary certificate
David Woodhouse
1
-10
/
+17
2012-06-11
Remove obsolete GnuTLS FIXME comment
David Woodhouse
1
-12
/
+0
2012-06-11
GnuTLS: Cache token PIN
David Woodhouse
1
-3
/
+42
2012-06-11
Set object-type on PKCS#11 URL for key and cert
David Woodhouse
1
-6
/
+23
2012-06-10
GnuTLS: Fix build with GnuTLS 2.12 and PKCS#11
David Woodhouse
1
-4
/
+25
2012-06-10
GnuTLS: Fix expiry check and CA chain addition for PKCS#11 certs
David Woodhouse
1
-38
/
+183
2012-06-10
Use gnutls_certificate_set_x509_system_trust() where available
David Woodhouse
1
-0
/
+4
2012-06-09
Cope with SSL key being PKCS#11 but cert from file
David Woodhouse
1
-16
/
+5
2012-06-09
Fix error handling when GnuTLS can't open key file
David Woodhouse
1
-5
/
+8
2012-06-09
Don't unregister p11-kit PIN callback until vpninfo is finished with
David Woodhouse
1
-10
/
+13
[next]