From 239b44b482b74efd9719ce88085576ff91bcf21a Mon Sep 17 00:00:00 2001 From: 5HT Date: Thu, 31 Oct 2024 15:57:28 +0200 Subject: [PATCH] wip --- lib/services/crt.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/services/crt.ex b/lib/services/crt.ex index a728201..86175c3 100644 --- a/lib/services/crt.ex +++ b/lib/services/crt.ex @@ -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