24 Apr 19:48
Hardware crypto accelerators
From: Tom Leach <leach <at> coas.oregonstate.edu>
Subject: Hardware crypto accelerators
Newsgroups: gmane.mail.imap.uw.c-client
Date: 2008-04-24 17:50:53 GMT
Subject: Hardware crypto accelerators
Newsgroups: gmane.mail.imap.uw.c-client
Date: 2008-04-24 17:50:53 GMT
Anyone out there using HW crypto accelerators for SSL/TLS imap sessions? I'm migrating from a Solaris environment that is using a Sun crypto card to a Linux environment where crypto drivers may be more difficult to come by and I'm wondering if the speed up in processing power from the newer system hardware will offset the need for accelerators? We're a medium sized installation with 300-500 simultaneous sessions. Just curious what others are doing with crypto and imap. Tom Leach leach <at> coas.oregonstate.edu _______________________________________________ Imap-uw mailing list Imap-uw <at> u.washington.edu https://mailman1.u.washington.edu/mailman/listinfo/imap-uw
We don't use restrictBox here.
On Thu, 8 May 2008, Tom Leach wrote:
> I need to ease the folder name restrictions imposed by restrictBox in
> mailboxfile() but I have a couple of questions. First off, I have
> restrictBox set to -1 so all flags are set.
> Does the restriction of "//" have any meaning if we're not using Samba on a
> Linux system? I'm trying to see where that would be a path security problem
> but I just don't see an issue unless it could be a cifs one.
> Second, we're moving from mbox to mix and an older (non-restrictBox set)
> uw_imapd, and I have some people with .. in their folder names. The
> restriction of ".." is preventing me from converting those boxes (and the use
> of them by the owners) so i was thinking of changing
> strstr (name,"..") to strstr (name,"/..") || strstr (name,"../") but I wanted
> opinions on what cases I was missing. I've tried tossing in %2f to see if
> that would be parsed as a / but so far, it's always be literal
> (foo%2f..%2fbar instead of foo/../bar).
> So, opinions on what I'm missing???
RSS Feed