You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Gordon Sim (JIRA)" <ji...@apache.org> on 2014/11/10 14:33:34 UTC

[jira] [Resolved] (QPID-5927) Broker does not support whitespace in passwords in SSL password file

     [ https://issues.apache.org/jira/browse/QPID-5927?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gordon Sim resolved QPID-5927.
------------------------------
       Resolution: Fixed
    Fix Version/s: 0.31

> Broker does not support whitespace in passwords in SSL password file
> --------------------------------------------------------------------
>
>                 Key: QPID-5927
>                 URL: https://issues.apache.org/jira/browse/QPID-5927
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>    Affects Versions: 0.28, 0.30
>            Reporter: Chris Richardson
>            Assignee: Gordon Sim
>             Fix For: 0.31
>
>
> qpid/sys/ssl/util.cpp reads passwords from the password file with
> ...
>     std::string password;
>     file >> password;
> ...
> The stream operator stops reading at the first whitespace character so a password of eg: "this is a password"  (considered valid by certutil) will not be properly parsed by the broker.
> Possibly use std::getline(file, password); or a stream manipulator instead.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org