PEM Encoding Issue

2009-09-14 Thread Bram Cymet
I have an interesting problem. I use python with M2Crypto to make openssl calls. I am using M2Crypto 0.18.0, openssl 0.9.8k, and python 2.6. I am able to generate a private key and encode it in pem format. The only problem is that IPSEC (openswan) is unable to use the file. If I run the following

Re: PEM Encoding Issue

2009-09-14 Thread Dr. Stephen Henson
On Mon, Sep 14, 2009, Bram Cymet wrote: > I have an interesting problem. > > I use python with M2Crypto to make openssl calls. I am using M2Crypto > 0.18.0, openssl 0.9.8k, and python 2.6. I am able to generate a private > key and encode it in pem format. The only problem is that IPSEC > (openswa