- 28 May, 2015 1 commit
-
- 25 Jul, 2014 3 commits
-
-
Alex Klyubin authored
* commit '883946c5': DO NOT MERGE: Add a way to get all values of an attribute of DN.
-
Alex Klyubin authored
* commit '4fec20ec': DO NOT MERGE: Add a way to get all values of an attribute of DN.
-
Alex Klyubin authored
This is needed to switch Apache HTTP hostname verification from its own Distinguished Name (DN) parsing code to this library's DistinguishedNameParser. Bug: 16510257 (cherry picked from commit 7bbe7cb0) Change-Id: I4a20729dad557aebe0bd055736777e34b51167e8
-
- 21 Jul, 2014 4 commits
-
-
Neil Fuller authored
* commit '889e1d5a': Add additional checks in ObjectInputStream
-
Neil Fuller authored
* commit '1fe89b7b': Add additional checks in ObjectInputStream
-
Neil Fuller authored
* commit 'e0c6824f': Add additional checks in ObjectInputStream
-
Neil Fuller authored
Change-Id: I75aee3cb8a56197e6be60deb486c13e95f84644d
-
- 17 Jul, 2014 1 commit
-
-
Neil Fuller authored
Thanks to Jann Horn for reporting a bug in ObjectInputStream and sending the initial patch. Add some checks that the class of an object being deserialized still conforms to the requirements for serialization. Add some checks that the class being deserialized matches the type information (enum, serializable, externalizable) held in the stream. Delayed static initialization of classes until the type of the class has been validated against the stream content in some cases. Added more tests. Bug: 15874291 (cherry picked from commit 738c833d) Change-Id: I9f5437ed60936882de56589537176466624e631d
-
- 07 Jul, 2014 1 commit
-
-
Bill Yi authored
-
- 08 Jul, 2014 1 commit
-
-
Mathieu Chartier authored
There was a race condition where the reference queue daemon wouldn't necessarily have processed the cleared references by the time we called WeakHashMap.size(). The race is fixed by doing a busy wait with a 5 second timeout. This should't increase the test time in the average case since the cleared weak references should be processed shortly after induceFinalization finishes. Bug: 15775475 Change-Id: Id5a532c2a9b3377641523aaed67f1b48a8ec632b (cherry picked from commit 97afbd79)
-
- 30 Apr, 2014 14 commits
-
-
Kenny Root authored
* commit 'c81569dc': Add API to check certificate chain signatures
-
Kenny Root authored
* commit '2b556603': Add API to check certificate chain signatures
-
Kenny Root authored
* commit 'd3d58171': Add API to check certificate chain signatures
-
Kenny Root authored
* commit '2bc5e811': Add API to check certificate chain signatures
-
Kenny Root authored
* commit '4629f94a': JarFile: make test chain 3 long
-
Kenny Root authored
* commit '50256449': Revert "Add API to check certificate chain signatures"
-
Kenny Root authored
* commit 'e0350a80': JarFile: make test chain 3 long
-
Kenny Root authored
* commit '9cd5caec': Revert "Add API to check certificate chain signatures"
-
Kenny Root authored
* commit 'afd7d947': JarFile: make test chain 3 long
-
Kenny Root authored
* commit '8c9ea691': Revert "Add API to check certificate chain signatures"
-
Kenny Root authored
Add hidden API to check certificate chain signatures when needed. The getCertificates implementation returns a list of all the certificates and chains and would expect any caller interested in verifying actual chains to call getCodeSigners instead. We add this hidden constructor as a stop-gap until we can switch callers over to getCodeSigners. Bug: 13678484 Change-Id: I01cddef287767422454de4c5fd266c812a04d570
-
Kenny Root authored
-
- 29 Apr, 2014 2 commits
-
-
Kenny Root authored
This reverts commit f8986a98. Bug: 13678484 Change-Id: Ie2e44c60cc025a8a1e54aa7a6fb4b251ad363aae
-
Kenny Root authored
Change-Id: I761f0a652a8502e28a4f9bb15ac9782d3ad42355
-
- 22 Apr, 2014 4 commits
-
-
Kenny Root authored
* commit '951aa4f4': Tests for API to check certificate chain signatures
-
Kenny Root authored
* commit '531968cf': Tests for API to check certificate chain signatures
-
Kenny Root authored
* commit 'cb11b9ff': Tests for API to check certificate chain signatures
- 18 Apr, 2014 5 commits
-
-
Kenny Root authored
* commit 'c79a75f3': Add API to check certificate chain signatures
-
Kenny Root authored
* commit '928d0707': Add API to check certificate chain signatures
-
Kenny Root authored
Bug: 13678484 Change-Id: Ibc14b3e9b1159c7b0b130d01fac933f71a99ad96
-
Kenny Root authored
* commit '6640b107': Add API to check certificate chain signatures
-
Kenny Root authored
* commit 'f8986a98': Add API to check certificate chain signatures
-
- 17 Apr, 2014 1 commit
-
-
Kenny Root authored
Add hidden API to check certificate chain signatures when needed. The getCertificates implementation returns a list of all the certificates and chains and would expect any caller interested in verifying actual chains to call getCodeSigners instead. We add this hidden constructor as a stop-gap until we can switch callers over to getCodeSigners. Bug: 13678484 Change-Id: I6ad8a168adf6a33b9155f416ed22852ded221382
-
- 06 Feb, 2014 3 commits
-
-
Narayan Kamath authored
* commit '081a81cc': Delete test that depends on an external server.
-
Narayan Kamath authored
* commit '62d722a2': Delete test that depends on an external server.
-
Narayan Kamath authored
* commit '668ba674': Delete test that depends on an external server.
-