SslRef::servername now returns None rather than panicking on a non-UTF8 name.
Added
Added MessageDigest::from_nid.
Added Nid::signature_algorithms, Nid::long_name, and Nid::short_name.
Added early data and early keying material export support for TLS 1.3.
Added SslRef::verified_chain.
Added SslRef::servername_raw which returns a &[u8] rather than &str.
Added SslRef::finished and SslRef::peer_finished.
Added X509Ref::digest to replace X509Ref::fingerprint.
X509StoreBuilder and X509Store now implement Sync and Send.
Deprecated
X509Ref::fingerprint has been deprecated in favor of X509Ref::digest.
[v0.10.8] - 2018-05-20
Fixed
openssl-sys will now detect Homebrew-installed OpenSSL when installed to a non-default
directory.
The X509_V_ERR_INVALID_CALL, X509_V_ERR_STORE_LOOKUP, and
X509_V_ERR_PROXY_SUBJECT_NAME_VIOLATION constants in openssl-sys are now only present when
building against 1.1.0g and up rather than 1.1.0.
SslContextBuilder::max_proto_version and SslContextBuilder::min_proto_version are only present
when building against 1.1.0g and up rather than 1.1.0.
Added
Added CmsContentInfo::sign.
Added Clone and ToOwned implementations to Rsa and RsaRef respectively.
The min_proto_version and max_proto_version methods are available when linking against
LibreSSL 2.6.1 and up in addition to OpenSSL.
X509VerifyParam is available when linking against LibreSSL 2.6.1 and up in addition to OpenSSL.
ALPN support is available when linking against LibreSSL 2.6.1 and up in addition to OpenSSL.
Stack and StackRef are now Sync and Send.
[v0.10.7] - 2018-04-30
Added
Added X509Req::public_key and X509Req::extensions.
Added RsaPrivateKeyBuilder to allow control over initialization of optional components of an RSA
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/birlorg/bitwarden-cli/network/alerts).
Bumps openssl from 0.10.6 to 0.10.9.
Changelog
Sourced from openssl's changelog.
... (truncated)
Commits
83767b8
Release openssl v0.10.952f581f
Release openssl-sys v0.9.32a3a2605
fix build on older rustcbf5772e
changelog10b2a34
Adjust Nid signature algorithm APIsc214538
Fix types63afe30
Merge pull request #942 from sfackler/fix-cms-crash15cb335
Fix use-after-free in cmsa1cb6a7
Merge pull request #938 from sfackler/verified-chain3456add
Add SslRef::verified_chainDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/birlorg/bitwarden-cli/network/alerts).