History log of /libcore/luni/src/test/java/tests/security/cert/X509CertSelectorTest.java
Revision Date Author Comments
bd7a7c87692d3b5be341fbc5022eaa07611ae751 05-Oct-2011 Brian Carlstrom <bdc@google.com> Update test now that DNS names starting with a digit are allowed

In change:
commit 2f9e468ed4985edfd5e351faf2089d91e561e41d
Author: Elliott Hughes <enh@google.com>
Date: Fri Oct 9 17:21:46 2009 -0700

Update libcore/security to Harmony r823222.

GeneralName.checkDNS was updated to support RFC 1123 (section 2.1)
which allows DNS names to start with a digit. This updates the test to
track that change by changing the negative test input for parsing DNS
names to not start with a '0'.

Bug: 5411722
Change-Id: Ie037e6d54e3e2c8b603af455ccde31c4558f070f
229e34b182b98e1dba15d3dc6341954986ae2b7a 03-Mar-2011 Brian Carlstrom <bdc@google.com> Removing use of @tests and @Test.* annotations

Change-Id: I89243efdeebe22543c45a2166b634f40c3e78cf8
595db69d9b219f3d2d4598b5cb57c116cd157918 25-Jan-2011 Jesse Wilson <jessewilson@google.com> Rollback an inadvertent API change to X509CertSelector.

Change-Id: I4ae0a881502c8240b952ca4bf574997b1a610b95
5c27fb80ffd335aa45dc8829ba3ecbc18c01e4e8 25-Jan-2011 Jesse Wilson <jessewilson@google.com> Use generics in Harmony's ASN.1, X.501 and X.509.

This change cleans up this code and uses modern Java idioms. It should not
change the behavior.

Change-Id: Ie869ced7c9e18634409ae194aa9a2c2a5e5ca530
f33eae7e84eb6d3b0f4e86b59605bb3de73009f3 13-May-2010 Elliott Hughes <enh@google.com> Remove all trailing whitespace from the dalvik team-maintained parts of libcore.

Gentlemen, you may now set your editors to "strip trailing whitespace"...

Change-Id: I85b2f6c80e5fbef1af6cab11789790b078c11b1b
cec4dd4b1d33f78997603d0f89c0d0e56e64dbcd 26-Apr-2010 Peter Hallam <peterhal@google.com> merge more modules into luni