Sign in
boringssl
/
boringssl.git
/
0b1bb12ce806e69a99ff48e01dd7d1069ca0b173
/
include
/
openssl
/
bio.h
41a26e8
Remove buffer BIOs.
by David Benjamin
· 8 years ago
1d6eeb3
Spellcheck our public headers.
by David Benjamin
· 8 years ago
5b1f07e
Remove unused BIO_RR_* values.
by David Benjamin
· 8 years ago
f5b30cc
Add a simplified SSL BIO for curl.
by Adam Langley
· 8 years ago
ed1d288
Unwind all the zero-copy BIO pair machinery.
by David Benjamin
· 8 years ago
dda85e8
Remove the last of BIO_print_errors.
by David Benjamin
· 8 years ago
28d938d
Unwind unnecessary Android hacks.
by David Benjamin
· 9 years ago
32d961a
Implement BIO_eof() for compatibility
by Alessandro Ghedini
· 9 years ago
f0e935d
Fold stack-allocated types into headers.
by David Benjamin
· 9 years ago
d17d74d
Replace Scoped* heap types with bssl::UniquePtr.
by Matt Braithwaite
· 9 years ago
96a16cd
Finish aligning up_ref functions with OpenSSL 1.1.0.
by David Benjamin
· 9 years ago
d2b5af5
Revert scoped_types.h change.
by Adam Langley
· 9 years ago
8d79ed6
Assume that MSVC supports C++11.
by Adam Langley
· 9 years ago
8c3c313
Remove scoped_types.h.
by Adam Langley
· 9 years ago
585d7a4
Test both synchronous and asynchronous DTLS retransmit.
by David Benjamin
· 9 years ago
bbc7859
Match OpenSSL's values for BIO_CTRL_*.
by David Benjamin
· 9 years ago
e7b3ce5
Add BIO_set_conn_int_port.
by David Benjamin
· 9 years ago
ea77107
Remove references to non-existent BIO functions.
by David Benjamin
· 9 years ago
26993ad
Only use recv/send for socket BIOs on Windows.
by David Benjamin
· 9 years ago
4435e96
Include buffer.h from bio.h.
by Adam Langley
· 9 years ago
22ce9b2
SSL_set_fd should create socket BIOs, not fd BIOs.
by David Benjamin
· 9 years ago
a473e55
Add BIO_do_connect.
by David Benjamin
· 9 years ago
d8eea14
BIO_new_mem_buf should take const void *
by Steven Valdez
· 9 years ago
ce9d85e
Tweaks for node.js
by Adam Langley
· 9 years ago
95219fe
Fix some documentation comments.
by David Benjamin
· 9 years ago
061332f
Define |OPENSSL_PRINTF_FORMAT_FUNC| for format string annotations.
by Brian Smith
· 9 years ago
e6d1e5a
Use typedef names, not struct names.
by David Benjamin
· 9 years ago
5f88999
Fix up several comments and detect problems in the future.
by Adam Langley
· 9 years ago
29d8adb
Better handle IPv6.
by Matt Braithwaite
· 9 years ago
617eac6
Align BIO_get_fd with upstream.
by David Benjamin
· 9 years ago
6fad7bc
Some documentation fixes.
by David Benjamin
· 10 years ago
07bf9f6
Drop DEFINE_STACK_OF.
by Adam Langley
· 10 years ago
34248d4
Get rid of err function codes.
by David Benjamin
· 10 years ago
4cd4edf
Restore |ERR_print_errors()|.
by Matt Braithwaite
· 10 years ago
e17d45f
Restore |BIO_f_base64| from OpenSSL at b4f0d1a, modulo style fixes.
by Matt Braithwaite
· 10 years ago
3a9e1fb
Correct various documentation typos
by Kenny Root
· 10 years ago
71106ad
Add |BIO_read_asn1| to read a single ASN.1 object.
by Adam Langley
· 10 years ago
3fa65f0
Fix some malloc test crashs.
by David Benjamin
· 10 years ago
0da323a
Convert reference counts in crypto/
by Adam Langley
· 10 years ago
517da2f
Add |BIO_up_ref| and |EVP_PKEY_up_ref|.
by Adam Langley
· 10 years ago
ab9017b
Revert "bio: remove reference count."
by Adam Langley
· 10 years ago
d5eb7f4
bio: remove BIO_CTRL_PUSH/_POP.
by Adam Langley
· 10 years ago
1004b95
Remove BIO's ex_data.
by David Benjamin
· 10 years ago
9bde6ae
bio: remove reference count.
by Adam Langley
· 10 years ago
054e682
Eliminate unnecessary includes from low-level crypto modules.
by Brian Smith
· 10 years ago
83a8298
Rename BIO_print_errors_fp back to ERR_print_errors_fp & refactor it.
by Brian Smith
· 10 years ago
f21645f
Typo fix in comment.
by Adam Langley
· 10 years ago
689be0f
Reset all the error codes.
by David Benjamin
· 10 years ago
4e0a7e5
Cleanup of setting external buffer
by Håvard Molland
· 10 years ago
ce5be4b
Add zero copy read and write api for bio pairs.
by Håvard Molland
· 10 years ago
bed8ce7
Add misc functions for easier porting.
by Adam Langley
· 11 years ago
e2c4d26
Recover BIO_number_{read|written}.
by Adam Langley
· 11 years ago
aa4efe7
Fix BIO_printf crash on Mac.
by David Benjamin
· 11 years ago
eb7d2ed
Add visibility rules.
by Adam Langley
· 11 years ago
37a623c
Have BIO_get_mem_data return a size_t and uint8_t*
by Adam Langley
· 11 years ago
0cc81ff
Add functions for setting a BIO callback and arg.
by Adam Langley
· 11 years ago
4c921e1
Move public headers to include/openssl/
by Adam Langley
· 11 years ago
95c29f3
Inital import.
by Adam Langley
· 11 years ago