Added missing check for lookup
[freeradius.git] / src / modules / rlm_eap / types / rlm_eap_tls / rlm_eap_tls.c
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
2007-04-07 aland free(inst) on OOM
2007-03-26 aland port fix from branch_1_1
2007-03-21 fcusackimport from branch_1_1:
2007-03-21 fcusackimport from branch_1_1:
2007-02-26 aland Pulled from branch_1_1, with formatting
2007-02-23 aland Pull fix from branch_1_1
2007-02-16 aland Port "use_tunneled_reply" fix for MS-CHAP from branch_1_1
2007-02-15 aland Port fix for bug #419 from branch_1_1
2007-02-14 aland Removed all free(inst->foo) where "foo" comes from...
2006-11-29 aland Workarounds for Vista
2006-11-29 aland Vista workarounds
2006-11-26 aland pull fixes from branch_1_1
2006-11-26 aland From branch_1_1
2006-11-22 aland Pull fix from branch_1_1, so proxied EAP replies work
2006-11-14 fcusack use new RCSID macro to prevent Id keyword from being...
2006-10-26 aland Removed double free. This fixes bug #404
2006-10-26 aland Removed double free. This fixes bug #404
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-08-22 aland Be a little more aggressive about shrinking...
2006-08-22 aland Be a little more aggressive about shrinking the TLS...
2006-08-22 aland Free more entries in the config.
2006-08-22 aland Free more entries in the config.
2006-08-18 aland Pulled from branch_1_1
2006-08-17 aland Pulled from branch_1_1. Untested!
2006-07-01 fcusackimport from branch_1_1:
2006-06-01 fcusackimport from HEAD:
2006-05-09 fcusackimport from HEAD:
2006-04-28 aland Add check_cert_issuer config option to rlm_eap_tls
2006-04-28 aland Add cipher_list to list of config options
2006-04-28 aland Add check_cert_issuer config option to rlm_eap_tls.
2006-04-27 aland Pull load cipher list from CVS head.
2006-04-27 aland Move rlm_eap_tls configuration to it's private header...
2006-04-27 aland Move cbtls_verify to rlm_eap_tls, where it won't pollute
2006-04-27 aland Move cbtls_verify to rlm_eap_tls, where it won't pollute
2006-04-27 aland Move cbtls_verify to rlm_eap_tls, where it won't pollute
2006-04-27 aland Print SSL errors to radius.log, rather than stderr.
2006-04-27 aland Print SSL errors to radius.log, rather than stderr.
2006-04-04 nbk Previous patch put a closing bracket at the wrong...
2006-03-31 mgriegoAdd option to specify TLS cipher list
2006-03-29 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-20 bjordanovPolled from branch_1_1 fix for bug #348
2006-03-16 nbk Update the GPL boilerplate with the new address of...
2006-03-06 fcusackimport from HEAD:
2006-03-03 fcusackimport from HEAD:
2006-02-17 fcusackimport from HEAD:
2006-02-09 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
next