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
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