All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] BoringSSL library support in buildroot
@ 2016-11-18  3:32 Anand Sivaram
  2016-11-18  8:47 ` Thomas Petazzoni
  0 siblings, 1 reply; 5+ messages in thread
From: Anand Sivaram @ 2016-11-18  3:32 UTC (permalink / raw)
  To: buildroot

Dear All,

Is there any plan for supporting Google's BoringSSL in buildroot?
It is gaining momentum nowadays.

Thanks and Best Regards

Anand
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20161118/de3c14c1/attachment.html>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] BoringSSL library support in buildroot
  2016-11-18  3:32 [Buildroot] BoringSSL library support in buildroot Anand Sivaram
@ 2016-11-18  8:47 ` Thomas Petazzoni
  2016-11-18  8:49   ` Anand Sivaram
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2016-11-18  8:47 UTC (permalink / raw)
  To: buildroot

Hello,

On Fri, 18 Nov 2016 09:02:21 +0530, Anand Sivaram wrote:

> Is there any plan for supporting Google's BoringSSL in buildroot?
> It is gaining momentum nowadays.

The plan in Buildroot is like in most open-source project: merge
patches that are proposed/contributed.

So if someone proposes a patch to add support for BoringSSL, Buildroot
will have support for it. If nobody proposes a patch, then we won't
have BoringSSL support.

It's as simple as that :)

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] BoringSSL library support in buildroot
  2016-11-18  8:47 ` Thomas Petazzoni
@ 2016-11-18  8:49   ` Anand Sivaram
  2016-11-19 19:41     ` Peter Seiderer
  0 siblings, 1 reply; 5+ messages in thread
From: Anand Sivaram @ 2016-11-18  8:49 UTC (permalink / raw)
  To: buildroot

Thanks Thomas for the clarification :)

Anand

On 18 November 2016 at 14:17, Thomas Petazzoni <
thomas.petazzoni@free-electrons.com> wrote:

> Hello,
>
> On Fri, 18 Nov 2016 09:02:21 +0530, Anand Sivaram wrote:
>
> > Is there any plan for supporting Google's BoringSSL in buildroot?
> > It is gaining momentum nowadays.
>
> The plan in Buildroot is like in most open-source project: merge
> patches that are proposed/contributed.
>
> So if someone proposes a patch to add support for BoringSSL, Buildroot
> will have support for it. If nobody proposes a patch, then we won't
> have BoringSSL support.
>
> It's as simple as that :)
>
> Best regards,
>
> Thomas
> --
> Thomas Petazzoni, CTO, Free Electrons
> Embedded Linux and Kernel engineering
> http://free-electrons.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20161118/a5513508/attachment-0001.html>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] BoringSSL library support in buildroot
  2016-11-18  8:49   ` Anand Sivaram
@ 2016-11-19 19:41     ` Peter Seiderer
  2016-11-20  5:36       ` Anand Sivaram
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Seiderer @ 2016-11-19 19:41 UTC (permalink / raw)
  To: buildroot

Hello Anand,

On Fri, 18 Nov 2016 14:19:30 +0530, Anand Sivaram <aspnair@gmail.com> wrote:

> Thanks Thomas for the clarification :)
> 

Take a look at [1] for boringssl support ;-)

Regards,
Peter

[1] https://patchwork.ozlabs.org/patch/696886/

> Anand
> 
> On 18 November 2016 at 14:17, Thomas Petazzoni <
> thomas.petazzoni at free-electrons.com> wrote:
> 
> > Hello,
> >
> > On Fri, 18 Nov 2016 09:02:21 +0530, Anand Sivaram wrote:
> >
> > > Is there any plan for supporting Google's BoringSSL in buildroot?
> > > It is gaining momentum nowadays.
> >
> > The plan in Buildroot is like in most open-source project: merge
> > patches that are proposed/contributed.
> >
> > So if someone proposes a patch to add support for BoringSSL, Buildroot
> > will have support for it. If nobody proposes a patch, then we won't
> > have BoringSSL support.
> >
> > It's as simple as that :)
> >
> > Best regards,
> >
> > Thomas
> > --
> > Thomas Petazzoni, CTO, Free Electrons
> > Embedded Linux and Kernel engineering
> > http://free-electrons.com
> >

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] BoringSSL library support in buildroot
  2016-11-19 19:41     ` Peter Seiderer
@ 2016-11-20  5:36       ` Anand Sivaram
  0 siblings, 0 replies; 5+ messages in thread
From: Anand Sivaram @ 2016-11-20  5:36 UTC (permalink / raw)
  To: buildroot

Peter,

That is correct.  But, BoringSSL has fixed a lot of issues of OpenSSL,
removed lots of legacy stuff and APIs are pretty well compatible (as of
now).
I  agree, BoringSSL folks may not care too much about API compatibility and
it could potentially be a problem going forward.

I am having a host build for my application and on Debian, I could get it
working with BoringSSl with a couple of hours of work without using any
specific #ifdef, Now it works both with OpenSSL1.0.2 and BoringSSL.

When I get a bit of time, I would definitely try see I could compile it in
buildroot.

Thanks and Best Regards

Anand




On 20 November 2016 at 01:11, Peter Seiderer <ps.report@gmx.net> wrote:

> Hello Anand,
>
> On Fri, 18 Nov 2016 14:19:30 +0530, Anand Sivaram <aspnair@gmail.com>
> wrote:
>
> > Thanks Thomas for the clarification :)
> >
>
> Take a look at [1] for boringssl support ;-)
>
> Regards,
> Peter
>
> [1] https://patchwork.ozlabs.org/patch/696886/
>
> > Anand
> >
> > On 18 November 2016 at 14:17, Thomas Petazzoni <
> > thomas.petazzoni at free-electrons.com> wrote:
> >
> > > Hello,
> > >
> > > On Fri, 18 Nov 2016 09:02:21 +0530, Anand Sivaram wrote:
> > >
> > > > Is there any plan for supporting Google's BoringSSL in buildroot?
> > > > It is gaining momentum nowadays.
> > >
> > > The plan in Buildroot is like in most open-source project: merge
> > > patches that are proposed/contributed.
> > >
> > > So if someone proposes a patch to add support for BoringSSL, Buildroot
> > > will have support for it. If nobody proposes a patch, then we won't
> > > have BoringSSL support.
> > >
> > > It's as simple as that :)
> > >
> > > Best regards,
> > >
> > > Thomas
> > > --
> > > Thomas Petazzoni, CTO, Free Electrons
> > > Embedded Linux and Kernel engineering
> > > http://free-electrons.com
> > >
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20161120/aa2b47e4/attachment.html>

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-11-20  5:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-18  3:32 [Buildroot] BoringSSL library support in buildroot Anand Sivaram
2016-11-18  8:47 ` Thomas Petazzoni
2016-11-18  8:49   ` Anand Sivaram
2016-11-19 19:41     ` Peter Seiderer
2016-11-20  5:36       ` Anand Sivaram

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.