From 31ed6443b1523f838856622cce2158daf9275dcf Mon Sep 17 00:00:00 2001 From: Gabriela Alexandra Moldovan Date: Fri, 13 Nov 2020 23:53:12 +0000 Subject: [PATCH] Fix boring repository links. --- boring-sys/Cargo.toml | 2 +- boring/Cargo.toml | 4 ++-- hyper-boring/Cargo.toml | 2 +- tokio-boring/Cargo.toml | 4 ++-- tokio-boring/README.md | 6 +++--- tokio-boring/src/lib.rs | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/boring-sys/Cargo.toml b/boring-sys/Cargo.toml index 725d8c5d..c71916d3 100644 --- a/boring-sys/Cargo.toml +++ b/boring-sys/Cargo.toml @@ -6,7 +6,7 @@ authors = ["Alex Crichton ", "Ivan Nikulin "] license = "MIT" description = "FFI bindings to BoringSSL" -repository = "https://github.com/inikulin/boring" +repository = "https://github.com/cloudflare/boring" documentation = "https://docs.rs/boring-sys" links = "boringssl" readme = "README.md" diff --git a/boring/Cargo.toml b/boring/Cargo.toml index 80397376..b77c86da 100644 --- a/boring/Cargo.toml +++ b/boring/Cargo.toml @@ -4,7 +4,7 @@ version = "1.0.2" authors = ["Steven Fackler ", "Ivan Nikulin "] license = "Apache-2.0" description = "BoringSSL bindings" -repository = "https://github.com/inikulin/boring" +repository = "https://github.com/cloudflare/boring" documentation = "https://docs.rs/boring" readme = "README.md" keywords = ["crypto", "tls", "ssl", "dtls"] @@ -20,4 +20,4 @@ boring-sys = { version = "1.0.2", path = "../boring-sys" } [dev-dependencies] tempdir = "0.3" hex = "0.3" -rusty-hook = "^0.10.1" \ No newline at end of file +rusty-hook = "^0.10.1" diff --git a/hyper-boring/Cargo.toml b/hyper-boring/Cargo.toml index 2f3fed3b..edabf46e 100644 --- a/hyper-boring/Cargo.toml +++ b/hyper-boring/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Steven Fackler ", "Ivan Nikulin ", "Ivan Nikulin "] license = "MIT/Apache-2.0" edition = "2018" -repository = "https://github.com/inikulin/boring" -homepage = "https://github.com/inikulin/boring" +repository = "https://github.com/cloudflare/boring" +homepage = "https://github.com/cloudflare/boring" documentation = "https://docs.rs/tokio-boring" description = """ An implementation of SSL streams for Tokio backed by BoringSSL diff --git a/tokio-boring/README.md b/tokio-boring/README.md index 62455bf4..7f13d295 100644 --- a/tokio-boring/README.md +++ b/tokio-boring/README.md @@ -20,10 +20,10 @@ use tokio_boring::{SslConnectorExt, SslAcceptorExt}; ``` This crate provides two extension traits, `SslConnectorExt` and -`SslAcceptorExt`, which augment the functionality provided by the [`boring` crate](https://github.com/inikulin/boring). +`SslAcceptorExt`, which augment the functionality provided by the [`boring` crate](https://github.com/cloudflare/boring). These extension traits provide the ability to connect a stream asynchronously and accept a socket asynchronously. Configuration of BoringSSL -parameters is still done through the support in the [`boring` crate](https://github.com/inikulin/boring). +parameters is still done through the support in the [`boring` crate](https://github.com/cloudflare/boring). # License @@ -45,4 +45,4 @@ dual licensed as above, without any additional terms or conditions. ## Accolades -The project is based on a fork of [tokio-openssl](https://github.com/sfackler/tokio-openssl). \ No newline at end of file +The project is based on a fork of [tokio-openssl](https://github.com/sfackler/tokio-openssl). diff --git a/tokio-boring/src/lib.rs b/tokio-boring/src/lib.rs index 69f9c694..ccbf0956 100644 --- a/tokio-boring/src/lib.rs +++ b/tokio-boring/src/lib.rs @@ -8,9 +8,9 @@ //! //! This crate primarily exports this ability through two extension traits, //! `SslConnectorExt` and `SslAcceptorExt`. These traits augment the -//! functionality provided by the [`boring` crate](https://github.com/inikulin/boring) crate, +//! functionality provided by the [`boring` crate](https://github.com/cloudflare/boring) crate, //! on which this crate is built. Configuration of TLS parameters is still primarily done through -//! the [`boring` crate](https://github.com/inikulin/boring) +//! the [`boring` crate](https://github.com/cloudflare/boring) #![warn(missing_docs)] use boring::ssl::{