Hi everybody,
Does Anyone know how the battery status protocol works?
I'd like to know which type of control messages are exchanged between battery and mobile phone. I'm working on a nokia 6630...
Type: Posts; User: giuseppeottelli; Keyword(s):
Hi everybody,
Does Anyone know how the battery status protocol works?
I'd like to know which type of control messages are exchanged between battery and mobile phone. I'm working on a nokia 6630...
Hi,
I'm writing an application, that connects to a server, sends an http request and receives data. I use RSocket::RecvOneOrMore to receive data from server and KErrEof as exit condition. I tested...
I set up a CA and then I created a server certificate and signed it with CA certificate...is it the right way?
Which type of certificate (self-signed, CA signed) can i use to test my ssl client?
...
Hi,
I'm developing an application that uses ssl/tls protection on 2nd edition sdk;I'm testing it on the emulator.
During the handshake, my ssl client sends to the server this error message:
SSL3...
Hi,
I wrote a client that downloads data from a server (tcp server or ssl server). Testing it, I noticed that client use a lot of time (about 20 min) to download a text file of 200kbyte.
Do i...
It's the open c plugin. I downloaded it from forum.nokia.com. This is the link
...
Thanks Peter.
Another question:
I wrote an application that uses sockets and ssl libraries...I tested it on emulator and it works well..Now I'm going to test on a real phone, nokia 6630...
Can...
hi everybody,
only 3rd edition devices support OpenC libraries?
Can 2nd edition phones (for example nokia 6630) use this libraries?
Giuseppe
Hi,
the last link (http://s25.quicksharing.com/v/5205297/Openssl_Symbian.zip.html) is obsolete...someone can upload the files again or send them via mail?
thanks in advance
Giuseppe
Can anyone send me an example of certificate that runs with Symbian?
I think tha my problems deals with the type of certificate that I use
Thanks in advance
Anyone can help me?
Did anyone test the sdk secure sockets example?
Maybe my code is defective, but i tested sdk example and it behaves in the same way...
The certificate shouldn't be corrupted because using openssl server and client everything works well...
I...
I still have problem with handshake.....it starts, Server sends its certificate, but after that, instead of starting ServerKeyExchange, it sends to client serverhello done. Client responds with a...
hi,
I'm not sure about this method:
iTlsSocket->SetOpt(KSoSSLDomainName,KSolInetSSL, servername);
I found on forums that "serverName (8-bit descriptor) is the name expected to be in the...
Now I'm testing if ssl-Handshake works well....then I will implement a secure data exchange between a cell phone and a server
if I start the scheduler, my code does nothing, emulator'windows...
Hi,
I tried to use SecureSockets example (SecEngine.ccp/.h), but i still have problems....
My application doesn't called The RunL method and exits with "Console Panic KERN-EXEC 3"
I try to comment...
E32USER-CBase 42
anybody can help me?
Is my code correct?
I did some tests and I found that the problem is the SetActive call after RSocket::Connect. Commenting this method, script doesn't crash and the socket...
checking the epocwind.out file, the only error that I've found is:
[DOSSERVER] RDosServer::Connect()-CreateSession err: -1
But this method is called again in the file, returning no error.
Also...
hi,
the error is a connection failed error, 10061.
server spec: openssl version 0.9.71 on mac os X 10..4.9 (kernel Darwin 8.9.1)
Sorry the error is not 10061, when I tested my code and checked...
RSocket::Connect works well. The socket is connected to server, but as soon as it is connected, my script exits not correctly closing emulator window...
how can i check the return code?
thanks in...
hi
i tried to use active objects, but I still have some problem...
After connecting to the server with RSocket::Connect, my program crashes....(this happens when I put SetActive() command after...
My socket is a client and is connected to a server....I didn't quote entire code...the entire code is:
RSocketServ sockServ;
User::LeaveIfError(sockServ.Connect());
// posto --> 1 FRODO...
hi everybody,
I'm testing SSL on Symbian (3rd)... I have a problem with NewL method of CSecureSocket class....When my script calls this method the emulator crashes and dont't return...
Hi,
I'm working on Symbian C++ sockets, but I have some problems. Is there a simple tutorial which explains how to use socket classes?
thank you
Giuseppe