diff options
author | Linus Nordberg <linus@nordberg.se> | 2014-02-03 13:56:38 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2014-02-03 13:56:38 +0100 |
commit | e804c69f965d3319df3de529d6e0a569a2d6112f (patch) | |
tree | eafae328ce9c84183489775eb309f69868bc6262 | |
parent | 1e45aa3195e23c266d362b70bee4ae1b5db0bbc0 (diff) |
Add PRNG improvements to CHANGES.
-rw-r--r-- | lib/CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/CHANGES b/lib/CHANGES index de83d34..6d5556a 100644 --- a/lib/CHANGES +++ b/lib/CHANGES @@ -4,6 +4,8 @@ Changes between 0.0.4 and 0.0.5.dev libradsec will be more safe to use by programs that call it from more than one thread simultaneously. + - The initialisation of the OpenSSL PRNG has been improved. + User visible changes between 0.0.1 and 0.0.4 - TLS support is now enabled by default. Use --disable-tls to |