Move debug messages into rad_virtual_server
[freeradius.git] / src / modules / rlm_eap / types / rlm_eap_tls / rlm_eap_tls.c
2014-06-24 Alan T. DeKokMove debug messages into rad_virtual_server
2014-06-20 Arran Cudbard-BellMerge pull request #696 from leprechau/v3.0.x
2014-06-19 Arran Cudbard-BellAllocate SSL session ctx memory under the handler to...
2014-06-16 Arran Cudbard-BellUse sane macro names for codes. PW_CODE_AUTHENTICATION_...
2014-06-10 Arran Cudbard-BellConvert request_free to a destructor to make double...
2014-05-25 Arran Cudbard-BellAdd compile time checking for config pointers
2014-05-21 Arran Cudbard-BellChange PW_TYPE_STRING_PTR to PW_TYPE_STRING
2014-05-18 Arran Cudbard-BellRemove trailing periods in log messages
2014-05-02 Arran Cudbard-BellRemove asserts which were used to mask scan-build error...
2014-04-25 Alan T. DeKokMore "make whitespace"
2014-04-04 Arran Cudbard-BellSync packet code definitions with master
2013-10-14 Alan T. DeKokAssert to quiet clang analyzer
2013-07-21 Alan Buxeymore spelling issues cleared
2013-04-25 Arran Cudbard-BellMove function prototypes into log.h
2013-04-23 Arran Cudbard-BellUse C99 bool type for truth values
2013-04-18 Arran Cudbard-BellApparently error messages shouldn't have been converted...
2013-04-17 Arran Cudbard-BellReplace radlog(L_ERR with DEBUGE
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-03-29 Alan T. DeKokfoo == NULL to !foo
2013-03-23 Arran Cudbard-BellRename pairmove2 pairfilter
2013-03-22 Alan T. DeKokWe don't need configure checks for tls, peap, or ttls.
2013-03-20 Alan T. DeKokUse pairmove2() instead of pairadd(a,b);b=NULL
2013-03-20 Alan T. DeKokRe-name all of the module functions.
2013-03-19 Alan T. DeKokMove paircopy() and friends to use talloc()
2013-03-16 Arran Cudbard-BellReplace spaces with tabs
2013-03-16 Arran Cudbard-BellFixup rlm_eap and submodules, correcting data types...
2013-03-08 Alan DeKokMerge pull request #215 from alanbuxey/master
2013-02-24 Alan T. DeKokMove EAP types (sub-modules) to use talloc
2013-02-21 Alan T. DeKokStatic declarations of structures belong in C files...
2013-01-04 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-12-30 Arran Cudbard-BellAdd support for tags to remaining functions in lib...
2012-11-06 Arran Cudbard-BellMerge pull request #126 from arr2036/autoconf_fellation
2012-11-06 Arran Cudbard-BellRemove redundant #include <freeradius-devel/autoconf.h>
2012-10-04 Arran Cudbard-BellMerge pull request #87 from armitasp/master
2012-09-30 Alan DeKokMerge pull request #54 from mcnewton/patch-client-cert
2012-09-28 Arran Cudbard-BellMerge pull request #95 from alanbuxey/master
2012-09-27 Alan DeKokMerge pull request #93 from mcnewton/rad_virtual_server
2012-09-25 Matthew Newtonrlm_eap virtual servers now call postauth for both...
2012-08-23 Alan DeKokMerge pull request #15 from pobept/dictionary-redback
2012-03-04 Alan T. DeKokemoved unnecessary variable
2012-03-04 Matthew NewtonSplit eap_tls initiate function, move session handling...
2012-03-04 Matthew NewtonMove rlm_eap_tls TLS-specific config into user-specifie...
2012-03-04 Matthew NewtonCache result of parsing server/client tls configs,...
2012-02-08 Matthew NewtonAdd virtual-server option for EAP-TLS to allow certific...
2012-01-30 Alan T. DeKokdeal with unused arguments
2011-05-12 DanteGlue TLS code into listen.c
2011-05-11 Alan T. DeKokMove more code into server core
2011-05-10 Alan T. DeKokRemoved EAP names from global TLS definitions and struc...
2011-05-10 Alan T. DeKokMove more TLS functions into the server core.
2011-05-10 Alan T. DeKokRemoved references to EAP from code now in server core.
2011-05-10 Alan T. DeKokClean up SSL set/get ex data handlers.
2011-01-06 Alan T. DeKokFix fd leak
2010-12-08 Alan T. DeKokUndocumented command to allow expired CRLs
2010-11-24 Alan T. DeKokMore ocsp build cleanups
2010-11-22 Alan T. DeKokAdded "ocsp enable" functionality back
2010-11-22 Alan T. DeKokCleanups for OCSP support
2010-11-22 Alex BergmannOCSP Support
2010-10-03 Alan T. DeKokSigned / unsigned fixes and function prototypes
2010-09-09 Alan T. DeKokAdded missing check for lookup
2010-09-07 Alan T. DeKokLog issuer, not root cert.
2010-09-07 Alan T. DeKokMinor fixes as suggested by Michael Ross
2010-09-03 Alan T. DeKokAdded ability to verify client certificates
2010-08-25 Alan T. DeKokAdded support for TLS-Cert-* and TLS-Client-Cert-*...
2010-08-09 Alan T. DeKokPrint out WARNING if EAP session did not finish.
2010-06-10 Alan T. DeKokTell OpenSSL to NOT do "no session Id" sessions
2010-05-31 Alan T. DeKokMany more changes to get it to build.
2010-05-31 Alan T. DeKokAutomatic search and replace for pairfind.
2009-09-24 bduncanGet private key passphrase from keychain using certadmi...
2008-11-25 Alan T. DeKokAdd EVP_sha256 for WiMAX certificates
2008-08-27 Alan T. DeKokFix compiler warnings
2008-08-27 Alan T. DeKokLoad CA's only if CA file or CA path are set
2008-08-25 Alan T. DeKokEnforce session cache enable.
2008-08-25 Alan T. DeKokFinish Session Resumption patch - cache User-Name
2008-08-24 Alan T. DeKokFirst draft of session resumption.
2008-08-24 Alan T. DeKokAutomatically calculate MPPE keys
2008-08-24 Alan T. DeKokGenerate ephemeral RSA keys
2008-07-09 Alan T. DeKokUse new RDEBUG macro
2008-03-22 aland Correct logic in check
2008-03-07 aland Use fr_log_fp
2008-01-10 aland If no ca_file, don't set CA list for client certificates
2007-12-27 aland Removed useless message
2007-12-17 aland Require client cert for TLS
2007-12-16 aland If we're inside of a TLS tunnel, don't require a client
2007-11-27 aland Convert radlog(L_INFO, ... to DEBUG2(... to avoid...
2007-11-21 aland More sanity checks on fragment size, and account for...
2007-08-13 aland Pulled fix from branch_1_1
2007-07-02 aland We don't set the ephemeral RSA keys option, so it...
2007-05-25 fcusackimport from HEAD:
2007-05-24 fcusackimport from HEAD:
2007-05-23 fcusackimport from branch_1_1:
2007-05-23 fcusackimport from HEAD:
2007-05-23 fcusackimport from HEAD:
2007-05-15 aland Port fix for Coverity bug #23 from 1.1.x
2007-05-14 nbk Delete trailing whitespace.
2007-04-26 aland Fixed typo
2007-04-25 aland Added "bootstrap" script for creating initial certificates
2007-04-20 aland Note warnings if there's no DH, and how to fix it.
2007-04-20 aland Note warnings if there's no DH, and how to fix it.
2007-04-19 aland more lvalue to vp_* changes
2007-04-08 aland Pull fix for bug #436 from branch_1_1
next