Skip to content

Commit

Permalink
fix SKI extraction when building AKI
Browse files Browse the repository at this point in the history
  • Loading branch information
voltone committed Jul 2, 2018
1 parent 19f5ad5 commit 06faa3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/x509/certificate.ex
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ defmodule X509.Certificate do
plain_ski ->
plain_ski
|> :pubkey_cert_records.transform(:decode)
|> extension(:extnValue)
|> X509.ASN1.extension(:extnValue)
end

update_aki(template, aki)
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule X509.MixProject do
def project do
[
app: :x509,
version: "0.1.0",
version: "0.1.1",
elixir: "~> 1.5",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 06faa3a

Please sign in to comment.