#ssl #crypto #security

gnutls

A wrapper around gnutls-sys (GnuTLS bindngs for Rust)

4 releases

Uses old Rust 2015

0.1.3 Jan 24, 2016
0.1.2 Jan 24, 2016
0.1.1 Jan 24, 2016
0.1.0 Jan 24, 2016

#67 in #ssl

LGPL-2.1

8KB
212 lines

gnutls-rs

A work in progress. Do not use this.

Building

You will need to have the GnuTLS development libraries, and the rust-bindgen executable.

Generate new bindings by running the following, then editing the output to get rid of the invariants and the aliased enums:

bindgen -lgnutls -builtins -o gnutls-sys/src/gen.rs -i gnutls-sys/src/inc.h

Contributors

  • Andreas Karlsson

Like GnuTLS, this code is licensed under the LGPLv2. A copy of the license can be found in COPYING.LESSER.

Copyright (C) 2015 Bheesham Persaud.

Dependencies

~43KB