openssl/crypto/bio
Andy Polyakov 3e49ee23ea bio/b_addr.c: omit private hstrerror.
Private hstrerror was introduced to address linking problem on HP-UX,
but truth be told conemporary systems, HP-UX included, wouldn't come
to that call, they would use getaddrinfo and gai_strerror, while
gethostbyname and h_errno are there to serve legacy systems. Since
legacy systems are naturally disappearing breed, we can as well just
let user interpret number.

GH#2816

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
2017-03-02 16:28:54 +01:00
..
b_addr.c bio/b_addr.c: omit private hstrerror. 2017-03-02 16:28:54 +01:00
b_dump.c Copyright consolidation 09/10 2016-05-17 14:53:16 -04:00
b_print.c Fix VC warnings about unary minus to an unsigned type. 2017-01-15 22:21:07 +01:00
b_sock.c Copyright consolidation 09/10 2016-05-17 14:53:16 -04:00
b_sock2.c spelling fixes, just comments and readme. 2016-08-05 19:07:30 -04:00
bf_buff.c Create BIO_write_ex() which handles size_t arguments 2016-10-28 09:48:54 +01:00
bf_lbuf.c Create BIO_write_ex() which handles size_t arguments 2016-10-28 09:48:54 +01:00
bf_nbio.c Create BIO_write_ex() which handles size_t arguments 2016-10-28 09:48:54 +01:00
bf_null.c Create BIO_write_ex() which handles size_t arguments 2016-10-28 09:48:54 +01:00
bio_cb.c Fix some style issues... 2016-08-02 09:59:23 +02:00
bio_err.c Fix some feedback issues for BIO size_t-ify 2016-10-28 09:48:54 +01:00
bio_lcl.h Add support for reference counting using C11 atomics 2016-11-17 22:02:25 +01:00
bio_lib.c Fix a typo in bio_read_intern 2016-12-02 09:15:19 +00:00
bio_meth.c Add support for reference counting using C11 atomics 2016-11-17 22:02:25 +01:00
bss_acpt.c Remove some commented out code in libcrypto 2017-02-28 16:02:11 +00:00
bss_bio.c Create BIO_write_ex() which handles size_t arguments 2016-10-28 09:48:54 +01:00
bss_conn.c Remove some #if 0 code in ssl, crypto/bio 2017-02-28 09:32:41 -05:00
bss_dgram.c Remove some commented out code in libcrypto 2017-02-28 16:02:11 +00:00
bss_fd.c Remove some commented out code in libcrypto 2017-02-28 16:02:11 +00:00
bss_file.c Fix stdio build following BIO size_t work 2016-10-28 09:48:54 +01:00
bss_log.c Create BIO_write_ex() which handles size_t arguments 2016-10-28 09:48:54 +01:00
bss_mem.c Create BIO_write_ex() which handles size_t arguments 2016-10-28 09:48:54 +01:00
bss_null.c Create BIO_write_ex() which handles size_t arguments 2016-10-28 09:48:54 +01:00
bss_sock.c Remove some commented out code in libcrypto 2017-02-28 16:02:11 +00:00
build.info Adapt bf_lbuf for opaque BIO 2016-03-30 04:35:14 +02:00