Add config item to toggle openssl vulnerability check
[freeradius.git] / src / main / tls.c
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-03-16 Arran Cudbard-BellBackport fr_cursor name changes
2014-02-27 Alan T. DeKokPrint out SSL error string in fragmentation data
2014-02-27 Alan T. DeKokSet SSL options to accept moving buffer && auto retry
2014-02-20 Alan T. DeKokSet ssn->ssl to NULL when we free it
2014-02-19 Alan T. DeKokFree ssn->ssl on error
2014-02-19 Alan T. DeKokOne more destructor for conf_free
2014-02-19 Alan T. DeKokUse talloc destructor for tls_server_conf_free
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
2014-02-17 Arran Cudbard-BellFix more places where passwords are revealed in debuggi...
2014-02-17 Alan T. DeKokAdd "secret" flag to configuration items.
2014-02-11 Alan T. DeKokRemove extraneous ","
2014-02-11 Alan T. DeKokCache CUI, too
2014-02-10 Alan T. DeKokLoad 10K of randomness, rather than 1M.
2014-02-10 Alan T. DeKokProper encapsulation of information
2014-02-09 Arran Cudbard-BellDon't try and load dh_params if no dh file provided
2014-02-06 Arran Cudbard-BellAdd support for SHA-2 digests
2014-01-26 Arran Cudbard-BellBackport fr_syserror() from master
2014-01-05 Arran Cudbard-BellRevert "Add "wrapper" files for system headers which...
2014-01-04 Alan T. DeKokAdd "wrapper" files for system headers which produce...
2013-11-30 Arran Cudbard-BellInitialise TLS *ONCE* in main, don't reinitialise it...
2013-11-20 Alan T. DeKokFix typo
2013-11-18 Alan T. DeKokRemove rlm_eap from messages. It's no longer in a...
2013-10-16 Matthew Newtonadd timeout arg to radius_exec_program, with default...
2013-10-15 Alan T. DeKokRemove unused assignments
2013-09-21 Alan T. DeKokcheck_cert_issuer in EAP-TLS broken in presence of...
2013-07-30 Arran Cudbard-BellUse the same const order everywhere
2013-07-22 Arran Cudbard-BellReverse arguments for bin2hex and hex2bin so output...
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-07-03 Arran Cudbard-BellFormatting
2013-07-02 Arran Cudbard-BellUse standard TLS config item names across all modules
2013-07-02 Arran Cudbard-BellReorder arguments to radius_exec_program so they make...
2013-07-02 Arran Cudbard-BellMerge pull request #342 from fajarnugraha/master-suse...
2013-07-01 Arran Cudbard-BellAdd PW_TYPE_FILE_INPUT (which verifies the file exists...
2013-06-25 Arran Cudbard-BellRemove boostrap code from EAP modules, doesn't work...
2013-06-06 Alan T. DeKokDo the lookups only for client certificates
2013-06-06 Alan T. DeKokAdd X509 attributes from the client certificate
2013-05-30 Arran Cudbard-BellFix reference issues hidden by cast
2013-05-29 Arran Cudbard-BellUse paircursor for iteration where appropriate
2013-05-06 Alan T. DeKokRemove length limitations on certificate names, etc.
2013-04-25 Arran Cudbard-BellUse correct macros for log messages with WARNING: ERROR...
2013-04-25 Arran Cudbard-BellReplace all radlog/radlog_request calls with macros
2013-04-25 Arran Cudbard-BellSanitise logging macro names, and move the logging...
2013-04-19 Arran Cudbard-BellMore GCC fixes
2013-04-19 Arran Cudbard-BellReverse the order of const and type specifier e.g....
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-16 Alan T. DeKokRemove unused variable
2013-04-11 Alan T. DeKokNote that TLS "random_file" isn't required.
2013-04-04 Arran Cudbard-BellStart of dynamically allocated xlat expansions
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-04-01 Arran Cudbard-BellFix some clang specific compiler warnings
2013-04-01 Alan T. DeKokAdd TALLOC_CTX to pairlist_read()
2013-03-30 Alan T. DeKokHack for #251
2013-03-19 Alan T. DeKokMove paircopy() and friends to use talloc()
2013-03-19 Alan T. DeKokConvert pairmake() to talloc
2013-03-16 Arran Cudbard-BellReplace spaces with tabs
2013-03-16 Alan T. DeKokperl -p -i -e 's/\ +$//' $(find . -name "*.[ch]" -print)
2013-02-19 Alan T. DeKokMove all conf file stuff to talloc
2013-02-18 Alan T. DeKokMore debug macros
2013-02-17 Arran Cudbard-BellFix for coverity
2013-02-16 Alan T. DeKokMake the main directory use vp->da
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-12-25 Alan T. DeKokCasts to quiet compiler
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-28 Arran Cudbard-BellAdd tag matching to pairdelete and paircopy2
2012-10-08 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-10-05 Alan DeKokMerge pull request #101 from philmayers/escape-context2
2012-10-05 Phil Mayersadd extra argument to radius_xlat for escape function...
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-27 Alan DeKokMerge pull request #92 from philmayers/sess-persist
2012-09-21 Phil Mayersadd the ability to persist SSL session cache to disk...
2012-09-14 Alan T. DeKokSkip OCSP if there's no host / port / url
2012-09-13 Alan T. DeKokFix CVE-2012-3547. Found by Timo Warns.
2012-08-23 Alan DeKokMerge pull request #15 from pobept/dictionary-redback
2012-07-30 Alan T. DeKokNext update time may be NULL
2012-07-17 Arran Cudbard-BellMerge pull request #59 from sionescu/master
2012-06-11 Alan T. DeKokFix compiler warnings
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-23 Alan T. DeKokUse correct structure for TLS fragment size
2012-02-10 Alan T. DeKokSave TLS-* attributes on session resumption
2012-02-09 Alan T. DeKokManual port of ed8edcac2da6f1db
2012-02-08 Matthew NewtonAdd virtual-server option for EAP-TLS to allow certific...
2012-01-31 Alan T. DeKokGet rid of compiler warnings
2012-01-30 Alan T. DeKokUse unused variable
2012-01-27 Alan T. DeKokMove dump_hex() function to tls_listen.c
2012-01-26 Alan T. DeKokMove server-specific code to tls_listen.c
2012-01-24 Alan DeKokMerge pull request #45 from mcnewton/build-tidy
2012-01-23 Alan T. DeKokOCSP_REQ_CTX is only in newer versions of OpenSSL
2012-01-23 Matthew NewtonAdd OCSP softfail option
2012-01-23 Matthew NewtonAdd OCSP timeout option
2012-01-15 Alan DeKokMerge pull request #39 from mcnewton/patch-master-ocsp...
next