Re: Trust signatures with unbounded regular expressions

2012-02-21 Thread Sean Buckheister
> If I understand, you were trying to accept "mail1.example.com" and > "mail2.example.com". Try this regexp: And *only* those two, not "mail3.example.com", which would match too, as you mentioned. There are a number of other, similar cases that are not easily solved without more signatures or mo

Re: Trust signatures with unbounded regular expressions

2012-02-21 Thread David Shaw
On Feb 21, 2012, at 5:52 AM, Sean Buckheister wrote: >> No. For security reasons we don't allow arbitrary REs anymore: > > That is unfortunate. I'll probably default to signature notations and > some more application logic then. > > Thank your for your time. If I understand, you were trying to

Re: Trust signatures with unbounded regular expressions

2012-02-21 Thread Sean Buckheister
> No. For security reasons we don't allow arbitrary REs anymore: That is unfortunate. I'll probably default to signature notations and some more application logic then. Thank your for your time. -- Sean ___ Gnupg-users mailing list Gnupg-users@gnup

Re: Trust signatures with unbounded regular expressions

2012-02-21 Thread Werner Koch
On Mon, 20 Feb 2012 01:10, s_buc...@cs.uni-kl.de said: > Hello, > > given a key, I would like to create a trust signature with a specific > regular expression, say "-mail[12]\.example\.com$" in this exact form. > That expression, and thus the signature, would match any domain name > ending with -ma

Trust signatures with unbounded regular expressions

2012-02-19 Thread Sean Buckheister
Hello, given a key, I would like to create a trust signature with a specific regular expression, say "-mail[12]\.example\.com$" in this exact form. That expression, and thus the signature, would match any domain name ending with -mail1.example.com or -mail2.example.com, including all email address