Programming via secure connection

Discussion to talk about software related topics only.
SeeCwriter
Posts: 605
Joined: Mon May 12, 2008 10:55 am

Re: Programming via secure connection

Post by SeeCwriter »

I just noticed your response as I was preparing another question. What you've outline sounds good and more involved than originally conceived. It also sounds like something we should have paid for. Don't hesitate to ask if necessary.
User avatar
pbreed
Posts: 1080
Joined: Thu Apr 24, 2008 3:58 pm

Re: Programming via secure connection

Post by pbreed »

Code signing will be in 3.3.3.
See the software comments from yesterday.
SeeCwriter
Posts: 605
Joined: Mon May 12, 2008 10:55 am

Re: Programming via secure connection

Post by SeeCwriter »

Regarding these steps from pbreed,
----------------------------------------------------
Basic operations:
1)Create a public/private key pair.
2)Turn on option in eclipse and or command line to sign code.
(Each build will prompt you for private key).
-----------------------------------------------------

1. Is the key pair a client or server key, or does it matter? And how is that key differentiated from the key used to make a secure connection?
2. I have not been able to find this option in Eclipse.

I'm using v3.3.4.
Post Reply