Patrick Steuer
|
a00cceb22c
key_A and key_B had 3 references, only 2 were freed.
|
7 年之前 |
Patrick Steuer
|
546fda260e
apps/speed.c: use 32 byte key material as default
|
7 年之前 |
Patrick Steuer
|
64daf14d9c
apps/speed.c: add -seconds and -bytes options
|
7 年之前 |
Paul Yang
|
665d899fa6
Support multi-prime RSA (RFC 8017)
|
7 年之前 |
Andy Polyakov
|
3a63c0edab
Resolve warnings in VC-WIN32 build, which allows to add /WX.
|
7 年之前 |
KaoruToda
|
26a7d938c9
Remove parentheses of return.
|
7 年之前 |
Patrick Steuer
|
65e6b9a423
apps/speed.c: add 'rand' algo to enable DRBG performance measurements.
|
7 年之前 |
Patrick Steuer
|
fe4f66d262
apps/speed.c: fix ccm performance measurements.
|
7 年之前 |
Paul Yang
|
94e1f8ab5a
Remove useless macros in apps/speed.c
|
7 年之前 |
Rich Salz
|
75e2c87765
Switch from ossl_rand to DRBG rand
|
7 年之前 |
Xiaoyin Liu
|
e0de4dd5a2
schlock global variable needs to be volatile
|
7 年之前 |
Pauli
|
f1b8b0010a
Fix some pedantic warnings.
|
7 年之前 |
Rich Salz
|
3ee1eac27a
Standardize apps use of -rand, etc.
|
7 年之前 |
Rich Salz
|
f367ac2b26
Use randomness not entropy
|
7 年之前 |
Rich Salz
|
aa8f3d76fc
Modify Sun copyright to follow OpenSSL style
|
7 年之前 |
Paul Yang
|
2234212c3d
Clean up a bundle of codingstyle stuff in apps directory
|
7 年之前 |
Paul Yang
|
0848e01b1d
Refactor functions in testdsa.h
|
7 年之前 |
Jonathan Protzenko
|
9ae4e664da
Fix speed command for alternation of ciphers and digests.
|
7 年之前 |
Rich Salz
|
076fc55527
Make default_method mostly compile-time
|
7 年之前 |
Bernd Edlinger
|
f8aa15728b
Check that async_jobs is not negative and not too high.
|
7 年之前 |
Cristian Stoica
|
222c3da35c
speed.c: simplify aggregation of ecdh --multi results
|
8 年之前 |
Cristian Stoica
|
c8bff7ad50
speed.c: simplify aggregation of ecdsa --multi results
|
8 年之前 |
Cristian Stoica
|
0d4de7563c
speed.c: simplify aggregation of dsa --multi results
|
8 年之前 |
Cristian Stoica
|
8ac2d1abb3
speed.c: simplify aggregation of rsa --multi results
|
8 年之前 |
Todd Short
|
9d6fcd4295
Cleanup EVP_CIPH/EP_CTRL duplicate defines
|
7 年之前 |
Nicola Tuveri
|
86ff6cc6b2
Handle "int_ctx_new:unsupported algorithm" error
|
8 年之前 |
Nicola Tuveri
|
b756d694b6
Do not handle R_EC_X25519 as a special case
|
8 年之前 |
Nicola Tuveri
|
79438087fe
Remove leftover KDF pointer
|
8 年之前 |
Nicola Tuveri
|
9bffdebc38
Use CRYPTO_memcmp for comparing derived secrets
|
8 年之前 |
Nicola Tuveri
|
f7d984ddd4
Reintroduce preliminary sanity check in ECDH speed and remove further checks in the benchmark loop.
|
8 年之前 |