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
2016-01-27Have doc.go parse struct comments.Adam Langley
2016-01-21Annotate |ERR_add_error_dataf| as |OPENSSL_PRINTF_FORMAT_FUNC|.Brian Smith
2015-11-05Fix up several comments and detect problems in the future.Adam Langley
2015-11-04Don't bother sampling __func__.David Benjamin
2015-09-16Fix minor documentation mistake.David Benjamin
2015-07-16ERR_LIB_USER should be the last error.David Benjamin
2015-07-16Remove the func parameter to OPENSSL_PUT_ERROR.David Benjamin
2015-07-16Get rid of err function codes.David Benjamin
2015-06-11Correct various documentation typosKenny Root
2015-05-12Define compatibility function |ERR_remove_state|.Matt Braithwaite
2015-05-05Add do-nothing compatibility function |ERR_load_ERR_strings|.Matt Braithwaite
2015-04-15Fix Windows newline in err.h from commit 83a8298.Brian Smith
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-09Use thread-local storage for ERR.Adam Langley
2015-04-09Remove the implementation abstraction from ERR.Adam Langley
2015-02-10Precompute sorted array for error strings.Adam Langley
2015-01-16Free all error queues on shutdown.Adam Langley
2015-01-15Various documentation fixes.David Benjamin
2015-01-13Free more memory in cleanup functions.Adam Langley
2015-01-08Add declarations for Android compatibility funcs.Adam Langley
2014-12-18Implement HKDF.Nick Harper
2014-10-31Remove ERR_LIB_PKCS12.Adam Langley
2014-10-07Retain ownership of malloced error data.Adam Langley
2014-10-01ERR_GET_* macros return int.David Benjamin
2014-08-21Convert all zero-argument functions to '(void)'David Benjamin
2014-08-14Add EVP_EncodedLength.Adam Langley
2014-08-12Add ERR_remove_thread_state (for Android).Adam Langley
2014-08-01Add visibility rules.Adam Langley
2014-07-28Add OpenSSL-compatible alias for ERR_FLAG_STRING flag.Piotr Sikora
2014-07-15Move public headers to include/openssl/Adam Langley
2014-06-21Inital import.Adam Langley