SSL: New Report and Keeping up with the Jones

Discussion to talk about software related topics only.
Post Reply
User avatar
dciliske
Posts: 624
Joined: Mon Feb 06, 2012 9:37 am
Location: San Diego, CA
Contact:

SSL: New Report and Keeping up with the Jones

Post by dciliske »

Just to let people know, we are aware of the report issued regarding SSL 3.0 and are investigating the process to implement TLS. Can't give y'all much more info than that at this time.

And if you are not aware of the SSL 3.0 report I'm referring to, here you go: http://googleonlinesecurity.blogspot.co ... sl-30.html

We will update you on the issue when we know more.

-Dan
Dan Ciliske
Project Engineer
Netburner, Inc
kackle123
Posts: 73
Joined: Tue Nov 23, 2010 1:35 pm

Re: SSL: New Report and Keeping up with the Jones

Post by kackle123 »

It's been one month; has NB made any decisions yet?
User avatar
Forrest
Posts: 288
Joined: Wed Apr 23, 2008 10:05 am

Re: SSL: New Report and Keeping up with the Jones

Post by Forrest »

We are actively working on a TLS solution at this time.
kackle123 wrote:It's been one month; has NB made any decisions yet?
Forrest Stanley
Project Engineer
NetBurner, Inc

NetBurner Learn Articles: http://www.netburner.com/learn
kackle123
Posts: 73
Joined: Tue Nov 23, 2010 1:35 pm

Re: SSL: New Report and Keeping up with the Jones

Post by kackle123 »

Thank you, Forrest. Keep us posted.
dnishimura
Posts: 19
Joined: Fri Dec 19, 2014 3:07 pm

Re: SSL: New Report and Keeping up with the Jones

Post by dnishimura »

Do you anticipate the TLS solution to be released before mid-2015? Our products will require it since many servers have disabled SSLv3.
User avatar
pbreed
Posts: 1088
Joined: Thu Apr 24, 2008 3:58 pm

Re: SSL: New Report and Keeping up with the Jones

Post by pbreed »

Dan will probably answer this as its his project...
He currently has TLS working in both server and client mode,
but is diagnosing some crashes and stability issues in some of the less used modes.
I would expect a TLS beta some time in Q1.
User avatar
dciliske
Posts: 624
Joined: Mon Feb 06, 2012 9:37 am
Location: San Diego, CA
Contact:

Re: SSL: New Report and Keeping up with the Jones

Post by dciliske »

Currently the core functionality is mostly working. The server and client modes are 95% there and correct. The main list of things that still need to be done are:
  1. Remove the malloc calls.
  2. Reduce the stack usage (Currently ~24KB of RAM).
  3. Get client certs working again (somehow the cert sending got broken).
  4. Make sure embedded cert chains are handled correctly (an issue that has been address in the previous library while working on the new one)
Items 1 and 2 are must haves before releasing the beta. Items 3 and 4 are Nice to Have's, but probably won't make it to the beta.

-Dan
Dan Ciliske
Project Engineer
Netburner, Inc
User avatar
dciliske
Posts: 624
Joined: Mon Feb 06, 2012 9:37 am
Location: San Diego, CA
Contact:

Re: SSL: New Report and Keeping up with the Jones

Post by dciliske »

  1. Malloc removed in all but one location, where there really is no alternative, and it's used as a last resort in the event that everything else is failing and you should never actually hit it... (Hitting it is a problem, and you should redo your app if you're triggering it, it just keeps you from crashing)
  2. Stack usage was apparently screwed up because the size of BigNums got cranked waaaay up. Not sure why/when that happened, but it's pretty ok now.
Based on this we will likely start the beta by the end of the month.

-Dan
Dan Ciliske
Project Engineer
Netburner, Inc
User avatar
dciliske
Posts: 624
Joined: Mon Feb 06, 2012 9:37 am
Location: San Diego, CA
Contact:

Re: SSL: New Report and Keeping up with the Jones

Post by dciliske »

Main commit done, now to wait and see what the build system thinks about it...
Dan Ciliske
Project Engineer
Netburner, Inc
Post Reply