Authorisation/attribute certs

2007-11-01 Thread Chris Gray
Hi all, Anyone have experience of using ACs, or know where practical examples can be found? I've been reading RFC 3281, but it would be nice to look at some real-world code ... Thanks, -- Chris Gray/k/ Embedded Java Solutions BE0503765045 Embedded Mobile Java, OSGi

How to compile the ocsp.c file in linux?

2007-11-01 Thread 李勃良
Hello,everybody: I want to just compile apps/ocsp.c to an executalbe file in Ubuntu 7.04, and the gcc is version 4.1.2. I used the command gcc ocsp.c -I ./include -L ./lib -lssl -lcrypto -ldl to compile it, but failed. The error information is: e_os.h:265:25: error: windows.h: No

Re: bad decrypt in EVP_CipherFinal_ex

2007-11-01 Thread Jorge Fernandez
2007/10/30, Alex Queiroz [EMAIL PROTECTED]: Hallo, I am using the symmetric cypher functions to encrypt and then decrypt a string. The cipher is aes-256-cbc. When I try to decrypt the string, I get this error: error 06065064: digital envelope routines: EVP_DecryptFinal_ex: bad decrypt

Re: ca server - unable to load CA private key

2007-11-01 Thread Jorge Fernandez
2007/10/30, Frank Garber [EMAIL PROTECTED]: Hey all, I'm very new to security and generating key files. I'm following the instructions I've found here: http://www.securityfocus.com/infocus/1677and I'm having trouble generating the private / public key pair and certificate. In step 2 it

Re: Examples of blowfish.h code for C?

2007-11-01 Thread Joel Christner
Anyone? On 10/30/07, Joel Christner [EMAIL PROTECTED] wrote: Hello, Please pardon the newbie question. I was curious if anyone had any links or references that they could point me to for more details on how to use blowfish.h with C? I've gone through the man pages but was hoping for