Re: libtls future

2014-11-05 Thread Joel Sing
On Thu, 6 Nov 2014, Daniel wrote: > Looking over libtls it struck me that this is the best-designed TLS > API I've ever seen, so it was a bit disheartening to look at the code > and find that it was mainly just wrapping libssl and abstracting away > its fragile, haphazard design choices. Though eve

Re: libtls future

2014-11-05 Thread Theo de Raadt
>Looking over libtls it struck me that this is the best-designed TLS >API I've ever seen, so it was a bit disheartening to look at the code >and find that it was mainly just wrapping libssl and abstracting away >its fragile, haphazard design choices. Though even just this is >obviously already an u

libtls future

2014-11-05 Thread Daniel ​​
Looking over libtls it struck me that this is the best-designed TLS API I've ever seen, so it was a bit disheartening to look at the code and find that it was mainly just wrapping libssl and abstracting away its fragile, haphazard design choices. Though even just this is obviously already an uncond