[openssl.org #2320] enhancement request

2010-08-17 Thread Russ Hammer via RT
Hi, Newer versions of Linux are starting to use an sha512 password hash. The current released versions of openssl only support apr1 and md5 style hashes in its "passwd" function. Can the passwd function be enhanced to support more hashing algorithms? Thanks, -- Russ Hammer Technology/Engineerin

[openssl.org #2319] [BUG] Compile error on Mac OS X

2010-08-17 Thread Robin Seggelmann via RT
OpenSSL does not compile anymore as a shared library with Mac OS X since check-ins #19768 - #19771 by appro. It always fails with the following error: making all in engines... /bin/sh: -c: line 0: unexpected EOF while looking for matching ``' /bin/sh: -c: line 1: syntax error: unexpected end of f

PKCS7 verification and x509 keyUsage flags

2010-08-17 Thread Victor Ronin
Hi, I have a PKCS7 signed message and I am trying to verify the signature with OpenSSL. It fails because a certificate which was used to sign it doesn't have "nonRepudiable" flag set. And I have a question regarding this. Is this the requirement that a certificate for PKCS7 should have this