Skip to content

Comments

illumos: find OmniOS and OpenIndiana CA bundle locations#22

Merged
alexcrichton merged 2 commits intorustls:masterfrom
jclulow:illumos
Jan 12, 2022
Merged

illumos: find OmniOS and OpenIndiana CA bundle locations#22
alexcrichton merged 2 commits intorustls:masterfrom
jclulow:illumos

Conversation

@jclulow
Copy link
Contributor

@jclulow jclulow commented Jan 10, 2022

No description provided.

@jclulow
Copy link
Contributor Author

jclulow commented Jan 10, 2022

Tested on OmniOS (an illumos distribution):

$ head -1 /etc/release
  OmniOS v11 r151038q

$ cargo run --example probe
    Finished dev [unoptimized + debuginfo] target(s) in 0.04s
     Running `target/debug/examples/probe`
cert_dir: Some("/usr/ssl/certs")
cert_file: Some("/etc/ssl/cacert.pem")

And OpenIndiana (another illumos distribution):

$ head -1 /etc/release
             OpenIndiana Hipster 2021.04 (powered by illumos)

$ cargo run --example probe
    Finished dev [unoptimized + debuginfo] target(s) in 0.02s
     Running `target/debug/examples/probe`
cert_dir: Some("/etc/openssl/certs")
cert_file: Some("/etc/certs/ca-certificates.crt")

@jclulow
Copy link
Contributor Author

jclulow commented Jan 10, 2022

Assuming this is alright to merge, it would be good to get a 0.1.5 release out as well. Should I push another commit with a version bump, or?

jclulow added a commit to oxidecomputer/aws-wire-lengths that referenced this pull request Jan 12, 2022
@alexcrichton
Copy link
Collaborator

Yes I can do a version bump

@alexcrichton alexcrichton merged commit 11c5e39 into rustls:master Jan 12, 2022
@jclulow
Copy link
Contributor Author

jclulow commented Jan 13, 2022

Thanks very much!

jclulow added a commit to oxidecomputer/aws-wire-lengths that referenced this pull request Feb 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants