jbeverly / pam_ssh_agent_auth

Moving pam_ssh_agent_auth to github as primary development location
Other
98 stars 27 forks source link

Adapt to OpenSSL 1.1.1. #13

Closed madpilot78 closed 5 years ago

madpilot78 commented 5 years ago

The FreeBSD operating system is migrating to OpenSSL 1.1.1 and I have created this set of patches to make pam_ssh_agent_auth compile with it.

The patch comments out some parts of include files which are not actually used and reference now opaque OpenSSL internals.

I also have migrated the source files to use accessors to use the OpenSSL objects.

The patch works on FreeBSD head (will be 12.0) but the --without-openssl-header-check argument is required in configure there.

jbeverly commented 5 years ago

I didn't get a chance to review this over the weekend. Skimming it, it looks great. I'll try to make some time this week.

Thanks!!

madpilot78 commented 5 years ago

Hi,

Any news regarding this?

Thanks.