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-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
2014-12-18Implement HKDF.Nick Harper
2014-11-19Add malloc failure tests.Adam Langley
2014-11-11Fix ownership of error data in ERR_peek_*.David Benjamin
2014-11-06Don't leak in err_set_error_data if error queue is empty.David Benjamin
2014-10-31Remove ERR_LIB_PKCS12.Adam Langley
2014-10-10Add generic OPERATION_NOT_SUPPORTED error code.Adam Langley
2014-10-10Fix err_test.David Benjamin
2014-10-07Fix invariant broken in 5f1374e2.Adam Langley
2014-10-07Retain ownership of malloced error data.Adam Langley
2014-09-12Add a CRYPTO_library_init and static-initializer-less build option.David Benjamin
2014-08-26Add PKCS#12 parser.Adam Langley
2014-08-21Convert all zero-argument functions to '(void)'David Benjamin
2014-08-18Include Windows.h in some source files.Yoshisato Yanagisawa
2014-08-14Add EVP_EncodedLength.Adam Langley
2014-08-12Fix err_test.Adam Langley
2014-08-12Add ERR_remove_thread_state (for Android).Adam Langley
2014-07-15Move public headers to include/openssl/Adam Langley
2014-07-02Add ERR_get_next_error_library back.Adam Langley
2014-06-21Inital import.Adam Langley