- 21 Aug, 2020 1 commit
-
-
Add an option to specify how subjectAlternativeNames should be handled when validating the names in a server certificate.
-
- 14 May, 2020 1 commit
-
-
Ryan Tandy authored
-
- 27 Apr, 2020 2 commits
-
-
Ryan Tandy authored
-
Howard Chu authored
Implemented for OpenSSL, GnuTLS just stubbed
-
- 23 Apr, 2020 1 commit
-
-
Isaac Boukris authored
Add LDAP_OPT_X_SASL_CBINDING option to define the binding type to use, defaults to "none". Add "tls-endpoint" binding type implementing "tls-server-end-point" from RCF 5929, which is compatible with Windows. Fix "tls-unique" to include the prefix in the bindings as per RFC 5056.
-
- 02 Apr, 2020 1 commit
-
-
- 09 Jan, 2020 1 commit
-
-
Quanah Gibson-Mount authored
-
- 12 Sep, 2019 1 commit
-
-
Ryan Tandy authored
Since GnuTLS moved to implicit initialization on library load, calling this function deinitializes GnuTLS and then re-initializes it. When GnuTLS uses /dev/urandom as an entropy source (getrandom() not available, or older versions of GnuTLS), and the application closed all file descriptors at startup, this could result in GnuTLS opening /dev/urandom over one of the application's file descriptors when re-initialized. Additionally, the custom mutex functions are never reset, so if libldap is unloaded (for example via dlclose()) after calling this, its code may be unmapped and the application could crash when GnuTLS calls the mutex functions. On typical systems, GnuTLS system mutexes are probably the same as what libldap uses anyway.
-
- 15 Feb, 2019 1 commit
-
-
Ondřej Kuzník authored
-
- 14 Jan, 2019 1 commit
-
-
Quanah Gibson-Mount authored
-
- 19 Sep, 2018 1 commit
-
-
Ryan Tandy authored
This reverts commit 7b5181da.
-
- 22 Mar, 2018 1 commit
-
-
Quanah Gibson-Mount authored
-
- 13 Nov, 2017 1 commit
-
-
Ondřej Kuzník authored
-
- 06 May, 2017 1 commit
-
-
Ryan Tandy authored
-
- 09 Apr, 2017 1 commit
-
-
Howard Chu authored
Followon to b402a280
-
- 03 Jan, 2017 1 commit
-
-
Quanah Gibson-Mount authored
-
- 12 Mar, 2016 1 commit
-
-
Howard Chu authored
-
- 29 Jan, 2016 1 commit
-
-
Quanah Gibson-Mount authored
-
- 11 Feb, 2015 2 commits
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
- 22 Jul, 2014 3 commits
-
-
- 01 Jul, 2014 3 commits
-
-
- 25 Jan, 2014 2 commits
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- 10 Sep, 2013 1 commit
-
-
Howard Chu authored
retrieve peer cert for an active TLS session
-
- 07 Sep, 2013 6 commits
-
-
Howard Chu authored
Note: I could not test the MozNSS patch due to the absence of NSS PEM support on my machine. Given the review comments in https://bugzilla.mozilla.org/show_bug.cgi?id=402712 I doubt that trustworthy PEM support will be appearing for MozNSS any time soon.
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
GnuTLS does an implicit free on failure.
-
Howard Chu authored
-
If a DHParamFile or olcDHParamFile is specified then it will be loaded. This allows use of DHE/EDH cipher suites which was previously impossible with GnuTLS.
-
- 27 Aug, 2013 1 commit
-
-
Howard Chu authored
Currently only implemented for OpenSSL. Needs an option to set the criticality flag.
-
- 02 Jan, 2013 1 commit
-
-
Kurt Zeilenga authored
-
- 22 Jul, 2012 1 commit
-
-
- 09 Mar, 2012 1 commit
-
-
Howard Chu authored
-
- 01 Jan, 2012 1 commit
-
-
Kurt Zeilenga authored
-