Sign in
boringssl
/
boringssl.git
/
5e61d533c99cd55fe051014fd68d506da835587f
/
crypto
/
evp
/
evp_test.cc
16c3f06
Convert evp_test to GTest.
by David Benjamin
· 8 years ago
ef374b8
Remove ECDSA error code hack in evp_test.
by David Benjamin
· 8 years ago
05bb1c5
Implement draft-ietf-curdle-pkix-04's serialization.
by David Benjamin
· 8 years ago
7c83fda
Add message-based EVP_PKEY APIs.
by David Benjamin
· 8 years ago
5916207
Improve RSA-PSS test coverage around length bounds.
by David Benjamin
· 8 years ago
f53e390
Import RSA decryption tests from upstream.
by David Benjamin
· 8 years ago
4f57074
Check input length to pkey_rsa_verify and add initial tests.
by David Benjamin
· 8 years ago
aac1e2d
Remove the remaining bssl::Main wrappers.
by David Benjamin
· 8 years ago
f0e935d
Fold stack-allocated types into headers.
by David Benjamin
· 9 years ago
d17d74d
Replace Scoped* heap types with bssl::UniquePtr.
by Matt Braithwaite
· 9 years ago
19d5cf8
Move remaining ScopedContext types out of scoped_types.h
by Martin Kreichgauer
· 9 years ago
10f97f3
Revert "Move C++ helpers into |bssl| namespace."
by Adam Langley
· 9 years ago
d2b5af5
Revert scoped_types.h change.
by Adam Langley
· 9 years ago
8c3c313
Remove scoped_types.h.
by Adam Langley
· 9 years ago
09feb0f
Move C++ helpers into |bssl| namespace.
by Adam Langley
· 9 years ago
a353cdb
Wrap MSVC-only warning pragmas in a macro.
by David Benjamin
· 9 years ago
e30a09e
Implement new PKCS#8 parsers.
by David Benjamin
· 9 years ago
68772b3
Implement new SPKI parsers.
by David Benjamin
· 9 years ago
4f6acaf
Use more C++11 features.
by David Benjamin
· 9 years ago
ef14b2d
Remove stl_compat.h.
by David Benjamin
· 9 years ago
906e299
Fix Windows build.
by Brian Smith
· 10 years ago
3570d73
Remove the func parameter to OPENSSL_PUT_ERROR.
by David Benjamin
· 10 years ago
34248d4
Get rid of err function codes.
by David Benjamin
· 10 years ago
65ee9b7
Remove EVP_PKEY_HMAC.
by David Benjamin
· 10 years ago
5c694e3
Add evp_test, loosely based on upstream's version.
by David Benjamin
· 10 years ago
0f86965
Rename evp_test to evp_extra_test.
by David Benjamin
· 10 years ago
83a8298
Rename BIO_print_errors_fp back to ERR_print_errors_fp & refactor it.
by Brian Smith
· 10 years ago
765b66c
Add DSA support to EVP.
by Adam Langley
· 10 years ago
c2b45a1
Convert evp_test to C++.
by David Benjamin
· 10 years ago
[Renamed (71%) from crypto/evp/evp_test.c]
7cc29ab
Take advantage of normalized return values.
by David Benjamin
· 10 years ago
42ca3a4
Fix memory-leak in evp_test.
by Adam Langley
· 10 years ago
517073c
Set output EC_KEY to NULL when d2i_ECPrivateKey() fails.
by Eric Roman
· 10 years ago
817ec34
Rename example_sign to evp_test.
by David Benjamin
· 10 years ago
[Renamed (98%) from crypto/evp/example_sign.c]
8fb1921
Allow PKCS#8 in d2i_AutoPrivateKey.
by David Benjamin
· 10 years ago
e167976
Make EVP_DigestVerifyFinal return only zero or one.
by David Benjamin
· 10 years ago
bc8d737
Add tests for AlgorithmIdentifier support in EVP.
by David Benjamin
· 10 years ago
a70c75c
Add a CRYPTO_library_init and static-initializer-less build option.
by David Benjamin
· 11 years ago
b2cb0ec
Fix minor issues found by Clang's analysis.
by Adam Langley
· 11 years ago
c44d2f4
Convert all zero-argument functions to '(void)'
by David Benjamin
· 11 years ago
9b561e6
Fix EVP_PKEY_FLAG_AUTOARGLEN behavior.
by David Benjamin
· 11 years ago
95c29f3
Inital import.
by Adam Langley
· 11 years ago