Sign in
boringssl
/
boringssl.git
/
0da939d3a9ad1b7557ce69295adcb54808910007
/
crypto
/
dh
d94682d
Remove ex_data's dup hook.
by David Benjamin
· 8 years ago
5c38c05
Move bn/ into crypto/fipsmodule/
by Adam Langley
· 8 years ago
591f251
Remove direct calls to BN_mod_exp.
by David Benjamin
· 8 years ago
6b0edfb
Add a common TestEventListener for the error queue.
by David Benjamin
· 8 years ago
9662843
Do a cursory conversion of a few tests to GTest.
by David Benjamin
· 8 years ago
0a211df
Remove BN_FLG_CONSTTIME.
by David Benjamin
· 8 years ago
17cf2cb
Work around language and compiler bug in memcpy, etc.
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
d224d52
Add constants for BN_rand and use them.
by David Benjamin
· 9 years ago
aa24851
Don't crash when generating a key for a zero DH prime.
by Adam Langley
· 9 years ago
37b486a
Remove optimisation for known DH groups.
by Adam Langley
· 9 years ago
19d5cf8
Move remaining ScopedContext types out of scoped_types.h
by Martin Kreichgauer
· 9 years ago
96e1a25
Add BN_get_rfc3526_prime_1536.
by David Benjamin
· 9 years ago
5a91503
Add various 1.1.0 accessors.
by David Benjamin
· 9 years ago
4edca0b
Add BN_rand_range_ex and use internally.
by Brian Smith
· 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
44bedc3
Handle BN_mod_word failures.
by David Benjamin
· 9 years ago
53409ee
Fix BN_is_prime* calls.
by David Benjamin
· 9 years ago
0e01eb5
Call |BN_mod_exp_mont_consttime| in crypto/dh.
by Brian Smith
· 9 years ago
3473315
Reimplement PKCS #3 DH parameter parsing with crypto/bytestring.
by David Benjamin
· 9 years ago
d035730
Make return value of |BN_MONT_CTX_set_locked| int.
by Brian Smith
· 9 years ago
5ba0689
Don't cast |OPENSSL_malloc|/|OPENSSL_realloc| result.
by Brian Smith
· 9 years ago
47ebec1
Validate DH public keys for RFC 5114 groups.
by David Benjamin
· 9 years ago
8a58933
Remove the CRYPTO_EX_new callback.
by David Benjamin
· 9 years ago
7af36e1
Share common definitions of |TOBN| and |BIGNUM_STATIC|.
by Brian Smith
· 9 years ago
20c3731
Become partially -Wmissing-variable-declarations-clean.
by David Benjamin
· 9 years ago
ef14b2d
Remove stl_compat.h.
by David Benjamin
· 9 years ago
cd24a39
Limit DHE groups to 4096-bit.
by David Benjamin
· 9 years ago
e8f783a
Unwind DH_METHOD and DSA_METHOD.
by David Benjamin
· 9 years ago
96c2a28
Fix all sign/unsigned warnings with Clang and GCC.
by Adam Langley
· 10 years ago
301afaf
Add a run_tests target to run all tests.
by David Benjamin
· 9 years ago
911cfb7
Unnecessary NULL checks.
by David Benjamin
· 9 years ago
79680ff
Fix various malloc failure codepaths.
by David Benjamin
· 9 years ago
73415b6
Move arm_arch.h and fix up lots of include paths.
by Adam Langley
· 10 years ago
3570d73
Remove the func parameter to OPENSSL_PUT_ERROR.
by David Benjamin
· 10 years ago
0b635c5
Add malloc test support to unit tests.
by David Benjamin
· 10 years ago
0da323a
Convert reference counts in crypto/
by Adam Langley
· 10 years ago
a7997f1
Set minimum DH group size to 1024 bits.
by Adam Langley
· 10 years ago
6610118
Convert dh_test to C++.
by David Benjamin
· 10 years ago
22ccc2d
Remove unnecessary NULL checks, part 1.
by David Benjamin
· 10 years ago
9f33fc6
Remove hash table lookups from ex_data.
by David Benjamin
· 10 years ago
683d7bd
Convert BN_MONT_CTX to new-style locking.
by Adam Langley
· 10 years ago
054e682
Eliminate unnecessary includes from low-level crypto modules.
by Brian Smith
· 10 years ago
9da82c1
Remove superfluous crypto/bio dependencies from tests.
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
c9a202f
Add in missing curly braces part 1.
by David Benjamin
· 10 years ago
29b1867
Precompute sorted array for error strings.
by Adam Langley
· 10 years ago
2b2d66d
Remove string.h from base.h.
by Adam Langley
· 10 years ago
4a0f0c4
Change CMakeLists.txt to two-space indent.
by Adam Langley
· 10 years ago
fd4eb60
Remove duplication of common DH parameters.
by Adam Langley
· 10 years ago
25bde4c
Recognize common DH parameter sets.
by Emanuele Pucciarelli
· 10 years ago
a70c75c
Add a CRYPTO_library_init and static-initializer-less build option.
by David Benjamin
· 11 years ago
ded9358
Windows build fixes.
by Adam Langley
· 11 years ago
4c921e1
Move public headers to include/openssl/
by Adam Langley
· 11 years ago
33685b8
dh/check.c: check BN_CTX_get's return value.
by Adam Langley
· 11 years ago
95c29f3
Inital import.
by Adam Langley
· 11 years ago