[openssl-users] openssl 1.1 and sendmail

Carl Byington carl at five-ten-sg.com
Sun Jun 26 18:24:46 UTC 2016


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

I am trying to modify the sendmail 8.16 snapshot to use openssl 1.1, but
ran into a few issues.


SSL_CTX_set_tmp_rsa_callback() was used to setup a temporary rsa key. It
seems we never need to generate temp rsa keys since all the ephemeral
rsa exchanges were removed. Is that correct?


x509_vfy.h has:

# define X509_STORE_set_verify_cb_func(ctx,func)
((ctx)->verify_cb=(func))

which causes a compile error since the X509_STORE structure is opaque.
Is there a workaround for this?


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.14 (GNU/Linux)

iEYEAREKAAYFAldwHbYACgkQL6j7milTFsHWhACeLM8DgD/4W06c9SCxvaW8kdS7
+CkAn38LMd1J9KGRjJpxpLzIjOQ8P5LQ
=vL8B
-----END PGP SIGNATURE-----




More information about the openssl-users mailing list