commit | 8c6714a408efa908d45c71c8106fb1034a54c3fb | [log] [tgz] |
---|---|---|
author | Kenny Root <kroot@google.com> | Thu Feb 21 15:11:03 2013 -0800 |
committer | Kenny Root <kroot@google.com> | Mon Feb 25 13:56:57 2013 -0800 |
tree | a51106154d3dfa6f81f64e8f37f8d0acceddd7f8 | |
parent | 34acecb989e8cecfe10027d3a2c6e6b8a54d970f [diff] |
CertPath: output PkiPath in correct order All PkiPath encodings were coming out backwards from the specification since the PkiPath is encoded in the opposite sequence of the documented API convention in code. Clean up the code to match current convention. Remove encoding optimization that could cause a race since the cached encoding fields are not final and the supplied encoding may not match re-encoding. Change-Id: I17db0e52272a1adf47766c8bbd33b63da454c1cf