1. 21 Jul, 2014 3 commits
  2. 17 Jul, 2014 1 commit
    • Neil Fuller's avatar
      Add additional checks in ObjectInputStream · 47f0ec56
      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
      47f0ec56
  3. 30 Apr, 2014 11 commits
  4. 29 Apr, 2014 2 commits
  5. 22 Apr, 2014 3 commits
  6. 18 Apr, 2014 4 commits
  7. 17 Apr, 2014 1 commit
    • Kenny Root's avatar
      Add API to check certificate chain signatures · f8986a98
      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
      f8986a98
  8. 06 Feb, 2014 3 commits
  9. 05 Feb, 2014 1 commit
  10. 14 Nov, 2013 8 commits
  11. 13 Nov, 2013 3 commits