getdns/src/getdns
Daniel Kahn Gillmor b3128652f4 add tls_query_padding_blocksize property for getdns_context
This is a parameter to the getdns_context that tells the context how
much to pad queries that go out over TLS.

It is not yet functional in this commit, but the idea is to pad each
outbound query over TLS to a multiple of the requested blocksize.

Because we only have a set amount of pre-allocated space for dynamic
options (MAXIMUM_UPSTREAM_OPTION_SPACE), we limit the maximum
padding blocksize.

This is a simplistic padding policy.  Suggestions for improved padding
policies are welcome!
2015-11-01 15:49:56 +09:00
..
getdns.h.in Update spec to 0.701 2015-10-22 15:12:15 +02:00
getdns_ext_libev.h Fill in <organization> place holder. 2014-02-25 14:23:19 +01:00
getdns_ext_libevent.h Fill in <organization> place holder. 2014-02-25 14:23:19 +01:00
getdns_ext_libuv.h Fill in <organization> place holder. 2014-02-25 14:23:19 +01:00
getdns_extra.h.in add tls_query_padding_blocksize property for getdns_context 2015-11-01 15:49:56 +09:00