Dynamic smartcard support?

Darren J Moffat Darren.Moffat at Sun.COM
Sat Apr 9 10:56:07 EST 2005


On Fri, 2005-03-11 at 18:03, Darren Tucker wrote:

> Even on platforms where it is supported it's likely to vary quite a bit. 
> On AIX, libfoo.a can contain shared and static components.  On HP-UX, the 
> libraries are libfoo.sl not libfoo.so.  dlopen can be hiding in different 
> places on different platforms.  And probably many other things...

OpenSSL provides a nice abstraction layer for this in its dso
module.  OpenSSH could use that OpenSSL interface for doing dynamic
loading.

-- 
Darren J Moffat




More information about the openssh-unix-dev mailing list