Skip to content

Commit

Permalink
Rename stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
inikulin committed Nov 11, 2020
1 parent 0f5daa8 commit 5cb8947
Show file tree
Hide file tree
Showing 123 changed files with 216 additions and 1,094 deletions.
303 changes: 0 additions & 303 deletions .circleci/config.yml

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ Cargo.lock
.idea/
*.iml
.vscode/
.DS_Store
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "openssl-sys/deps/boringssl"]
path = openssl-sys/deps/boringssl
[submodule "boring-sys/deps/boringssl"]
path = boring-sys/deps/boringssl
url = https://github.com/google/boringssl.git
ignore = dirty
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[workspace]
members = [
"openssl",
"openssl-sys",
"boring",
"boring-sys",
"systest"
]
18 changes: 8 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,21 @@
# rust-openssl
# boring

[![CircleCI](https://circleci.com/gh/sfackler/rust-openssl.svg?style=shield)](https://circleci.com/gh/sfackler/rust-openssl)
[![crates.io](https://img.shields.io/crates/v/openssl.svg)](https://crates.io/crates/openssl)
[![crates.io](https://img.shields.io/crates/v/openssl.svg)](https://crates.io/crates/boring)

OpenSSL bindings for the Rust programming language.
BoringSSL bindings for the Rust programming language.

[Documentation](https://docs.rs/openssl).
[Documentation](https://docs.rs/boring).

## Release Support

The current supported release of `openssl` is 0.10 and `openssl-sys` is 0.9.

New major versions will be published at most once per year. After a new
release, the previous major version will be partially supported with bug
fixes for 3 months, after which support will be dropped entirely.
The crate statically links with the latest BoringSSL master branch.

### Contribution

Unless you explicitly state otherwise, any contribution intentionally
submitted for inclusion in the work by you, as defined in the Apache-2.0
license, shall be dual licensed under the terms of both the Apache License,
Version 2.0 and the MIT license without any additional terms or conditions.

## Accolades
The project is based on a fork of [rust-openssl](https://github.com/sfackler/rust-openssl).
Loading

0 comments on commit 5cb8947

Please sign in to comment.