Imported Upstream version 2.72.alpha
[platform/upstream/glib-networking.git] / tls /
2022-01-11 Seonah MoonImported Upstream version 2.72.alpha 90/269190/1 2.72.alpha
2019-04-05 Seonah MoonImported Upstream version 2.60.1 43/202843/1 2.60.1
2017-06-08 Seonah MoonImported Upstream version 2.50.0 71/132871/1
2017-06-08 Seonah MoonRevert "Imported Upstream version 2.50.0" 70/132870/1
2017-06-07 taesub kimImported Upstream version 2.50.0 47/132747/1 2.50.0
2017-06-07 taesub kimRevert "Imported Upstream version 2.50.0" 46/132746/1
2017-06-07 taesub kimImported Upstream version 2.50.0 62/132662/1
2013-07-13 Dan WinshipUpdate glib.mk, build installable tests
2013-07-13 Dan Winshipbuild: use AM_CPPFLAGS instead of INCLUDES
2013-07-13 Olivier Crêtegnutls: Fix deprecation warnings
2013-06-19 Dan Winshipgnutls: don't crash if G_TLS_GNUTLS_PRIORITY is invalid
2013-05-20 Dan Winshiptls/tests: don't try to assert !G_IS_OBJECT() on destro...
2013-04-10 Olivier Crêtegtlsconnection-gnutls: Only finish implicit handshake...
2013-04-10 Dan Winshipgnutls: buffer app data received during a rehandshake...
2013-04-03 Emmanuel Pacaudgnutls: correctly set CFLAGS using GNUTLS_CFLAGS
2013-04-03 Dan WinshipRevert "gnutls: correctly set CFLAGS using GNUTLS_CFLAGS"
2013-04-03 Emmanuel Pacaudgnutls: correctly set CFLAGS using GNUTLS_CFLAGS
2013-04-02 Olivier Crêtetlsconnection-gnutls: Create the cancellable pollfd...
2013-03-05 Dan Winshipgnutls: handle another case of connection-closed-during...
2013-02-13 Dan Winshiptls/tests/connection: fix some race conditions
2013-02-13 Dan Winshipgnutls: free op_mutex in finalize()
2012-12-09 Dan Winshipgnutls: fix a hang when closing during handshake
2012-12-06 Dan Winshipgnutls: move some code from finish_handshake to handshake
2012-12-05 Dan Winshiptls/tests: fix a race condition
2012-12-05 Dan Winshipgnutls: deal with G_IO_ERROR_BROKEN_PIPE
2012-12-04 Dan Winshiptests: remove an always-false check
2012-11-29 Stef Waltergnutls: Don't hang trying to handshake, if early close
2012-11-29 Stef Waltertls: Add a test for client certificate auth failure
2012-11-29 Stef Waltergnutls: Allow closing a connection cleanly if handshake...
2012-11-29 Stef Waltergnutls: Appropriate error when server requires cert...
2012-11-29 Stef Waltergnutls: Fix regression where begin_handshake() is not...
2012-11-29 Stef Waltergnutls: Avoid assertion in finish_handshake()
2012-10-22 Dan WinshipRemove now-unnecessary g_type_init() calls
2012-10-22 Dan WinshipPort to GTask
2012-08-21 Stef WalterRevert "gnutls: Implement certificate-bytes and private...
2012-08-11 Dan Winshipgnutls: fix an uninitialized variable
2012-08-11 Stef Waltertests: Fix typo
2012-08-10 Colin Waltersbuild: Fix srcdir != builddir
2012-08-10 Stef Waltergnutls: Try to find root certificates locally if not...
2012-08-06 Stef Waltergnutls: Fix threading/reference issues in GTlsFileDatabase
2012-08-06 Stef Waltergnutls: port GTlsFileDatabaseGnutls to GBytes
2012-08-06 Stef Waltergnutls: Add tests for certificate-bytes and private...
2012-08-06 Stef Waltergnutls: Implement certificate-bytes and private-key...
2012-08-03 Stef Waltergnutls: Add test for g_tls_certificate_is_same()
2012-08-03 Stef Waltergnutls: Fix invalid printf format
2012-08-03 Stef Waltergnutls: More tests for GTlsFileDatabaseGnutls
2012-08-03 Stef Waltertls: Split the database tests out from the certificate...
2012-08-02 Dan Winshipgnutls: allow overriding the priority string with an...
2012-07-18 Dan Winshipgnutls: handle simultaneous ops, do handshaking in...
2012-07-18 Dan Winshipgnutls: reorganize certificate handling
2012-07-18 Dan Winshipgnutls: preserve handshake errors
2012-07-18 Dan Winshipgnutls: use g_clear_object()
2012-06-14 Dan WinshipRevert "gnutls: Change the GnuTLS priority string from...
2012-06-12 Josh Rickmargnutls: Change the GnuTLS priority string from NORMAL...
2012-05-02 Dan Winshipgnutls: fix GTlsConnectionGnutls:use-system-certdb
2012-04-24 Dan Winshipgnutls: remove some unused priv members after previous...
2012-04-24 Dan Winshipgnutls: Update for pollable stream additions/improvemen...
2012-02-28 Kalev Lemberpkcs11: Link libgiopkcs11.la against glib
2012-01-30 Dan Winshiptls: fix pkcs11-pin test to handle non-nul-terminated...
2012-01-26 Dan Winshipgnutls: fix an async handshake crash
2011-12-15 Dan Winshipgnutls: update for g_byte_get_data() change in git...
2011-12-04 Dan Winshipgnutls: revert part of the gcrypt-removing patch
2011-12-03 Dan Winshipgnutls: add server-side session cache support
2011-12-03 Dan Winshipgnutls: reorganize some code to avoid needing forward...
2011-12-03 Dan WinshipRemove explicit gcrypt references
2011-12-03 Dan Winshiptls: set GSETTINGS_BACKEND to "memory" in tests
2011-11-19 Dan Winshipgnutls: make GTlsServerConnection error out if given...
2011-11-19 Dan Winshipgnutls: Support unencrypted PKCS#8 keys
2011-11-16 Dan Winshippkcs11: clean up a few merge errors and bits of cruft
2011-11-07 Stef Waltergnutls: Fix unresolved symbol when pkcs11 is disabled
2011-11-04 Stef Waltergnutls: Add gnutls-pkcs11 TLS backend
2011-10-25 Dan WinshipUpdate for glib 2.31 GMutex API changes
2011-10-20 Dan Winshipgnutls: fix g_tls_file_database_new() with a NULL GErro...
2011-10-20 Dan Winshipgnutls: set GTlsConnection:peer-certificate* even on...
2011-10-18 Dan Winshipgnutls: add some (#ifdeffed-out) debugging support
2011-10-18 Dan Winshipgnutls: Add another G_TLS_ERROR_NOT_TLS case
2011-10-07 Dan WinshipFix up LGPL header comments
2011-10-01 Dan Winshipgnutls: fix old silly search-and-replace-os in comments
2011-10-01 Dan Winshiptls: split certificate and connection tests into separa...
2011-09-29 Dan Winshipgnutls: correctly handle self-signed anchor certificates
2011-09-28 Dan Winshipgnutls: use g_cclosure_marshal_generic, drop gnutls...
2011-09-28 Dan WinshipMove redundant Makefile.am bits into Makefile.decl
2011-09-23 Stef Waltergnutls: Update required version of gnutls to 2.11.0
2011-09-22 Dan Winshiptls/tests: set GIO_EXTRA_MODULES from within the test...
2011-09-22 Dan Winshipgnutls: fix g_tls_connection_gnutls_close_async to...
2011-09-18 Dan Winshiptls/tests/tls: add some GSocketClient TLS tests
2011-09-17 Dan Winshipgnutls: fix a few memory leaks
2011-09-16 Dan Winshipgnutls: fix G_TLS_ERROR_EOF handling with gnutls 3.0
2011-08-28 Dan Winshipgnutls: don't try to reuse a TLS session with a differe...
2011-08-26 Stef Waltertls: Clean up testing and coverage support
2011-08-26 Stef Waltergnutls: Make the GTlsDatabase implementations cancellable
2011-08-25 Dan Winshiptls/tests: add a rehandshaking test
2011-08-25 Dan Winshipgnutls: fix server-side rehandshake request
2011-08-25 Dan Winshipgnutls: handle rehandshake request correctly
2011-08-25 Dan Winshiptls/tests: fix up leak checking
2011-08-07 Dan Winshipgnutls: add %COMPAT to the gnutls priority strings
2011-08-07 Dan Winshipgnutls: fix a crash with a NULL GError
2011-08-06 Dan Winshipgnutls: override minimum key length
2011-08-04 Stef Waltergnutls: Implement GTlsDatabase and related objects
2011-04-26 Sjoerd SimonsOnly set GTLS errors when errors have occurred
next