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-06-08Test both synchronous and asynchronous DTLS retransmit.David Benjamin
2016-06-06Match OpenSSL's values for BIO_CTRL_*.David Benjamin
2016-06-06Add BIO_set_conn_int_port.David Benjamin
2016-05-19Remove references to non-existent BIO functions.David Benjamin
2016-04-15Only use recv/send for socket BIOs on Windows.David Benjamin
2016-03-08Include buffer.h from bio.h.Adam Langley
2016-03-07SSL_set_fd should create socket BIOs, not fd BIOs.David Benjamin
2016-02-26Add BIO_do_connect.David Benjamin
2016-02-24BIO_new_mem_buf should take const void *Steven Valdez
2016-01-27Tweaks for node.jsAdam Langley
2016-01-22Fix some documentation comments.David Benjamin
2016-01-21Define |OPENSSL_PRINTF_FORMAT_FUNC| for format string annotations.Brian Smith
2015-11-07Use typedef names, not struct names.David Benjamin
2015-11-05Fix up several comments and detect problems in the future.Adam Langley
2015-10-27Better handle IPv6.Matt Braithwaite
2015-10-13Align BIO_get_fd with upstream.David Benjamin
2015-09-11Some documentation fixes.David Benjamin
2015-08-06Drop DEFINE_STACK_OF.Adam Langley
2015-07-16Get rid of err function codes.David Benjamin
2015-06-24Restore |ERR_print_errors()|.Matt Braithwaite
2015-06-24Restore |BIO_f_base64| from OpenSSL at b4f0d1a, modulo style fixes.Matt Braithwaite
2015-06-11Correct various documentation typosKenny Root
2015-05-28Add |BIO_read_asn1| to read a single ASN.1 object.Adam Langley
2015-05-21Fix some malloc test crashs.David Benjamin
2015-05-20Convert reference counts in crypto/Adam Langley
2015-05-05Add |BIO_up_ref| and |EVP_PKEY_up_ref|.Adam Langley
2015-05-05Revert "bio: remove reference count."Adam Langley
2015-04-16bio: remove BIO_CTRL_PUSH/_POP.Adam Langley
2015-04-16Remove BIO's ex_data.David Benjamin
2015-04-14bio: remove reference count.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-03-19Typo fix in comment.Adam Langley
2015-02-12Reset all the error codes.David Benjamin
2014-11-24Cleanup of setting external bufferHåvard Molland
2014-11-19Add zero copy read and write api for bio pairs.Håvard Molland
2014-09-19Add misc functions for easier porting.Adam Langley
2014-08-14Recover BIO_number_{read|written}.Adam Langley
2014-08-05Fix BIO_printf crash on Mac.David Benjamin
2014-08-01Add visibility rules.Adam Langley
2014-07-18Have BIO_get_mem_data return a size_t and uint8_t*Adam Langley
2014-07-16Add functions for setting a BIO callback and arg.Adam Langley
2014-07-15Move public headers to include/openssl/Adam Langley
2014-06-21Inital import.Adam Langley