Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed Oct 31, 2024
1 parent 2d4e867 commit 6b71f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/services/crt.ex
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ defmodule CA.CRT do
end
def oid({1, 2, 840, 113549, 1, 9, 16, 2, 21}, v) do
:io.format '21: ~p~n', [v]
{:ok, certList} = :KEP.decode(:CertificateList, v)
# {:ok, certList} = :KEP.decode(:CertificateList, v)
{:"id-aa-ets-CertificateRefs", v}
end
def oid({1, 2, 840, 113549, 1, 9, 16, 2, 23}, v) do
Expand Down

0 comments on commit 6b71f3a

Please sign in to comment.