Re: [PATCH] smime_keys: Handle certificate chains in add_cert. (closes #3339)

2015-05-24 Thread David J. Weller-Fahy
* Kevin J. McCarthy [2015-05-24 15:06 -0400]: David J. Weller-Fahy wrote: I just tried the new patch and everything works as it should, thanks! Great! I will push it as soon as dev.mutt.org comes back up. Thanks for your help. Thank you! And thanks again for your attention to these issue

dev.mutt.org down - mirror query?

2015-05-24 Thread David J. Weller-Fahy
* Kevin J. McCarthy [2015-05-24 15:06 -0400]: ... as soon as dev.mutt.org comes back up. Is there any interest among the devs in having a mirror of dev.mutt.org? I've two VPS's sitting mostly idle (that I use primarily for hobbies) that could easily be put to work as backup mirrors of that sit

Re: [PATCH] smime_keys: Handle certificate chains in add_cert. (closes #3339)

2015-05-24 Thread Kevin J. McCarthy
David J. Weller-Fahy wrote: > * Kevin J. McCarthy [2015-05-23 16:20 -0400]: > >Currently I have left the root cert inside the intermediary file. If > >this is bad or wrong behaviour, I can change it, it was just easier > >that way. > > I do not think that is bad behavior. Okay, I'll leave it as

Re: [PATCH] smime_keys: Handle certificate chains in add_cert. (closes #3339)

2015-05-24 Thread David J. Weller-Fahy
* Kevin J. McCarthy [2015-05-24 12:54 -0400]: I'm sorry I was in a hurry yesterday and neglected to thank you for the patch. The logic wasn't quite right in the patch (if $state==1 then the regexp match wouldn't happen), so I just made an easier change in the patch I resubmitted. (Checking for

Re: [PATCH] smime_keys: Handle certificate chains in add_cert. (closes #3339)

2015-05-24 Thread David J. Weller-Fahy
* Kevin J. McCarthy [2015-05-23 16:20 -0400]: Thanks for testing my patch so quickly. No worries. Before replying below, let me describe the current behavior. Given a cert file with: Leaf-Inter1-Inter2-Inter3-Root the "smime_keys add_cert" will create two files: 1. Leaf 2. Inter1-Inter2-

Re: [PATCH] smime_keys: Handle certificate chains in add_cert. (closes #3339)

2015-05-24 Thread Kevin J. McCarthy
David J. Weller-Fahy wrote: > * David J. Weller-Fahy [2015-05-23 13:52 > -0400]: > >Second, the request: For some reason the patch results in the > >intermediate *and* root certificates ending up in the file in which the > >intermediate certificate should be placed. > > In this context "the patc