Re: [openssl-users] OpenSSL in Linux kernel

2016-04-21 Thread Matěj Cepl
On 2016-04-21, 20:50 GMT, Lei Kong wrote: > Can SSL library be used in Linux kernel mode? A bit of problem is that the OpenSSL’s license is incompatible with GPLv2. Matěj -- https://matej.ceplovi.cz/blog/, Jabber: mc...@ceplovi.cz GPG Finger: 89EF 4BC6 288A BF43 1BAB 25C3 E09F EF25 D964 84AC

Re: [openssl-users] OpenSSL in Linux kernel

2016-04-21 Thread Viktor Dukhovni
On Thu, Apr 21, 2016 at 09:00:07PM +, Salz, Rich wrote: > > > Can SSL library be used in Linux kernel mode? > > The crypto libraries can, and are in some places, in the kernel. > > If you want to put the SSL/TLS protocol into the kernel, you will need to do > some work, just as writing a

Re: [openssl-users] OpenSSL in Linux kernel

2016-04-21 Thread Salz, Rich
> Can SSL library be used in Linux kernel mode? The crypto libraries can, and are in some places, in the kernel. If you want to put the SSL/TLS protocol into the kernel, you will need to do some work, just as writing a BIO type that works in the kernel and perhaps malloc/free routines,

[openssl-users] OpenSSL in Linux kernel

2016-04-21 Thread Lei Kong
Can SSL library be used in Linux kernel mode? Thanks. -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

[openssl-users] Problem with OSCP Server Response

2016-04-21 Thread Juan Sebastián Cárdenas Arenas
Good Morning My name is Juan Sebastian Cardenas, I'm a Systems engineer from Colombia I am implementing an internal PKI for the organization where I work using openssl The idea is to generate certificates and digital signatures to members of the organization so that they can sign documents of

Re: [openssl-users] missing symbolic links under include directory

2016-04-21 Thread Thomas Francis, Jr.
> On Apr 21, 2016, at 3:06 AM, Tim Culhane wrote: > > Hi all, > > My company makes calls to functions in the openssl source and thus includes > header files defined in the openssl library. > > Typically these header files were gathered together in a simgle place,

[openssl-users] missing symbolic links under include directory

2016-04-21 Thread Tim Culhane
Hi all, My company makes calls to functions in the openssl source and thus includes header files defined in the openssl library. Typically these header files were gathered together in a simgle place, under include/openssl by way of symbolic links to the real header file locations. At present