commit | 96996494d70be1e9e95cb62f122b9b79555d53d8 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Nov 24 11:47:14 2009 -0800 |
committer | Elliott Hughes <enh@google.com> | Tue Nov 24 11:47:14 2009 -0800 |
tree | 0ec2379a402963d798ac7364fdfda3aa67a10878 | |
parent | 0dfef7bc223f18a1372b4c44c822b9cdc5d5f741 [diff] |
Fix browser crashes if server certificates have > 32 subjectAltNames. Android-only changes added an arbitrary limit that upstream doesn't have. This limit-free implementation is still more efficient than upstream (which always allocates three Vectors). Dr No: danfuzz Bug: 2281869