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-11-04Don't bother sampling __func__.David Benjamin
2015-08-01Avoid using |WIN32| and use |OPENSSL_WINDOWS| instead.Brian Smith
2015-07-16ERR_LIB_USER should be the last error.David Benjamin
2015-07-16Get rid of err function codes.David Benjamin
2015-05-12Define compatibility function |ERR_remove_state|.Matt Braithwaite
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-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-01Lowercase some Windows headers.Adam Langley
2015-03-06Generate error data at build time.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-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
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-07Fix invariant broken in 5f1374e2.Adam Langley
2014-10-07Retain ownership of malloced error data.Adam Langley
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-12Add ERR_remove_thread_state (for Android).Adam Langley
2014-07-02Add ERR_get_next_error_library back.Adam Langley
2014-06-21Inital import.Adam Langley