|
|
| Author |
Message |
|
| anders_n |
Posted: Tue Apr 10, 2007 3:15 am |
|
|
|
User
Joined: 28 Feb 2005
Posts: 155
Location: Saltillo, Mexico
|
|
| Back to top |
|
| Shemalicious |
Posted: Tue Apr 10, 2007 2:28 pm |
|
|
|
Guest
|
|
| Back to top |
|
| Guest |
Posted: Thu Apr 19, 2007 4:38 am |
|
|
|
Guest
|
Hi,
Some aspects of the application concept are a bit fuzzy, and this is
one of them. The 'applications' field in the .app file is used to
specify which applications should be started before this application is.
asn1, however, is a library application in the sense that it has no
supervision tree and thus does not need to be started before it can
be used. What ssh needs is the code for asn1 being available, not that
it is started, but there is (currently) no way of expressing that in
the .app file.
Regards,
Gunilla, Erlang/OTP team
Anders Nygren wrote:
> Hi
> I have found that in R11B-4 ssh has a dependency on asn1, but asn1 is not
> included in the ssh.app file.
>
> /Anders
_______________________________________________
erlang-bugs mailing list
erlang-bugs@erlang.org
http://www.erlang.org/mailman/listinfo/erlang-bugs
Post recived from mailinglist |
|
|
| Back to top |
|
| anders_n |
Posted: Thu Apr 19, 2007 5:47 am |
|
|
|
User
Joined: 28 Feb 2005
Posts: 155
Location: Saltillo, Mexico
|
On 4/18/07, Gunilla Arendt <gunilla@erix.ericsson.se> wrote:
> Hi,
>
> Some aspects of the application concept are a bit fuzzy, and this is
> one of them. The 'applications' field in the .app file is used to
> specify which applications should be started before this application is.
>
The documentation is a bit unclear, both "Design Principles" and
app(4) says about the 'applications' field that it is all applications that
shall be started, but then they add the comment that
"...all applications have dependencies to at least kernel and stdlib."
Which can give the impression that You actually have to include the
library applications as well.
> asn1, however, is a library application in the sense that it has no
> supervision tree and thus does not need to be started before it can
> be used. What ssh needs is the code for asn1 being available, not that
> it is started, but there is (currently) no way of expressing that in
> the .app file.
>
Unfortunately ssh converts any errors from 'DSS':decode/2 to {error, bad_format}
The "guilty" party is ssh_file:decode_private_key_v2(Private, "ssh-dss")
/Anders
> Regards,
> Gunilla, Erlang/OTP team
>
>
> Anders Nygren wrote:
> > Hi
> > I have found that in R11B-4 ssh has a dependency on asn1, but asn1 is not
> > included in the ssh.app file.
> >
> > /Anders
>
> _______________________________________________
> erlang-bugs mailing list
> erlang-bugs@erlang.org
> http://www.erlang.org/mailman/listinfo/erlang-bugs
>
_______________________________________________
erlang-bugs mailing list
erlang-bugs@erlang.org
http://www.erlang.org/mailman/listinfo/erlang-bugs
Post recived from mailinglist |
|
|
| Back to top |
|
|
|
All times are GMT
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum
|
|
|