mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-13 23:57:07 +00:00
add openssl link
This commit is contained in:
parent
386053b2c2
commit
8958deff48
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
* [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
|
||||
* [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
|
||||
|
||||
|
|
|
@ -141,7 +141,7 @@ DATA = \
|
|||
},
|
||||
"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_badge": "https://travis-ci.org/sfackler/rust-openssl.svg?branch=master"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue