Am 22.03.2015 um 13:00 schrieb twsocket-requ...@lists.elists.org:
Send TWSocket mailing list submissions to
        twsocket@lists.elists.org

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
or, via email, send a message with subject or body 'help' to
        twsocket-requ...@lists.elists.org

You can reach the person managing the list at
        twsocket-ow...@lists.elists.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of TWSocket digest..."


Today's Topics:

    1. Mail Send with SSL (Michael Schuricht)
    2. Re: Mail Send with SSL (Angus Robertson - Magenta Systems Ltd)


----------------------------------------------------------------------

Message: 1
Date: Sun, 22 Mar 2015 08:54:40 +0100
From: Michael Schuricht <m.schuri...@online.de>
To: twsocket@lists.elists.org
Subject: [twsocket] Mail Send with SSL
Message-ID: <550e7540.8080...@online.de>
Content-Type: text/plain; charset=utf-8; format=flowed

Hello,

I  want use the Overbyte ICS component for sending Mails with SSL. The demo is 
running fine (I can send Mails).
Then I have copy all necessary Files, used in project OverbyteIcsSslMailSnd, in 
a new directory and adapt the setting. And I also copied  all * .pem files in 
the same directory and create sub dirctory TrustedCAStore  created.  All is 
running and works fine.
Now I wanted to create my own certificates (according to the instructions in 
the directory SSlCerts File IcsSslBuildCerts.bat).
     For that, a compiled version of OpenSSL I have downloaded (from
http://indy.fulgan.com/SSL/openssl-1.0.2-i386-win32.zip)
Archives unpacked and adapted paths in IcsSslBuildCerts.bat (Set BASE_DIR = 
D:\OpenSSL\SslCerts
     set OPENSSL_BIN = D:\ OpenSSL\Ver1.02
     set OPENSSL_CONF =% BASE_DIR%\ openssl.conf
     set PASS = password)
Run the batch file and answer the inputs. Running without errors.
It creates a lot of files. But what files I need for the
OverbyteIcsSslMailSnd project? (CA File, File Cert and Key File)

This is a part of batchfile:
rem Next serial number is in rool.srl text file rem You must change the 
settings in OpenSSL.conf and rem also in the environment variables below.

Which settings I must do in OpenSSL.conf?
What is rool.srl?

I think I must have similar files like TrustedCABundle.pem, 01key.pem
and 01cert.pem

I need help!

Regards Michael



------------------------------

Message: 2
Date: Sun, 22 Mar 2015 09:37 +0000 (GMT Standard Time)
From: "Angus Robertson - Magenta Systems Ltd" <an...@magsys.co.uk>
To: twsocket@lists.elists.org
Subject: Re: [twsocket] Mail Send with SSL
Message-ID: <memo.20150322093712.168...@magsys.adsl.magsys.co.uk>
Content-Type: text/plain; charset="iso-8859-1"

I  want use the Overbyte ICS component for sending Mails with SSL.
The demo is running fine (I can send Mails).
Now I wanted to create my own certificates (according to the
instructions in the directory SSlCerts File IcsSslBuildCerts.bat).
SSL client applications generally don't need SSL certificates, they are
required by all servers to actually encrypt the data, and optionally to prove
the server and domain match.

An SSL client only needs a private key and certificate if it needs to prove
it's identity to the server as a second level over passwords, and the server
owner would normally issue the certificates.

If you want to create a certificate request to buy an SSL certificate or create
a untrusted self signed certificate, build the OverbyteIcsPemTool sample
application which provides a GUI to do all this.  You can copy the code into
your own application for end users, generally only servers again.

If an SSL client wants to check the server certificate is trusted, you need a
trusted store of root certificates, and these regularly expire or are cancelled,
so need to kept up to date somehow.

The OverbyteIcsPemTool allows you to explore the Windows trusted store and
export all the trusted certificates into a single file or directory that
OpenSSL understands.  Or look at the OverbyteIcsMsVerify sample that
illustrates how to check certificates directly against the Windows trusted
store (which Windows Updates keeps up to date).

BTW, secure email testing is best done against Google gmail.

Angus



------------------------------

Subject: Digest Footer

_______________________________________________
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

------------------------------

End of TWSocket Digest, Vol 604, Issue 4
****************************************
Hi Angus,
Thanks for your answer.
But I'm not smart in your reply.

I speak over the example Send Mail with SSL (OverbyteIcsSslMailSnd). And only over this.

How became I 3 new Files: CA File (in example named TrustedCABundle.pem) Cert File (in example named 01cert.pem) and Key File (in example named 01key.pem) with my own Properties( name, email-addr. Company, location etc.)
example as File named   MyTrustedCABundle.pem, 02mycert.pem and 02mykey.pem

Can you give me a step by step instruction?

Regards Michael


--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to