Re: [0/3] RSA AES provider to rsaenh

2007-11-20 Thread James Hawkins
On 11/20/07, Vijay Kiran Kamuju [EMAIL PROTECTED] wrote: Hi, This is a description of patch series which I am now going to send. It adds the new Enhanced RSA AES provider to the rsaenh. The one application which I know uses it is Office 2007. The first patch contains the tests for the RSA

Re: [0/3] RSA AES provider to rsaenh

2007-11-20 Thread Vijay Kiran Kamuju
On Nov 20, 2007 3:57 PM, James Hawkins [EMAIL PROTECTED] wrote: On 11/20/07, Vijay Kiran Kamuju [EMAIL PROTECTED] wrote: Hi, This is a description of patch series which I am now going to send. It adds the new Enhanced RSA AES provider to the rsaenh. The one application which I know

Re: [0/3] RSA AES provider to rsaenh

2007-11-20 Thread Juan Lang
The test fail due to missing implementation, Hence I put them in todo's. After the implementation is there, they do not fail. I think thats the procedure followed. I have put the remove todo's in separate patch, as its large. James is correct, patches 2 and 3 should be concatenated. 2 is

[0/3] RSA AES provider to rsaenh

2007-11-20 Thread Vijay Kiran Kamuju
On Nov 20, 2007 4:23 PM, Juan Lang [EMAIL PROTECTED] wrote: The test fail due to missing implementation, Hence I put them in todo's. After the implementation is there, they do not fail. I think thats the procedure followed. I have put the remove todo's in separate patch, as its large.

Re: [0/3] RSA AES provider to rsaenh

2007-11-20 Thread Juan Lang
Damn, I have to reset the git tree. Then apply patches manually and resend them :( This isn't hard. Assuming you have these as the last three patches in your tree: git reset HEAD~2 git commit -a This will rewind your tree two steps without changing your local files, then commit them again.

Re: [0/3] RSA AES provider to rsaenh

2007-11-20 Thread Travis Watkins
On Nov 20, 2007 4:29 PM, Vijay Kiran Kamuju [EMAIL PROTECTED] wrote: Damn, I have to reset the git tree. Then apply patches manually and resend them :( Should I wait.? :( --- VJ You should be able to join the commits with git-rebase then regenerate the patches. -- Travis