- 21 Jul, 2014 3 commits
-
-
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
-
- 30 Apr, 2014 11 commits
-
-
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 3 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 4 commits
-
-
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 '62d722a2': Delete test that depends on an external server.
-
Narayan Kamath authored
* commit '668ba674': Delete test that depends on an external server.
-
Narayan Kamath authored
* commit '8ebfe8fb': Delete test that depends on an external server.
-
- 05 Feb, 2014 1 commit
-
-
Narayan Kamath authored
This is correctly tested in libcore.java.net.URLConnectionTest so there's no need for a badly written duplicate test. bug: 12864018 (cherry picked from commit 4dd52688) Change-Id: I0016298b8970bb937900a8e39aca2f4f252a7a1c
-
- 14 Nov, 2013 8 commits
-
-
Alex Klyubin authored
am 23b3ea3a: am e496d90d: am cef32f3b: Merge "SSLEngine: Test that server params are verified" into jb-dev * commit '23b3ea3a': SSLEngine: Test that server params are verified
-
Alex Klyubin authored
* commit 'e496d90d': SSLEngine: Test that server params are verified
-
Alex Klyubin authored
* commit 'cef32f3b': SSLEngine: Test that server params are verified
-
Alex Klyubin authored
-
Alex Klyubin authored
* commit '7f1b2d5d': SSLEngine: Verify server RSA params signature
-
Alex Klyubin authored
* commit '6da3c4a6': SSLEngine: Verify server RSA params signature
-
Alex Klyubin authored
* commit 'ef6e14e8': SSLEngine: Verify server RSA params signature
-
Alex Klyubin authored
This CL adds tests that check that SSLEngine's handshake fails if the signature of server params in ServerKeyExchange does not verify. Bug: 11631299 Change-Id: I16dfa9c07a4f094adc17aadd6fb3fe9eac88103b
-
- 13 Nov, 2013 3 commits
-
-
Alex Klyubin authored
The client did not verify the signature of server's RSA params in ServerKeyExchange. Bug: 11631299 Change-Id: I64b93ea2caf6da100661303c4e7f7e7eff1ae536
-
Kenny Root authored
* commit '74e97557': SSLEngine: verify DHE signature
-
Kenny Root authored
* commit 'db219623': SSLEngine: verify DHE signature
-