Re: Encryption support in openssl

2010-11-20 Thread Brad House
Sounds like you want to look into the ocf-linux patchset. http://ocf-linux.sourceforge.net/ That said, you should realize that even if you have a hardware crypto accelerator, small encryption blocks will probably be faster in pure userland due to the penalty of kernel/userland context switches,

Re: How to encode non-DirectoryStrings in DN? (x500UniqueIdentifier, postalAddress)

2010-11-20 Thread Sean Leonard
bump. Anyone? Does anyone know how to encode a distinguished name attribute as something other than a DirectoryString? Is it even possible with the command-line tools? -Sean On 11/15/2010 11:13 AM, Sean Leonard wrote: Hello, I would like to get OpenSSL 1.0.0 to encode distinguished name

Re: How to encode non-DirectoryStrings in DN? (x500UniqueIdentifier, postalAddress)

2010-11-20 Thread Dr. Stephen Henson
On Sat, Nov 20, 2010, Sean Leonard wrote: bump. Anyone? Does anyone know how to encode a distinguished name attribute as something other than a DirectoryString? Is it even possible with the command-line tools? It isn't possible with the command line tools and far from straight forward at