Allow for dynamically expanded PSK.
[freeradius.git] / src / main / tls.c
2014-06-23 Alan T. DeKokAllow for dynamically expanded PSK.
2014-06-20 Arran Cudbard-BellMerge pull request #696 from leprechau/v3.0.x
2014-06-20 Arran Cudbard-BellAdd function for allocing fr_tls_server_conf_t
2014-06-20 Arran Cudbard-BellFormatting
2014-06-20 Arran Cudbard-BellSession serialiser's buffer should not be talloced...
2014-06-20 Arran Cudbard-BellMake client_cert bool everywhere
2014-06-19 Arran Cudbard-BellAllocate SSL session ctx memory under the handler to...
2014-06-17 Arran Cudbard-BellTypo
2014-06-17 Arran Cudbard-BellParent attributes correctly when pulling them out of...
2014-06-10 Arran Cudbard-BellConvert request_free to a destructor to make double...
2014-06-10 Arran Cudbard-BellAdd inlen to fr_hex2bin. rlm_pap used fr_hex2bin with...
2014-05-28 Alan T. DeKokcerts will be NULL for outgoing proxy sockets.
2014-05-26 Alan T. DeKokAdd a fake request for outgoing TLS client connections
2014-05-26 Arran Cudbard-BellFix cbtls now we don't check for request in RDEBUG...
2014-05-26 Arran Cudbard-BellShould be error message
2014-05-26 Arran Cudbard-BellCast interval values to ints before use, so we don...
2014-05-25 Arran Cudbard-BellAdd compile time checking for config pointers
2014-05-21 Arran Cudbard-BellApply pointer type validation to config items which...
2014-05-21 Arran Cudbard-BellChange PW_TYPE_STRING_PTR to PW_TYPE_STRING
2014-05-20 Arran Cudbard-BellWe need to initialise SSL before reading the main confi...
2014-05-18 Arran Cudbard-BellRemove trailing periods in log messages
2014-05-14 Alan T. DeKokDo SSL cleanups on exit
2014-05-09 Arran Cudbard-BellReplace EDEBUG and WDEBUG with ERROR and WARN
2014-05-08 Alan T. DeKokUse talloc_ctx for new attributes, too
2014-05-08 Alan T. DeKokMake INDEX_CERTS dynamic, too.
2014-05-08 Alan T. DeKokUse proper talloc context in tls.c. Fixes #629
2014-05-08 Arran Cudbard-BellWhitespace
2014-05-08 Johnny WalkerAdded TLS-Client-Cert-Subject-Alt-Name-Upn and TLS...
2014-05-07 Arran Cudbard-BellMore SSL initialisation
2014-05-06 Arran Cudbard-BellMerge pull request #625 from leprechau/v3.0.x
2014-05-06 Alan T. DeKokClose the FD if we can't fdopen it. Found by codesonar
2014-04-25 Alan T. DeKokMore "make whitespace"
2014-04-24 Alan T. DeKokPrint error messages when we can't open a TLS context
2014-04-22 Alan T. DeKokSSL_CTX_new may return NULL
2014-04-09 Alan T. DeKokCheck for invalid TLS handshake
2014-04-08 Arran Cudbard-BellDon't be lazy when printing openssl version numbers
2014-04-08 Arran Cudbard-BellA simple framework to deal with future security issues...
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
next