[Bug 891512] Re: libssl.so symbol missing, openssl 1.0.0e

Andreas Moog andreas-launchpad at warperbbs.de
Sun Dec 25 18:06:32 UTC 2011


** Changed in: openssl (Ubuntu)
   Importance: Undecided => High

** Changed in: openssl (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to openssl in Ubuntu.
https://bugs.launchpad.net/bugs/891512

Title:
  libssl.so symbol missing, openssl 1.0.0e

Status in OpenSSL cryptography and SSL/TLS toolkit:
  Unknown
Status in “openssl” package in Ubuntu:
  Confirmed

Bug description:
  The libssl as provided by libssl1.0.0_1.0.0e-2ubuntu4_amd64.deb is lacking the symbol: `ssl_verify_cert_chain'.
  Software depending on that symbol cannot be built.

  1) 11.10
  2) 1.0.0e-2ubuntu4

  Steps to reproduce:
  cat <<EOF | gcc -x c - -lssl
  #include <openssl/ssl.h>
  int
  main()
  {
  	void *s = 0;
  	void *sk = 0;
  	return ssl_verify_cert_chain(s, sk) <= 0 ? 1 : 0;
  }
  EOF

  Yields:
  test.c:(.text+0x2c): undefined reference to `ssl_verify_cert_chain'

To manage notifications about this bug go to:
https://bugs.launchpad.net/openssl/+bug/891512/+subscriptions




More information about the foundations-bugs mailing list