Displaying 20 results from an estimated 60000 matches similar to: "openSSL installation for ruby"
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
2000 Dec 29
0
More [A tangent on RC5] Cryptography patents (was: openssl lib question.)
I hate following up to myself, but
I thought a clarification of one
point (specifically WRT RC5 which
was mentioned in the original question)
might be worthwhile...because what
I should have said originally was
that "To the best of my non-legally-
admissible knowledge, however, none
of the algorithms in the current
*OpenSSH* implementation are currently
encumbered by patents that would
2018 Nov 13
0
dovecot 2.2/openssl 1.0 vs dovecot 2.3/openssl 1.1.1 ssl regression
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div>
<br>
</div>
<blockquote type="cite">
<div>
On 13 November 2018 at 20:53 Arkadiusz MiĆkiewicz <
<a href="mailto:arekm@maven.pl">arekm@maven.pl</a>> wrote:
</div>
<div>
2007 Mar 07
1
missing openssl ruby bindings on Fedora Core 5
Hi,
I''ve been reading about the many openssl ruby bindings problems on
Ubuntu and Debian and their solutions to the following problem:
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require'': no such file to load -- openssl (LoadError)
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/
custom_require.rb:27:in `require''
2018 Nov 13
2
dovecot 2.2/openssl 1.0 vs dovecot 2.3/openssl 1.1.1 ssl regression
Hi.
I'm considering dovecot migration from 2.2.36 run with openssl 1.0.2o to
dovecot 2.3.3 run with openssl 1.1.1.
Currently I have both variants running with identical configs and certs
(the only differences are due to config syntax changes in dovecot 2.3),
so for example on both I have:
ssl_ca = </etc/openssl/certs/wildcard_ca.pem
(this file contains single intermediate certificate of
2008 Jun 21
1
Fwd: Detection of Answer, hangup, busy etc while using Dial command
---------- Forwarded message ----------
From: Arun Kumar Chaudhary <uniquearun04 at gmail.com>
Date: Sat, Jun 21, 2008 at 4:51 PM
Subject: Detection of Answer, hangup,busy etc while using Dial command
To: asterisk-users at lists.digium.com.
Hi Guys,
I am in kanpur, India.
I am using Dial() command in my phpagi script. I am unable to detect
whether it is connected to the dialed number, if
2018 Nov 15
1
dovecot 2.2/openssl 1.0 vs dovecot 2.3/openssl 1.1.1 ssl regression
On 11/13/18 19:58, Aki Tuomi wrote:
> On 13 November 2018 at 20:53 Arkadiusz Mi?kiewicz wrote:
>> I'm considering dovecot migration from 2.2.36 run with openssl 1.0.2o to
>> dovecot 2.3.3 run with openssl 1.1.1.
>>
>> Currently I have both variants running with identical configs and certs
>> (the only differences are due to config syntax changes in dovecot
2014 Oct 11
0
]UG] Dovecot 2.2.9 SSL client cert verification fails: openssl verify: OK
Greetings all,
I have verified a bug that has long been attributed to lack of knowledge
on the part of the user.
Dovecot rejects StartSSL client certificates due to reject StartSSL root
CA when doing client verification even though the appropriately
constructed ca-bundle.pem has been created and applied vi ssl_ca =
</etc/dovecot/ca-bundle.pem.
openssl verify -CAfile ca-bundle.pem
2005 Oct 12
1
Binary compatibility problem in OpenSSH from OpenSSL mailing list
Hello All,
There seems to be a binary compatibility problem with OpenSSL and OpenSSH
4.2p1. The details can be found at
http://www.mail-archive.com/openssl-users at openssl.org/msg41869.html . The
discussion is closed with pointing a problem in key.c in OpenSSH and
corresponding thread is at
http://www.mail-archive.com/openssl-users at openssl.org/msg41878.html
I would like to know the
2011 Feb 27
2
opened OpenSSL port
Main question: is it safe, to open a port for an openssl server?
e.g.:
server side - generate a self-signed cert.
time openssl req -x509 -nodes -days 365 -newkey rsa:8192 -keyout mycert.pem -out mycert.pem
openssl s_server -accept 52310 -cert mycert.pem
Is it secure? - it could be DOSed' [DenialofService] or could it be attacked in any way?
Are there any iptables rule for restricting
2008 May 15
2
Building Ruby on Solaris 10 with OpenSSL, for Rails... problem
Howdy.
I''ve built Ruby, RubyGems, installed Rails and Oracle adapter, etc.
However, when I try to start script/server, I get the following error:
$ ruby script/server
=> Booting WEBrick...
/opt/home/lsadmin/ruby/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/
initializer.rb:159:in `require_frameworks'': no such file to load --
openssl (RuntimeError)
/usr/local/ssl/bin/openssl
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
2010 Aug 08
5
Ruby 1.8.7 and openssl failed compile
I got this error:
ossl_ssl.c: In function ?ossl_sslctx_get_ciphers?:
ossl_ssl.c:626:19: error: ?STACK? undeclared (first use in this
function)
ossl_ssl.c:626:19: note: each undeclared identifier is reported
only once for each function it appears in
ossl_ssl.c:626:25: error: expected expression before ?)? token
ossl_ssl.c:629:47: error: expected expression before ?)? token
2005 Mar 26
3
Convert keys (OpenSSL to OpenSSH)
Hello,
I would like to use Public Key authentication with OpenSSH. I am trying to use a
public / private key set created using CA.pl. http://www.openssl.org/docs/apps/CA.pl.html
I am not sure but I think my OpenSSL keys will not work until some conversion takes place.
I was able to get them working between Windows (Putty.EXE) and my SSHD server but
PuttyGen.EXE converted the public keys
2006 May 11
0
mandatory client certificates and crl check in ssl-proxy-openssl.c
hello,
I made a modification to ssl-proxy-openssl.c (patch attached) zo that it
a) disconnects when no client certificate is presented
b) checks the client certificate against the crl for our root cert. (so
you can't use a revoked client cert.)
c) returns the CommonName from the client cert. in
ssl_proxy_get_peer_name (this way it's easier to use dovecot as
imap-proxy with a
2010 Nov 29
1
Dovecot and loading OpenSSL libraries
Hi,
I am running into a interesting issue with Dovecot.
I compiled Dovecot 2.0.7 with LD_RUN_PATH set to /xsys/lib and it was
able to find and link against the correct OpenSSL libraries (/xsys/lib),
the generated Makefile look OK.
Here is a snippet of the SSL cflags and libs.
SSL_CFLAGS = -I/xsys/include
SSL_LIBS = -L/xsys/lib -lssl -lcrypto -ldl
After I compil, install and run Dovecot I
2002 Feb 28
0
[Bug 130] New: segfault on connect / Red Hat 6.1 w/OpenSSL 0.9.6c
http://bugzilla.mindrot.org/show_bug.cgi?id=130
Summary: segfault on connect / Red Hat 6.1 w/OpenSSL 0.9.6c
Product: Portable OpenSSH
Version: 3.0.2p1
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: critical
Priority: P2
Component: ssh
AssignedTo: openssh-unix-dev at mindrot.org
2005 Apr 19
2
OpenSSL Installation Problem after Migration AIX 4.3.3 to AIX 5.2
We have a Problem to Install the Packages:
openssl-0.9.6m-1
openssl-devel-0.9.6m-1
openssl-doc-0.9.6m-1
After we migrate from AIX 4.3.3 to AIX 5.2
I removed the old Version rpm and want to reinstall openssl and openssh.
If i try to install openssl i have the following Error Message:
# rpm -ivh openssl-0.9.6m-1.aix5.1.ppc.rpm openssl-devel-0.9.6
m-1.aix5.1.ppc.rpm
2005 Apr 19
2
Antwort: Re: OpenSSL Installation Problem after Migration AIX 4.3.3 to AIX 5.2
Hi
I had compiled my ssh Version on my Package Server.
This is the Version: OpenSSH_3.9p1, OpenSSL 0.9.6m 17 Mar 2004
I install my Server over NIM with the Versions above.
My Problem ist that i migrate one Server from AIX 4.3.3 to AIX 5.2
After the Migration we deinstalled the openssl and openssh and installed
the new Version.
What im not understand is wy the prerequisites will not be found in
2017 Oct 27
2
How to check which version of openssl is getting compiled in into dovecot?
> On Oct 27, 2017, at 12:33 AM, Aki Tuomi <aki.tuomi at dovecot.fi> wrote:
>
>
>
> On 27.10.2017 00:53, krzf83 at gmail.com wrote:
>> I got multiple versions of openssl in my system. I compile dovecot with
>> PKG_CONFIG_PATH=/usr/openssl-1.0.2l-fpic/lib/pkgconfig ./configure
>>
>> How do I check which version of openssl got compiled in? configure