openssl/crypto/bio
Rich Salz 1288f26fb9 RT4310: Fix varous no-XXX builds
When OPENSSL_NO_ASYNC is set, make ASYNC_{un,}block_pause() do nothing.
This prevents md_rand.c from failing to build. Probably better to do it
this way than to wrap every instance in an explicit #ifdef.

A bunch of new socket code got added to a new file crypto/bio/b_addr.c.
Make it all go away if OPENSSL_NO_SOCK is defined.

Allow configuration with no-ripemd, no-ts, no-ui
We use these for the UEFI build.

Also remove the 'Really???' comment from no-err and no-locking. We use
those too.

We need to drop the crypto/engine directory from the build too, and also
set OPENSSL_NO_ENGINE

Signed-off-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
2016-02-17 13:33:51 -05:00
..
b_addr.c RT4310: Fix varous no-XXX builds 2016-02-17 13:33:51 -05:00
b_dump.c Refactoring BIO: Small adjustments 2016-02-03 19:37:07 +01:00
b_print.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
b_sock.c Make the BIO_ADDR param optional. 2016-02-14 17:36:10 -05:00
b_sock2.c Make the BIO_ADDR param optional. 2016-02-14 17:36:10 -05:00
bf_buff.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
bf_lbuf.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
bf_nbio.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
bf_null.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
bio_cb.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
bio_err.c Move to REF_DEBUG, for consistency. 2016-02-11 12:40:32 -05:00
bio_lcl.h On solaris, the variable name sun clashes, use s_un instead 2016-02-16 17:16:32 +01:00
bio_lib.c Move to REF_DEBUG, for consistency. 2016-02-11 12:40:32 -05:00
bss_acpt.c Refactoring BIO: adapt BIO_s_connect and BIO_s_accept 2016-02-03 19:40:32 +01:00
bss_bio.c Defines OSSL_SSIZE_MAX 2016-02-13 10:22:54 +00:00
bss_conn.c Refactoring BIO: adapt BIO_s_connect and BIO_s_accept 2016-02-03 19:40:32 +01:00
bss_dgram.c GH601: Various spelling fixes. 2016-02-05 15:25:50 -05:00
bss_fd.c Refactoring BIO: Small adjustments 2016-02-03 19:37:07 +01:00
bss_file.c GH601: Various spelling fixes. 2016-02-05 15:25:50 -05:00
bss_log.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
bss_mem.c RT4129: BUF_new_mem_buf should take const void * 2016-01-31 14:05:13 -05:00
bss_null.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
bss_sock.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
build.info Update crypto/bio/build.info 2016-02-04 23:34:20 +01:00
Makefile.in Refactoring BIO: new socket-handling functions, deprecate older ones 2016-02-03 19:38:07 +01:00