Amazon just wrote a TLS crypto library in only 6,000 lines

For discussions about security.
Post Reply
Message
Author
Bindee

Amazon just wrote a TLS crypto library in only 6,000 lines

#1 Post by Bindee »

Amazon just wrote a TLS crypto library in only 6,000 lines of C code

At 1/10 the size of OpenSSL, it should be easier to spot bugs

http://www.theregister.co.uk/2015/07/01 ... s_library/

User avatar
8Geee
Posts: 2181
Joined: Mon 12 May 2008, 11:29
Location: N.E. USA

#2 Post by 8Geee »

In the comments...

Someone did it wiith a ZX80 in BASIC, but is accused of cheating using a 2K rampak. LOLROTFLMAO

Could be the reply of the day.
Linux user #498913 "Some people need to reimagine their thinking."
"Zuckerberg: a large city inhabited by mentally challenged people."

Ibidem
Posts: 549
Joined: Wed 26 May 2010, 03:31
Location: State of Jefferson

#3 Post by Ibidem »

If I've read correctly, it only implements TLS using OpenSSL's crypto libraries.
It's less than 1/10 the size of OpenSSL's TLS implementation, but closer to a hundredth of the total size of OpenSSL.

Bindee

#4 Post by Bindee »

It is only for servers hosting TLS but the end user still needs to run openssl , Unless i misunderstood it.

Post Reply