Sign in
boringssl
/
boringssl
/
44bedc348d9491e63c7ed1438db100a4b8a830be
/
tool
/
speed.cc
a353cdb
Wrap MSVC-only warning pragmas in a macro.
by David Benjamin
· 9 years ago
e09e579
Rename NEWHOPE functions to offer/accept/finish.
by Matt Braithwaite
· 9 years ago
7909aa7
Pass array by reference in newhope speed test.
by Adam Langley
· 9 years ago
045a0ff
Import `newhope' (post-quantum key exchange).
by Matt Braithwaite
· 9 years ago
9819367
Remove some easy obj.h dependencies.
by David Benjamin
· 9 years ago
708db16
Pass |alice_msg| by reference in the SPAKE2 speed test.
by Adam Langley
· 9 years ago
f27459e
Add SPAKE2 over Ed25519.
by Arnar Birgisson
· 9 years ago
77c3c0b
Enable Ed25519 when building with OPENSSL_SMALL.
by Adam Langley
· 9 years ago
df57163
Add RC4-SHA1 and DES-EDE3-CBC-SHA1 to bssl speed.
by David Benjamin
· 9 years ago
8ffab72
Point EVP_aead_chacha20_poly1305 at the standardized version.
by David Benjamin
· 9 years ago
3ac32b1
Fix curve25519 code for MSVC.
by Adam Langley
· 9 years ago
4fb0dc4
Add X25519 and Ed25519 support.
by Adam Langley
· 9 years ago
5dbdad9
For now, give the unsuffixed ChaCha20 AEAD name to the old version.
by Adam Langley
· 9 years ago
3e23e4c
Add the RFC 7539 ChaCha20-Poly1305 AEAD.
by Brian Smith
· 9 years ago
74f7110
Parse RSAPrivateKey with CBS.
by David Benjamin
· 10 years ago
58084af
Make constants in bssl tool actually const.
by David Benjamin
· 10 years ago
839b881
Multi-prime RSA support.
by Adam Langley
· 10 years ago
92b6b02
tool: include base.h before testing OPENSSL_WINDOWS.
by Adam Langley
· 10 years ago
ad6b28e
Add 64-bit, P-256 implementation.
by Adam Langley
· 10 years ago
90b5840
tool: benchmark the RNG.
by Adam Langley
· 10 years ago
054e682
Eliminate unnecessary includes from low-level crypto modules.
by Brian Smith
· 10 years ago
83a8298
Rename BIO_print_errors_fp back to ERR_print_errors_fp & refactor it.
by Brian Smith
· 10 years ago
3e71931
Lowercase some Windows headers.
by Adam Langley
· 10 years ago
d434f28
Fix bssl speed.
by David Benjamin
· 10 years ago
1d1562d
Free new[]'d array using delete[] instead of free in speed.cc.
by Brian Smith
· 10 years ago
d53b2c3
Fix out-of-bounds memory write in speed.cc.
by Brian Smith
· 10 years ago
2b2d66d
Remove string.h from base.h.
by Adam Langley
· 10 years ago
efed221
Enable more warnings & treat warnings as errors on Windows.
by Brian Smith
· 10 years ago
2672534
Align pointers by hand.
by Adam Langley
· 10 years ago
a87de9b
Define WIN32_LEAN_AND_MEAN in the build system, not in the code.
by Brian Smith
· 10 years ago
dc94b54
Clean up use of Windows Platform SDK headers.
by Brian Smith
· 10 years ago
384673c
Fix tool build on Windows.
by David Benjamin
· 10 years ago
e762434
Also test AES-CBC modes in the speed tool.
by Adam Langley
· 10 years ago
543d006
Benchmark AEADs with aligned buffers.
by Adam Langley
· 10 years ago
45ec21b
Add stitched RC4-MD5 as an AEAD.
by Adam Langley
· 11 years ago
30eda1d
Include some build fixes for OS X.
by Adam Langley
· 11 years ago
006779a
Add benchmarks for hash functions to bssl speed.
by Adam Langley
· 11 years ago
c5c0c7e
Split the speed tests into their own file.
by Adam Langley
· 11 years ago