Regarding ssl3_mac

2007-03-28 Thread Gayathri Sundar
Can someone give me inputs on the function ssl3_mac, especially where it is called s-method-ssl3_enc-mac(s,(p[wr-length]),1); I need to know what p[wr-length] is pointing to and why we do a digest update of 2 bytes from that. The code is taken from s3_pkt.c function ssl3_write_bytes. Thanks

Re: import a private key in PEM mode to a keystore

2007-03-28 Thread Julius Davies
Hi, Cesar, Perhaps not-yet-commons-ssl-0.3.7.jar can help. http://juliusdavies.ca/commons-ssl/download.html Try: java -cp not-yet-commons-ssl-0.3.7.jar org.apache.commons.ssl.KeyStoreBuilder 'password' 'path/to/private-key.pem' 'path/to/cert-chain.pem' This will create a java keystore file

ldapsearch on Active Directory

2007-03-28 Thread lemons_terry
Hi I'd like to use ldapsearch to browse a Windows 2003 Active Directory. I searched this mailing list's archive, and see details on how to do this with Kerberos. I don't have/want Kerberos, and just want to get beyond these basic problems: tivo2:~ # ldapsearch -h tivo1 SASL/GSSAPI

RE: ldapsearch on Active Directory

2007-03-28 Thread Chapman, Kyle
Id switch this to the openldap mail list, youll find more responses as this is more of an ldap ? then ssl. Ive used gssapi to search AD, and simple auth as well. Gssapi is nice. If its 2003 AD digest-md5 is also supported. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: SSL_connect and SSL_accept

2007-03-28 Thread Gayathri Sundar
I am wondering if the following scenario possible: 1) The server calls SSL_accept(). The underlying socket is in blocking mode 2) The client calls SSL_connect(). The underlying socket is in blocking mode 3) SSL_connect() returns error. 4) The server does not notice this, and continues to wait in

Key files in dat formats

2007-03-28 Thread Prabhu S
Hi, I have a SSL server application in which the certificate file is rsa.der and key file rsakey.dat. What is the *.dat format? How does it differ from pem and der formats? How do we generate one with OpenSSL? Thanks Regards, Prabhu

Re: Key files in dat formats

2007-03-28 Thread Gayathri Sundar
its probably a shown as a data file coz its encrypted..how did you generate the cert? U should be using a PKCS12 format for importing that stuff into the browser/server..btw are you telling it from windows's perspective? Hi, I have a SSL server application in which the certificate file is

Re: Key files in dat formats

2007-03-28 Thread Prabhu S
Hi, The certificate was purchased.I am trying to import OpenSSL certificates into the server application which runs on vxworks OS. Is there a specific way to generate a dat format key file or just renaming a pem or der key file to *.dat would help? Thanks and Regards, Prabhu On 3/29/07,