<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xml:lang="en">
<title>Risto Helin&#039;s Forum Nokia Blog</title> 
<subtitle type="html">&lt;p&gt;Works for Forum Nokia where his task is to represent Nokia in Symbian Signed and Java Verified.&lt;/p&gt;
</subtitle>
 
<updated>2007-02-16T13:32:55+02:00</updated> 
<id>http://www.lifetype.net,1.2/</id>
<link rel="alternate" type="text/html"  hreflang="en" href="http://blogs.forum.nokia.com/blog/risto-helins-forum-nokia-blog" />
 
<rights>Copyright (c) Rippe</rights>
<generator uri="http://www.lifetype.net/" version="1.2">LifeType at Forum Nokia</generator> 
 
<entry> 
<title>SSL certificates in S60 3.0</title>
<link rel="alternate" type="text/html" href="http://blogs.forum.nokia.com/blog/risto-helins-forum-nokia-blog/2007/02/16/ssl-certificates-in-s60-3.0" /> 
<id>tag:blogs.forum.nokia.com,2007-02-16:412</id>
 
<updated>2007-02-16T13:32:55+02:00</updated> 
<published>2007-02-16T13:32:55+02:00</published> 
<summary type="html">There has been some discussion in various forums about how to install a SSL certificate to S60 3.0 device. I asked around and I&#039;m planning on creating a short document around the subject. But ...</summary> 
<author> 
 
<name>Rippe</name> 
<uri>http://blogs.forum.nokia.com/blog/risto-helins-forum-nokia-blog</uri> 
</author> 
<dc:subject>
Connectivity 
Symbian C++ 
</dc:subject> 
<content type="text/html" xml:lang="en" xml:base="http://blogs.forum.nokia.com/blog/risto-helins-forum-nokia-blog"> 
There has been some discussion in various forums about how to install a SSL certificate to S60 3.0 device. I asked around and I&#039;m planning on creating a short document around the subject. But first the quick way of sharing information - a blog! I hope this will provide some clarity to the subject. &lt;br /&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-GB&quot; style=&quot;&quot;&gt;An SSL certificate can be used for different purposes:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul type=&quot;disc&quot; style=&quot;margin-top: 0cm;&quot;&gt;
    &lt;li style=&quot;&quot; class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-GB&quot; style=&quot;&quot;&gt;Authenticating client to server      (e.g. SSL/TLS client authentication)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
    &lt;li style=&quot;&quot; class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-GB&quot; style=&quot;&quot;&gt;Authenticating server during      SSL/TLS handshake&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
Using client certificates to authenticate a user&lt;br /&gt;S60 only allows importing personal certificates and associated keys from .p12 files. The certificate must be a general X.509 certificate which is DER encoded. Private key and certificate file are to be packaged into a PKCS 12 package (.p12 format). The file can then be imported to the device, for example by using file transfer. &lt;br /&gt;&lt;br /&gt;Using the certificate to authenticate a web server&lt;br /&gt;The certificate must be a general X.509 certificate which is DER encoded. In order to be able to import certificate, it must be recognized as a CA certificate to make it work. &lt;br /&gt;&lt;br /&gt;If certificate is not recognized as a CA certificate (meaning that key usage is not CertSigning and BasicConstrains doesn&amp;#8217;t indicate that it is not a CA certificate), then you need to follow these steps&lt;br /&gt;&lt;br /&gt;Using a web server:&lt;br /&gt;1. Copy the certificate file to Web server&lt;br /&gt;2. Set the MIME type for the directory where the certificate is as application/x-x509-ca-cert &lt;br /&gt;3. Use the web browser in the S60 device to browse the certificate&lt;br /&gt;4. Import the certificate 
</content> 
</entry> 
 
</feed>