Merge tag 'release_3_0_10' into tr-integ
[freeradius.git] / src / main / tls.c
2015-11-16 Sam HartmanMerge tag 'release_3_0_10' into tr-integ
2015-09-14 Arran Cudbard-BellNo ocsp_ok label either
2015-09-14 Arran Cudbard-BellNo skipped label in v3.0.x
2015-09-14 Arran Cudbard-BellShould skip the OCSP check
2015-09-14 Arran Cudbard-BellTypo
2015-09-14 Arran Cudbard-BellIf there's no OCSP URLs in the certificates, and we...
2015-09-11 Alan T. DeKokUse fr_pair_list_mcopy... instead of fr_pair_list_move...
2015-08-19 Arran Cudbard-BellUse macro for terminating CONF_PARSER arrays
2015-07-16 Arran Cudbard-BellUse modern list names
2015-07-15 Arran Cudbard-BellMerge pull request #1133 from jpereira/devel/add-sql_fi...
2015-07-14 Arran Cudbard-BellRename functions in pair.c to be consistent with the...
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-18 Alan T. DeKokSet persist callbacks only if persist_dir is configured
2015-06-18 Alan T. DeKokMake messages clearer
2015-06-18 Alan T. DeKokreturn int
2015-06-18 Alan T. DeKokMore messages as per last commit
2015-06-18 Alan T. DeKokMake it clear when we can't cache TLS sessions
2015-06-16 Alan T. DeKokBetter debugging messages for TLS session cache &&...
2015-06-16 Alan T. DeKokCorrectly format cache entries. <sigh>
2015-06-16 Alan T. DeKokDon't copy the VPs when we can just move them
2015-06-07 Arran Cudbard-BellUse bools where appropriate
2015-06-05 Arran Cudbard-BellOCSP messages should go to the request log, not the...
2015-06-05 Arran Cudbard-BellFix indentation for some messages, lower priority of...
2015-06-05 Arran Cudbard-BellMove tls_status_table outside of ENABLE_OPENSSL_VERSOIN...
2015-06-05 Arran Cudbard-BellUse common prefix for all TLS log messages
2015-06-05 Arran Cudbard-BellMore logging fixes
2015-06-05 Arran Cudbard-BellDefine a prefix for ROPTIONAL global messages
2015-06-04 Arran Cudbard-BellRequest may be null
2015-06-04 Arran Cudbard-Bellint_ssl_status_check should log to the request log
2015-06-04 Arran Cudbard-BellThese aren't global errors, so should be REDEBUG not...
2015-06-04 Arran Cudbard-BellMessages in tls_handshake_recv should be logged to...
2015-06-04 Arran Cudbard-Bellexpose request in eaptls_operation
2015-06-04 Arran Cudbard-BellSlightly improved debug messages for EAP/TLS
2015-05-27 Alan T. DeKokUse correct data types for TLS fields
2015-05-20 Alan T. DeKokPrint out bytes we see for TLS version
2015-05-14 Arran Cudbard-BellCallbacks used by map_to_request should take a TALLOC_C...
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-04-28 Arran Cudbard-Bellsed -ie 's/fr_debug_flag/fr_debug_lvl/' sed -ie 's...
2015-04-27 Alan T. DeKokCreate client attributes only if we have a certs list
2015-04-09 Alan T. DeKokFix for last few commits
2015-04-09 Alan T. DeKokMash name spaces to dashes, too
2015-04-09 Alan T. DeKokFix error message
2015-04-09 Alan T. DeKokRemove extraneous "+ 16"
2015-04-08 Alan T. DeKokmake client certs available for TLS application data...
2015-04-08 Alan T. DeKokOn TLS success, add the certs to the request
2015-04-08 Alan T. DeKokThe cert attributes are NOT added to the request.
2015-04-01 Alan T. DeKokCreate correctly formatted session cache entries
2015-04-01 Alan T. DeKokComplain if stupid people disable all TLS versions
2015-03-31 Alan T. DeKokRemove unnecessary comment
2015-03-31 Arran Cudbard-BellAdd version strings for TLS 1.1, 1.2 and 1.3
2015-03-31 Arran Cudbard-BellRe-enable TLS 1.2 by default
2015-03-31 Alan T. DeKokAllow disabling of tlsv1
2015-03-31 Arran Cudbard-BellMerge pull request #931 from nchaigne/3.0.x-fb4-rc
2015-03-30 Arran Cudbard-BellDisable TLS 1.2 by default. Causes MPPE key mismatches...
2015-03-30 Arran Cudbard-BellPrint the attributes EAP-TLS extension attribute we...
2015-03-27 Alan T. DeKokNo comment in comment issues
2015-03-27 Arran Cudbard-BellMinor formatting in tls.c
2015-03-24 Arran Cudbard-BellCleanup some of the tls code, add doxygen headers etc...
2015-03-13 Arran Cudbard-BellBut it's been config_items for N number of decades!
2015-03-12 Alan T. DeKokMake tls_new_client_session set a destructor, too.
2015-03-12 Alan T. DeKokMake tls_new_client_session() take talloc_ctx
2015-03-08 Arran Cudbard-BellMerge pull request #919 from nchaigne/3.0.x-fb3
2015-03-05 Alan T. DeKokMake tls_new_client_session set a destructor, too.
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
2015-02-27 Sam HartmanMerge tag 'release_3_0_7' into tr-integ
2015-02-13 Alan T. DeKokRemove support for ephemeral RSA keys.
2015-02-10 Herwin WeststrateFixed a number of double semicolons in source
2014-12-31 Alan T. DeKokSometimes we don't need to generate ephemeral RSA keys
2014-12-22 Arran Cudbard-BellTurn on super pedantic warnings in CLANG
2014-12-17 Herwin WeststrateAdded some null checks after talloc_zero
2014-12-04 Arran Cudbard-BellCache Stripped-User-Domain too
2014-12-04 Arran Cudbard-BellUpdate range of cached TLS attributes
2014-12-04 Arran Cudbard-BellFormatting
2014-12-03 Arran Cudbard-BellMerge pull request #847 from spbnick/man_clients_update
2014-12-03 Arran Cudbard-BellUse correct type for log_lvl and add prefix to rdebug_pair
2014-12-02 Alan T. DeKokAlways get the "certs" index for SSL.
2014-12-02 Alan T. DeKokDebug attributes added in cbtls_verify
2014-11-26 Arran Cudbard-BellFix another spurious warning
2014-11-22 Arran Cudbard-BellAdd internal API for rlm_cache module
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-BellMerge pull request #831 from mcnewton/patch-ocsp-host...
2014-11-11 Arran Cudbard-BellMerge pull request #832 from mcnewton/patch-softfail...
2014-11-11 Matthew Newtonadd HTTP Host: header in OCSP request
2014-11-10 Matthew Newtondisable softfail by default (in line with documentation)
2014-11-04 Arran Cudbard-BellFormatting
2014-11-03 Alan T. DeKokAllow TLS 1.1 and 1.2
2014-10-28 Arran Cudbard-BellUse rdebug_pair_list in more places and remove debug_pa...
2014-10-28 Alan DeKokMerge pull request #818 from spbnick/pool_trigger_fallt...
2014-10-27 Alan T. DeKokSet PSK callback only if we have an identity or a dynam...
2014-10-26 Alan T. DeKokDo OCSP checks only if we got issuer_cert. Closes...
2014-10-23 Nikolai KondrashovAdd --disable-openssl-version-check option
2014-10-08 Sam HartmanDon't crash if conf->psk_identity is null
2014-10-02 Arran Cudbard-BellReorder radius_exec_program arguments to be consistent...
2014-09-11 Alan T. DeKokRevert "tls: Set umask before creating temporary file"
next