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
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