We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85fe026 commit 6290e33Copy full SHA for 6290e33
LICENSE
@@ -1,4 +1,4 @@
1
-Copyright (c) 2015-2024, Benoit Chesneau <[email protected]>.
+Copyright (c) 2015-2025, Benoit Chesneau <[email protected]>.
2
All rights reserved.
3
4
Redistribution and use in source and binary forms, with or without
src/certifi.app.src
@@ -1,6 +1,6 @@
{application, certifi,
[{description, "CA bundle adapted from Mozilla by https://certifi.io"},
- {vsn, "2.13.0"},
+ {vsn, "2.14.0"},
{registered, []},
5
{applications, [kernel,stdlib]},
6
{env,[]},
test/certifi_tests.erl
@@ -10,9 +10,9 @@ reproducible_module_test() ->
10
11
cacerts_test_() ->
12
Certs = [Cert1, Cert2, Cert3 | _] = certifi:cacerts(),
13
- [?_assertEqual(147, length(Certs))
14
- ,?_assertMatch(<<48,130,5,179,48,130,3,155,160,3,2,1,2,2,16,33,156,84,45,232,_/binary>>, Cert1)
15
- ,?_assertMatch(<<48,130,2,66,48,130,1,201,160,3,2,1,2,2,16,54,58,150,140,_/binary>>, Cert2)
16
- ,?_assertMatch(<<48,130,5,108,48,130,3,84,160,3,2,1,2,2,20,84,22,191,59,_/binary>>, Cert3)
+ [?_assertEqual(150, length(Certs))
+ ,?_assertMatch(<<48,130,5,169,48,130,3,145,160,3,2,1,2,2,16,105,38,9,126,128,_/binary>>, Cert1)
+ ,?_assertMatch(<<48,130,5,169,48,130,3,145,160,3,2,1,2,2,16,115,59,48,4,72,_/binary>>, Cert2)
+ ,?_assertMatch(<<48,130,2,35,48,130,1,169,160,3,2,1,2,2,20,22,21,199,195,216,_/binary>>, Cert3)
17
,?_assertMatch(<<48,130,3,117,48,130,2,93,160,3,2,1,2,2,11,4,0,0,0,0,1,21,75,90,195,148,48,13,6,_/binary>>, lists:last(Certs))
18
].
0 commit comments