From: David W. <dw...@in...> - 2016-03-01 16:43:16
|
On Tue, 2016-03-01 at 16:12 +0100, Andreas Jellinghaus wrote: > Yes, all code from me for libp11 may be re-used under the BSD-3 clause. > Same applies to engine_pkcs11 or pam_p11 (the two users of libp11 > that I'm aware off), in case that is helpful. Thank you. > Please note that I created libp11 mostly by splitting > engine_pkcs11/opensc code into a new project, so that I can use it > for a pam module I was adding. At least that is how I remember it. > Thus most code under my name might come from Olaf Kirch instead, but > he has given the same approval already for all I know. Actually, the interesting part starts before that. You moved the code out from OpenSC to separate engine_pkcs11 and libp11 repositories in August/September 2005. But they all appeared, in a big lump, in OpenSC in May 2003: https://github.com/OpenSC/OpenSC/commit/496232d9b Where did they come from before that? There are commits earlier in the OpenSC history which strongly imply that the engine code was already there — Olaf's commit f169b5c891 tweaks some autoconf code and is titled "only build sslengine if OpenSSL supports it". But according to the git history there *is* no code at that point; only the autoconf test... -- dwmw2 |