<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_system_hardware_interfaces, branch android12-release</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_system_hardware_interfaces/'/>
<entry>
<title>Merge cherrypicks of [15601928, 15601978, 15601929, 15602376, 15602372, 15601960, 15601961, 15601962, 15601963, 15601964, 15602416, 15602437, 15602438, 15602440, 15602441, 15602443, 15602444, 15602445, 15602446, 15602447, 15601006, 15601007, 15601008, 15601009, 15601010, 15601011, 15601932, 15601933, 15601934, 15601935, 15602456, 15602457, 15602458, 15602459, 15601981, 15601982, 15601983, 15601984, 15602417, 15602418, 15602419, 15602420, 15602421, 15602422, 15602423, 15602379, 15602380, 15602381, 15602382, 15602383, 15602384, 15602385, 15602386, 15601012, 15601013, 15601014, 15601015, 15602476, 15602477] into sc-release</title>
<updated>2021-08-17T22:57:37+00:00</updated>
<author>
<name>Android Build Coastguard Worker</name>
<email>android-build-coastguard-worker@google.com</email>
</author>
<published>2021-08-17T22:57:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_system_hardware_interfaces/commit/?id=858d482871f3b757af1da04777a3bd9be9ea427a'/>
<id>858d482871f3b757af1da04777a3bd9be9ea427a</id>
<content type='text'>
Change-Id: Ib5779eaebe4343915079821bbdf260ae9d3672c7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ib5779eaebe4343915079821bbdf260ae9d3672c7
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix parsing certificate with fallback to PEM.</title>
<updated>2021-08-17T22:54:11+00:00</updated>
<author>
<name>Janis Danisevskis</name>
<email>jdanis@google.com</email>
</author>
<published>2021-08-14T00:46:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_system_hardware_interfaces/commit/?id=b5e402bf17321bbee5b824e929ac1be45e89ffc6'/>
<id>b5e402bf17321bbee5b824e929ac1be45e89ffc6</id>
<content type='text'>
Also moving extractPubKey to wifikeystorehal_utils.h for visibility
for unit testing.

Bug: 196323960
Test: WifiLegacyKeystoreIntegrationTest
Merged-In: I2374de6566355b24b6678d6876481f576aae6c37
Change-Id: I2374de6566355b24b6678d6876481f576aae6c37
(cherry picked from commit 071ac0d87d0755f6613b8bee940a122faac1b69e)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also moving extractPubKey to wifikeystorehal_utils.h for visibility
for unit testing.

Bug: 196323960
Test: WifiLegacyKeystoreIntegrationTest
Merged-In: I2374de6566355b24b6678d6876481f576aae6c37
Change-Id: I2374de6566355b24b6678d6876481f576aae6c37
(cherry picked from commit 071ac0d87d0755f6613b8bee940a122faac1b69e)
</pre>
</div>
</content>
</entry>
<entry>
<title>Snap for 7620055 from ddf9a67dc8699ac7b37b70068e56031d225f517e to sc-release</title>
<updated>2021-08-07T03:10:11+00:00</updated>
<author>
<name>Android Build Coastguard Worker</name>
<email>android-build-coastguard-worker@google.com</email>
</author>
<published>2021-08-07T03:10:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_system_hardware_interfaces/commit/?id=589d5814fddea9bf7574db8e85f9ebfa335e896e'/>
<id>589d5814fddea9bf7574db8e85f9ebfa335e896e</id>
<content type='text'>
Change-Id: I41ff0fab1560e51b29c031afd8e767880937b8a3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I41ff0fab1560e51b29c031afd8e767880937b8a3
</pre>
</div>
</content>
</entry>
<entry>
<title>Reinstate PEM encoding for keystore certificate blobs.</title>
<updated>2021-08-04T02:35:07+00:00</updated>
<author>
<name>Janis Danisevskis</name>
<email>jdanis@google.com</email>
</author>
<published>2021-07-30T00:27:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_system_hardware_interfaces/commit/?id=ddf9a67dc8699ac7b37b70068e56031d225f517e'/>
<id>ddf9a67dc8699ac7b37b70068e56031d225f517e</id>
<content type='text'>
Wifi HALs (wpa_supplicant) only understand PEM encoded certificates.
So we have to check and convert every certificate loaded form keystore2
or legacy keystore to PEM encoding.

Test: atest VtsHalWifiKeystoreV1_0TargetTest
      atest WifiLegacyKeystoreIntegrationTest
Bug: 190223327
Change-Id: I333fd284a2e0d7abf1088ac170f6d02e304615a5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Wifi HALs (wpa_supplicant) only understand PEM encoded certificates.
So we have to check and convert every certificate loaded form keystore2
or legacy keystore to PEM encoding.

Test: atest VtsHalWifiKeystoreV1_0TargetTest
      atest WifiLegacyKeystoreIntegrationTest
Bug: 190223327
Change-Id: I333fd284a2e0d7abf1088ac170f6d02e304615a5
</pre>
</div>
</content>
</entry>
<entry>
<title>Snap for 7510676 from 85ab3db50ef9d5ec405afd5e60c3f234e75ac734 to sc-release</title>
<updated>2021-07-01T01:10:18+00:00</updated>
<author>
<name>Android Build Coastguard Worker</name>
<email>android-build-coastguard-worker@google.com</email>
</author>
<published>2021-07-01T01:10:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_system_hardware_interfaces/commit/?id=9e1410145ec624aa78a9d87a90d8ea6e526866f8'/>
<id>9e1410145ec624aa78a9d87a90d8ea6e526866f8</id>
<content type='text'>
Change-Id: I54db25e1bf36a404ea3f7829af1bc1d0ec35f046
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I54db25e1bf36a404ea3f7829af1bc1d0ec35f046
</pre>
</div>
</content>
</entry>
<entry>
<title>Wifi-Keystore: Add legacy keystore support.</title>
<updated>2021-06-30T05:09:18+00:00</updated>
<author>
<name>Janis Danisevskis</name>
<email>jdanis@google.com</email>
</author>
<published>2021-06-15T17:27:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_system_hardware_interfaces/commit/?id=85ab3db50ef9d5ec405afd5e60c3f234e75ac734'/>
<id>85ab3db50ef9d5ec405afd5e60c3f234e75ac734</id>
<content type='text'>
Bug: 191373871
Test: atest WifiLegacyKeystoreIntegrationTest
Change-Id: I33201136b90d6cbe27fb35940d1d0b915b78e9c5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 191373871
Test: atest WifiLegacyKeystoreIntegrationTest
Change-Id: I33201136b90d6cbe27fb35940d1d0b915b78e9c5
</pre>
</div>
</content>
</entry>
<entry>
<title>Snap for 7402811 from 22fd836441b1d1a67046c4d779a4c481d37bb0a8 to sc-release</title>
<updated>2021-05-27T01:10:31+00:00</updated>
<author>
<name>android-build-team Robot</name>
<email>android-build-team-robot@google.com</email>
</author>
<published>2021-05-27T01:10:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_system_hardware_interfaces/commit/?id=d3e30124102f035bc81ee33158daeac3f0639c6f'/>
<id>d3e30124102f035bc81ee33158daeac3f0639c6f</id>
<content type='text'>
Change-Id: Ie9e474c38e9efec282d2460e0ac4891ec11f25bd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ie9e474c38e9efec282d2460e0ac4891ec11f25bd
</pre>
</div>
</content>
</entry>
<entry>
<title>Freeze AIDL APIs for SC</title>
<updated>2021-05-21T02:23:27+00:00</updated>
<author>
<name>Jiyong Park</name>
<email>jiyong@google.com</email>
</author>
<published>2021-05-21T02:23:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_system_hardware_interfaces/commit/?id=22fd836441b1d1a67046c4d779a4c481d37bb0a8'/>
<id>22fd836441b1d1a67046c4d779a4c481d37bb0a8</id>
<content type='text'>
Bug: 188713899
Test: m
Change-Id: I2c5106f03ad3627d4563246713ae93bc8e435547
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 188713899
Test: m
Change-Id: I2c5106f03ad3627d4563246713ae93bc8e435547
</pre>
</div>
</content>
</entry>
<entry>
<title>Snap for 7351654 from 69f73c2732db325134e5cd6abfe95f3c4ebfae8a to sc-release</title>
<updated>2021-05-11T01:09:29+00:00</updated>
<author>
<name>android-build-team Robot</name>
<email>android-build-team-robot@google.com</email>
</author>
<published>2021-05-11T01:09:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_system_hardware_interfaces/commit/?id=59a40937b452ad5ba907d8fcd42e99f554b8dc18'/>
<id>59a40937b452ad5ba907d8fcd42e99f554b8dc18</id>
<content type='text'>
Change-Id: Iad2de409a4a05fbc0e1e0f7f3084d96dd9778d56
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Iad2de409a4a05fbc0e1e0f7f3084d96dd9778d56
</pre>
</div>
</content>
</entry>
<entry>
<title>[automerger skipped] Merge "suspend: Change good suspend time to total" am: 22bbd096ca am: de8b38f0ec am: c90c02c687 -s ours</title>
<updated>2021-05-10T20:01:09+00:00</updated>
<author>
<name>Treehugger Robot</name>
<email>treehugger-gerrit@google.com</email>
</author>
<published>2021-05-10T20:01:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_system_hardware_interfaces/commit/?id=69f73c2732db325134e5cd6abfe95f3c4ebfae8a'/>
<id>69f73c2732db325134e5cd6abfe95f3c4ebfae8a</id>
<content type='text'>
am skip reason: Merged-In Ibb0daa62259a05bc21a4e69ef298c1e92d7fb970 with SHA-1 74fe319112 is already in history

Original change: https://android-review.googlesource.com/c/platform/system/hardware/interfaces/+/1696310

Change-Id: I5a384e4847a746a26c38969a6cac05bbcd2d7e3f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
am skip reason: Merged-In Ibb0daa62259a05bc21a4e69ef298c1e92d7fb970 with SHA-1 74fe319112 is already in history

Original change: https://android-review.googlesource.com/c/platform/system/hardware/interfaces/+/1696310

Change-Id: I5a384e4847a746a26c38969a6cac05bbcd2d7e3f
</pre>
</div>
</content>
</entry>
</feed>
