Questions tagged [libssl]

libssl is the portion of OpenSSL which supports TLS

152 questions
0
votes
1 answer

OPENSSL incompatible libssl, libcrypto

I am working with openssl library files, anybody could help me with the 64bit precompiled libraries of openssl (RHEL5x64) I have this warning on the libraries i generated. /usr/bin/ld: skipping incompatible /home/devlog/prog/toto/libssl.so when…
0
votes
1 answer

libcrypto throwing error when compiling a shared library

I'm trying to put together a shared library that does a HTTP GET request to a remote server. My library will be loaded by another app and I want to post some statistical data over to a webserver API. My code currently looks like this: void…
Don
  • 1
0
votes
1 answer

How can I cross compile libSSL as a dynamic librairy?

Does anybody knows how can I cross compile libSSL as a dynamic librairy using openWRT toolchain? Thanks for your answers and have a nice day
pBouillon
  • 268
  • 4
  • 14
0
votes
1 answer

Setting up test connection to server using pysftp

I'am trying to establish a test connection to an sftp server. (as demonstrated in Python Pysftp Error). I got the key from the server by establishing a first connection to the server via terminal. That worked flawlessly. However if I run the python…
studere
  • 156
  • 8
0
votes
1 answer

libssh bind_accept error : Could not create BIO

I'm in a team building a software that incorporates SSH, with a client-server architecture. I'm writing the SSH server, testing on local machine before the deployment on the remote server computer, using the libssh C API. The server builds and links…
Kimutai
  • 1,022
  • 11
  • 15
0
votes
2 answers

missing libssl.so.10 when install postgresql92-server postgresql92-contrib

when I install postgresql92-server postgresql92-contrib I met some problem ,the details as below but I can find the libs my linux release as below
Bort
  • 97
  • 1
  • 13
0
votes
0 answers

suse enterprise server libssl deleted

We made a big mistake to delete libssl while installing new version of open ssl. It is the remote suse enterprise server. It seems that ssh and wget etc. can not work fine without libssl. There is only one connect can still connect to this server by…
PhilipSong
  • 83
  • 3
  • 13
0
votes
1 answer

haproxy bind command to include cipher in haproxy.cfg file

I am configuring the haproxy.cfg file for haproxy. i need to add cipher suite in this file. for that i am using bind command. My bind command is as below. bind 0.0.0.0:443 ssl crt /etc/ssl/certs/private1.pem nosslv3 prefer-server-ciphers…
0
votes
1 answer

how to make use of old system libraries

We have a project and shared libraries libprivate.so (private so) which was using old libraries libcurl.so.3. The system was upgraded with new system libraries libcurl.so.4. For some internal issues, right now we do not want to make use of latest…
Jegan
  • 188
  • 3
  • 15
0
votes
1 answer

openssl BIO_do_connect returns 0 for ssl

Here's my simple openssl client test case trying to connect to google.com:443. According to the manual, BIO_do_connect should return 1, 0 or -1. Google didn't find me anyone for whom it returns 0, which it does for me. #include #include…
aep
  • 776
  • 5
  • 26
0
votes
1 answer

Install libssl1.0.0 on ubuntu 10.04 offline quickly

I need to install libssl1.0.0 on a ubuntu 10.04 machine offline. After lots of search, I still cannot find any libssl1.0.0 packages built for ubuntu 10.04. Building it from source is not accepted, because it takes several minutes to complete the…
papalagi
  • 710
  • 2
  • 8
  • 20
0
votes
1 answer

How to build Hadoop(1.0.4) libhfs on Ubuntu 12.04

I am trying to build libhdfs on Ubunutu 12.04 for mountable hdfs and I was stuck at the first step 1. in HADOOP_HOME: ant compile-c++-libhdfs -Dlibhdfs=1 In this step it will configure and make utils and pipes, but when it configure pipes it always…
Gianluigi
  • 167
  • 2
  • 8
0
votes
1 answer

libssl read error 131 causing an application crash

I have developed an application which uploads a file to Dropbox. I am using Libcurl (libcurl-7.21.7) and Openssl (0.9.8e) api’s to upload the file to Dropbox. I have noticed that sometimes my application is crashing because of Server…
0
votes
1 answer

SSL errors with QtWebkit on https sites on Ubuntu

I am building a qtwebkit-based browser application on Ubuntu 12.04 LTS. When I use it to access https websites, I got a lot of ssl errors. For example, when I access www.paypal.com, I got this message: SSL Errors for:…
Stephen Cheng
  • 964
  • 2
  • 11
  • 24
0
votes
1 answer

Ruby unsupported protocol (OpenSSL::SSL::SSLError) on Debian/Linux

How to fix this error that happens on Debian Linux using ssl commands with ruby ? /usr/lib/ruby/1.8/net/http.rb:586:in `connect': SSL_connect returned=1 errno=0 state=unknown state: unsupported protocol (OpenSSL::SSL::SSLError) I found the answer,…
vvo
  • 2,653
  • 23
  • 30
1 2 3
10
11