Enable tls psk
[radsecproxy.git] / lib / tls.c
2014-02-05 Linus NordbergMove lib to the root.
2013-12-20 Linus NordbergDetect POSIX threads at configure time and use them...
2013-12-20 Linus NordbergImprove initialisation of OpenSSL PRNG.
2013-10-03 Linus NordbergMerge branch 'libradsec' of git.nordu.net:radsecproxy...
2013-10-03 Linus NordbergImplement disable_hostname_check config option.
2013-05-17 Linus NordbergMerge branch 'libradsec-add-avp-2' into libradsec
2013-05-09 Linus NordbergWhitespace changes in license headers.
2013-05-09 Linus NordbergInclude stdlib.h everywhere we call (m|c)alloc.
2013-01-22 Linus NordbergRevive radsecproxy.h and hostport_types.h and move...
2013-01-21 Linus NordbergMerge branch 'libradsec-new-client' into libradsec
2012-12-19 Linus NordbergRename COPYING -> LICENSE.
2012-12-18 Linus NordbergWhitespace.
2012-04-27 Linus NordbergMerge libradsec-new-client.
2012-04-26 Linus NordbergImplement cert verification.
2012-04-23 Linus NordbergConditionally compile TLS-PSK code (--enable-tls-psk).
2012-04-19 Linus NordbergDon't say RADPROT_TLS when we mean RAD_TLS.
2012-01-31 Linus NordbergImplement TLS-PSK.
2011-03-12 Linus NordbergMerge branch 'udp' into libradsec.
2011-03-06 Linus NordbergRestructure code, moving most code out of packet.c
2011-03-01 Linus NordbergError handling cleanup
2011-02-20 Linus NordbergPush an ENOMEM error on the connection rather than...
2011-02-20 Linus NordbergHandle another ENOMEM case.
2010-11-11 Linus NordbergBringing up TLS connections working.