This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: security with gcj
- From: Andrew Haley <aph at redhat dot com>
- To: decuplo at yahoo dot com
- Cc: java at gcc dot gnu dot org
- Date: Tue, 08 Jul 2008 21:37:13 +0100
- Subject: Re: security with gcj
- References: <682117.48319.qm@web56905.mail.re3.yahoo.com>
- - wrote:
I try to arrange a small application with gcj (binary code generation not
byte code) under windows and linux operating systems.
I saw under windows that with C# or VB it is possible to "sign" the application.
Tipical commands are "sn" and "al" taking in input some ".snk" files...
Is there any procedure/command to follow also with gcj to sign the executable and verify them?
Not really, no. I'm not sure hos much sense this makes,
in any case: when you install an executable, whether it's
been built by gcj or something else, that's the time to
check that it has been signed by someone you trust. RPM
provides this facility, as do a bunch of other package
management programs.
Andrew.