Hi Adriaan,
I only found a minor nit:
2012/2/28 Adriaan de Jong :
> --- a/ssl.c
> +++ b/ssl.c
> @@ -385,6 +385,11 @@ init_ssl (const struct options *options, struct
> tls_root_ctx *new_ctx)
> tls_ctx_restrict_ciphers(new_ctx, options->cipher_list);
> }
>
> +#ifdef USE_POLARSSL
> + /*
This patch, while retaining PolarSSL 1.0 support, introduces the PolarSSL 1.1
DRBG. This RNG adds a number of features, including support for personalisation
strings and multiple entropy sources.
Personalisation strings have been implemented, based on PID, program name,
place within memory, and