Cryptographic accelerators

2005-02-06 Thread Edward Chan
Title: Cryptographic accelerators Hi there, Of the accelerator's that OpenSSL supports, which are the more popular?  And what are people's experiences with these cards? I want to get 1 or 2 to test with and was wondering which ones you would recommend to get. Thanks, Ed

Using BIO to read info from file, encrypt, write to file

2005-02-06 Thread Phong
Hi, I'm trying to read a plaintext file from disk, encrypt it, and write the encrypted info to disk. [And eventually do the reversee too.] John Viega's OpenSSL book listed the a snippet for assembling BIOs. In his version, the code is reading from a buffer and writing to a file. In order to add