Ok, so I just found this in SSLUtils.cc:

#if (OPENSSL_VERSION_NUMBER < 0x00090400L)# error Traffic Server requires
an OpenSSL library version 0.9.4 or greater

#endif



On Sun, Sep 21, 2014 at 5:31 PM, James Peach <[email protected]> wrote:

>
> On Sep 21, 2014, at 5:23 PM, Brian Geffon <[email protected]> wrote:
>
> > Hi All,
> >
> > This is something that apparently has never been brought up, we don't
> have
> > a strict OpenSSL minimum version. By explicitly stating our minimum
> > supported OpenSSL version we can clean up our SSL code, specifically
> around
> > the SNI #ifdefs. I'm going to propose that we make *0.9.8f* our minimum
> > supported version. This was the first version to support SNI and was
> > released in late 2007 (around 7 years ago). It seems like a good place to
> > start. Thoughts?
>
> +1, provided the configure script checks for it, and we document it :)
>
> J
>

Reply via email to