A / V / Text encryption methods

2009-01-08 Thread D3|\||\|!$
would be to use SSH but again, I'm not sure if it can be used with UDP and also about its authentication methods. Comments would be welcome. Also, I'm looking for suitable forums/IRC channels to discuss the topic more. Could the people here suggest me some??? Regards, D3

Re: Problem with PR_Recv in blocking mode.

2008-03-19 Thread D3|\||\|!$
in the first call to PR_Recieve itself??? How does this extra packet come into the picture...?? Warm Regards, D3|\||\|!$ ___ dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto

Problem with PR_Recv in blocking mode.

2008-03-18 Thread D3|\||\|!$
, it doesn't block(as expected) but returns with a single byte NULL character. If it is called again, then it blocks like any other blocking socket... This however, is not the case with the client(non-blocking). I have to figure out the cause of this as well.. Warm Regards, D3

Re: Possible problems(bugs??) in selfserv-tstclnt pair...

2008-03-10 Thread D3|\||\|!$
I don't know what's is wrong.  I can only suggest that you set a breakpoint in tstclnt here:http://lxr.mozilla.org/security/source/security/nss/lib/ssl/ssl3con.c... ssl3con.c is not a accessed directly by tstclnt. Maybe it is called internally by one of the included headers, but I'm not sure

Possible problems(bugs??) in selfserv-tstclnt pair...

2008-03-07 Thread D3|\||\|!$
of tstclnt and selfserv below: Warm Regards, D3|\||\|!$ For selfserv: ** selfserv: About to call accept. selfserv: About to call accept. selfserv: 0 cache hits; 1 cache misses, 0 cache

Re: Possible problems(bugs??) in selfserv-tstclnt pair...

2008-03-07 Thread D3|\||\|!$
***­*** tstclnt.exe: connect: Failure to load dynamic library. ***­*** This is

Socket configuration settings for single process client server

2008-03-06 Thread D3|\||\|!$
...??? I wish to send/recieve packets from both the applications, use client authentication and command line password... Warm Regards, D3|\||\|!$ ___ dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev

Re: SSL_ConfigServerSessionIDCache re-initializing nickname string.

2008-03-05 Thread D3|\||\|!$
On Mar 4, 5:50 pm, Nelson Bolyard [EMAIL PROTECTED] wrote: D3|\||\|!$ wrote, On 2008-03-04 04:19: selfserv uses blocking sockets. I tried turning the PR_SockOpt_Nonblocking given at the below link to PR_TRUE to see if the clien't behaviour changed but now the PR_Accept function

Re: SSL_ConfigServerSessionIDCache re-initializing nickname string.

2008-03-05 Thread D3|\||\|!$
only was seeking help since I felt that people like you(who've been involved with implementing NSS) would surely have a far better knowledge of the API internals than a fledgling like me and could probably figure out where/why the code is trying to overwrite write-protected memory... Regards, D3

SSL_ConfigServerSessionIDCache re-initializing nickname string.

2008-03-04 Thread D3|\||\|!$
this same code in C and all the stuff was working properly but now I've converted it into C++ code and there are problems popping up... Any help would be appreciated, Warm Regards, D3|\||\|!$ ___ dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org

Re: SSL_ConfigServerSessionIDCache re-initializing nickname string.

2008-03-04 Thread D3|\||\|!$
On Mar 4, 1:42 pm, Nelson Bolyard [EMAIL PROTECTED] wrote: D3|\||\|!$ wrote, On 2008-03-03 21:57: Hi All!!! I wrote an SSL server similar to selfserv.c SSL_ConfigServerSessionIDCache is reinitializing the Server_Certificate_Nickname string to , due to which the application is not able

Re: Looking for details about PR_Init argument maxPTDs

2008-02-19 Thread D3|\||\|!$
part explicitly since the word go... Warm Regards, D3|\||\|!$ ps: Could you shed some some light upon this snag I've been struggling with of late..?? I just wrote a wrapper for a single process SSL client server in which I have followed the initialization - configuration method used

Looking for details about PR_Init argument maxPTDs

2008-02-18 Thread D3|\||\|!$
Hi All, I want to know what maxPTDs argument of PR_Init is... http://www.mozilla.org/projects/nspr/reference/html/prinit.html#15734 The description says: maxPTDsThis parameter is ignored. Then what's its purpose??? Warm Regards, D3

SSL_AuthCertificate returning socket error!!!

2008-02-16 Thread D3|\||\|!$
out what happened Need hints as to what went wrong... Warm Regards, D3|\||\|!$ ___ dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto

Looking for a standard NSS function

2008-02-15 Thread D3|\||\|!$
Hi All!!! I am looking for a standard NSS/NSPR function which when called should return and/or the local IP address and the port number to which SSL is bound on the system. If these functionalities are not present by default, I would like to recieve suggestions regarding the implementation of

Re: Looking for Certificate Database management cues...

2008-02-06 Thread D3|\||\|!$
... If somebody could shed some light on that, I'd be very glad... Warm Regards, D3|\||\|!$ ___ dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto

Re: Looking for info regarding some NSS functions

2008-01-07 Thread D3|\||\|!$
Thanks a lot for the information rendered. Warm Regards, D3|\||\|!$ ___ dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto

Looking for info regarding some NSS functions

2007-12-29 Thread D3|\||\|!$
Hi All! I am looking for information regarding some SSL functions. I encountered them in selfserv.c packaged with the Mozilla source but no documentation is present for them on Mozilla site. I will be glad if somebody could supply me with their behaviour, return values etc. The functions are as

Re: Looking for error codes.

2007-12-13 Thread D3|\||\|!$
Hi!!! I found that this file contains several such unnamed error codes to which I have no clue... Can anybody kindly help me with finding what they actually indicate to the OS...??? Warm Regards, D3|\||\|!$ ___ dev-tech-crypto mailing list dev-tech

Re: Looking for info regarding some NSS/NSPR functions

2007-12-12 Thread D3|\||\|!$
On Dec 11, 11:30 pm, Wan-Teh Chang [EMAIL PROTECTED] wrote: On Dec 11, 2007 4:35 AM, D3!$ [EMAIL PROTECTED] wrote: Hi All!!! 1)I'm trying to figure out the function of the PL_CreateOptState PL_DestroyOptState functions mentioned in plgetopt.h: Looks like it parses the command

Looking for info regarding some NSS/NSPR functions

2007-12-11 Thread D3|\||\|!$
3.11.4 NSPR 4.6.4). Warm Regards, D3|\||\|!$ ___ dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto

Seeking a little explanation...

2007-12-08 Thread D3|\||\|!$
Dear All, 1) The RFC 2459 (http://www.ietf.org/rfc/rfc2459.txt) mentions under heading 5.3.1 (Reason Code) that CRL entry extension should be absent instead of using the unspecified (0) reasonCode value. Now, if its not meant to be used then why is it specified in the first place? What is the

Re: Which functions are used to establish UDP connections???

2007-11-30 Thread D3|\||\|!$
On Nov 29, 10:29 pm, Wan-Teh Chang [EMAIL PROTECTED] wrote: On Nov 29, 2007 4:25 AM, D3!$ [EMAIL PROTECTED] wrote: I just noticed that NSS can also send SSL encrypted packets via a UDP connection. No. SSL doesn't work over UDP. Yes!!! Even I was wondering how could it be possible

Re: Problems with compiling NSS source code.

2007-11-22 Thread D3|\||\|!$
On Nov 22, 12:33 pm, Nelson Bolyard [EMAIL PROTECTED] wrote: D3|\||\|!$ wrote: Thanks again for the information. Now I want to modify the selfserv.c to show the message sent in from the client-side... Doesn't selfserv's -v option do that already? NO. It simply shows the handshake details

Re: Problems with compiling NSS source code.

2007-11-20 Thread D3|\||\|!$
if PR_Read returned properly. Any suggestions to get around the problem? I also tried running tstclnt in debug mode synchronously with selfserv.exe but it is showing DLL load error despite the fact that I have put the dlls at the right place... Kindly help. Warm Regards, D3

Re: Problems with compiling NSS source code.

2007-11-20 Thread D3|\||\|!$
On Nov 20, 6:28 pm, David Stutzman dstutzman*at*dsci.com wrote: D3|\||\|!$ wrote: Thanks again for the information. Now I want to modify the selfserv.c to show the message sent in from the client-side... I tried to achieve this by inserting a PR_Read(listen_sock, Buffer , Buffersize

Problems with compiling NSS source code.

2007-11-16 Thread D3|\||\|!$
SECU_ReadDERFromFile SECU_PrintError SECU_GetModulePassword I cannot figure out what is going wrong Somebody kindly help. Warm Regards, D3|\||\|!$ ___ dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo

Re: Looking for SSL client-server source code.

2007-11-14 Thread D3||||!$
On Nov 13, 8:38 pm, David Stutzman dstutzman*at*dsci.com wrote: D3!$ wrote: No, I needed the source code, not the NSS functions: I have already checked all the links on Mozilla site. I'd be glad if somebody were willing to share their source code :-) Warm Regards, D3

Re: Looking for SSL client-server source code.

2007-11-14 Thread D3||||!$
On Nov 13, 8:38 pm, David Stutzman dstutzman*at*dsci.com wrote: D3!$ wrote: No, I needed the source code, not the NSS functions: I have already checked all the links on Mozilla site. I'd be glad if somebody were willing to share their source code :-) Warm Regards, D3

Looking for SSL client-server source code.

2007-11-13 Thread D3||||!$
that I can modify them according to my need. Can anybody kindly give me their source code? Also if someone could tell me of more SSL-developer forums/communities on the internet, I'll be extremely happy. Warm Regards, D3|\||\|!$ ___ dev-tech-crypto mailing

Re: Looking for SSL client-server source code.

2007-11-13 Thread D3||||!$
-developer forums/communities on the internet, I'll be extremely happy. Warm Regards, D3|\||\|!$ ___ dev-tech-crypto mailing list [EMAIL PROTECTED] https://lists.mozilla.org/listinfo/dev-tech-crypto -- This message has been scanned

Looking for SSL client-server source code.

2007-11-13 Thread D3||||!$
that I can modify them according to my need. Can anybody kindly give me their source code? Also if someone could tell me of more SSL-developer forums/communities on the internet, I'll be extremely happy. Warm Regards, D3|\||\|!$ ___ dev-tech-crypto mailing

Stuck with peer authentication

2007-11-11 Thread D3||||!$
, D3|\||\|!$ ___ dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto

Re: Seeking help with Mozilla/NSS compilation

2007-10-22 Thread D3||||!$
cert in the client-server DBs without having to create the secondary CA cert?? Warm Regards, D3|\||\|!$ ___ dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto

Re: Seeking help with Mozilla/NSS compilation

2007-10-20 Thread D3||||!$
was initially bewildered but then I just pasted renamed copies of the dlls with similar names(such as I naming nspr4.dll to libnspr.dll) along with the original ones and the applications executed seamlessly... Can anyone explain the reason for this? Warm Regards, D3