summaryrefslogtreecommitdiff
path: root/openssl-sys/src/bio.rs
AgeCommit message (Collapse)Author
2020-10-25Add and use const_ptr_api macro in openssl-sysStefan Bühler
2019-12-29add SslStreamBuilder::set_dtls_mtu_size(usize)Hyeonu Park
2018-10-16Bump dependency on openssl-src-rsAlex Crichton
Brings in the first release with OpenSSL 1.1.1
2018-09-12Fix missing symbolSteven Fackler
2018-09-12Support libressl 2.8.0Steven Fackler
Closes #988
2018-09-12Refactor openssl-sysSteven Fackler
The old layout tried to structure itself by version but it ended up with a lot of duplication. Instead, follow the structure of the header files.