[krbdev.mit.edu #7929] git commit

Greg Hudson via RT rt-comment at krbdev.mit.edu
Mon Jun 2 18:53:29 EDT 2014


Build support for TLS used by HTTPS proxy support

Add a --with-proxy-tls-impl option to configure, taking 'openssl',
'auto', or invocation as --without-proxy-tls-impl.  Use related CFLAGS
when building lib/krb5/os, and LIBS when linking libkrb5.  Call the
OpenSSL library startup functions during library initialization.

https://github.com/krb5/krb5/commit/d0be57ac45ea639baa3cff0dd2108c34e834bfa7
Author: Robbie Harwood (frozencemetery) <rharwood at club.cc.cmu.edu>
Committer: Greg Hudson <ghudson at mit.edu>
Commit: d0be57ac45ea639baa3cff0dd2108c34e834bfa7
Branch: master
 src/Makefile.in              |    1 +
 src/config/pre.in            |    5 +++++
 src/configure.in             |   40 ++++++++++++++++++++++++++++++++++++++++
 src/lib/krb5/Makefile.in     |    3 ++-
 src/lib/krb5/krb5_libinit.c  |    2 ++
 src/lib/krb5/os/Makefile.in  |    2 +-
 src/lib/krb5/os/os-proto.h   |    1 +
 src/lib/krb5/os/sendto_kdc.c |   14 ++++++++++++++
 8 files changed, 66 insertions(+), 2 deletions(-)



More information about the krb5-bugs mailing list