Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"pkcs12",
"pki",
"webpki",
"certificates",
"pfx",
"p12"
],
"is_fork": false,
"size_kb": 3057,
"has_wiki": false,
"homepage": "https://pkg.go.dev/software.sslmate.com/src/go-pkcs12",
"languages": {
"Go": 124909
},
"pushed_at": "2026-06-24T19:27:10Z",
"created_at": "2018-01-31T18:59:03Z",
"owner_type": "Organization",
"updated_at": "2026-07-19T15:33:29Z",
"description": "Go library for encoding and decoding PKCS#12 files",
"is_archived": false,
"is_disabled": false,
"license_spdx": "BSD-3-Clause",
"default_branch": "master",
"license_spdx_raw": "BSD-3-Clause",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://sslmate.com",
"name": "SSLMate",
"type": "Organization",
"login": "SSLMate",
"company": null,
"location": null,
"followers": 36,
"avatar_url": "https://avatars.githubusercontent.com/u/7097919?v=4",
"created_at": "2014-03-29T02:49:22Z",
"is_verified": null,
"public_repos": 20,
"account_age_days": 4504
},
"license": {
"state": "standard",
"spdx_id": "BSD-3-Clause",
"raw_spdx": "BSD-3-Clause",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.7.3",
"kind": "patch",
"published_at": "2026-06-24T19:26:35Z"
},
{
"tag": "v0.7.2",
"kind": "patch",
"published_at": "2026-06-09T23:20:49Z"
},
{
"tag": "v0.7.1",
"kind": "patch",
"published_at": "2026-04-09T22:21:56Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2025-12-22T19:35:21Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2025-07-18T16:34:50Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2024-08-31T13:19:17Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2023-11-05T13:29:06Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2023-10-26T20:31:33Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2023-07-13T19:19:05Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2022-04-16T14:53:37Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2022-04-02T15:44:57Z"
}
],
"recent_commits": [
{
"oid": "c0472edb16891765fbc86573ea468365b7fd2197",
"body": null,
"is_bot": false,
"headline": "Reject files with invalid IV lengths or excessively-long key lengths",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2026-06-24T19:26:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be1f487378d9a47d2dcc18b5e1aa8d659c0dee2c",
"body": "Include the offending key length and the enforced minimum so the failure\nis actionable.",
"is_bot": false,
"headline": "Improve the too-short PBMAC1 key error message",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2026-06-09T23:20:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d284f9a7d1857a127e880d440cb454784346468",
"body": "Add a unit test covering the key-length boundary and an end-to-end test\nthat decodes a crafted trust store whose 1-octet PBMAC1 key authenticates\nunder the wrong password, demonstrating the authentication bypass the\nshort-key check prevents.",
"is_bot": false,
"headline": "Add tests for rejecting short PBMAC1 keys",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2026-06-09T23:20:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03c441f6b0267f695ca02464133c0b373bf4dd55",
"body": "This commit fixes an authentication bypass, present since\n3ac7bcc8013d211e15bf25d0576c712a723d29d1, first released in v0.6.0, for\nusers of Decode, DecodeChain, DecodeTrustStore, and ToPEM who are relying\non the password to vet PKCS#12 files from untrusted sources. Users who\nonly decode PKCS#12 files\n[…]\nakes a successful forgery a near certainty. The same flaw\nin OpenSSL was assigned CVE-2026-34181.\n\ngo-pkcs12 now rejects PBMAC1 KeyLength values below 20 octets (160 bits), as\nRECOMMENDED by RFC 9579.",
"is_bot": false,
"headline": "[Security fix] Reject PBMAC1 keys that are too short",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2026-06-09T23:20:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "09ae172c24ac95fc8eebca8fa163c1319a50f5c9",
"body": "Agent-Logs-Url: https://github.com/SSLMate/go-pkcs12/sessions/d25f252a-5e74-4d4b-b278-8749d1089b5e\n\nCloses: #72\nCloses: #73",
"is_bot": false,
"headline": "Fix Modern2026.EncodeTrustStore[Entries]",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2026-04-09T22:21:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "783a42d0116eddc32ca2216d9b4ff4ee6211b736",
"body": "For now Modern is still an alias for Modern2023, but I expect to change\nit to Modern2026 at some point in 2026. Since PBMAC1 is still very new,\nfiles produced with Modern2026 will likely have poor compatibility; meanwhile,\nModern2023 is still fine as long as you don't need to use FIPS-approved algorithms.\n\nCloses: #71",
"is_bot": false,
"headline": "Add Modern2026 encoder - like Modern2023 but with PBMAC1",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2025-12-22T19:35:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "574c6430cf9c2cb689288a573a8b6f763b7ed1c3",
"body": null,
"is_bot": false,
"headline": "Add PBMAC1 encoding support",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2025-12-22T19:26:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d4be60f0dffc6ebd56da650c8a38c2c8eea5db2",
"body": null,
"is_bot": false,
"headline": "Improve an error message",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2025-12-22T19:25:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6566e2ea1fad9a832d06cb280ef10dad35976891",
"body": null,
"is_bot": false,
"headline": "Fix grammatical error in comment",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2025-07-18T16:34:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e83ae2879befc3d3e961b17dd29c48974f3d472f",
"body": null,
"is_bot": false,
"headline": "Make TestPBMAC1 useful",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2025-07-18T15:43:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a90a02a4c0f6c795f5ccc3dd4a187644bb03886d",
"body": null,
"is_bot": false,
"headline": "Simplify pkcs12_pbmac1_test.go",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2025-07-18T15:19:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "573a7f8dc7d7a3d2ac0007d189f8896aa94b09f6",
"body": null,
"is_bot": false,
"headline": "Use correct check for missing OID",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2025-07-17T15:14:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5979de5fbdb99a524519704a6a0e3f0537ae5de2",
"body": null,
"is_bot": false,
"headline": "Fix pbmac1 tests",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2025-07-16T18:52:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dad3c3c63ccd261da809c73182ba70f82ac4c53b",
"body": null,
"is_bot": false,
"headline": "Use correct error type",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2025-07-16T18:51:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87ed35d39bc69dc5bc41e5468781cda72b83a135",
"body": null,
"is_bot": false,
"headline": "Improve comment",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2025-07-16T18:43:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38cb40bfa69c67174380dc39fd89d80a259b4f60",
"body": null,
"is_bot": false,
"headline": "Use correct test vectors for RFC 9579",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2025-07-16T18:43:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eeefa1cc213a81469ea704a3cd49f8b4758a534c",
"body": "Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "Fix log message in pkcs12_pbmac1_test.go",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2025-07-16T18:41:27Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "08e26b68a156d55bca1573d04c4ec830e05f2ac3",
"body": null,
"is_bot": false,
"headline": "Support PBMAC1: add tests",
"author_name": "S-P Chan",
"author_login": "space88man",
"committed_at": "2025-07-16T14:30:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ac7bcc8013d211e15bf25d0576c712a723d29d1",
"body": "- RFC 9579: https://www.rfc-editor.org/rfc/rfc9579.html\n- OpenSSL 3 can now generate PKCS#12 files with PBMAC1",
"is_bot": false,
"headline": "Support PBMAC1: RFC 9579 new MAC for integrity check",
"author_name": "S-P Chan",
"author_login": "space88man",
"committed_at": "2025-07-16T13:15:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bab12f241b00feca21c83b2046d89d2d612bceb",
"body": null,
"is_bot": false,
"headline": "Support PBMAC1: RFC 9579 test vectors from Appendix A",
"author_name": "S-P Chan",
"author_login": "space88man",
"committed_at": "2025-07-16T12:51:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa70679f0f1622a2705336a97225ee8d6c555f96",
"body": null,
"is_bot": false,
"headline": "Improve some error messages",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2024-08-31T13:19:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "063edb9a38cf4852074242c455c104b1d6cbedbc",
"body": "Co-authored-by: charalampos.kailantzis <charalampos.kailantzis@bdr.de>",
"is_bot": false,
"headline": "Add decode support for PBES2-encrypted files with HMAC-SHA512 PBKDF2 PRF",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2024-08-30T17:17:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "133d36fa3973f3773ca358a3fe70e6cc4ac8e2ee",
"body": "Fixes: #59\n\nCo-authored-by: charalampos.kailantzis <charalampos.kailantzis@bdr.de>",
"is_bot": false,
"headline": "Add decode support for files with SHA-512 MACs",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2024-08-30T17:17:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b59d8ebcab6d7f226d1270740bb80f3074c20f0b",
"body": null,
"is_bot": false,
"headline": "Document that Encoders are safe for concurrent use",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2024-04-04T16:46:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a23dd40d71e2f5498281f7f86bec59c39447b1bc",
"body": null,
"is_bot": false,
"headline": "Apply gofmt",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2023-11-05T13:29:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0fa2aa97ade09ce9a2712461696520fde049753",
"body": null,
"is_bot": false,
"headline": "Properly handle unsupported prf when decrypting PBES2",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2023-11-05T13:27:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f60d3c8d61fe2f8c17f644e58dcc387a9bac80f",
"body": "(key length is for convenience only, there is nothing for us to do to handle it)",
"is_bot": false,
"headline": "Remove a TODO comment",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2023-11-05T13:24:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45a4b595543d79d9862842448ca1b4bacf93dff1",
"body": null,
"is_bot": false,
"headline": "Add support for AES128CBC and AES192CBC",
"author_name": "Antony Dovgal",
"author_login": "tony2001",
"committed_at": "2023-11-03T14:12:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24f32812020653629ee75316c8e2a20302da1de4",
"body": null,
"is_bot": false,
"headline": "Improve error message",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2023-10-26T20:31:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ba2c801361fdea695c129153796ae0a3da3f1a9",
"body": null,
"is_bot": false,
"headline": "Simplify some code",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2023-10-26T20:30:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf4d6686cf8ff4edb483da39b3829775e5e7daea",
"body": "…ted safe item\n\nCloses: #51\nCloses: #52",
"is_bot": false,
"headline": "Support decoding files which put key and certs in the same authentica…",
"author_name": "joejwills",
"author_login": null,
"committed_at": "2023-10-26T20:23:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fede9ef4582bae8a63f1b3bb512758ba0b4d2406",
"body": "Closes: #43",
"is_bot": false,
"headline": "Add support for decoding pbeWithSHAAnd128BitRC2CBC",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2023-10-26T20:10:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bdd4cddd571347b46803ac642a53801b17786db0",
"body": null,
"is_bot": false,
"headline": "Improve docs",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2023-10-26T17:58:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "295ddd7fc851ef71bd452407722ad9d74f5aff79",
"body": null,
"is_bot": false,
"headline": "Improve deprecation notices",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2023-08-01T23:40:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8da790d29d191e11a6c67793224623539f3b9c0",
"body": null,
"is_bot": false,
"headline": "Add Legacy as an alias for LegacyDES",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2023-08-01T23:40:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e03d2942909294f03ce6da3ae852c6e455c3cd14",
"body": null,
"is_bot": false,
"headline": "Rename Legacy to LegacyRC2, and LegacyDESCert to LegacyDES",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2023-08-01T23:38:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bdd94cef4575db281a81ff0260554bfef8e8bd7",
"body": null,
"is_bot": false,
"headline": "Improve deprecation notices",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2023-08-01T23:35:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98b1ddcc99e2035c0fb4c40b1daf390ac2259686",
"body": null,
"is_bot": false,
"headline": "Improve comments about compatibility",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2023-07-18T18:03:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48943f9d4dc3547ba601dcb14a5fb914c5f38a29",
"body": null,
"is_bot": false,
"headline": "Use consistent spelling in docs",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2023-07-18T17:20:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "503afdf84265ade78e21abe20c296baf1ebf1e18",
"body": null,
"is_bot": false,
"headline": "Improve a comment",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2023-07-18T17:20:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b473b0054009aab734e5440dcd0e75f2a8151760",
"body": "OpenSSL 3 and Java 20 use the same algorithms by default, but differ in\nthe number of KDF iterations and the KDF salt length. This suggests that\nthere won't be any compatibility problems if I diverge from OpenSSL's\nsalt length. Therefore, Modern2023 uses a salt length of 16.",
"is_bot": false,
"headline": "Replace Openssl3 with Modern2023, make Modern equal to Modern2023",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2023-07-18T17:19:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c9d53451d5131bc7270b180cbb4cd4c3be60749",
"body": null,
"is_bot": false,
"headline": "Improve a comment",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2023-07-18T17:11:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6385885ec28d68d2f628f0907bff2614c75825c2",
"body": null,
"is_bot": false,
"headline": "Add a TODO",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2023-07-18T17:09:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d6b7ec64415e0fb63760fde71369c9c3a39e3a9",
"body": null,
"is_bot": false,
"headline": "Add Encoder.WithIterations",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2023-07-18T16:42:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97c5bb98f35f0e6d411509d2881486297ffa3068",
"body": null,
"is_bot": false,
"headline": "Simplify some code",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2023-07-14T18:12:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be3a3c48dc1e9975379ccd28d8ad5941e70f5cf4",
"body": null,
"is_bot": false,
"headline": "Use longer KDF salt when using Modern encoder",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2023-07-14T18:08:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "771e73b7890a517f89de6ff3919545c64d679171",
"body": null,
"is_bot": false,
"headline": "Add support for unencrypted PKCS#8 key bags",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2023-07-14T16:09:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0600f778be1a4210a090020461bcdbe569f8839e",
"body": null,
"is_bot": false,
"headline": "Improve code readability",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2023-07-14T15:56:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6379886cdd453ddbd4804b1dff2b12ad5047b66b",
"body": "Instead make it a property of the Encoder, and provide a WithRand\nmethod to customize it. Nearly everyone just uses crypto/rand.Reader\nanyways.",
"is_bot": false,
"headline": "Remove rand argument from Encode functions",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2023-07-14T15:31:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9a05ccd9bf3f3de27854384c002d5b3c92d9498",
"body": null,
"is_bot": false,
"headline": "Improve comments",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2023-07-14T15:31:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73963f6d7e25360a41880b3a1501c03a7898081b",
"body": null,
"is_bot": false,
"headline": "Add missing asn1:optional tag",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2023-07-14T00:01:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "604629561dcc6c57dd73f768f0616d6e379573fa",
"body": "Instead of calling pkcs12.Encode, call the Encode method of an Encoder.\n(Likewise for EncodeTrustStore and EncodeTrustStoreEntries.)\n\nThe following Encoders are available:\n\n* Legacy, for the current behavior.\n\n* LegacyDESCerts, to use 3DES for encrypting certificates (Closes #36, Closes #35).\n\n* Passwordless, to create password-less trust stores like Java 18 (Closes #10).\n\n* Openssl3, to match OpenSSL's modern algorithm choices (Closes #47).\n\n* Modern, to always use the most modern choices.",
"is_bot": false,
"headline": "Support encoding with different parameters",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2023-07-13T23:47:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98fe10adc847a31669cae2b1ca3138f7c00015ec",
"body": null,
"is_bot": false,
"headline": "Generalize MAC code, add support for computing SHA-256 HMACs",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2023-07-13T22:49:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01f6600bb3869be1db8ab7b801c02a76dc56280d",
"body": "Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>",
"is_bot": false,
"headline": "fix: update error message in getSafeContents",
"author_name": "Anish Ramasekar",
"author_login": "aramase",
"committed_at": "2023-07-13T19:19:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88a622fc705a1a3f95c0f13bae9eca74193414c5",
"body": "Closes: #44",
"is_bot": false,
"headline": "Update go.mod",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2023-07-13T19:18:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "426fe5a3b19ac480bce71899ff33fa3d3215a8d1",
"body": "This will be supported in Go 1.19.",
"is_bot": false,
"headline": "Add links in doc comments",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2022-06-10T19:56:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18dc7b9430c99e109671045dbd9889389c8072d7",
"body": "…#12 files\n\nThis will allow go-pkcs12 to decode passwordless PKCS#12 files produced by Java 18.\n\nFixes: #28",
"is_bot": false,
"headline": "If password is empty, then allow MAC to be omitted when decoding PKCS…",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2022-04-16T14:53:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c0e5f4eccb6a96f28e0aaee6a8725a630376dd5",
"body": null,
"is_bot": false,
"headline": "Improve documentation and variable naming",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2022-04-16T14:51:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7da53d250f507c9bcee85bdc52e6455c3e98a801",
"body": null,
"is_bot": false,
"headline": "Add support for custom Friendly Names for truststores",
"author_name": "Matthias Bertschy",
"author_login": "matthyx",
"committed_at": "2022-04-07T08:59:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a24189a369eda03e87575d9e068b74946b71f9e",
"body": null,
"is_bot": false,
"headline": "Add missing go.sum entries",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2022-04-02T15:44:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00dae7893ae504f3e06ef1a4a162b236cd05071a",
"body": null,
"is_bot": false,
"headline": "Mark ToPEM as deprecated and remove example",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2022-04-02T15:41:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8027648ff0647b2353b5210919f6315f0787e8a1",
"body": null,
"is_bot": false,
"headline": "Upgrade dependencies",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2022-04-02T15:41:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5206de65a786ab8e93fefbf6018fb374277c26a",
"body": null,
"is_bot": false,
"headline": "Fix spelling error in doco",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2021-04-15T15:14:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dec221a1a07f48f8bfa1da4f544470e972965f18",
"body": null,
"is_bot": false,
"headline": "Update README for pkg.go.dev",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2021-02-22T21:50:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e067c0a0c46dfe74c4a21c8fd2cf99df0321570f",
"body": null,
"is_bot": false,
"headline": "Add Go module support",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2021-02-22T21:35:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57fc603b7f52aee814e586228d071982b169db35",
"body": "…icate CN",
"is_bot": false,
"headline": "Add the friendlyName attribute to trust store entries based on certif…",
"author_name": "Doug Fitzmaurice",
"author_login": "doug-fitzmaurice-rowden",
"committed_at": "2020-11-03T10:44:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f4ad8bf17aeecb09592849ae546b6d024efb400",
"body": null,
"is_bot": false,
"headline": "Split bmpString encoding to make zero-termination optional",
"author_name": "Doug Fitzmaurice",
"author_login": "doug-fitzmaurice-rowden",
"committed_at": "2020-11-02T16:19:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66718f75db0ee23ac36c982209d92b384f4f698a",
"body": null,
"is_bot": false,
"headline": "Improve a comment",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2020-11-02T15:09:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb33a4ce507df8e87be7e6afb270d34a2ea3e250",
"body": null,
"is_bot": false,
"headline": "Rename oidExtendedKeyUsage to oidAnyExtendedKeyUsage",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2020-11-02T15:06:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4030c9a3e7eecdeb4caeb8f1c67c1d6d5cfe87e2",
"body": "This is what the java `keytool` tool does, so should be more compatible\nwith fussy java tools.",
"is_bot": false,
"headline": "Set the value of the \"JavaTrustStore\" attribute to be \"ExtendedKeyUsage\"",
"author_name": "Doug Fitzmaurice",
"author_login": "doug-fitzmaurice-rowden",
"committed_at": "2020-10-13T15:35:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52f69702a00153447da53d9422733cc9ba6e6351",
"body": null,
"is_bot": false,
"headline": "fixed tests and reverted change to ToPEM.",
"author_name": "chronologos",
"author_login": "chronologos",
"committed_at": "2020-08-30T19:52:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c6b0d1b55f5c30f36f63fa88f127a08d13a856d",
"body": "Sometime around Windows 10 v1709, Windows started supporting .pfx cert exports using PBES2 + PBKDF2 + AES256 encryption and SHA256 PRF. Previously, only the deprecated pbe from https://tools.ietf.org/html/rfc7292#appendix-B.1 was supported (pbeWithSHA1And3-KeyTripleDES-CBC).\n\nNote that PBES2 + PBKDF\n[…]\nto using SHA256 HMAC as well)\n- adds a unit test specifically with a Windows-exported cert to test the new codepath\n- Discard unknown OIDs, same as https://go-review.googlesource.com/c/crypto/+/241281",
"is_bot": false,
"headline": "pkcs12: support PBES2 and PBKDF2 in the pkcs12 package.",
"author_name": "chronologos",
"author_login": "chronologos",
"committed_at": "2020-08-25T00:35:50Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c9ed90bd32dc98937c1aa30cf8cdea9013e9f79d",
"body": null,
"is_bot": false,
"headline": "Improve documentation to mention that BER is not supported",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2020-06-19T20:39:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2981468c0ff3c42cbfd8601483b9e16fea379187",
"body": "This ensures that an ordinary key store can't accidentally be used\nas a trust store.",
"is_bot": false,
"headline": "DecodeTrustStore: require that certificates be marked as trusted",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2020-04-08T18:14:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b650a0dd97c76f151e9d11ac66bf2fbed97347d",
"body": null,
"is_bot": false,
"headline": "Support encoding and decoding trust stores",
"author_name": "Ulf Lilleengen",
"author_login": "lulf",
"committed_at": "2020-04-08T18:06:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e380ad96778cc63c6ea17649a9b74224bceafe9",
"body": null,
"is_bot": false,
"headline": "Update documentation for ToPEM and Decode",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2019-03-22T16:31:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32db00eb8b2e3006053903e20e588f63c20dd39c",
"body": null,
"is_bot": false,
"headline": "Add DecodeChain function: like Decode, but also return CA chain",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2019-03-21T21:21:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47dd539968c4eaea8454f9b13f85b7fbb78c789a",
"body": null,
"is_bot": false,
"headline": "Add a README",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2019-02-09T20:03:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a933b1ed8842ba2e2e4ad4103337f4b532d10233",
"body": null,
"is_bot": false,
"headline": "Update copyright notices",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2019-02-09T19:50:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1710513dbcf6f041e5681c7f5c76f45f01a66a3c",
"body": null,
"is_bot": false,
"headline": "Improve godocs",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2019-02-09T19:48:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "669b8014c325885c804b2924fe36979e845a9479",
"body": null,
"is_bot": false,
"headline": "Define pkcs12.DefaultPassword constant",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2019-02-09T19:48:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c27646ae4a3c7ad009d308faf475ec3407acd59",
"body": "It's available since Go 1.10.",
"is_bot": false,
"headline": "Use x509.MarshalPKCS8PrivateKey instead of embedding an implementation",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2019-02-09T19:06:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d128fbcedabd88287e8334b50cf3345bacfbda8",
"body": "https://golang.org/cmd/go/#hdr-Import_path_checking",
"is_bot": false,
"headline": "Add a software.sslmate.com/src/go-pkcs12 import comment",
"author_name": "Filippo Valsorda",
"author_login": "FiloSottile",
"committed_at": "2019-01-29T20:06:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2291e8f0f237e77e89ce233be7653ecca8cf391a",
"body": "This allows deterministic encoding, which is useful for testing among\nother things.",
"is_bot": false,
"headline": "When encoding, use io.Reader argument as CSPRNG instead of crypto/rand",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2018-01-14T23:15:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f809a60bb95b0dda24858ea4d6ad90d0f1418cb6",
"body": null,
"is_bot": false,
"headline": "Add LICENSE file",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2018-01-13T20:29:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b511cc93ae0c5de3564a320a118aa3f88ad5487",
"body": null,
"is_bot": false,
"headline": "x/crypto/pkcs12: Add Encode function",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2018-01-13T20:24:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66e4a9d91bda2df86b478f3f95f68d4355f92e12",
"body": "It complements x509.parsePKCS8PrivateKey and should probably\nbe upstreamed in the x509 package.",
"is_bot": false,
"headline": "x/crypto/pkcs12: Add marshalPKCS8PrivateKey helper function",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2018-01-13T20:24:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc4b67dda0c9c859a94ea3b7885e230009f31492",
"body": null,
"is_bot": false,
"headline": "x/crypto/pkcs12: Add computeMac function",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2018-01-13T20:24:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "689a5299db89e2a2484b4a8333c6c6fc6042a740",
"body": null,
"is_bot": false,
"headline": "x/crypto/pkcs12: Add pbEncrypt function",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2018-01-13T20:24:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35a1a369ea469486c6acb19b87bca4977bbadc72",
"body": null,
"is_bot": false,
"headline": "Initial import of golang.org/x/crypto/pkcs12",
"author_name": "Andrew Ayer",
"author_login": "AGWA",
"committed_at": "2018-01-13T20:22:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13931e22f9e72ea58bb73048bc752b48c6d4d4ac",
"body": "The Manager now loops through known challenge types,\ntrying to fulfill one at a time until it succeeds or runs out\nof supported challenges.\n\nThe provisioning of \"http-01\" challenges can be done\nusing the new Manager.HTTPHandler method.\nIt requires listening on unencrypted port 80.\n\nFixes golang/go#2\n[…]\nChange-Id: I55de9501f0069a9f460fedd8b5b0a09b94f9ef05\nReviewed-on: https://go-review.googlesource.com/87201\nRun-TryBot: Alex Vaghin <ddos@google.com>\nReviewed-by: Brad Fitzpatrick <bradfitz@golang.org>",
"is_bot": false,
"headline": "acme/autocert: support http-01 challenge type",
"author_name": "Alex Vaghin",
"author_login": null,
"committed_at": "2018-01-12T20:08:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5f55bce93ad2c89f411e009659bb1fd83da36e7b",
"body": "Fixes golang/go#23194\n\nDuring SSH Protocol Version Exchange, a client may send metadata lines\nprior to sending the SSH version string. To conform to the RFC, all SSH\nimplementations must support this (minimally, clients can ignore the\nmetadata lines).\n\nFor example, this is valid:\nsome-metadata\nSSH-2\n[…]\nf\nReviewed-on: https://go-review.googlesource.com/86675\nReviewed-by: Han-Wen Nienhuys <hanwen@google.com>\nRun-TryBot: Han-Wen Nienhuys <hanwen@google.com>\nTryBot-Result: Gobot Gobot <gobot@golang.org>",
"is_bot": false,
"headline": "ssh: fix protocol version exchange (for multi-line)",
"author_name": "Justin Gracenin",
"author_login": "jgracenin",
"committed_at": "2018-01-11T10:11:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b3c9a1d25cfbbbab0ff4780b71c4f54e6e92a0de",
"body": "Change-Id: I410cecf0269cf2a88a8868d6b88f39f9b7026b6b\nReviewed-on: https://go-review.googlesource.com/87076\nReviewed-by: Brad Fitzpatrick <bradfitz@golang.org>",
"is_bot": false,
"headline": "ssh: use t.Run for testing multiple ciphers/macs",
"author_name": "Han-Wen Nienhuys",
"author_login": "hanwen",
"committed_at": "2018-01-10T14:51:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49373064ff7cc78473ac8c5f4753e53317011567",
"body": "This exposes the chacha20 stream cipher to the entire x/crypto\npackage, and in particular to the SSH package, which uses separate,\nunauthenticated chacha20 encryption for packet lengths.\n\nChange-Id: I0b705482128f0657c09292370f03d08b588f7fec\nReviewed-on: https://go-review.googlesource.com/87075\nRun-TryBot: Brad Fitzpatrick <bradfitz@golang.org>\nTryBot-Result: Gobot Gobot <gobot@golang.org>\nReviewed-by: Brad Fitzpatrick <bradfitz@golang.org>",
"is_bot": false,
"headline": "internal/chacha20: move up from chacha20poly1305/internal/chacha20",
"author_name": "Han-Wen Nienhuys",
"author_login": "hanwen",
"committed_at": "2018-01-10T14:51:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6bd909f163c83732e0b5e22a27154b1a112c3ff9",
"body": "Change-Id: I06813be2b44ef8e5eb38fdac2d08a0f5cd840193\nReviewed-on: https://go-review.googlesource.com/86935\nRun-TryBot: Han-Wen Nienhuys <hanwen@google.com>\nTryBot-Result: Gobot Gobot <gobot@golang.org>\nReviewed-by: Brad Fitzpatrick <bradfitz@golang.org>",
"is_bot": false,
"headline": "ssh: specify InsecureIgnoreHostKey in the benchmarks",
"author_name": "Han-Wen Nienhuys",
"author_login": "hanwen",
"committed_at": "2018-01-10T10:03:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fcca4842a8d74bfddc2c96a073bd2a4d2a7a2e8",
"body": "It's no longer true.\n\nFixes golang/go#19479\n\nChange-Id: I85b0ce850ebde60b816924a25368208527a8e617\nReviewed-on: https://go-review.googlesource.com/79877\nReviewed-by: Brad Fitzpatrick <bradfitz@golang.org>",
"is_bot": false,
"headline": "bn256: don't claim a 128-bit security level.",
"author_name": "Adam Langley",
"author_login": "agl",
"committed_at": "2017-12-31T21:50:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b4b18b6aaeb2c9f7c1cc0145eccaabb3d96cf62",
"body": "This change fixes an incorrect key derivation if the\ndegree of parallelism is greater than 1.\n\nThis change adds additional test vectors generated by the\nhttps://github.com/P-H-C/phc-winner-argon2 CLI.\n\nFixes golang/go#23200\n\nChange-Id: I8add8382b9e9ebbf9a70493050867c9af4ed6aa7\nReviewed-on: https://go-review.googlesource.com/85055\nReviewed-by: Adam Langley <agl@golang.org>\nRun-TryBot: Adam Langley <agl@golang.org>\nTryBot-Result: Gobot Gobot <gobot@golang.org>",
"is_bot": false,
"headline": "argon2: fix incorrect key derivation if parallelism > 1",
"author_name": "Andreas Auernhammer",
"author_login": null,
"committed_at": "2017-12-31T21:46:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95a4943f35d008beabde8c11e5075a1b714e6419",
"body": "Fixes golang/go#23266\n\nChange-Id: I8da14425ed69c44a7b0c56b1aa0ea951fe297608\nReviewed-on: https://go-review.googlesource.com/85595\nReviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>\nRun-TryBot: Emmanuel Odeke <emm.odeke@gmail.com>\nTryBot-Result: Gobot Gobot <gobot@golang.org>",
"is_bot": false,
"headline": "crypto/ssh: fix typo in error message in certs.go",
"author_name": "Mansour Rahimi",
"author_login": "m4ns0ur",
"committed_at": "2017-12-28T08:17:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d585fd2cc9195196078f516b69daff6744ef5e84",
"body": "Add benchmarks for PBKDF2-HMAC-SHA1 and PBKDF2-HMAC-SHA256.\nThis is to help measure the crypto/hmac changes in CL 27458.\n\nChange-Id: I17ef12f3a4641ba44f7bb917a9d87a3ed7c97c67\nReviewed-on: https://go-review.googlesource.com/84380\nReviewed-by: Filippo Valsorda <hi@filippo.io>",
"is_bot": false,
"headline": "pbkdf2: add benchmarks",
"author_name": "Andrew Ekstedt",
"author_login": "magical",
"committed_at": "2017-12-19T04:11:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "244f6ce1f09cc9f3d7bffe29b033aaa13c0cc2f3",
"body": "Change-Id: I1cb0146c4b741f6d489edcf86412001ffc007f4f\nReviewed-on: https://go-review.googlesource.com/82256\nReviewed-by: Han-Wen Nienhuys <hanwen@google.com>\nRun-TryBot: Han-Wen Nienhuys <hanwen@google.com>\nTryBot-Result: Gobot Gobot <gobot@golang.org>",
"is_bot": false,
"headline": "ssh: accept ed25519 certs",
"author_name": "Peter Moody",
"author_login": null,
"committed_at": "2017-12-18T18:48:59Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 11,
"commits_last_year": 8,
"latest_release_at": "2026-06-24T19:26:35Z",
"latest_release_tag": "v0.7.3",
"releases_from_tags": true,
"days_since_last_push": 33,
"active_weeks_last_year": 4,
"days_since_latest_release": 33,
"mean_days_between_releases": 170
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "software.sslmate.com/src/go-pkcs12",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": null,
"registry_url": "https://pkg.go.dev/software.sslmate.com/src/go-pkcs12",
"is_deprecated": false,
"latest_version": "v0.7.3",
"repository_url": null,
"versions_count": 11,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-06-24T19:26:35Z",
"latest_version_yanked": null,
"days_since_latest_publish": 33
}
]
},
"popularity": {
"forks": 108,
"stars": 165,
"watchers": 5,
"fork_history": {
"days": [
{
"date": "2018-03-03",
"count": 1
},
{
"date": "2018-03-26",
"count": 1
},
{
"date": "2018-04-24",
"count": 1
},
{
"date": "2018-04-29",
"count": 1
},
{
"date": "2018-06-09",
"count": 1
},
{
"date": "2018-08-05",
"count": 1
},
{
"date": "2018-08-20",
"count": 1
},
{
"date": "2018-10-18",
"count": 1
},
{
"date": "2018-12-21",
"count": 1
},
{
"date": "2018-12-27",
"count": 1
},
{
"date": "2019-01-02",
"count": 1
},
{
"date": "2019-03-20",
"count": 1
},
{
"date": "2019-04-16",
"count": 1
},
{
"date": "2019-04-22",
"count": 1
},
{
"date": "2019-04-26",
"count": 1
},
{
"date": "2019-05-09",
"count": 1
},
{
"date": "2019-06-19",
"count": 1
},
{
"date": "2019-07-01",
"count": 1
},
{
"date": "2019-07-09",
"count": 1
},
{
"date": "2019-08-07",
"count": 1
},
{
"date": "2019-08-09",
"count": 1
},
{
"date": "2019-09-24",
"count": 1
},
{
"date": "2020-01-17",
"count": 1
},
{
"date": "2020-01-20",
"count": 1
},
{
"date": "2020-01-22",
"count": 1
},
{
"date": "2020-02-09",
"count": 1
},
{
"date": "2020-03-25",
"count": 1
},
{
"date": "2020-04-04",
"count": 1
},
{
"date": "2020-05-04",
"count": 1
},
{
"date": "2020-07-02",
"count": 1
},
{
"date": "2020-07-20",
"count": 1
},
{
"date": "2020-08-25",
"count": 1
},
{
"date": "2020-08-29",
"count": 1
},
{
"date": "2020-09-02",
"count": 1
},
{
"date": "2020-09-15",
"count": 1
},
{
"date": "2021-02-05",
"count": 1
},
{
"date": "2021-03-17",
"count": 2
},
{
"date": "2021-03-25",
"count": 1
},
{
"date": "2021-03-27",
"count": 1
},
{
"date": "2021-04-01",
"count": 1
},
{
"date": "2021-08-11",
"count": 1
},
{
"date": "2021-09-14",
"count": 1
},
{
"date": "2021-10-17",
"count": 1
},
{
"date": "2021-10-19",
"count": 1
},
{
"date": "2021-12-05",
"count": 1
},
{
"date": "2022-02-23",
"count": 1
},
{
"date": "2022-03-22",
"count": 1
},
{
"date": "2022-03-23",
"count": 1
},
{
"date": "2022-04-07",
"count": 1
},
{
"date": "2022-06-20",
"count": 1
},
{
"date": "2022-07-14",
"count": 1
},
{
"date": "2022-07-25",
"count": 1
},
{
"date": "2022-09-06",
"count": 1
},
{
"date": "2022-09-10",
"count": 1
},
{
"date": "2022-09-14",
"count": 1
},
{
"date": "2022-09-26",
"count": 1
},
{
"date": "2022-11-09",
"count": 1
},
{
"date": "2022-11-25",
"count": 1
},
{
"date": "2022-12-02",
"count": 1
},
{
"date": "2022-12-12",
"count": 1
},
{
"date": "2023-01-09",
"count": 1
},
{
"date": "2023-01-30",
"count": 1
},
{
"date": "2023-02-23",
"count": 1
},
{
"date": "2023-03-01",
"count": 1
},
{
"date": "2023-03-31",
"count": 1
},
{
"date": "2023-05-10",
"count": 1
},
{
"date": "2023-05-19",
"count": 1
},
{
"date": "2023-05-27",
"count": 1
},
{
"date": "2023-07-19",
"count": 1
},
{
"date": "2023-08-14",
"count": 1
},
{
"date": "2023-08-26",
"count": 1
},
{
"date": "2023-09-20",
"count": 1
},
{
"date": "2023-09-27",
"count": 1
},
{
"date": "2023-11-03",
"count": 2
},
{
"date": "2024-01-08",
"count": 1
},
{
"date": "2024-05-31",
"count": 1
},
{
"date": "2024-06-12",
"count": 1
},
{
"date": "2024-07-09",
"count": 1
},
{
"date": "2024-07-18",
"count": 1
},
{
"date": "2024-07-26",
"count": 1
},
{
"date": "2024-09-17",
"count": 1
},
{
"date": "2024-10-23",
"count": 1
},
{
"date": "2024-12-30",
"count": 1
},
{
"date": "2025-03-05",
"count": 1
},
{
"date": "2025-03-29",
"count": 1
},
{
"date": "2025-04-01",
"count": 1
},
{
"date": "2025-04-08",
"count": 1
},
{
"date": "2025-05-19",
"count": 1
},
{
"date": "2025-06-18",
"count": 1
},
{
"date": "2025-07-16",
"count": 1
},
{
"date": "2025-08-07",
"count": 1
},
{
"date": "2025-08-18",
"count": 1
},
{
"date": "2025-09-29",
"count": 1
},
{
"date": "2025-10-04",
"count": 1
},
{
"date": "2025-10-31",
"count": 1
},
{
"date": "2025-11-18",
"count": 1
},
{
"date": "2025-12-02",
"count": 1
},
{
"date": "2026-06-04",
"count": 1
},
{
"date": "2026-07-02",
"count": 1
},
{
"date": "2026-07-08",
"count": 1
},
{
"date": "2026-07-27",
"count": 1
}
],
"complete": true,
"collected": 103,
"total_forks": 108
},
"star_history": null,
"open_issues_and_prs": 16
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 34195,
"source_files_sampled": 16,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "golang.org/x/crypto",
"direct": false,
"version": "0.11.0",
"severity": "critical",
"ecosystem": "go",
"cvss_score": 10,
"advisory_ids": [
"GHSA-45gg-vh54-h5m9",
"GHSA-45x7-px36-x8w8",
"GHSA-5cgq-3rg8-m6cv",
"GHSA-78mq-xcr3-xm33",
"GHSA-89gr-r52h-f8rx",
"GHSA-9m57-25v3-79x9",
"GHSA-f5wc-c3c7-36mc",
"GHSA-f6x5-jh6r-wrfv",
"GHSA-hcg3-q754-cr77",
"GHSA-j5w8-q4qc-rx2x"
],
"fixed_version": "3.4.0",
"advisory_count": 38,
"oldest_advisory_days": 952
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"critical": 1
},
"advisory_count": 38,
"affected_count": 1,
"assessed_count": 1,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "golang.org/x/crypto",
"direct": false,
"version": "0.11.0",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 1,
"direct_count": 0,
"indirect_count": 1
}
},
"maintainership": {
"issues": {
"open_prs": 7,
"merged_prs": 10,
"open_issues": 9,
"closed_ratio": 0.763,
"closed_issues": 29,
"closed_unmerged_prs": 24
},
"bus_factor": 4,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "agl",
"commits": 104,
"avatar_url": "https://avatars.githubusercontent.com/u/21203?v=4"
},
{
"type": "User",
"login": "hanwen",
"commits": 82,
"avatar_url": "https://avatars.githubusercontent.com/u/31547?v=4"
},
{
"type": "User",
"login": "AGWA",
"commits": 76,
"avatar_url": "https://avatars.githubusercontent.com/u/321605?v=4"
},
{
"type": "User",
"login": "davecheney",
"commits": 41,
"avatar_url": "https://avatars.githubusercontent.com/u/7171?v=4"
},
{
"type": "User",
"login": "bradfitz",
"commits": 17,
"avatar_url": "https://avatars.githubusercontent.com/u/2621?v=4"
},
{
"type": "User",
"login": "kevinburke",
"commits": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/234019?v=4"
},
{
"type": "User",
"login": "aclements",
"commits": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/2688315?v=4"
},
{
"type": "User",
"login": "jonathanpittman",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/5358280?v=4"
},
{
"type": "User",
"login": "dsymonds",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/31506?v=4"
},
{
"type": "User",
"login": "tklauser",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/539708?v=4"
}
],
"contributors_sampled": 100,
"top_contributor_share": 0.182
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 2 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 1/19 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 33 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 5,
"reason": "4 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "20 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "c0472edb16891765fbc86573ea468365b7fd2197",
"ran_at": "2026-07-28T04:27:19Z",
"aggregate_score": 2.3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [
{
"number": 64,
"created_at": "2024-10-23T15:35:17Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 65,
"created_at": "2024-10-30T20:48:07Z",
"last_comment_at": "2026-06-11T13:28:38Z",
"last_comment_author": "ggpslop"
},
{
"number": 70,
"created_at": "2025-11-18T17:09:05Z",
"last_comment_at": "2026-06-11T13:27:20Z",
"last_comment_author": "ggpslop"
},
{
"number": 77,
"created_at": "2026-07-02T18:28:52Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 78,
"created_at": "2026-07-08T17:18:03Z",
"last_comment_at": "2026-07-20T13:55:30Z",
"last_comment_author": "bernata"
},
{
"number": 79,
"created_at": "2026-07-09T21:23:28Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 81,
"created_at": "2026-07-27T12:46:29Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2025-07-23T00:18:08Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 12,
"created_at": "2020-04-05T12:38:08Z",
"last_comment_at": "2022-09-15T18:53:49Z",
"last_comment_author": "pschou"
},
{
"number": 34,
"created_at": "2022-06-12T11:54:36Z",
"last_comment_at": "2026-06-11T13:22:26Z",
"last_comment_author": "ggpslop"
},
{
"number": 41,
"created_at": "2022-12-02T11:08:34Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 42,
"created_at": "2022-12-02T13:51:45Z",
"last_comment_at": "2026-06-11T13:20:08Z",
"last_comment_author": "ggpslop"
},
{
"number": 49,
"created_at": "2023-09-05T09:28:11Z",
"last_comment_at": "2026-06-11T13:25:32Z",
"last_comment_author": "ggpslop"
},
{
"number": 54,
"created_at": "2023-11-10T09:04:57Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 58,
"created_at": "2024-08-16T11:10:02Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 62,
"created_at": "2024-09-19T09:40:31Z",
"last_comment_at": "2025-02-07T08:37:57Z",
"last_comment_author": "marsskop"
},
{
"number": 80,
"created_at": "2026-07-27T11:55:03Z",
"last_comment_at": "2026-07-27T12:47:32Z",
"last_comment_author": "cplieger"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/SSLMate/go-pkcs12",
"host": "github.com",
"name": "go-pkcs12",
"owner": "SSLMate"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": "The weighted overall 52 is calibrated to 53 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 52,
"calibrated": 53,
"calibration": "2026-08-02"
}
}
],
"value": 53,
"inputs": {
"security": 38,
"vitality": 49,
"community": 53,
"governance": 73,
"calibration": "2026-08-02",
"engineering": 40,
"ai_readiness": 53,
"weighted_overall_raw": 52
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "weak",
"name": "Vitality",
"value": 49,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"commits_last_year": 8,
"human_commit_share": 1,
"days_since_last_push": 33,
"active_weeks_last_year": 4
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 33 days ago",
"points": 18,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 33
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "4/52 weeks with commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 4
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "8 commits in the last year",
"points": 8.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 8
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "4 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 5",
"points": 5,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"releases_count": 11,
"latest_release_tag": "v0.7.3",
"releases_from_tags": true,
"days_since_latest_release": 33,
"mean_days_between_releases": 170
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "11 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 11
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 33 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 33
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~170 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 170
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 41,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 41 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 41
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 53,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"forks": 108,
"stars": 165,
"watchers": 5,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "165 stars",
"points": 35.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 165
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "108 forks",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 108
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "5 watchers",
"points": 3.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 5
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (BSD-3-Clause)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "BSD-3-Clause"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 73,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "excellent",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"bus_factor": 4,
"contributors_sampled": 100,
"top_contributor_share": 0.182
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "4 contributor(s) cover half of all commits",
"points": 43.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 4
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 18% of commits",
"points": 18.4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 18
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "100 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 100
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 33 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "weak",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 47,
"inputs": {
"merged_prs": 10,
"open_issues": 9,
"closed_issues": 29,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.763,
"closed_unmerged_prs": 24,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "76% of issues closed",
"points": 32,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 76
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "10/34 decided PRs merged",
"points": 8.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 10,
"decided": 34
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 1/19 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"followers": 36,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "SSLMate",
"public_repos": 20,
"account_age_days": 4504
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "36 followers of SSLMate",
"points": 11.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 36,
"login": "SSLMate"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "20 public repos, account ~12 yr old",
"points": 21.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 20
}
},
{
"code": "account_age_years",
"params": {
"years": 12
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"software.sslmate.com/src/go-pkcs12"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 33
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 33 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 33
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "11 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 11
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "weak",
"name": "Engineering Quality",
"value": 40,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 2 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [
"pkcs12",
"pki",
"webpki",
"certificates",
"pfx",
"p12"
],
"has_wiki": false,
"homepage": "https://pkg.go.dev/software.sslmate.com/src/go-pkcs12",
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://pkg.go.dev/software.sslmate.com/src/go-pkcs12",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "6 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 6
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "weak",
"name": "Security",
"value": 38,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 23,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 2.3
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 2 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 1/19 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 33 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "4 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "20 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "exceptional",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 1 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 1
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 38,
"affected_packages": 1,
"assessed_packages": 1,
"unassessed_packages": 0,
"affected_by_severity": "critical 1",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "exceptional",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 1,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 9
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 53,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 16,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.29,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "29 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 15.5,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 29,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 64,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.01,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "1 of the last 100 commits agent-authored or agent-credited",
"points": 2,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 1,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 34195,
"source_files_sampled": 16,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/16 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 16,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"top": [
"library"
],
"labels": [
"library"
],
"scores": {
"library": 5
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:go",
"weight": 3
},
{
"tier": "description",
"label": "library",
"source": "description:library",
"weight": 2
}
],
"artifacts": [],
"confidence": "low",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.5.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-28T04:27:39.325862Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/SSLMate/go-pkcs12.svg",
"full_name": "SSLMate/go-pkcs12",
"license_state": "standard",
"license_spdx": "BSD-3-Clause"
}