Date: Fri, 25 Feb 2011 11:31:11 +0100 From: Putrycy <putrycydestengier@gmail.com> To: freebsd-hackers@freebsd.org Subject: linking part of openssl into a kernel ? Message-ID: <AANLkTikJp76Nupv1AG0kgWUwTn3VA6SbQOATJkw-YUR2@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Hi! I am working on a piece of kernel software, that needs to use publc key cryptography, especially RSA. As far as i know, no RSA related in-kernel functionality is currently implemented. Writing a new implementation of key management, and the algorithm itself, and making it stable and efficent is rather long and slippery road, so i started to look shy on openssl. Porting just RSA and key-related stuff is again, a tiresome work. I am rather lazy, and i thought, that maybe I could force linker to to the job for me, i.e. link kernel against openssl library to get just some function that i am interested in. My question is: how to achieve this ? Second: Any better idea ? Is it totally stupid idea ? regards,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTikJp76Nupv1AG0kgWUwTn3VA6SbQOATJkw-YUR2>