tls: permit psks to be configured for clients
[freeradius.git] / src / main / tls.c
2013-08-13 Sam Hartmantls: permit psks to be configured for clients
2013-08-13 Sam Hartmanfixups
2013-08-13 Sam Hartmanpsk: enable server callback always
2013-08-13 Sam Hartmantls: server stuff
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...
2012-01-12 Matthew NewtonAdd option to be able to disable nonce in OCSP request
2012-01-12 Alan T. DeKokAdd provisional support for TLS-PSK methods
2011-11-20 Luke Howardsurface RFC822 subject alt name
2011-10-26 Alan T. DeKokFix session id len
2011-10-20 Alan DeKokMerge pull request #26 from philmayers/fix-sess-cache
2011-10-20 Phil Mayersuse the OpenSSL ex_data functions to allocate an index...
2011-10-20 Alan T. DeKokTell OpenSSL that the data is gone
2011-10-19 Alan T. DeKokMove "free cached VPs" to the correct location
2011-10-18 Arran Cudbard-BellMerge pull request #11 from amne/master
2011-10-09 Alan T. DeKokTLS private key password isn't required
2011-08-28 Alan T. DeKokEnable elliptical curve cryptography
2011-07-29 Alan T. DeKokDo record_minus to reset buffer, instead of just memcpy
2011-07-29 Alan T. DeKokManual merge of f74583d2483d0a5f764c452788dcfc33de2bbb4b
2011-05-13 Alan T. DeKokCreate TLS-* attrs only for EAP, not RadSec
2011-05-13 Alan T. DeKokRadSec sockets don't have a user identity
2011-05-12 DanteGlue TLS code into listen.c
2011-05-12 Alan T. DeKokAdd needed variable
2011-05-11 DanteAdd preliminary support for TLS socket send/receive
2011-05-11 Alan T. DeKokMove more code into server core
2011-05-11 Alan T. DeKokMove more functions to global namespace
2011-05-10 Alan T. DeKokAdded code for tls client configuration
2011-05-10 Alan T. DeKokParse "tls" configuration section for sockets
2011-05-10 Alan T. DeKokRemoved EAP names from global TLS definitions and struc...
2011-05-10 Alan T. DeKokFix build errors
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. DeKokMoved TLS functions to a common area.