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


-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Reply via email to