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
2015-09-09Drop urandom_test.Adam Langley
2015-09-09Buffer reads of urandom, if you promise no forking.Matt Braithwaite
2015-08-26Move arm_arch.h and fix up lots of include paths.Adam Langley
2015-08-07Fix CRYPTO_hwrand comment.David Benjamin
2015-08-07Fold CRYPTO_hwrand and CRYPTO_have_hwrand together.David Benjamin
2015-07-23Make methods of |RAND_SSLEay| do reasonable things.Matt Braithwaite
2015-07-01Include openssl/chacha.h rather than duplicate the prototype.David Benjamin
2015-07-01Handle EINTR in open and dup calls in urandom.c.David Benjamin
2015-07-01Add RAND_set_urandom_fd.David Benjamin
2015-06-25RAND_set_rand_method takes a const parameter.Adam Langley
2015-06-25Dummy |RAND_set_rand_method|, |RAND_egd|, and |RAND_SSLeay|.Matt Braithwaite
2015-06-24Add missing comma in .type pragma for rdrand code.Adam Langley
2015-06-23Handle RDRAND failures.Adam Langley
2015-06-10Use the correct case for Windows headers.Adam Langley
2015-05-15Don't use uninitialized memory in RAND_bytes.David Benjamin
2015-05-12Add no-op |RAND_load_file| function for compatibility.Matt Braithwaite
2015-05-05Fix OPENSSL_NO_ASM build and promote to a cmake build flag.David Benjamin
2015-04-15Fix Windows build failures caused by 310d4dd.Brian Smith
2015-04-14Compatibility changes for wpa_supplicant and OpenSSH.Adam Langley
2015-04-14rand: new-style locking and support rdrand.Adam Langley
2015-04-13Eliminate unnecessary includes from low-level crypto modules.Brian Smith
2015-04-01Lowercase some Windows headers.Adam Langley
2015-02-12Add in missing curly braces part 3.David Benjamin
2015-02-09Fix some unchecked mallocs.David Benjamin
2015-02-02Remove string.h from base.h.Adam Langley
2015-01-31Enable more warnings & treat warnings as errors on Windows.Brian Smith
2015-01-29Define WIN32_LEAN_AND_MEAN in the build system, not in the code.Brian Smith
2015-01-29Change CMakeLists.txt to two-space indent.Adam Langley
2015-01-28Clean up use of Windows Platform SDK headers.Brian Smith
2014-11-05Call RtlGenRandom directly in RAND_bytes.David Benjamin
2014-08-21Convert all zero-argument functions to '(void)'David Benjamin
2014-07-15Move public headers to include/openssl/Adam Langley
2014-07-11Support building with PNaCl.Adam Langley
2014-06-21Inital import.Adam Langley