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
diff options
context:
space:
mode:
authorMatt Braithwaite <mab@google.com>2015-09-29 05:45:54 +0300
committerAdam Langley <alangley@gmail.com>2015-10-27 00:06:01 +0300
commit29d8adbdc6dbe8663e25c3bde68e3014d443454a (patch)
treeb0c7abcee19611f6dea95c5ea4aa34dd4bb72b9a /include/openssl/bio.h
parent301afaf2230b5dfa028842296ab63a66f0d1b16c (diff)
Better handle IPv6.
∙ host:port parsing, where unavoidable, is now IPv6-friendly. ∙ |BIO_C_GET_CONNECT| is simply removed. ∙ bssl -accept now listens on both IPv6 and IPv4. Change-Id: I1cbd8a79c0199bab3ced4c4fd79d2cc5240f250c Reviewed-on: https://boringssl-review.googlesource.com/6214 Reviewed-by: Adam Langley <alangley@gmail.com>
Diffstat (limited to 'include/openssl/bio.h')
-rw-r--r--include/openssl/bio.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/openssl/bio.h b/include/openssl/bio.h
index 481b97ea..44de50f2 100644
--- a/include/openssl/bio.h
+++ b/include/openssl/bio.h
@@ -842,7 +842,6 @@ struct bio_st {
#define BIO_C_GET_MD_CTX 120
#define BIO_C_GET_PROXY_PARAM 121
#define BIO_C_SET_BUFF_READ_DATA 122 /* data to read first */
-#define BIO_C_GET_CONNECT 123
#define BIO_C_GET_ACCEPT 124
#define BIO_C_SET_SSL_RENEGOTIATE_BYTES 125
#define BIO_C_GET_SSL_NUM_RENEGOTIATES 126