Enable tls psk
[libradsec.git] / CHANGES
1 Changes between 0.0.4 and 0.0.5
2
3   - When POSIX thread support is detected at configure and build time
4     libradsec will be more safe to use by programs that call it from
5     more than one thread simultaneously.
6
7   - The initialisation of the OpenSSL PRNG has been improved.
8
9 User visible changes between 0.0.1 and 0.0.4
10
11   - TLS support is now enabled by default. Use --disable-tls to
12     disable it.
13
14   - Support for TLS-PSK has been added (--enable-tls-psk).
15
16   - The RADIUS dictionaries are now compiled into the library and are
17     no longer read from disk.