| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename --with-proxy-tls-impl to --with-tls-impl | Greg Hudson | 2014-07-19 | 3 | -6/+6 |
| | | | | | | | | | Make the configure option for TLS implementation more generic, in case we use the k5tls module for something other than KDC proxy support. Rename all of the associated symbols for consistency. ticket: 7929 | ||||
| * | Move KKDCP OpenSSL code to an internal plugin | Greg Hudson | 2014-07-19 | 5 | -0/+671 |
| Create an internal pluggable interface "tls" with one in-tree dynamic plugin module named "k5tls". Move all of the OpenSSL calls to the plugin module, and make the libkrb5 code load and invoke the plugin. This way we do not load or initialize libssl unless an HTTP proxy is used. ticket: 7929 | |||||
