[Mono-devel-list] Development of OpenSSL Wrapper for use with MONO [as well as MS.Net]

Thomas Harning Jr. harningt at gmail.com
Sun Jul 31 19:35:23 EDT 2005


Thomas Harning Jr. wrote:
> I've begin developing a wrapper around OpenSSL and have successfully
> wrapped the Hashing functionality with little trouble.
...
Another item that I discovered as I was using the existing Crypto
framework to model after was the custom Feedback length.  I see
nothing in OpenSSL to model this, so I'm not quite sure how to
implement it.
Any ideas to fix this would be great!

Also it came to mind that the ICryptoTransform interface is somewhat
inconsistent.
The "TransformBlock" method uses an output buffer and the finishing
Transform doesn't, it returns a new buffer.  Since I generally
prefer working with buffers and avoiding unnecessary allocations, I
will probably setup a function that transforms the last block and
dumps it into an output buffer (but of course sticking with the
interface and offering that last method).


-- 
Thomas Harning Jr.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 256 bytes
Desc: OpenPGP digital signature
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20050731/6289534b/attachment.bin 


More information about the Mono-devel-list mailing list