
scott_n at xypro
Dec 2, 2009, 9:32 AM
Post #1 of 1
(482 views)
Permalink
|
I'm trying to add an ENGINE to OpenSSH, and am looking at scard.c and scard-opensc.c as an example. I have a couple of questions -- 1. in both of them, in sc_get_engine(), the returned ENGINE is declared static, but it's overwritten each call. Is sc_get_engine intended to be called only once? When is ENGINE_free() called? 2. Where is the returned ENGINE used? Where is it hooked into OpenSSL? ---- Scott Neugroschl XYPRO Technology Corporation scott_n [at] xypro 805-583-2874 _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev [at] mindrot https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev
|