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-12-23Implement draft-ietf-tls-curve25519-01 in C.David Benjamin
2015-10-27Fix shared library build on OS X.David Benjamin
2015-10-26Add a run_tests target to run all tests.David Benjamin
2015-10-13Remove SSL_SESSION_print*.David Benjamin
2015-09-15Rename ssl_sess.c to ssl_session.c.David Benjamin
2015-09-09Fold ssl_algs.c into ssl_lib.c.David Benjamin
2015-09-09Toss file-related convenience bits of ssl/ into a corner.David Benjamin
2015-08-29Factor out the buffering and low-level record code.David Benjamin
2015-08-26Move arm_arch.h and fix up lots of include paths.Adam Langley
2015-07-31Implement custom extensions.Adam Langley
2015-07-01Convert the renegotiation extension to the new system.Adam Langley
2015-05-21Add malloc test support to unit tests.David Benjamin
2015-05-21Factor SSL_AEAD_CTX into a dedicated type.David Benjamin
2015-04-14Document everything in ssl_ciph.c, now ssl_cipher.c.David Benjamin
2015-04-01Convert ssl_test to C++.David Benjamin
2015-02-10Precompute sorted array for error strings.Adam Langley
2015-01-29Change CMakeLists.txt to two-space indent.Adam Langley
2015-01-28Honor the standard BUILD_SHARED_LIBS cmake variable.David Benjamin
2015-01-15Remove dead code from EVP_CIPHER codepaths.David Benjamin
2014-12-14Merge SSLv23_method and DTLS_ANY_VERSION.David Benjamin
2014-12-05Remove dtls1_enc.David Benjamin
2014-10-01Merge the get_ssl_method hooks between TLS and SSLv3.David Benjamin
2014-09-22Add a set of tests for cipher string parsing.David Benjamin
2014-08-01Add visibility rules.Adam Langley
2014-07-28Hook ssl_stat.c into build.Piotr Sikora
2014-07-16Fix magic SSL reason codes.David Benjamin
2014-06-27Remove heartbeat extension.David Benjamin
2014-06-21Unit/regression test for TLS heartbeats.Adam Langley
2014-06-21Inital import.Adam Langley