enarx-archive / cipherpipe

Cipherpipe is a wrapper around libc to add the IPPROTO_TLS socket protocol.
Apache License 2.0
1 stars 4 forks source link

Broken dlsym() #16

Closed npmccallum closed 5 years ago

npmccallum commented 5 years ago

https://github.com/enarx/cipherpipe/blob/master/src/lib.rs#L72-L86

That code doesn't work. See https://github.com/rust-lang/rust/issues/63447

We probably just need to run bindgen and put the dlsym() call in a lazy_static initializer.

npmccallum commented 5 years ago

@frozencemetery FYI