- 23 Aug, 2015 1 commit
-
-
Rémi Denis-Courmont authored
-
- 24 May, 2015 1 commit
-
-
Rémi Denis-Courmont authored
-
- 12 May, 2015 1 commit
-
-
Rémi Denis-Courmont authored
-
- 06 Sep, 2014 2 commits
-
-
Benjamin Drung authored
-
Rémi Denis-Courmont authored
-
- 30 Aug, 2014 2 commits
-
-
Rémi Denis-Courmont authored
-
François Cartegnie authored
At least, fedora 20 doesn't enable it.
-
- 24 Aug, 2014 1 commit
-
-
Rémi Denis-Courmont authored
-
- 23 Aug, 2014 7 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 22 Aug, 2014 6 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This was never used. The web interface requires a password instead.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
val is always zero in the removed code; the verification status is what actually matters.
-
- 29 Dec, 2013 1 commit
-
-
Rémi Denis-Courmont authored
-
- 05 Jun, 2013 1 commit
-
-
Rafaël Carré authored
http://msdn.microsoft.com/en-us/library/b0084kay(v=vs.80).aspx only mentions the _ prefixed variable. gcc will always define the _ prefixed variable, like Visual Studio. The prefixless one is defined in some language standards, e.g. gnu99 but not c99.
-
- 25 Mar, 2013 1 commit
-
-
Rémi Denis-Courmont authored
With older versions, client support pretty much does not work.
-
- 18 Feb, 2013 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 08 Feb, 2013 1 commit
-
-
Ludovic Fauvet authored
Based on the gnutls_handshake manual the function must be called again until it returns 0 (or a fatal error). Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 19 Oct, 2012 1 commit
-
-
Rémi Denis-Courmont authored
-
- 07 Oct, 2012 1 commit
-
-
Pierre Ynard authored
-
- 03 Oct, 2012 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 30 Sep, 2012 6 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
If a certificate does not validate, the user will be given the option to accept it manually. GnuTLS will then store the certificate in its known hosts database.
-
Rémi Denis-Courmont authored
This will be used for fine-grained GnuTLS stored public keys, i.e. SSH-like authentication on first use.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 29 Sep, 2012 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
The TLS plugin now supports reusing the same set of credentials for multiple sessions also on the client side.
-
Rémi Denis-Courmont authored
Support for custom certificates will be better addressed with the stored public key support in the GnuTLS library (in latter commit). Support for private keys on client side was practically useless.
-