mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[PR #392] [MERGED] Upgrade openssl to 0.10 #1403
Labels
No labels
blocked
breaking-change
bug
bug:critical
bug:tests
cleanup
compliance
compliance
compliance
crate:all
crate:client
crate:native-tls
crate:proto
crate:recursor
crate:resolver
crate:resolver
crate:rustls
crate:server
crate:util
dependencies
docs
duplicate
easy
easy
enhance
enhance
enhance
feature:dns-over-https
feature:dns-over-quic
feature:dns-over-tls
feature:dnsssec
feature:global_lb
feature:mdns
feature:tsig
features:edns
has workaround
ops
perf
platform:WASM
platform:android
platform:fuchsia
platform:linux
platform:macos
platform:windows
pull-request
question
test
tools
tools
trust
unclear
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hickory-dns#1403
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hickory-dns/hickory-dns/pull/392
Author: @bluejekyll
Created: 4/10/2018
Status: ✅ Merged
Merged: 4/10/2018
Merged by: @bluejekyll
Base:
master← Head:upgrade-openssl-0.10📝 Commits (6)
c0ff723upgrade proto openssl to 0.1003a54e6update client openssl to 0.101558a03update openssl crate to openssl 0.10ac1cfb1upgrade util to openssl 0.109faabddupgrade rustls tests to openssl 0.101b79236fix integration tests to add Private to KeyPair📊 Changes
21 files changed (+227 additions, -199 deletions)
View changed files
📝
Cargo.lock(+31 -75)📝
client/Cargo.toml(+2 -2)📝
client/src/rr/dnssec/key_format.rs(+12 -8)📝
client/src/rr/dnssec/keypair.rs(+45 -30)📝
client/src/rr/dnssec/mod.rs(+27 -0)📝
client/src/rr/dnssec/signer.rs(+12 -10)📝
compatibility-tests/Cargo.toml(+1 -1)📝
integration-tests/Cargo.toml(+1 -1)📝
native-tls/Cargo.toml(+1 -1)📝
openssl/Cargo.toml(+3 -3)📝
openssl/src/tls_server.rs(+26 -15)📝
openssl/src/tls_stream.rs(+14 -13)📝
openssl/tests/openssl_tests.rs(+20 -14)📝
proto/Cargo.toml(+1 -1)📝
proto/src/rr/dnssec/digest_type.rs(+2 -2)📝
proto/src/rr/dnssec/public_key.rs(+8 -8)📝
rustls/Cargo.toml(+1 -1)📝
rustls/src/tests.rs(+12 -6)📝
server/src/named.rs(+2 -2)📝
util/Cargo.toml(+2 -2)...and 1 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.