index
:
tigervnc.git
1.0-branch
1.1-branch
1.10-branch
1.11-branch
1.12-branch
1.13-branch
1.14-branch
1.15-branch
1.2-branch
1.3-branch
1.4-branch
1.5-branch
1.6-branch
1.7-branch
1.8-branch
1.9-branch
master
High performance, multi-platform VNC client and server: https://github.com/TigerVNC/tigervnc
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common
/
rfb
/
CSecurityTLS.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Print GnuTLS certificate status as hex
Pierre Ossman
2022-03-24
1
-1
/
+1
*
Allow exceptions for expired certificates
Pierre Ossman
2022-03-24
1
-20
/
+55
*
Merge branch 'master' of https://github.com/twhitehead/tigervnc
Pierre Ossman
2021-10-14
1
-1
/
+1
|
\
|
*
System certificate load returns number loaded not GNUTLS_E_SUCCESS
Tyson Whitehead
2021-10-07
1
-1
/
+1
*
|
Don't fail on user CA/CRL problems
Pierre Ossman
2021-10-14
1
-2
/
+2
|
/
*
Fix priority string when using newer GnuTLS
Jan Grulich
2021-07-16
1
-1
/
+3
*
Merge branch 'utilize-system-wide-crypto' of https://github.com/grulja/tigervnc
Pierre Ossman
2021-07-14
1
-14
/
+52
|
\
|
*
Utilize system-wide crypto policies
Jan Grulich
2021-07-14
1
-14
/
+52
*
|
Clean up default value for X509 parameters
Pierre Ossman
2021-06-13
1
-24
/
+23
*
|
Don't wait for TLS close response
Pierre Ossman
2021-06-11
1
-1
/
+3
*
|
Handle GnuTLS shutdown on dead session
Pierre Ossman
2021-06-11
1
-6
/
+10
|
/
*
Merge branch 'noblock' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2021-01-19
1
-11
/
+6
|
\
|
*
Change streams to be asynchronous
Pierre Ossman
2020-05-21
1
-2
/
+4
|
*
Don't read invalid TLS auth reason
Pierre Ossman
2020-05-21
1
-9
/
+2
*
|
Properly store certificate exceptions
Pierre Ossman
2020-05-21
1
-90
/
+73
|
/
*
Remove unneeded memory checks
Pierre Ossman
2019-12-30
1
-4
/
+0
*
Fix saving of bad server certificates
Pierre Ossman
2019-12-30
1
-2
/
+3
*
Add missing throws for exception
Pierre Ossman
2019-03-26
1
-5
/
+5
*
Merge branch 'connparams' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2018-12-10
1
-1
/
+0
|
\
|
*
Remove unused include
Pierre Ossman
2018-10-26
1
-1
/
+0
*
|
Merge branch 'covscan' of https://github.com/grulja/tigervnc
Pierre Ossman
2018-11-21
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Do not duplicate default string twice
Jan Grulich
2018-09-26
1
-2
/
+2
*
|
Log TLS handshake result
Pierre Ossman
2018-10-09
1
-0
/
+3
|
/
*
Restore original streams when terminating TLS
Pierre Ossman
2018-09-21
1
-1
/
+10
*
Delete TLS streams before deleting the session
Pierre Ossman
2018-09-21
1
-13
/
+16
*
Strongly bind security objects to connection object
Pierre Ossman
2018-09-21
1
-3
/
+4
*
Initialise CSecurityTLS::cert_cred properly
Pierre Ossman
2018-09-21
1
-1
/
+1
*
Use system certificate trust store
Pierre Ossman
2018-08-16
1
-0
/
+3
*
Make exception classes have clearer messages
Pierre Ossman
2017-10-12
1
-1
/
+1
*
Merge branch 'securemsg' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2017-09-15
1
-0
/
+3
|
\
|
*
Add better error message for insecure certificate algorithms
Pierre Ossman
2017-09-01
1
-0
/
+3
*
|
Include server name in TLS handshake for SNI
Pierre Ossman
2017-09-08
1
-0
/
+5
|
/
*
Proper global init/deinit of GnuTLS
Pierre Ossman
2016-08-23
1
-14
/
+5
*
Add parameter to override GnuTLS priority
Pierre Ossman
2015-01-29
1
-16
/
+21
*
Raise GnuTLS requirements to 3.x
Pierre Ossman
2015-01-29
1
-11
/
+20
*
Remove verbose TLS logging
Pierre Ossman
2014-10-28
1
-13
/
+0
*
Correct naming convention for some parameters
Pierre Ossman
2014-09-17
1
-6
/
+6
*
Remove a lot of platform compatibilty stuff
Pierre Ossman
2014-07-07
1
-1
/
+0
*
Refactor the TLS code so that the push/pull functions are aware of their
Pierre Ossman
2012-07-03
1
-11
/
+10
*
Fix unsafe usage of the logging functions.
Pierre Ossman
2012-04-26
1
-1
/
+1
*
[Security] vncviewer can send password without proper validation of X.509 certs
Adam Tkac
2011-05-10
1
-2
/
+9
*
[Bugfix] Register GNUTLS debug routines only when we actually need them.
Adam Tkac
2011-02-18
1
-10
/
+6
*
[Bugfix] Improve compatibility with ancient GNUTLS implementations even more.
Adam Tkac
2011-02-09
1
-0
/
+5
*
[Development] os: add gnutls_x509_crt_print() implementation, older systems
Adam Tkac
2011-02-09
1
-10
/
+12
*
[Bugfix] client: improve server certificate verification code.
Adam Tkac
2011-02-09
1
-119
/
+162
*
[Bugfix] Call gnutls_bye only when handshake is completed.
Adam Tkac
2011-02-09
1
-5
/
+5
*
Oops. Checked in some debugging code.
DRC
2011-02-09
1
-1
/
+0
*
Oops. Need to wait until after gnutls.h is included before checking the valu...
DRC
2011-02-09
1
-11
/
+10
*
Attempt to restore compatibility with older GnuTLS versions
DRC
2011-02-08
1
-2
/
+15
*
[Bugfix] Print empty string by default when paths for X.509 certs don't exist.
Adam Tkac
2011-02-07
1
-2
/
+4
[next]