- 10 Sep, 2013 2 commits
-
-
Pierangelo Masarati authored
-
Howard Chu authored
retrieve peer cert for an active TLS session
-
- 09 Sep, 2013 4 commits
-
-
Howard Chu authored
Add LDAP_OPT_X_TLS_VERSION / LDAP_OPT_X_TLS_CIPHER for retrieving from an LDAP session handle. Update ldap_get_option(3).
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
- 08 Sep, 2013 1 commit
-
-
Howard Chu authored
-
- 07 Sep, 2013 16 commits
-
-
Howard Chu authored
-
Howard Chu authored
Writer threads do their own wait using select/poll instead of asking the listener thread. Eliminates one mutex+one condvar per conn plus multiple wakeups of the listener thread. Also fixes writetimeout to wait an exact time, instead of the approximation used in the listener thread.
-
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
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
GnuTLS does an implicit free on failure.
-
Howard Chu authored
-
Howard Chu authored
-
Update docs to reflect changes in handling and fix some errors.
-
Howard Chu authored
The patch unconditionally enabled DHparams, which is a significant change of behavior. Reverting to previous behavior, which only enables DH use if a DHparam file was configured.
-
If a DHParamFile or olcDHParamFile is specified, then it will be used, otherwise a hardcoded 1024 bit parameter will be used. This allows the use of larger parameters; previously only 512 or 1024 bit parameters would ever be used.
-
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.
-
- 06 Sep, 2013 2 commits
-
-
Howard Chu authored
-
Howard Chu authored
-
- 05 Sep, 2013 4 commits
-
-
Howard Chu authored
-
Salvador Ortiz authored
-
Howard Chu authored
Reset delete flag in cursor_put().
-
Claude Brisson authored
-
- 04 Sep, 2013 1 commit
-
-
Howard Chu authored
-
- 03 Sep, 2013 3 commits
-
-
Howard Chu authored
If so, don't advance cursor on next NEXT. Also, init xcursor on the next GET_CURRENT.
-
Howard Chu authored
Allow dynamic reconfig
-
-
- 02 Sep, 2013 1 commit
-
-
Howard Chu authored
Otherwise this is a no-op in various NOSYNC/MAPASYNC situations
-
- 30 Aug, 2013 1 commit
-
-
Howard Chu authored
-
- 29 Aug, 2013 4 commits
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
The caller is responsible for making sure no transactions are active in this process before resizing. This is slightly lighter weight than doing a full env_close/env_open cycle.
-
- 27 Aug, 2013 1 commit
-
-
Howard Chu authored
-