Displaying 20 results from an estimated 10000 matches similar to: "SSL + compression?"
2009 Jun 23
2
Capability COMPRESS implemented?
Hi, I just read that
http://tools.ietf.org/html/rfc4978
..is being implemented in Thunderbird 3. This is great news!
It's been a long time since we last discussed this and I don't think
it's currently implemented in Dovecot, but since Cyrus just added it,
any chance of getting support in Dovecot please? (Fastmail seems to be
supporting this effort)
On a similar note we had a
2015 Dec 04
2
Content-Enconding
Hi,
With Apache one may use "mod_deflate" in order to reduce bandwidth by
using e.g. gzip to compress the http traffic. I would like to use
something similar for email traffic between mail clients to dovecote and
postfix. My questions are:
a) Is this established well enough in most mail clients?
b) Can you recomment a good tutorial for this?
Thank you very much
2020 Jan 31
2
[cfe-dev] Phabricator -> GitHub PRs?
On Fri, Jan 31, 2020 at 6:09 AM Robinson, Paul via cfe-dev <
cfe-dev at lists.llvm.org> wrote:
>
>
> > -----Original Message-----
> > From: cfe-dev <cfe-dev-bounces at lists.llvm.org> On Behalf Of John
> Marshall
> > via cfe-dev
> > Sent: Friday, January 31, 2020 7:04 AM
> > To: Jonas Devlieghere via cfe-dev <cfe-dev at lists.llvm.org>
>
2007 May 03
4
Finding instrumented code
Hi all,
So I just took Sun''s dtrace class this week and one thing that piqued my
interest was the instrumenting of a process''s instructions and how to
find the original instructions. (I''m looking around at resources for
learning SPARC assembly to help me when using mdb for analysis, though I
vaguely remember pieces from a grad school compiler theory class about
10 years
2014 Nov 15
1
Clarification on the appropriate idmap settings for a standalone server
I am trying to increase my understanding of samba. I am running a FreeBSD
server with Samba 4.1.12 configured as a standalone server in a testing
environment.
The documentation here indicates that winbind / the idmap facility is of
little or no use on a standalone server:
https://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/idmapper.html#id2604490
Is this still the case in Samba4?
My
2012 Nov 16
2
[LLVMdev] code-owner sporks
> Really, patches get dropped *all the time* to the point where pings are
> a regular part of the development process. That's a huge waste of time
> for everyone.
It's only a waste of time if your workflow is entirely synchronous
with patch review. Most of us have a number of things that we can work
on, so letting a patch chill for a while on the list isn't a big deal
2015 Jun 08
2
Question on folder sync with "directory name translation"
OK , but then the solution with symlinks is equivalent, just with the right
options for rsync.
Make the link.
Sync + exclude.
Remove the link.
Don't have to live with the folder on the source.
*_______________Gionata Boccalini*
2015-06-08 22:49 GMT+02:00 Michael Johnson - MJ <mj at revmj.com>:
> Oh, actually, I just thought of a couple other another options that don't
>
2017 Dec 13
1
LUKS question
On Wed, 13 Dec 2017, Kern, Thomas (CONTR) wrote:
> If your requirement is for the entire system to be encrypted then I think
> the only is a system rebuild, but if you can convince management that a good
> compromise is encrypting only the applications and their data, you should be
> able to add encrypted storage, copy the sensitive files and wipe the old
> allocations. I have done
2020 Jan 08
5
[cfe-dev] Phabricator -> GitHub PRs?
I'm not sure a decision was already made as such. I think it's more that there was a flurry of conversation last time with lots of conflicting opinions, and then the conversation just fizzled out.
FWIW, I like Phabricator but I'm willing to try GitHub. Overall I think we should take the same approach that eventually led to Phabricator being widely adopted: We should allow GitHub
2016 Jan 19
1
RObust Header Compression
Hi,
I found this library which can compress the TCP, IP and other headers by
keeping a state at both side of the connection :
* https://github.com/didier-barvaux/rohc
* https://rohc-lib.org/presentation/getting-started/
It seems more VoIP oriented, but I guess it can help to reduce the overhead
of the tunnel.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2019 Apr 26
2
[ASan][Windows] Interceptor function type not compatible with intercepted function
Hi,
I triggered a build failure on a Windows-sanitizer by making the sanity checking in `ASAN_INTERCEPT_FUNC` a bit stricter.
My best guess is that the type of the defined interceptor is not compatible (in C++ typing terms) with the “real” function.
This seems to be the case for the following 2 functions:
CreateThread “no conversion”:
From: 'DWORD (__cdecl *)(void * ,
2006 Jun 22
6
Capistrano with Local (not file:///) repository
I''m developing an rails app. The SVN repository resides on a (Win 2k)
server on my company''s local intranet. The repository is accessed via
http (Apache + mod_dav_svn). From this machine, it is not a problem to
get out onto the Internet. However, coming in from the Internet is not
possible (at least, not without a VPN connection).
Given this, is it possible to use
2000 Aug 21
2
tinc TODO list
Hi, here's a small list of things that need to be done, and the
version when it should be ready.
smartcard support 1.1
LDAP support 1.1
public/private keys for authentication 1.1
don't store passphrases in files that are called after IP addresses
1.0
use names to identify
2007 Oct 28
9
openvpn recipe: comments, suggestions, help
Good day,
First off, I''m a complete puppet newbie, this openvpn recipe is pretty
much the first puppet work I''ve done so be gentle :-)
Secondly, the openvpn setup for Debian (and systems based on Debian)
allows each openvpn network (tunnel) to be specified using a separate
config file for each: /etc/openvpn/<vpn>.conf
Each tunnel can be then stopped/started/restarted
2001 May 27
0
tinc and zlib compression
I set out to add compression to tinc, so it whould chuck the data through zlib
before encrypting, and get the real stuff back after decryption on the other
side.
Unfortunately, I ran out of time. The compress/decompress stuff should work,
but config stuff needs to be finished. Sorry for the sloppy, unfinished work,
I only hope its somehow useful to you guys anyway.
--
lrwxrwxrwx 1 paranoid
2005 Jun 29
3
Is Load Balanced VPN possible?
All,
With the dual-ISP support in the latest versions of Shorewall, is it
also possible to setup dual-VPN with something like OpenVPN? If so,
what are the high levels steps that would need to be completed?
Aaron
2010 Oct 03
0
compression on the fly with mod_deflate on vhosts ssl
hello centos network
I succeeded to enable compression with mod_deflate on pages
served on port 80
and now I try ssl ports
and No I will not happen
I gave the same instructions in my ssl vhosts
but it does not work
I followed the documentation on Apache mod_deflate which in this case
does not mean secure connection
can you help me
--
2014 Apr 10
1
dovecot: disable ssl compression
Hello,
Our "it-security" department asked me about Qualys warnings like
-> SSL/TLS Compression Algorithm Information Leakage Vulnerability
As far as I learned it's compression inside ssl.
postfix-2.11 knows 'tls_ssl_options = no_compression'
( see http://www.postfix.org/postconf.5.html#tls_ssl_options )
is the something comparable in dovecot too?
Looks like most
2016 Jun 28
0
UDP Constant IP Identification Field Fingerprinting Vulnerability
On Mon, June 27, 2016 12:29, Gordon Messmer wrote:
> On 06/26/2016 01:50 PM, James B. Byrne wrote:
>> However, all I am seeking is knowledge on how to handle this using
>> iptables. I am sure that this defect/anomaly has already been
>> solved wherever it is an issue. Does anyone have an example on
>> how to do this?
>
>
> I think the bit you're missing is
2001 Oct 05
1
Bass response with Ogg Vorbis
I'm a bass player, I admit it. I came across a number of people
talking about bass response with Ogg Vorbis and it piqued my interest,
I live for this stuff.
I am using the Ogg files to distribute songs as converted right from
the 32 bit masters. This is a much different thing than ripping a 16
bit CD audio file that has been mushed and compressed much before it
winds up as an Ogg file. When