JuliaWeb / GnuTLS.jl

Transport Level Security for Julia Streams provided by GnuTLS
Other
8 stars 13 forks source link

work with older GnuTLS #1

Closed stevengj closed 11 years ago

stevengj commented 11 years ago

@JeffBezanson just went through a lot of pain because the version of GnuTLS in Ubuntu is too old here. We really should try hard to work with a GnuTLS that is a couple of years old.

(GnuTLS is a fairly mature package, 10 years since its 1.0 release, so we should be able to make do with a version that is not on the bleeding edge.)

Keno commented 11 years ago

Yeah, fair point. I'll put in feature detection.