[Bug 692589] Re: Bug in libssl-dev package, pem.h

Adrien Nader 692589 at bugs.launchpad.net
Thu May 11 18:40:48 UTC 2023


I've tried to reproduce the issue (thanks for the reproducer!) and
didn't manage to. I'm not sure the API is still there and in the same
form but also, pem.h is vastly different and much much simpler. I think
there's nothing to do and this bug should be WONTFIX.

-- 
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/692589

Title:
  Bug in libssl-dev package, pem.h

Status in openssl package in Ubuntu:
  New

Bug description:
  Binary package hint: openssl

  Error when tring to compile that code:

  #include <openssl/ssl.h>
  #include <openssl/err.h>
  #include <openssl/pem.h>

  SSL *p_ssl

  BIO *p_mem_bio;
  SSL_SESSION *p_session;

  PEM_write_bio_SSL_SESSION(p_mem_bio, p_session);


  
  We have complie error 

  error: invalid conversion from ‘void*’ to ‘char*’
  error:   initializing argument 4 of ‘int PEM_ASN1_write_bio(int (*)(void*, unsigned char**), const char*, BIO*, char*, const EVP_CIPHER*, unsigned char*, int, int (*)(char*, int, int, void*), void*)’

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




More information about the foundations-bugs mailing list