Displaying 20 results from an estimated 400 matches similar to: "opened OpenSSL port"
2011 Feb 28
5
Sorting by date
Original:
Jan 23 2011 10:42 SOMETHING 2007.12.20.avi
Jun 26 2009 SOMETHING 2009.06.25.avi
Feb 12 2010 SOMETHING 2010.02.11.avi
Jan 29 2011 09:17 SOMETHING 2011.01.27.avi
Feb 11 2011 20:06 SOMETHING 2011.02.10.avi
Feb 27 2011 23:05 SOMETHING 2011.02.24.avi
Output:
Feb 27 2011 23:05 SOMETHING 2011.02.24.avi
Feb 11 2011 20:06 SOMETHING 2011.02.10.avi
Jan 29 2011 09:17 SOMETHING 2011.01.27.avi
Jan
2011 Mar 03
5
HOW to REDIRECT to HTTPS?
I'm searching for a method [on client side] to redirect to HTTPS in a few given domains.
e.g.:
http://www.facebook.com/
to
https://www.facebook.com/
Ok. I use several webbrowsers, and not all of them has "add-ons" to redirect these pages to https.
My purpose is this: when i go to "http://www.facebook.com" i don't want to see any http traffic with wireshark
2011 Feb 25
2
How can I disable Internet access for programs running in Wine?
I just can find any solution...
Please help!
thanks..
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20110225/5a94de60/attachment.html>
2010 Dec 12
0
openssl chat
i can use "natively" openssl for anonymous chat:
# Chat:
# server side:
openssl req -x509 -nodes -days 365 -newkey rsa:8192 -keyout mycert.pem -out mycert.pem
# server side - generate a self-signed cert.
openssl s_server -accept 52310 -cert mycert.pem
# client side - "127.0.0.1" is the IP of the server
openssl s_client -connect 127.0.0.1:52310
1) but how can i set it to
2018 Jul 30
2
2.3.2.1 - EC keys suppport?
>>>> I did some local testing and it seems that you are using a curve
>>>> that is not acceptable for openssl as a server key.
>>>> I tested with openssl s_server -cert ec-cert.pem -key ec-key.pem
>>>> -port 5555
>>>> using cert generated with brainpool. Everything works if I use
>>>> prime256v1 or secp521r1. This is a
2018 Jul 31
2
2.3.2.1 - EC keys suppport?
On 31.07.2018 03:32, ????? wrote:
>> Perhaps for whose interested - IETF RFC 7027 specifies for TLS use:
>>
>> [ brainpoolP256r1 | brainpoolP384r1 | brainpoolP512r1 ]
>>
>> And thus t1 would not work anyway. However, having tested r1 the result
>> was just the same.
>>
>> A tcpdump during the openssl test [ s_server | s_client ] then revealed
2011 Feb 13
1
Security: gnome-screensaver VS. switch user
People "usually" suspend their laptop, so that they can continue their work when they open the laptop. OK!
Two choices [GNOME]:
1 - Menu -> Shut Down -> Suspend
in this case, the gnome-screensaver locks the PC. but the gnome-screensaver is just a "normal process", and it could be killed e.g.:
2011 Feb 14
2
sandboxie like application for CentOS?
http://www.filehippo.com/download_sandboxie/
It's a great application [ for windows... :\ ]
Are there any programs under CentOS, that has the ~same features?
To be specific: The user could launch a program [e.g.: Google Chrome] inside this sandbox, and when he/she exits Google Chrome, all the changes that Google Chrome did is "undoed". + Google Chrome is in a sandbox, so it
2003 May 23
1
error with make clean in /usr/src
Hello,
I am getting errors when doing a make clean under /usr/src, I have always
done this before doing a make world, and never a problem. I have tried
deleting all of /usr/src and re cvsuped, but the problem persists.
FreeBSD 4.7-STABLE #0: Fri Feb 14 13:49:58 EST 2003
===> secure/usr.bin/openssl
rm -f buildinf.h openssl/opensslconf.h openssl/evp.h xopenssl app_rand.o
apps.o asn1pars.o ca.o
2018 Jul 30
2
2.3.2.1 - EC keys suppport?
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div>
<br>
</div>
<blockquote type="cite">
<div>
On 30 July 2018 at 21:00 ѽ҉ᶬḳ℠ <
<a href="mailto:vtol@gmx.net">vtol@gmx.net</a>> wrote:
</div>
<div>
<br>
2003 Jun 13
1
Strange problem with "make clean"
Hello,
I'm experiencing a weird problem doing "make clean" in "/usr/src".
It happens on a couple of FreeBSD 4.8-RELEASE machines (RELENG_4_8 to
be precise).
Cvsup, build & install phases all went fine, just "make clean" went
wrong.
I tried rm-ing the incriminated subdirectory and even rm-ing the
checkout.cvs:RELENG_4_8 file and re-cvsupping but nothing
2015 Aug 18
4
C5 recent openssl update breaks mysql SSL connection
In article <55D2ED32.6040000 at hogranch.com>,
John R Pierce <pierce at hogranch.com> wrote:
> On 8/18/2015 1:27 AM, Tony Mountifield wrote:
> >> You should now be using mysql55 on CentOS-5, not mysql-5.0
> > That may well be the case, but isn't relevant to the point I'm making,
> > which is that something changed in openssl-0.9.8e-36 that has broken
2015 Aug 18
2
C5 recent openssl update breaks mysql SSL connection
Am 18.08.2015 um 11:27 schrieb lhecking at users.sourceforge.net:
>
>> Maybe so, but still a side issue. Openssl 0.9.8e was recently updated.
>> Some change in this update has broken something. I would like to understand
>> what, and so ought the package maintainers. C5 isn't EOL until March 2017.
>
> rpm -q --changelog openssl-0.9.8e. You weren't clear which
2018 Jul 30
3
2.3.2.1 - EC keys suppport?
> On 30 July 2018 at 20:37 ????? <vtol at gmx.net> wrote:
>
>
>
> >>>>>>> facing [ no shared cipher ] error with EC private keys.
> >>>>>> the client connecting to your instance has to support ecdsa
> >>>>>>
> >>>>>>
> >>>>> It does - Thunderbird 60.0b10 (64-bit)
>
2007 Sep 28
2
OpenSSL bufffer overflow
I did not see any commits to the OpenSSL code, recently; is anybody
going to commit the fix?
See http://www.securityfocus.com/archive/1/480855/30/0 for details ...
Regards, STefan
2011 Mar 05
1
IPTABLES rule for separating users
I have an OpenWrt 10.03 router [ IP: 192.168.1.1 ], and it has a DHCP server pool: 192.168.1.0/24 - clients are using it through wireless/wired connection. Ok!
Here's the catch: I need to separate the users from each other.
How i need to do it: by IPTABLES rule [ /etc/firewall.user ]. Ok!
"Loud thinking": So i need a rule something like this [on the OpenWrt router]:
- DROP
2011 Mar 09
1
what is the “Online Certificate Status Protocol”
I use privoxy. In the user.action file i have a redirect rule and a few websites:
{ +redirect{s at http://@https://@} }
.twitter.com
.facebook.com
Ok! it's working great, e.g.: if i visit any "*twitter.com" URL it gets redirected to HTTPS!
But: with wireshark i can see some "OCSP" packets [ http://en.wikipedia.org/wiki/Online_Certificate_Status_Protocol ]
Question:
2005 Jul 27
2
TLS connections between Samba&OpenLDAP
Goos morning all,
I compiled Samba 3.0.14a with OpenLDAP 2.1.22-0
directory. I then enabled TLS between Samba and
OpenLDAP.
The following tests succeeded:
s_server to s_client --> OK
slapd to s_client --> OK
slapd to OPenLDAP client commands (ldapsearch..)
--> OK
The problem is the following: when I start Samba
(service smb start), slapd output returns:
TLS trace:
2006 Jul 09
1
conflict error installing ghostscript
while doing yum install ghostscript to a centos 4.3 x86_64
I have the following error:
=============================================================================
Package Arch Version Repository Size
=============================================================================
Installing:
ghostscript i386 7.07-33 base
2006 Jun 12
1
Conflict installing openssl.i386 with openssl.x86_64 on a x86_64 system
Hi Everyone,
I've got a system running CentOS 4 x86_64 and have some i386 packages
(e.g. Firefox) installed, too. I knew when I started out that this
wasn't ideal, but worked nonetheless. And, so far, it has. I'm (and my
client) are happy!
A couple of days ago I updated the server from U2 to U3 (it's not a
public system, and runs some critical software...U3 couldn't go in