make outgoing SSL_connect() non-blocking
[freeradius.git] / src / include / tls-h
2017-05-25 Alan T. DeKokmake outgoing SSL_connect() non-blocking
2017-05-11 Arran Cudbard-BellMerge branch 'v3.0.x' into patch-3
2017-05-10 Alan DeKokMerge pull request #1985 from alejandro-perez/v3.0.x
2017-05-10 Alejandro PerezFix memory leak in trustrouter.c
2016-10-19 Alan DeKokMerge branch 'v3.0.x' into v3.0.x-patch1
2016-10-19 Alan T. DeKokAdd cipher_server_preference. Manual port of #1797
2016-03-14 Arran Cudbard-BellMerge pull request #1527 from herwinw/rlm_perl_robustne...
2016-03-09 Arran Cudbard-BellMerge pull request #1559 from pwdng/freetds
2016-03-09 Arran Cudbard-BellMerge pull request #1558 from pwdng/v3.0.x
2016-03-09 Arran Cudbard-BellUse threadsafe OpenSSL error functions
2015-12-20 Arran Cudbard-BellMerge pull request #1377 from skids/virtualize_state
2015-12-18 Alan DeKokMerge pull request #1461 from qnet-herwin/fragment_size...
2015-12-18 Herwin WeststrateUpdated comment about default fragment_size
2015-12-07 Alan T. DeKokAdded "skip verify if OCSP succeeds". Fixes #1426
2015-10-21 Alan T. DeKokRemove unused options
2015-10-21 Alan T. DeKokAllow selective disabling of single dh use
2015-10-20 Alan T. DeKokEnable auto_chain. Fixes #1330
2015-10-11 Alan T. DeKokWrappers and portability fixes for newer OpenSSL.
2015-06-25 Arran Cudbard-BellMerge pull request #1044 from geaaru/rlm_sqlippool_mand...
2015-06-22 Alan T. DeKokSet X509_V_FLAG_CRL_CHECK_ALL
2015-06-18 Alan T. DeKokRestore cached VPs prior to EAP-TLS inner-tunnel method
2015-06-07 Arran Cudbard-BellCheck that the total length of all received fragments...
2015-06-07 Arran Cudbard-BellDocument tls_session_t fields
2015-06-04 Arran Cudbard-BellDocument FR_TLS_* constants with doxygen prefixes,...
2015-05-27 Alan T. DeKokUse correct data types for TLS fields
2015-05-14 Alan DeKokMerge pull request #983 from michael-mri/v3.0.x
2015-05-04 Alan T. DeKokRename "offset" to "mtu", which is more accurate
2015-03-31 Alan T. DeKokAllow disabling of tlsv1
2015-03-08 Arran Cudbard-BellMerge pull request #919 from nchaigne/3.0.x-fb3
2015-03-05 Alan T. DeKokNo need for these functions to be exported
2015-03-04 Alan DeKokMerge pull request #918 from nchaigne/3.0.x-fb2
2015-03-04 Alan T. DeKokMake tls_new_client_session() take talloc_ctx
2014-11-16 Alan T. DeKokAllow for selective disabling of TLSv1.1 and TLSv1.2
2014-10-23 Nikolai KondrashovAdd --disable-openssl-version-check option
2014-10-23 Arran Cudbard-BellMore minor doxygen fixes
2014-09-04 Alan T. DeKokUse "handshake_finished" instead of "finished"
2014-09-03 Alan T. DeKokExpose tls_init_ctx()
2014-07-16 Arran Cudbard-BellMerge pull request #732 from nchaigne/v3.0.x
2014-07-12 Alan DeKokMerge pull request #730 from nchaigne/v3.0.x
2014-07-09 Arran Cudbard-BellRemove useless extern declarations
2014-06-23 Alan T. DeKokAllow for dynamically expanded PSK.
2014-06-20 Arran Cudbard-BellMerge pull request #696 from leprechau/v3.0.x
2014-06-20 Arran Cudbard-BellMake client_cert bool everywhere
2014-06-19 Arran Cudbard-BellAllocate SSL session ctx memory under the handler to...
2014-05-25 Arran Cudbard-BellAdd compile time checking for config pointers
2014-05-20 Arran Cudbard-BellWe need to initialise SSL before reading the main confi...
2014-05-14 Alan T. DeKokDo SSL cleanups on exit
2014-05-08 Alan T. DeKokMake INDEX_CERTS dynamic, too.
2014-05-08 Alan T. DeKokUse proper talloc context in tls.c. Fixes #629
2014-04-09 Alan T. DeKokCheck for invalid TLS handshake
2014-04-08 Arran Cudbard-BellA simple framework to deal with future security issues...
2014-04-08 Arran Cudbard-BellAdd config item to toggle openssl vulnerability check
2014-04-08 Arran Cudbard-BellRefuse to start with OpenSSL 1.0.1 - 1.0.1f
2014-02-19 Alan T. DeKokRevert "Expose tls_server_conf_free() and use it for...
2014-02-18 Alan T. DeKokExpose tls_server_conf_free() and use it for home->tls
2013-11-30 Arran Cudbard-BellInitialise TLS *ONCE* in main, don't reinitialise it...
2013-11-14 Arran Cudbard-BellUpdate the conffile parser to treat the fields mapped...
2013-06-25 Arran Cudbard-BellRemove boostrap code from EAP modules, doesn't work...
2013-04-19 Arran Cudbard-BellReverse the order of const and type specifier e.g....
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-03-19 Alan T. DeKokInclude missing definition
2013-03-16 Arran Cudbard-BellReplace spaces with tabs
2013-03-16 Arran Cudbard-BellFixup rlm_eap and submodules, correcting data types...
2013-01-20 Arran Cudbard-BellRemove @version, doxygen seems to parse $id ok
2013-01-11 Arran Cudbard-BellMove license declarations outside of file descriptions
2012-11-29 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-11-27 Arran Cudbard-BellWITH_TLS not defined if we don't have openssl
2012-11-06 Arran Cudbard-BellMerge pull request #126 from arr2036/autoconf_fellation
2012-11-06 Arran Cudbard-BellSubstitute autoconf defines in missing.h and tls.h...