1
0
Fork 0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2024-11-27 11:44:52 -05:00

add openssl link

This commit is contained in:
kud1ing 2014-11-02 19:36:41 +01:00
parent 386053b2c2
commit 8958deff48
2 changed files with 2 additions and 2 deletions

View file

@ -61,7 +61,7 @@ Only projects that are stable and useful to users are added. Projects that do no
* [dnaq/sodiumoxide](https://github.com/dnaq/sodiumoxide) — [libsodium](https://github.com/jedisct1/libsodium) bindings * [dnaq/sodiumoxide](https://github.com/dnaq/sodiumoxide) — [libsodium](https://github.com/jedisct1/libsodium) bindings
* [klutzy/suruga](https://github.com/klutzy/suruga) — a Rust implementation of [TLS 1.2](http://tools.ietf.org/html/rfc5246) * [klutzy/suruga](https://github.com/klutzy/suruga) — a Rust implementation of [TLS 1.2](http://tools.ietf.org/html/rfc5246)
* [seb-m/common.rs](https://github.com/klutzy/suruga) — Common Rust crypto utilities * [seb-m/common.rs](https://github.com/klutzy/suruga) — Common Rust crypto utilities
* [sfackler/rust-openssl](https://github.com/sfackler/rust-openssl) — OpenSSL bindings [<img src="https://travis-ci.org/sfackler/rust-openssl.svg?branch=master">](https://travis-ci.org/sfackler/rust-openssl) * [sfackler/rust-openssl](https://github.com/sfackler/rust-openssl) — [OpenSSL](https://www.openssl.org/) bindings [<img src="https://travis-ci.org/sfackler/rust-openssl.svg?branch=master">](https://travis-ci.org/sfackler/rust-openssl)
### Database ### Database

View file

@ -141,7 +141,7 @@ DATA = \
}, },
"sfackler/rust-openssl": { "sfackler/rust-openssl": {
"url": "https://github.com/sfackler/rust-openssl", "url": "https://github.com/sfackler/rust-openssl",
"descr": "OpenSSL bindings", "descr": md_link('OpenSSL', 'https://www.openssl.org/') + " bindings",
"travis_url": "https://travis-ci.org/sfackler/rust-openssl", "travis_url": "https://travis-ci.org/sfackler/rust-openssl",
"travis_badge": "https://travis-ci.org/sfackler/rust-openssl.svg?branch=master" "travis_badge": "https://travis-ci.org/sfackler/rust-openssl.svg?branch=master"
}, },