commit | 801b73f661cbdf92de94b7e552a190fcbbdc3168 | [log] [tgz] |
---|---|---|
author | Chung-yih Wang <cywang@google.com> | Tue Sep 08 03:52:45 2009 +0800 |
committer | Chung-yih Wang <cywang@google.com> | Wed Sep 09 15:00:43 2009 +0800 |
tree | d67ad7b9bca1e97a7cc4ecbab4c6e680933ab1b6 | |
parent | 88e625795943dea84b2e7c32f37e71303143b728 [diff] |
Replace the delimiter whitespace with '\0'. + Use '\0' as the delimiter. + Allow whitespace character for keystore password. In previous implementation, we use space as the delimiter. That will stop user from using passphrase with whitespace character.