[openssl.org #1384] RFE: support smime-signed receipts as per RFC 2634

2006-09-07 Thread via RT
Mozilla Thunderbird doesn't appear to be any further either https://bugzilla.mozilla.org/show_bug.cgi?id=279352 :( __ OpenSSL Project http://www.openssl.org Development Mailing List

[patch] rsa_locl.h

2006-09-07 Thread Gisle Vanem
crypto/rsa/rsa_locl.h wrongly uses 'size_t' in some arguments. It should match the implementation in crypto/rsa/rsa_sign.c (what happened to this file?). A patch: --- orig/crypto/rsa/rsa_locl.h 2006-08-28 19:01:02 +0200 +++ crypto/rsa/rsa_locl.h 2006-08-29 15:30:50 +0200 @@ -1,4 +1,4