Re: PKCS12_parse / PKCS12_create issue

2011-02-02 Thread Muhammed Shafeek
Hi Dave, Thank you for the detailed explanation and the suggestions. It really helped to solve the issue. I did use openssl tool to avoid the problem. I tried clearing the keyid and friendly name in cert using x509__set1 fn's before passing it to PKCS12_create and it also worked fine. I was no

problem in ssl connection with server

2011-02-02 Thread praveen kumar
Hi friend, This is K.A.Praveenkumar from india.i have few quries regarding ssl,i got this problem when i try to establish server connection through public domain. My client given me one ip and port(122.166.106.8:8000). i am openssl tool in linux. When ever i tried to connect

PEM_write*_RSAPublicKey and openssl

2011-02-02 Thread Thea DeSilva
Nevermind, I figured it out I was suppose to be useing PEM_write_bio_RSA_PUBKEY instead. __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@openssl.o

PEM_write*_RSAPublicKey and openssl

2011-02-02 Thread Thea DeSilva
Hey. I'm writing my public key out with PEM_write_bio_RSA_PublicKey Here's an example of a key: (also in http://hobones.dogsoft.net/public.key) -BEGIN RSA PUBLIC KEY- MIIBCAKCAQEAwvJjuM9jrO7VKkVILmFrx7qL8aTCfzi+wN3LAcZG5HPbHdqPP2Sa fXGEkBkVUEzNLB/AwCtqogZZ4G+5xSTA+AfXR25mKa3w6CqQ2sFv4GaNp

Authentication failure between Non-FIPS SSHD and FIPS SSH

2011-02-02 Thread Hai-May Chao
According to the comments from http://www.mail-archive.com/openssl-users@openssl.org/msg58912.html , We should use EVP_Signxxx/EVP_Verifyxxx in FIPS mode. I verified that if both SSHD and SSH are running in FIPS mode, and both