aboutsummaryrefslogtreecommitdiff
path: root/tool
AgeCommit message (Expand)AuthorFilesLines
2016-05-31Print out whether EMS was supported.David Benjamin1-0/+2
2016-05-19Use non-deprecated methods on windows.nmittler4-13/+27
2016-05-19Rename NEWHOPE functions to offer/accept/finish.Matt Braithwaite1-10/+9
2016-04-26Pass array by reference in newhope speed test.Adam Langley1-2/+2
2016-04-26Import `newhope' (post-quantum key exchange).Matt Braithwaite1-1/+32
2016-04-07Modify 'bssl client' to print the cert subject and issuerGabriel Redner1-0/+14
2016-03-31Remove some easy obj.h dependencies.David Benjamin1-1/+1
2016-03-20Move function declarations to internal header.Piotr Sikora2-14/+16
2016-03-20Add missing internal includes.Piotr Sikora2-0/+3
2016-03-20Make local functions static.Piotr Sikora1-1/+1
2016-03-01Pass |alice_msg| by reference in the SPAKE2 speed test.Adam Langley1-1/+1
2016-03-01Add SPAKE2 over Ed25519.Arnar Birgisson1-1/+49
2016-02-25Fix bssl rand -hex.David Benjamin1-1/+1
2015-12-22Make it possible to tell what curve was used on the server.David Benjamin1-0/+5
2015-12-18Add a tool to generate Ed25519 keys.David Benjamin3-7/+75
2015-12-18Enable Ed25519 when building with OPENSSL_SMALL.Adam Langley1-2/+0
2015-12-16Add RC4-SHA1 and DES-EDE3-CBC-SHA1 to bssl speed.David Benjamin1-0/+3
2015-12-16Add client cert support to bssl client.David Benjamin2-2/+18
2015-12-16Point EVP_aead_chacha20_poly1305 at the standardized version.David Benjamin1-2/+2
2015-11-19Switch the keylog BIO to a callback.David Benjamin1-4/+13
2015-11-17Fix curve25519 code for MSVC.Adam Langley1-0/+2
2015-11-17Add X25519 and Ed25519 support.Adam Langley1-1/+72
2015-11-09bssl pkcs12 shouldn't crash on missing key.David Benjamin1-2/+4
2015-11-03Add ciphers option to bssl.Adam Langley3-0/+69
2015-10-27For now, give the unsuffixed ChaCha20 AEAD name to the old version.Adam Langley1-2/+2
2015-10-27Add the RFC 7539 ChaCha20-Poly1305 AEAD.Brian Smith1-0/+2
2015-10-26Better handle IPv6.Matt Braithwaite1-5/+5
2015-10-26Deprecate SSL_library_init.David Benjamin1-1/+2
2015-08-28Check fread's return value in tool/server.cc.David Benjamin1-2/+4
2015-08-28Add -session-in and -session-out to bssl client.David Benjamin2-0/+35
2015-08-20Server-side OCSP stapling support.Paul Lietar1-0/+48
2015-07-21Convert the Channel ID extension to the new system.Adam Langley1-1/+0
2015-07-10Fix build on Unix systems without POSIX realtime extensions.Doug Hogan1-1/+6
2015-07-07Parse RSAPrivateKey with CBS.David Benjamin1-11/+9
2015-06-08Include base.h in tool/internal.h.Adam Langley1-0/+2
2015-06-08Make constants in bssl tool actually const.David Benjamin3-19/+17
2015-06-05Possible Windows build fix.Adam Langley1-1/+1
2015-06-05Fix build.David Benjamin1-0/+1
2015-06-05Add a flag to bssl client to enable False Start.David Benjamin1-0/+8
2015-06-05Multi-prime RSA support.Adam Langley7-9/+236
2015-05-27Revert "tool: we don't need -lrt."David Benjamin1-1/+5
2015-05-05tool: we don't need -lrt.Adam Langley1-5/+1
2015-05-05Add support for building with the Android NDK.Adam Langley1-1/+1
2015-04-20Fix standalone build on Mac.David Benjamin2-0/+2
2015-04-16tool: include base.h before testing OPENSSL_WINDOWS.Adam Langley1-7/+7
2015-04-16Add 64-bit, P-256 implementation.Adam Langley1-9/+107
2015-04-14tool: benchmark the RNG.Adam Langley1-18/+72
2015-04-14tool: add rand.Adam Langley3-0/+97
2015-04-13Undo one fragment of 054e6826.Adam Langley1-1/+2
2015-04-13Use smart pointers instead of gotos in digest.cc.Brian Smith1-8/+4