More fixes to use SSL_export_keying_material
[freeradius.git] / src /
2015-09-09 Alan T. DeKokMore fixes to use SSL_export_keying_material
2015-09-09 Alan T. DeKokBack-port d1cdce1b0 from v3.0.x
2015-08-13 Arran Cudbard-BellMerge pull request #1187 from jeremybrowne/v2.x.x
2015-08-13 Jeremy BrowneFix OpenSSL version check issues
2015-07-27 Alan T. DeKokset "now"
2015-06-29 Alan T. DeKokManually manage the append list
2015-06-22 Alan T. DeKokSet X509_V_FLAG_CRL_CHECK_ALL
2015-06-08 Alan T. DeKokMark home server dead based on calculated time
2015-05-31 Alan T. DeKokAllow post-auth to return reject
2015-05-20 Alan T. DeKokSave a copy of the filename
2015-05-08 Arran Cudbard-BellMerge pull request #986 from alanbuxey/patch-21
2015-05-01 Alan T. DeKok-Wshadow fix
2015-04-30 Arran Cudbard-BellMerge pull request #985 from alanbuxey/patch-20
2015-04-30 Alan T. DeKokFix client_add for virtual servers.
2015-04-30 Alan BuxeyUpdate base64.h
2015-04-30 Alan BuxeyUpdate base64.c
2015-04-27 Arran Cudbard-BellMerge pull request #979 from jahir/patch-1
2015-04-27 jahirfixed radclient.c compile error
2015-04-13 Alan T. DeKokExpand buffer to max string size
2015-04-08 Alan T. DeKokAdd certs to the packet, too
2015-04-05 Alan T. DeKokPort fix for #945 from v3.0.x branch
2015-03-31 Alan T. DeKokFix for v2
2015-03-31 Alan T. DeKokRevert "Disable TLS 1.2 by default. Causes MPPE key...
2015-03-31 Alan T. DeKokUse SSL_export_keying_material for TLSv1.2 PRF derivation
2015-03-31 Alan T. DeKokDisable TLS 1.2 by default. Causes MPPE key mismatches...
2015-03-29 Alan T. DeKokFix error message to be correct
2015-03-26 Alan T. DeKokAllow "eap" in Post-Auth-Type Reject
2015-03-24 Alan T. DeKokstart from 0 for failover
2015-03-10 Alan T. DeKokmd5 == nt
2015-03-04 Alan T. DeKokUse the correct name if there are multiple tagged attri...
2015-02-25 Alan T. DeKokSet correct default destination port for replies to...
2015-02-13 Alan DeKokMerge pull request #907 from spbnick/ssl_headers_fix
2015-02-13 Nikolai KondrashovInclude headers for OpenSSL init
2015-02-11 Arran Cudbard-BellMerge pull request #906 from spbnick/fix-openssl-versio...
2015-02-11 Nikolai KondrashovMove OpenSSL init out of version check
2015-02-03 Alan DeKokMerge pull request #898 from spbnick/disable_openssl_ve...
2015-02-03 Nikolai KondrashovAdd --disable-openssl-version-check option
2015-02-03 Alan DeKokMerge pull request #897 from spbnick/strlcpy_fix
2015-02-03 Nikolai Kondrashovlog: Check message buffer length to avoid overflow
2015-02-01 Alan T. DeKokReplace strncat() with strlcpy()
2015-02-01 Alan DeKokMerge pull request #895 from spbnick/v2.x.x_misc_fixes
2015-01-30 Nikolai KondrashovDon't dereference NULL cs in cf_item_parse
2015-01-30 Nikolai Kondrashovdhcp: Remove useless variable initializer
2015-01-30 Nikolai Kondrashovdhcpd: Verify DICT_VALUE exists itself
2015-01-30 Nikolai Kondrashovdhcp: Use correct format specifiers in a message
2015-01-30 Nikolai KondrashovFix two pointer signedness warnings
2015-01-30 Nikolai KondrashovRemove two unused variable declarations
2015-01-30 Nikolai KondrashovLimit log level string when building message
2015-01-30 Nikolai KondrashovInitialize child count in modcall_recurse
2015-01-30 Nikolai KondrashovCheck cf_item_parse return value
2015-01-30 Nikolai KondrashovCheck radius_get_vp return value
2015-01-30 Nikolai KondrashovReturn positive integers from each radius_xlat
2015-01-30 Nikolai Kondrashovrlm_sql_log: Check rad_mkdir result
2015-01-30 Nikolai Kondrashovxlat: Always free head
2015-01-30 Nikolai Kondrashovrlm_otp: Fix key size calculation
2015-01-30 Nikolai Kondrashovrlm_pap: Account for terminating zero
2015-01-30 Nikolai KondrashovVerify start_servers <= max_servers
2015-01-20 Alan T. DeKokFix typo. Closes #880
2015-01-15 Alan T. DeKokMore EXEEXT
2015-01-15 Alan T. DeKokUse $(EXEEXT) for radeapclient. Closes #875
2015-01-09 Alan T. DeKokTypos
2014-12-31 Arran Cudbard-BellUpdate copyright notices
2014-12-31 Alan T. DeKokSometimes we don't need to generate ephemeral RSA keys
2014-12-12 Alan T. DeKokDon't free packet twice
2014-12-12 Alan T. DeKokClarify warning message
2014-12-10 Alan T. DeKokPort detail fixes from v3.0.x
2014-12-10 Alan T. DeKokFix filename_escape for v2.x xlat API
2014-12-04 Arran Cudbard-BellBackport the filename escaping fix
2014-11-23 Alan T. DeKokRequest is done..
2014-11-23 Alan T. DeKokMark the request to be cleaned up when there's no proxy...
2014-11-21 Alan T. DeKokDon't set RUNNING unless a thread is running
2014-11-21 Alan T. DeKokRemove misleading message
2014-11-16 Alan T. DeKokMake tlsv1.2 and tlsv1.2 conditional on having them
2014-11-16 Alan T. DeKokAllow for selective disabling of TLSv1.1 and TLSv1.2
2014-11-11 Arran Cudbard-BellBackport udpfromto IPv6 fixes from v3.0.x
2014-11-03 Alan T. DeKokAllow TLS 1.1 and 1.2
2014-11-03 Alan T. DeKokAllow all UTF-8 characters
2014-10-28 Alan DeKokMerge pull request #824 from jrouzierinverse/v2.x.x
2014-10-28 James RouzierLock thread_pool.wait_mutex before forking to avoid...
2014-10-26 Alan T. DeKokDo OCSP checks only if we got issuer_cert. Closes...
2014-09-21 Alan T. DeKokDon't use DHCP-Server-IP-Address for source IP
2014-09-08 Alan T. DeKokFind the SUB section, not the NEXT one
2014-09-03 Alan T. DeKokFree output bio, too
2014-09-03 Alan T. DeKokPrint debug messages only in debug mode. Closes #779
2014-09-02 Alan T. DeKokin client_add() add to a virtual server is first argume...
2014-08-22 Alan T. DeKokMove checks for "sig_t" to AC_CHECK_TYPE. Fixes #765
2014-08-15 Alan T. DeKokBe more descriptive in complaints
2014-08-15 Alan T. DeKokAllow for enforcement in post-auth
2014-08-15 Alan T. DeKokPrint names for packet types
2014-06-17 Arran Cudbard-BellRelax libssl checks
2014-06-14 Alan T. DeKokDon't use strtok. Closes #689
2014-06-13 Arran Cudbard-BellMerge pull request #685 from sylphlin/v2.x.x
2014-06-11 Arran Cudbard-BellDon't stop parsing on padding options
2014-06-11 Arran Cudbard-BellWhitespace
2014-06-10 Alan T. DeKokMake redundant-load-balance work again.
2014-06-10 Arran Cudbard-BellFix potential read into uninitialised memory and/or...
2014-05-21 Alan T. DeKokAdd "show module status"
2014-05-13 Alan T. DeKokPut last commit into correct place
2014-05-13 Alan T. DeKokNote component and module for unfinished request
2014-05-13 Alan T. DeKokBe more specific about reasons for discard
next