Trying to get URI of CRL from certificate extension

2011-05-26 Thread Akash Deo
Hi, I am trying to get URI of the CRL from certificate extension using below function: static char *get_distribution_point(X509 *cert) { int extcount, i, j; const char*extstr; CONF_VALUE*nval; unsigned char *data; X509_EXTENSION*

Re: OpenSSL nor working for me on windows 7

2011-05-26 Thread Matt Thompson
I've just tried both but no luck - still the same error. Matt On 27 May 2011 03:07, Gaiseric Vandal wrote: > Did you try the openssl with cygwin? > > Any chance it needs an extra line feed at the end of the file? > > -Original Message- > From: owner-openssl-us...@openssl.org > [mailto:ow

RE: OpenSSL nor working for me on windows 7

2011-05-26 Thread Gaiseric Vandal
Did you try the openssl with cygwin? Any chance it needs an extra line feed at the end of the file? -Original Message- From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Matt Thompson Sent: Thursday, May 26, 2011 6:01 PM To: openssl-users@openssl.o

OpenSSL nor working for me on windows 7

2011-05-26 Thread Matt Thompson
I get an error when I try the following: PS C:\bin\OpenSSL-Win32\bin> gc .\secrets.m.text U2FsdGVkX1+21O5RB08bavFTq7Yq/gChmXrO3f00tvJaT55A5pPvqw0zFVnHSW1o PS C:\bin\OpenSSL-Win32\bin> .\openssl aes-256-cbc -d -a -in .\secrets.m.text -k password error reading input file I've tried different format

EVP_DecryptFinal

2011-05-26 Thread Chenchu, Rakesh R
Hi Openssl, Recently we identified a following issue when snmpwalk is being done on some tables: $ snmpwalk -t 100 -v3 -l authpriv -u snmpsha -a SHA -A otci1234 -x DES -X otci1234 10.72.181.53 .1.3.6.1.4.1.789.1.5.11.1.1 snmpwalk: Decryption error The problem is in freebsd crypto functio

Freeradius Open SSL: unable to get local issuer certificate

2011-05-26 Thread Tahir Mahmood
I am trying to build a radius server for wifi clients. I am using: Free Radius Version 2.1.7 OpenSSL 0.9.8e-fips-rhe15 I have spent some time to make it work but it is not happeniong. I am using Free Radius scripts to generate certificates but not luck. "opnessl -verbose -CAfile ca.pem server.pem

Re: Quick eyeball requested - self generate openssl certs/CA

2011-05-26 Thread Tim Watts
On 19/05/11 10:44, Tim Watts wrote: Hi folks, I'm setting up a new CA/SSL infrastructure for work - the CA is self signed and all SSL certs (mostly server certs rather than client certs) will be signed off against this CA. Thanks for all your help - I've managed something that incorporates all

Re: openssl DTLS support?

2011-05-26 Thread Wes Hardaker
> On Wed, 25 May 2011 18:32:59 -0400, John Zavgren said: JZ> I've been trying to configure (and build) net-snmp so that it supports the JZ> DTLSUDP transport (as well as SSH). I keep getting informed that I need an JZ> openSSL library that supports DTLS. The most recent version of OpenSSL s

Re: openssl DTLS support?

2011-05-26 Thread Michael Tüxen
On May 26, 2011, at 12:32 AM, John Zavgren wrote: > Greetings: > > How does one configure openSSL so that it builds with DTLS support? I don't think any specific option is required. You just want to use the latest 1.0.0 version, or even OpenSSL 1.0.0-stable. http://sctp.fh-muenster.de/dtls-sampl

Problem about using capi engine of OpenSSL Library on Windows

2011-05-26 Thread 王斯富
Hello, I have met a problem about capi engine of OpenSSL library in my application on Windows.The OpenSSL library source openssl-0.9.8r.tar.gz is download fromhttp://www.openssl.org and compiled by myself with follow commands on Windows.I want to make use of capi engine of OpenSSL library.And I