From 80cc76fdaf4de8dbc0761a060279a04f674230e1 Mon Sep 17 00:00:00 2001 From: Heikki Toivonen Date: Thu, 27 Apr 2006 03:35:34 +0000 Subject: I believe we need to write both the signature AND the buffer from which the signature was derived into the signed SMIME message which we then encrypt. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@428 2715db39-9adf-0310-9c64-84f055769b4b --- doc/howto.smime.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/howto.smime.html b/doc/howto.smime.html index 336e63e..3a7056f 100644 --- a/doc/howto.smime.html +++ b/doc/howto.smime.html @@ -991,7 +991,7 @@ CLASS="PROGRAMLISTING" tmp = BIO.MemoryBuffer() # Write the signed message into the temporary buffer. - s.write(tmp, p7) + s.write(tmp, p7, buf) # Encrypt the temporary buffer. p7 = s.encrypt(tmp) -- cgit v1.2.1