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-05-21Fix some malloc test crashs.David Benjamin
2015-05-21Add malloc test support to unit tests.David Benjamin
2015-05-21Factor SSL_AEAD_CTX into a dedicated type.David Benjamin
2015-05-15Support arbitrary elliptic curve groups.Adam Langley
2015-05-12Define compatibility function |ERR_remove_state|.Matt Braithwaite
2015-05-07Get rid of ssl_undefined_*David Benjamin
2015-05-07Move the NULL case in ssl_add_cert_chain up.David Benjamin
2015-05-07Promote SNI macros to functions.David Benjamin
2015-05-07Promote channel ID macros to proper functions.David Benjamin
2015-05-07Promote set_tmp_dh and set_tmp_ecdh to functions.David Benjamin
2015-05-07Promote all SSL callback ctrl hooks to proper functions.David Benjamin
2015-05-05Add do-nothing compatibility function |ERR_load_ERR_strings|.Matt Braithwaite
2015-05-05Remove unnecessary NULL checks, part 3.David Benjamin
2015-04-16Add 64-bit, P-256 implementation.Adam Langley
2015-04-16Remove the ability to set custom ex_data implementations.David Benjamin
2015-04-14err: convert over to new-style locking.Adam Langley
2015-04-13Eliminate unnecessary includes from low-level crypto modules.Brian Smith
2015-04-13Rename BIO_print_errors_fp back to ERR_print_errors_fp & refactor it.Brian Smith
2015-04-09Get rid of the THREADID stuff.Adam Langley
2015-04-09Use thread-local storage for ERR.Adam Langley
2015-04-09Remove the implementation abstraction from ERR.Adam Langley
2015-04-07Add DSA support to EVP.Adam Langley
2015-04-07Enforce that sessions are resumed at the version they're created.David Benjamin
2015-04-06Factor out sequence number updates.David Benjamin
2015-04-06Clean up do_ssl3_write fragment handling.David Benjamin
2015-04-01Convert err_test to C++.David Benjamin
2015-04-01Lowercase some Windows headers.Adam Langley
2015-03-19Add AEADs for AES-CTR with HMAC-SHA256.Adam Langley
2015-03-13Route EVP_PKEY_CTRL_GET_RSA_OAEP_LABEL through a CBS.David Benjamin
2015-03-13Move EVP_R_COMMAND_NOT_SUPPORTED into individual EVP_PKEY ctrl hooks.David Benjamin
2015-03-10Get rid of the RSMBLY macros.David Benjamin
2015-03-10Rework DTLS handshake message reassembly logic.David Benjamin
2015-03-06Generate error data at build time.David Benjamin
2015-03-06Don't delay-initialize legacy AEADs.David Benjamin
2015-02-27Add functions to parse and generate PKCS#7 files with CRLs.Adam Langley
2015-02-12Reset all the error codes.David Benjamin
2015-02-12Fix cross-module errors.David Benjamin
2015-02-10Split error string data across multiple lines.David Benjamin
2015-02-10Make err_data_generate.go reproducible.David Benjamin
2015-02-10Remove more bits of ERR_STRING_DATA.Adam Langley
2015-02-10Precompute sorted array for error strings.Adam Langley
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
2015-01-16Free all error queues on shutdown.Adam Langley
2015-01-15Tag a number of globals as const.David Benjamin
2015-01-13Free more memory in cleanup functions.Adam Langley
2015-01-06Test which direction ERR_get_error reads from the error queue.David Benjamin