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
AgeCommit message (Expand)Author
2016-01-28Fix 32-bit build.David Benjamin
2016-01-28Define `int128_t` and `uint128_t` in one place.Brian Smith
2016-01-28Fix pointer-to-non-volatile cast in thread_win.c.Brian Smith
2016-01-26Use |alignas| for alignment.Brian Smith
2015-12-16Remove the CRYPTO_EX_new callback.David Benjamin
2015-11-17Use UINT64_C instead of OPENSSL_U64.David Benjamin
2015-09-09Buffer reads of urandom, if you promise no forking.Matt Braithwaite
2015-07-20Reserve ex_data index zero for app_data.David Benjamin
2015-05-27Have consumers supply OPENSSL_C11_ATOMIC.David Benjamin
2015-05-20Try to fix MSVC and __STDC_VERSION__ again.Adam Langley
2015-05-20Try again to only test __STDC_VERSION__ when defined.Adam Langley
2015-05-20Disable C11 atomics on OS X.Adam Langley
2015-05-20Tag the mutex functions with OPENSSL_EXPORT.Adam Langley
2015-05-20Don't test __STDC_VERSION__ unless it's defined.Adam Langley
2015-05-20Add infrastructure for reference counts.Adam Langley
2015-05-08Support Trusty, an embedded platform.Adam Langley
2015-05-08Define CRYPTO_once_t as LONG on Windows.David Benjamin
2015-05-07Revert "Work around missing PTHREAD_RWLOCK_INITIALIZER in NaCl newlib."David Benjamin
2015-04-29Work around missing PTHREAD_RWLOCK_INITIALIZER in NaCl newlib.David Benjamin
2015-04-16Remove hash table lookups from ex_data.David Benjamin
2015-04-16Remove X509_STORE's ex_data.David Benjamin
2015-04-16Remove BIO's ex_data.David Benjamin
2015-04-16Unexpose the generic ex_data functions.David Benjamin
2015-04-16Remove the ability to set custom ex_data implementations.David Benjamin
2015-04-14rand: new-style locking and support rdrand.Adam Langley
2015-04-14crypto: add mutexes.Adam Langley
2015-04-13Enable MSVC warning C4701, use of potentially uninitialized variable.Brian Smith
2015-04-13Fix standalone Windows release-mode builds.Brian Smith
2015-04-02OPENSSL_EXPORT the threading functions.David Benjamin
2015-04-01Add native support for onces and thread-local storage.Adam Langley
2015-01-15aarch64 support.Adam Langley
2015-01-06Condition the use of UI64 on _MSC_VER.Adam Langley
2014-11-11Update constant-time operations.Adam Langley
2014-11-11Simplify constant-time RSA padding check.Adam Langley
2014-11-11Add a few more constant-time utility functions.Adam Langley
2014-11-11Constant-time utilities.Adam Langley
2014-09-12Add a CRYPTO_library_init and static-initializer-less build option.David Benjamin
2014-09-03Fix minor issues found by Clang's analysis.Adam Langley
2014-08-27Fix "integer constant is too large for 'long' type" errors.Adam Langley
2014-06-21Inital import.Adam Langley