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 bad28ca commit 239b44b
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 @@ -90,7 +90,7 @@ defmodule CA.CRT do
{:contentTimestamp, {hd(mapOids([oid])), serial, :erlang.iolist_to_binary(ts), :base64.encode(x)}}
end
def oid({1, 2, 840, 113549, 1, 9, 16, 2, 21}, v) do
{:ok, x} = :KEP.decode(:CertificateList, v)
# {:ok, x} = :KEP.decode(:CertificateList, v)
{:"id-aa-ets-CertificateRefs", v}
end
def oid({1, 2, 840, 113549, 1, 9, 16, 2, 22}, v) do
Expand Down

0 comments on commit 239b44b

Please sign in to comment.