{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":76279202,"defaultBranch":"master","name":"conscrypt","ownerLogin":"google","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2016-12-12T17:24:18.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1342004?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1726832858.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"d3cc0bccf87430d6c990e21512379e680ecb2f5e","ref":"refs/heads/prbprbprb-patch-1","pushedAt":"2024-09-20T11:47:38.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"prbprbprb","name":"Pete Bentley","path":"/prbprbprb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44170157?s=80&v=4"},"commit":{"message":"Create codeql.yml","shortMessageHtmlLink":"Create codeql.yml"}},{"before":"6b6b37a53d2183b04e7f631f6d2c2975e1c224cf","after":"7e3df46a160c47965514a54f55b616c18c66880f","ref":"refs/heads/master","pushedAt":"2024-09-18T12:52:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"prbprbprb","name":"Pete Bentley","path":"/prbprbprb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44170157?s=80&v=4"},"commit":{"message":"Add uid logging to tls_handshakes (#1233)\n\nUpstreams https://r.android.com/2759365\r\n\r\nThis reverts commit 3a1331299cbcf99e9af7e069b95793fa6f536b3f.\r\n\r\nReason for revert: try 3 of making this work (now with api level checking to avoid calling code that is not in R or S)\r\n\r\nCo-authored-by: Miguel Aranda ","shortMessageHtmlLink":"Add uid logging to tls_handshakes (#1233)"}},{"before":"a38a7e9c6fd686abbeede9092a0b31f7b6aacb3e","after":"6b6b37a53d2183b04e7f631f6d2c2975e1c224cf","ref":"refs/heads/master","pushedAt":"2024-09-16T13:53:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"prbprbprb","name":"Pete Bentley","path":"/prbprbprb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44170157?s=80&v=4"},"commit":{"message":"Change TLS metric Protocol/CipherSuite enums to use ints. (#1231)\n\nUpstreams https://r.android.com/3009193\r\n\r\nCo-authored-by: Miguel Aranda ","shortMessageHtmlLink":"Change TLS metric Protocol/CipherSuite enums to use ints. (#1231)"}},{"before":"8c83e361b6bbe2b78ec802db56fe5fb117169550","after":"a38a7e9c6fd686abbeede9092a0b31f7b6aacb3e","ref":"refs/heads/master","pushedAt":"2024-09-16T13:45:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"prbprbprb","name":"Pete Bentley","path":"/prbprbprb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44170157?s=80&v=4"},"commit":{"message":"Use CMAKE_MSVC_RUNTIME_LIBRARY to select BoringSSL C runtime. (#1232)\n\nFixes CI on Windows.\r\n\r\nUnsure exactly what triggered it upstream but without this, cmake\r\nstarting adding /MD to the cflags and overriding ours, causing\r\nlink errors. Switching Conscrypt to /MT causes runtime crashes.\r\n\r\nThis fix seems better than setting the flags directly anyway.\r\n\r\nMaybe worth upstreaming as the default unless there are use cases\r\nfor CMAKE_MSVC_RUNTIME_LIBRARY=MultiThreadedDLL","shortMessageHtmlLink":"Use CMAKE_MSVC_RUNTIME_LIBRARY to select BoringSSL C runtime. (#1232)"}},{"before":"420f3f121ae34c45cca2e7a1adf2575fe509f5e5","after":"8c83e361b6bbe2b78ec802db56fe5fb117169550","ref":"refs/heads/master","pushedAt":"2024-09-11T15:18:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"prbprbprb","name":"Pete Bentley","path":"/prbprbprb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44170157?s=80&v=4"},"commit":{"message":" Remove some un-needed verbosity when processing DocTrees. (#1218)","shortMessageHtmlLink":" Remove some un-needed verbosity when processing DocTrees. (#1218)"}},{"before":"951f67c62df9e855eb5ac3a92820b1313e37fd1f","after":"420f3f121ae34c45cca2e7a1adf2575fe509f5e5","ref":"refs/heads/master","pushedAt":"2024-09-11T15:17:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"prbprbprb","name":"Pete Bentley","path":"/prbprbprb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44170157?s=80&v=4"},"commit":{"message":"Update supported OpenJDK and Android versions (#1210)\n\nFrom android/build.gradle, androidMinSdkVersion is set to 19.\r\nbuild.gradle references OpenJDK 8 as the minimum version.","shortMessageHtmlLink":"Update supported OpenJDK and Android versions (#1210)"}},{"before":"3c32ef73b4ddcc08ece53e83e5f339ded2eec5d3","after":"951f67c62df9e855eb5ac3a92820b1313e37fd1f","ref":"refs/heads/master","pushedAt":"2024-09-11T14:51:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"prbprbprb","name":"Pete Bentley","path":"/prbprbprb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44170157?s=80&v=4"},"commit":{"message":"Upstream multiple AOSP changes. (#1226)\n\nWith working tests this time. Passing on OpenJDK with\r\nboth isTlsV1Enabled() returning true and file (We should\r\nmake that configurable from Conscrypt.Builder).\r\n\r\nContains the following AOSP changes + test fixes:\r\ne6827ba2b Validate LogStore against the Policy\r\n3fe1ea3e9 Filter out SCTs emitted after a log expired\r\ne841e6c0d Use enum as outcome of doesResultConformToPolicy\r\ndbdd64cfd Add PolicyImplTest for Certificate Transparency\r\n97918a0cd Implement Android CT Policy for embedded SCTs\r\nc9f38dbdb Remove logStore attribute from Policy\r\n9d5f0c3aa Fix hashcode for LogInfo\r\na59840d01 Keep LogInfo in VerifiedSCT\r\n2eb5e7506 Add operator name to LogInfo\r\nd8519cf7e Remove PolicyImpl minimumLogCount argument\r\n92961a569 Remove \"CT\" prefix from org.conscrypt.ct classes\r\n81d0929eb Use Flags.certificateTransparencyPlatform()\r\n30b81399 Use ByteArray consistently\r\n98f0f2b1 Support parsing CT v3 JSON log list\r\nbb60a900 TrustedCertificateStore: Mitigate NPE when checking updateable certs directory\r\nfeacee50 Add State to CTLogInfo\r\n633a2475 Remove ct SystemLogDir\r\ndab378e0 Remove InternalUtil\r\n4c224130 Remove ct fallback logs\r\n9b48e0e5 Add a java_library target for conscrypt-tests\r\ne33c851e Gate tls removal by api level\r\n65e6c8ef Bring back sslv3\r\nc90bd39b Add caching for cert blocklist\r\n5de91066 Read default SHA256 pubkey blocklist\r\n8e656b13 Add support for SHA256 blocklist entries\r\n12c479ac Deprecate the serial-based blocklist\r\n396823df Rename SSL_CONTEXT_ALL\r\nb0825731 Filter protocols when creating SSLParameterImpl","shortMessageHtmlLink":"Upstream multiple AOSP changes. (#1226)"}},{"before":"0dccc5df6eeb655e043be7f206e8d0da150e8cc5","after":null,"ref":"refs/heads/prbprbprb-ci-yaml","pushedAt":"2024-09-11T13:59:25.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"prbprbprb","name":"Pete Bentley","path":"/prbprbprb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44170157?s=80&v=4"}},{"before":"f8beeabcd5d5d8dcb2bf71705d750494c4ecb181","after":"3c32ef73b4ddcc08ece53e83e5f339ded2eec5d3","ref":"refs/heads/master","pushedAt":"2024-09-11T13:59:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"prbprbprb","name":"Pete Bentley","path":"/prbprbprb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44170157?s=80&v=4"},"commit":{"message":"Update ci.yml (#1229)\n\nChange upload and download-artifact actions to v4 and Include hidden files (like .git) ","shortMessageHtmlLink":"Update ci.yml (#1229)"}},{"before":"68fe6f1e45ff68603de6bdd9dcad4a0573f6e46d","after":"0dccc5df6eeb655e043be7f206e8d0da150e8cc5","ref":"refs/heads/prbprbprb-ci-yaml","pushedAt":"2024-09-11T12:03:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"prbprbprb","name":"Pete Bentley","path":"/prbprbprb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44170157?s=80&v=4"},"commit":{"message":"Include hidden files ","shortMessageHtmlLink":"Include hidden files <facepalm>"}},{"before":"f201750c30a4becc95df18e6b1215f77f5e4d946","after":"68fe6f1e45ff68603de6bdd9dcad4a0573f6e46d","ref":"refs/heads/prbprbprb-ci-yaml","pushedAt":"2024-09-11T11:47:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"prbprbprb","name":"Pete Bentley","path":"/prbprbprb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44170157?s=80&v=4"},"commit":{"message":"Untabify.","shortMessageHtmlLink":"Untabify."}},{"before":"c6be45d8da801014e271753949d8ea80329b0e23","after":"f201750c30a4becc95df18e6b1215f77f5e4d946","ref":"refs/heads/prbprbprb-ci-yaml","pushedAt":"2024-09-11T11:44:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"prbprbprb","name":"Pete Bentley","path":"/prbprbprb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44170157?s=80&v=4"},"commit":{"message":"Add retention.","shortMessageHtmlLink":"Add retention."}},{"before":"8a8763ea4d3f4818f4c5a29c1c60320a279419db","after":"c6be45d8da801014e271753949d8ea80329b0e23","ref":"refs/heads/prbprbprb-ci-yaml","pushedAt":"2024-09-11T11:17:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"prbprbprb","name":"Pete Bentley","path":"/prbprbprb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44170157?s=80&v=4"},"commit":{"message":"Use @v4 for uploads and downloads.","shortMessageHtmlLink":"Use @v4 for uploads and downloads."}},{"before":null,"after":"8a8763ea4d3f4818f4c5a29c1c60320a279419db","ref":"refs/heads/prbprbprb-ci-yaml","pushedAt":"2024-09-11T10:56:09.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"prbprbprb","name":"Pete Bentley","path":"/prbprbprb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44170157?s=80&v=4"},"commit":{"message":"Update ci.yml\n\nChange upload-artifact actions to v4","shortMessageHtmlLink":"Update ci.yml"}},{"before":"ff1cc65d2d2082d4a60ad6e593e8b6263987d94f","after":null,"ref":"refs/heads/dependabot/github_actions/dot-github/workflows/github_actions-66b266c4c5","pushedAt":"2024-09-11T10:49:34.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"8858db9648667852e3e23b689c960b4989075ea6","after":"f8beeabcd5d5d8dcb2bf71705d750494c4ecb181","ref":"refs/heads/master","pushedAt":"2024-09-11T10:49:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"prbprbprb","name":"Pete Bentley","path":"/prbprbprb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44170157?s=80&v=4"},"commit":{"message":"Bump actions/download-artifact (#1228)\n\nBumps the github_actions group with 1 update in the /.github/workflows directory: [actions/download-artifact](https://github.com/actions/download-artifact).\r\n\r\n\r\nUpdates `actions/download-artifact` from 4.1.7 to 4.1.8\r\n- [Release notes](https://github.com/actions/download-artifact/releases)\r\n- [Commits](https://github.com/actions/download-artifact/compare/v4.1.7...v4.1.8)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: actions/download-artifact\r\n dependency-type: direct:production\r\n dependency-group: github_actions\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump actions/download-artifact (#1228)"}},{"before":"d0ee7738d7ec32142941c72c7fcbd16c8ab5d263","after":null,"ref":"refs/heads/dependabot/github_actions/dot-github/workflows/github_actions-393ff94d45","pushedAt":"2024-09-11T10:48:20.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"ff1cc65d2d2082d4a60ad6e593e8b6263987d94f","ref":"refs/heads/dependabot/github_actions/dot-github/workflows/github_actions-66b266c4c5","pushedAt":"2024-09-11T10:48:17.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump actions/download-artifact\n\nBumps the github_actions group with 1 update in the /.github/workflows directory: [actions/download-artifact](https://github.com/actions/download-artifact).\n\n\nUpdates `actions/download-artifact` from 4.1.7 to 4.1.8\n- [Release notes](https://github.com/actions/download-artifact/releases)\n- [Commits](https://github.com/actions/download-artifact/compare/v4.1.7...v4.1.8)\n\n---\nupdated-dependencies:\n- dependency-name: actions/download-artifact\n dependency-type: direct:production\n dependency-group: github_actions\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump actions/download-artifact"}},{"before":"d8089ae6bbe72c5f24c616cbf50a744c3425db70","after":null,"ref":"refs/heads/dependabot/github_actions/dot-github/workflows/github_actions-14598a9f5f","pushedAt":"2024-09-11T10:47:38.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"320a69531d437020f72c0970b83256962b6b8df8","after":"8858db9648667852e3e23b689c960b4989075ea6","ref":"refs/heads/master","pushedAt":"2024-09-11T10:47:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"prbprbprb","name":"Pete Bentley","path":"/prbprbprb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44170157?s=80&v=4"},"commit":{"message":"Bump actions/download-artifact (#1214)\n\nBumps the github_actions group with 1 update in the /.github/workflows directory: [actions/download-artifact](https://github.com/actions/download-artifact).\r\n\r\n\r\nUpdates `actions/download-artifact` from 1 to 4.1.7\r\n- [Release notes](https://github.com/actions/download-artifact/releases)\r\n- [Commits](https://github.com/actions/download-artifact/compare/v1...v4.1.7)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: actions/download-artifact\r\n dependency-type: direct:production\r\n dependency-group: github_actions\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Pete Bentley <44170157+prbprbprb@users.noreply.github.com>","shortMessageHtmlLink":"Bump actions/download-artifact (#1214)"}},{"before":null,"after":"d0ee7738d7ec32142941c72c7fcbd16c8ab5d263","ref":"refs/heads/dependabot/github_actions/dot-github/workflows/github_actions-393ff94d45","pushedAt":"2024-09-11T10:47:34.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump actions/download-artifact\n\nBumps the github_actions group with 1 update in the /.github/workflows directory: [actions/download-artifact](https://github.com/actions/download-artifact).\n\n\nUpdates `actions/download-artifact` from 1 to 4\n- [Release notes](https://github.com/actions/download-artifact/releases)\n- [Commits](https://github.com/actions/download-artifact/compare/v1...v4)\n\n---\nupdated-dependencies:\n- dependency-name: actions/download-artifact\n dependency-type: direct:production\n dependency-group: github_actions\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump actions/download-artifact"}},{"before":"3f64f2d4e71389b24a008883b10b15d90d95626c","after":"d8089ae6bbe72c5f24c616cbf50a744c3425db70","ref":"refs/heads/dependabot/github_actions/dot-github/workflows/github_actions-14598a9f5f","pushedAt":"2024-09-11T10:44:43.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"prbprbprb","name":"Pete Bentley","path":"/prbprbprb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44170157?s=80&v=4"},"commit":{"message":"Merge branch 'master' into dependabot/github_actions/dot-github/workflows/github_actions-14598a9f5f","shortMessageHtmlLink":"Merge branch 'master' into dependabot/github_actions/dot-github/workf…"}},{"before":"c767cc40bb96f6387bf535c295b8f8886e5fb9d1","after":"320a69531d437020f72c0970b83256962b6b8df8","ref":"refs/heads/master","pushedAt":"2024-09-10T13:24:04.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"prbprbprb","name":"Pete Bentley","path":"/prbprbprb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44170157?s=80&v=4"},"commit":{"message":"Revert \"Upstream multiple AOSP changes (#1221)\" (#1225)\n\nThis reverts commit a9a7e6d91f70433701b7bd531245dc0fae377602.","shortMessageHtmlLink":"Revert \"Upstream multiple AOSP changes (#1221)\" (#1225)"}},{"before":null,"after":"e34eda498e3365c74d6b0c2cde407703f87da809","ref":"refs/heads/revert-1221-upstream-aosp","pushedAt":"2024-09-10T13:22:08.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"prbprbprb","name":"Pete Bentley","path":"/prbprbprb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44170157?s=80&v=4"},"commit":{"message":"Revert \"Upstream multiple AOSP changes (#1221)\"\n\nThis reverts commit a9a7e6d91f70433701b7bd531245dc0fae377602.","shortMessageHtmlLink":"Revert \"Upstream multiple AOSP changes (#1221)\""}},{"before":"2f0de1d60fa0b2a986ff32f68ac23317cd8eceb4","after":null,"ref":"refs/heads/revert-1223-fix_tm","pushedAt":"2024-09-10T13:20:19.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"prbprbprb","name":"Pete Bentley","path":"/prbprbprb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44170157?s=80&v=4"}},{"before":"ef6f28fd17d45af30927f67f636cfd32df2d4a5b","after":"c767cc40bb96f6387bf535c295b8f8886e5fb9d1","ref":"refs/heads/master","pushedAt":"2024-09-10T13:20:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"prbprbprb","name":"Pete Bentley","path":"/prbprbprb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44170157?s=80&v=4"},"commit":{"message":"Revert \"Fix: null check ctLogStore (#1223)\" (#1224)\n\nThis reverts commit ef6f28fd17d45af30927f67f636cfd32df2d4a5b.","shortMessageHtmlLink":"Revert \"Fix: null check ctLogStore (#1223)\" (#1224)"}},{"before":null,"after":"2f0de1d60fa0b2a986ff32f68ac23317cd8eceb4","ref":"refs/heads/revert-1223-fix_tm","pushedAt":"2024-09-10T12:28:43.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"prbprbprb","name":"Pete Bentley","path":"/prbprbprb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44170157?s=80&v=4"},"commit":{"message":"Revert \"Fix: null check ctLogStore (#1223)\"\n\nThis reverts commit ef6f28fd17d45af30927f67f636cfd32df2d4a5b.","shortMessageHtmlLink":"Revert \"Fix: null check ctLogStore (#1223)\""}},{"before":"a9a7e6d91f70433701b7bd531245dc0fae377602","after":"ef6f28fd17d45af30927f67f636cfd32df2d4a5b","ref":"refs/heads/master","pushedAt":"2024-09-10T09:03:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"prbprbprb","name":"Pete Bentley","path":"/prbprbprb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44170157?s=80&v=4"},"commit":{"message":"Fix: null check ctLogStore (#1223)","shortMessageHtmlLink":"Fix: null check ctLogStore (#1223)"}},{"before":"aba2555a6bac4544cd9d2665c007acdbc457cbfa","after":"a9a7e6d91f70433701b7bd531245dc0fae377602","ref":"refs/heads/master","pushedAt":"2024-09-09T17:11:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"prbprbprb","name":"Pete Bentley","path":"/prbprbprb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44170157?s=80&v=4"},"commit":{"message":"Upstream multiple AOSP changes (#1221)\n\nThis should be pretty much the complete set now\r\n\r\ne6827ba2b Validate LogStore against the Policy\r\n3fe1ea3e9 Filter out SCTs emitted after a log expired\r\ne841e6c0d Use enum as outcome of doesResultConformToPolicy\r\ndbdd64cfd Add PolicyImplTest for Certificate Transparency\r\n97918a0cd Implement Android CT Policy for embedded SCTs\r\nc9f38dbdb Remove logStore attribute from Policy\r\n9d5f0c3aa Fix hashcode for LogInfo\r\na59840d01 Keep LogInfo in VerifiedSCT\r\n2eb5e7506 Add operator name to LogInfo\r\nd8519cf7e Remove PolicyImpl minimumLogCount argument\r\n92961a569 Remove \"CT\" prefix from org.conscrypt.ct classes\r\n81d0929eb Use Flags.certificateTransparencyPlatform()\r\n30b81399 Use ByteArray consistently\r\n98f0f2b1 Support parsing CT v3 JSON log list\r\nbb60a900 TrustedCertificateStore: Mitigate NPE when checking updateable certs directory\r\nfeacee50 Add State to CTLogInfo\r\n633a2475 Remove ct SystemLogDir\r\ndab378e0 Remove InternalUtil\r\n4c224130 Remove ct fallback logs\r\n9b48e0e5 Add a java_library target for conscrypt-tests\r\ne33c851e Gate tls removal by api level\r\n65e6c8ef Bring back sslv3\r\nc90bd39b Add caching for cert blocklist\r\n5de91066 Read default SHA256 pubkey blocklist\r\n8e656b13 Add support for SHA256 blocklist entries\r\n12c479ac Deprecate the serial-based blocklist\r\n396823df Rename SSL_CONTEXT_ALL\r\nb0825731 Filter protocols when creating SSLParameterImpl\r\n\r\n\r\nCo-authored-by: Miguel Aranda \r\nCo-authored-by: Thiébaud Weksteen \r\nCo-authored-by: Syed Zaidi ","shortMessageHtmlLink":"Upstream multiple AOSP changes (#1221)"}},{"before":"baa8e25cd7fafc469376e79e53f259a666a97879","after":"aba2555a6bac4544cd9d2665c007acdbc457cbfa","ref":"refs/heads/master","pushedAt":"2024-09-09T12:43:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"prbprbprb","name":"Pete Bentley","path":"/prbprbprb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44170157?s=80&v=4"},"commit":{"message":"Disable some session creation time tests on Windows. (#1219)\n\nSeems to be an off-by-one issue with the creation time\r\nversus system time making things appear they were\r\ncreated a second in the future.\r\n\r\nBut only on Windows and only ever 1 second, so disabling\r\nthe test for now as no real app risk.","shortMessageHtmlLink":"Disable some session creation time tests on Windows. (#1219)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yMFQxMTo0NzozOC4wMDAwMDBazwAAAAS75feW","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yMFQxMTo0NzozOC4wMDAwMDBazwAAAAS75feW","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0wOVQxMjo0MzowMi4wMDAwMDBazwAAAASw4tEe"}},"title":"Activity · google/conscrypt"}