search for: tsl

Displaying 20 results from an estimated 36 matches for "tsl".

Did you mean: tsc
2005 Apr 02
2
Solaris10/amd64 + SunSutio Compile (PR#7767)
...0.1.orig/src/nmath/rbinom.c Mon Nov 15 21:33:01 2004 --- R-2.0.1/src/nmath/rbinom.c Sun Apr 3 00:19:52 2005 *************** *** 57,63 **** n = floor(nin + 0.5); if (n != nin) ML_ERR_return_NAN; ! if (!R_FINITE(n) || !R_FINITE(pp) || /* n=0, p=0, p=1 are not errors <TSL>*/ n < 0 || pp < 0. || pp > 1.) ML_ERR_return_NAN; --- 57,63 ---- n = floor(nin + 0.5); if (n != nin) ML_ERR_return_NAN; ! if (!R_FINITE((double)n) || !R_FINITE(pp) || /* n=0, p=0, p=1 are not errors <TSL>*/ n < 0 || pp < 0. || pp...
2020 Jan 23
0
PJSIP and Grandstream Wave with TSL and SRTP
On 1/21/2020 9:18 PM, hw wrote: > [transport-tls] > type = transport > protocol = tls > bind = 0.0.0.0:5061 > tos = cs5 > cert_file = /etc/asterisk/cert/asterisk.pem > ca_list_file = /etc/pki/tls/certs/ca-bundle.crt > method = sslv23 This is what mine looks like which works just fine: [transport-tls] type          = transport protocol      = tls method        = tlsv1_2
2020 Jan 24
0
PJSIP and Grandstream Wave with TSL and SRTP
On 1/23/2020 6:04 PM, hw wrote: >> This is what mine looks like which works just fine: >> >> [transport-tls] >> type = transport >> protocol = tls >> method = tlsv1_2 >> cipher = >> ECDHE-ECDSA-AES256-GCM-SHA384,ECDHE-RSA-AES256-GCM-SHA384,ECDHE-ECDSA-AES128 >>
2020 Sep 24
0
dovecot TSL 1.3 config option 'ssl_ciphersuites' causes fatal error on launch. not supported, bad config, or bug?
> On 24/09/2020 05:24 PGNet Dev <pgnet.dev at gmail.com> wrote: > > > I've installed > > grep PRETTY /etc/os-release > PRETTY_NAME="Fedora 32 (Server Edition)" > dovecot --version > 2.3.10.1 (a3d0e1171) > openssl version > OpenSSL 1.1.1g FIPS 21 Apr 2020 > > iiuc, Dovecot has apparently had support for setting TLS 1.3
2007 Jul 23
1
Fwd: SSL / TSL no advertise????
> > Hello, I am new to this list, and I wanted to bring up an issue > that I have been struggling with. ( Now that I have subscribed to > the correct list!) > > I want to enable SSL for our mail server that runs Dovecot and > Exim. I have been told that if SSL is enabled then it can break > Eudora mail clients before 6.2 ish. > > So, I was wondering if
2020 Jan 22
4
PJSIP and Grandstream Wave with TSL and SRTP
Hi, after switching from chan_sip to chan_pjsip, a device running Grandstream Wave leads to the following error message on the asterisk console: SSL SSL_ERROR_SSL (Handshake): Level: 0 err: <336109761> <SSL routines- ssl3_get_client_hello-no shared cipher> len: 0 peer: 10.10.20.29:43357 Something with the encryption must have changed with asterisk. How can I get the device to
2005 Jan 16
2
Postfix 2.1 RPM?
hi all, i`m looking for an postfix 2.1 rpm for CentOS 3 with TSL support. i tried the rpm form: http://ftp.wl0.org/official/2.1/RPMS-rhel3-i386/postfix-2.1.5-4.rhel3.i386.rpm but it doesn`t support tsl.
2020 Sep 24
3
dovecot TSL 1.3 config option 'ssl_ciphersuites' causes fatal error on launch. not supported, bad config, or bug?
I've installed grep PRETTY /etc/os-release PRETTY_NAME="Fedora 32 (Server Edition)" dovecot --version 2.3.10.1 (a3d0e1171) openssl version OpenSSL 1.1.1g FIPS 21 Apr 2020 iiuc, Dovecot has apparently had support for setting TLS 1.3 ciphersuites since v2.3.9, per this commit lib-ssl-iostream: Support TLSv1.3 ciphersuites
2020 Jan 23
3
PJSIP and Grandstream Wave with TSL and SRTP
On Thursday, January 23, 2020 11:31:46 PM CET Sean Bright wrote: > On 1/21/2020 9:18 PM, hw wrote: > > [transport-tls] > > type = transport > > protocol = tls > > bind = 0.0.0.0:5061 > > tos = cs5 > > cert_file = /etc/asterisk/cert/asterisk.pem > > ca_list_file = /etc/pki/tls/certs/ca-bundle.crt > > method = sslv23 > > This is what mine
2017 Aug 25
9
[5.0.0 Release] Release Candidate 3 tagged
Dear testers, 5.0.0-rc3 was just tagged. This is a release candidate in the real sense: if nothing bad comes up in testing, this is what the release is going to look like. Please build, test and upload binaries to the sftp (use the /data/testers-uploads/ directory) and let me know what issues remain. I know we're a little bit behind schedule, but hopefully we can get to 'final'
2008 Jun 07
1
EVMS?
EVMS Enterprise Volume Management System sounds interesting, looks like it supported CentOS4, but not CentOS5. But maybe I'm not looking in the right places. -- Drew Einhorn -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20080607/a5de7c79/attachment-0002.html>
2006 Mar 10
0
Question about Xen specific glibc for RHEL 4
Hello List, I''ve got Xen running on RHEL 4 using the mv /lib/tsl /lib/tsl.disabled short cut but its killing my performance, mouse hardly moves and takes an age for anything to render. There''s an rpm on the wiki to install a xenglibc for RHEL 3 and I''m just curious can I use this on RHEL 4? Failing that anyone have any advice on where to look...
2004 Oct 13
5
Re: Is this actually possible?
...packets to LOWEST PRIO class and so on. In this case if the above class 1:20 with PRIO 0 requests packets, than the class 1:30 must receive only 1kbit (the specified RATE), nothing more. In practice class 1:30 shares the bandwidth with class 1:20 and gets not 1kbit, but much more >20kbit. I have TSL 2.1, kernel 2.4.27-3tr. I changed the PSCHED_CPU and disabled the HTB hysteresis, set SFQ queue length to 16, but the results are the same. Is there something wrong with my understanding? Can anyone explain why PRIO not works? Regards, Zviad _______________________________________________ LA...
2007 Apr 18
2
[Bridge] IPS HLBR 1.0 released (off-topic)
...ent, dumps the malicious traffic in tcpdump format and drops the packet. Below is an example of rule against a type of buffer overflow attempt against DNS servers: <rule> ip dst(dns) udp dst(53) udp nocase(|41cd 80c7 062f 6269 6ec7 4604 2f73 6800 89f0 83c0 0889 4608|) message=(dnsattacks-1) tsl bind attack action=action1 </rule> In this case, due to the use of pipe characters (|), HLBR will check the traffic for the hexadecimal sequence given as an attack signature. HLBR lets you use rules for blocking attacks against network servers. In order to fully understand it please read ou...
2006 Jun 28
2
some basic questions
...quot;My programming language is solder..") so I'll be getting help to deploy this, but first... I've read through the wiki docs but still have questions, ones likely too obvious for most readers.... There will be <100 users, the platform will Debian, and I need IMAP/PO over SSL/TSL and locally-hosted Squirrelmail [unless someone has a better webmail client...]. Other boxes here run postfix, so that is a first choice. Clients will be Eudora, maybe TBird/Apple mail; no M$ Outlook. A) I need multi-domain support, with <joe at xyz.com> and <joy at qbc.net> being s...
2005 Sep 07
0
Dovecot - IMP - POP autentication problem
...ovecot trys to make a secure connection, I found this after sniffing the connection between the web server and the mail server, for some reason, imp cant handle it well and the some clients like OutLook also have troubles working this out. For now I work around this problem by disabling the ssl/tsl support, but that's not the solution I need. So the question is can I disable this feature without loosing the secure connection and how can I do it? Cheers, rak
2006 Aug 16
1
POP3 and TLS don't work (dovecot 1.0 rc6)
...g: pop3-login: SSL_accept() failed: error:1408F455:SSL routines:SSL3_GET_RECORD:decryption failed or bad record mac [xxx.xxx.xxx.xx] xxx.. - remote ip address On client side: KMail - Could not connect to host Your POP3 server claims to support TLS but negotiation was unsuccessful. You can disable TSL in KDE using the crypto settings module. Thunderbird (on Windows) - nothing special, but can't connect. OS: Debian Linux __ Kaspars P.S. sorry for bad english
2011 May 09
1
Dovecot Maildir ownership/permission problem
Hi, I have successfully configured Dovecot+Postfix+SSL/TSL and it seems that everything is working except that I have a permission problem with the items under Maildir. When a mail is first delivered into a user, Postfix automatically creates the Maildir using the user's account and group. It is readable only by the user. This seems to be the correct...
2003 Jun 11
0
Problem joining Samba Domain
...indows 2000 Server with no service packs I have the Samba machine setup to use LDAP as it's user/group/workstation/password backend following the IDEALX.org HOWTO. This seems to be working as I can access any share on the Samba machine using accounts from the LDAP database. I'm using SSL/TSL to control LDAP transfer traffic as I plan on having three LDAP/Samba Servers in the end. I'm also using a MD5 hashed rootDN password as well - just for a more secure environment. My intention is to load the Windows 2000 machine up as an Exchange 5.5 Server and use the Samba/LDAP users/groups...
2004 Jul 15
0
problem tc htb with bridge machine
hello all, i have problem with my tc htb at bridge machine (tsl 2.1), in fact bw limitter it''s ok, but if i down the bw limitter and then up the bw limitter, my machine shape bw verry long i want to make this more quickly can anyone in here help me how the rule it''s it nikei --------------------------------- Do you Yahoo!? New and Imp...