Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/crypto/dh
AgeCommit message (Expand)Author
2016-07-12Revert "Move C++ helpers into |bssl| namespace."Adam Langley
2016-07-12Revert scoped_types.h change.Adam Langley
2016-07-12Remove scoped_types.h.Adam Langley
2016-07-12Move C++ helpers into |bssl| namespace.Adam Langley
2016-06-24Handle BN_mod_word failures.David Benjamin
2016-06-24Fix BN_is_prime* calls.David Benjamin
2016-05-12Call |BN_mod_exp_mont_consttime| in crypto/dh.Brian Smith
2016-05-09Reimplement PKCS #3 DH parameter parsing with crypto/bytestring.David Benjamin
2016-04-19Make return value of |BN_MONT_CTX_set_locked| int.Brian Smith
2016-02-12Don't cast |OPENSSL_malloc|/|OPENSSL_realloc| result.Brian Smith
2016-02-02Validate DH public keys for RFC 5114 groups.David Benjamin
2015-12-16Remove the CRYPTO_EX_new callback.David Benjamin
2015-11-19Share common definitions of |TOBN| and |BIGNUM_STATIC|.Brian Smith
2015-11-12Become partially -Wmissing-variable-declarations-clean.David Benjamin
2015-11-12Remove stl_compat.h.David Benjamin
2015-11-12Limit DHE groups to 4096-bit.David Benjamin
2015-11-04Unwind DH_METHOD and DSA_METHOD.David Benjamin
2015-10-28Fix all sign/unsigned warnings with Clang and GCC.Adam Langley
2015-10-26Add a run_tests target to run all tests.David Benjamin
2015-10-26Unnecessary NULL checks.David Benjamin
2015-10-26Fix various malloc failure codepaths.David Benjamin
2015-08-26Move arm_arch.h and fix up lots of include paths.Adam Langley
2015-07-16Remove the func parameter to OPENSSL_PUT_ERROR.David Benjamin
2015-05-21Add malloc test support to unit tests.David Benjamin
2015-05-20Convert reference counts in crypto/Adam Langley
2015-05-20Set minimum DH group size to 1024 bits.Adam Langley
2015-05-11Convert dh_test to C++.David Benjamin
2015-05-05Remove unnecessary NULL checks, part 1.David Benjamin
2015-04-16Remove hash table lookups from ex_data.David Benjamin
2015-04-14Convert BN_MONT_CTX to new-style locking.Adam Langley
2015-04-13Eliminate unnecessary includes from low-level crypto modules.Brian Smith
2015-04-13Remove superfluous crypto/bio dependencies from tests.Brian Smith
2015-04-13Rename BIO_print_errors_fp back to ERR_print_errors_fp & refactor it.Brian Smith
2015-02-11Add in missing curly braces part 1.David Benjamin
2015-02-10Precompute sorted array for error strings.Adam Langley
2015-02-02Remove string.h from base.h.Adam Langley
2015-01-29Change CMakeLists.txt to two-space indent.Adam Langley
2015-01-26Remove duplication of common DH parameters.Adam Langley
2015-01-17Recognize common DH parameter sets.Emanuele Pucciarelli
2014-09-12Add a CRYPTO_library_init and static-initializer-less build option.David Benjamin
2014-08-12Windows build fixes.Adam Langley
2014-07-15Move public headers to include/openssl/Adam Langley
2014-06-21dh/check.c: check BN_CTX_get's return value.Adam Langley
2014-06-21Inital import.Adam Langley