Merge tag 'release_3_0_15' into tr-integ
[freeradius.git] / src / main / tls.c
2017-07-17 Dan BreslauMerge tag 'release_3_0_15' into tr-integ moonshot_release_3.0.15 moonshot_release_3.0.15+moonshot1 moonshot_release_3.0.15+moonshot1-1 moonshot_release_3.0.15+moonshot2
2017-07-17 Alan T. DeKoka normal ASN1 time is 13 octets
2017-07-17 Alan T. DeKokbe more flexible about truncated ASN1 times
2017-07-17 Alan T. DeKokprint out why we couldn't parse the expiry time
2017-06-29 Alan T. DeKokFixes for LibreSSL
2017-06-26 Alan T. DeKoktypo
2017-06-22 Alan T. DeKokFix OpenSSL API issue. Based on a patch from Guido...
2017-06-05 Dan BreslauMerge tag 'release_3_0_14' into tr-integ
2017-06-01 Alan T. DeKokset 'sess = NULL' after freeing it. Closes #1999
2017-05-25 Alan T. DeKokmake outgoing SSL_connect() non-blocking
2017-05-20 Stefan PaetowMerge branch 'v3.0.x' into v3.0.x
2017-05-19 Alan T. DeKokrequest by be NULL. Found by PVS-Studio
2017-05-19 Alan T. DeKokmove shutdown calls into check for ssn->ssl. Found...
2017-05-19 Alan DeKokMerge pull request #1989 from Sp1l/v3.0.x
2017-05-14 Bernard SpilFix build with LibreSSL
2017-05-11 Arran Cudbard-BellMerge branch 'v3.0.x' into patch-3
2017-05-10 Alan DeKokMerge pull request #1985 from alejandro-perez/v3.0.x
2017-05-10 Alejandro PerezFix memory leak in trustrouter.c
2017-05-09 Alan BuxeyMerge branch 'v3.0.x' into patch-3
2017-05-08 Alan T. DeKokdisable internal OpenSSL cache
2017-05-08 Alan T. DeKokset S_IWUSER when creating the file, not later
2017-05-05 Dan BreslauMerge remote-tracking branch 'origin/upstream_release_3...
2017-03-27 Alan T. DeKokre-add SSL wrappers for freeing VPs and Certs.
2017-03-20 Alan T. DeKokSearch from the beginning for altname. Closes #1946
2017-03-17 Alan T. DeKokAllow no cert when psk is configured
2017-03-10 Alan T. DeKokAllo session resumption for RadSec connectins. Closes...
2017-03-08 Alan T. DeKokmore checks for client certificate expiration
2017-03-07 Alan T. DeKokenforce TLS client certificate expiration on session...
2017-03-03 Alan T. DeKokrely on talloc for certs, too
2017-03-03 Alan T. DeKokDon't double free VPs. Fixes #1927
2017-02-14 Alan DeKokMerge pull request #1859 from njm506/v3.0.x
2017-02-03 Alan T. DeKoktrack TLS cache filename
2017-02-03 Alan T. DeKokread the TLS data first, before the VPs
2016-12-07 Alan DeKokMerge pull request #1850 from spbnick/v3.0.x_openssl_1...
2016-12-07 Nikolai KondrashovHandle deprecated OpenSSL thread cleanup functions
2016-12-07 Nikolai KondrashovAccomodate consts added in OpenSSL 1.1
2016-12-07 Nikolai KondrashovDo not use OPENSSL_config
2016-12-07 Nikolai KondrashovDo not use ASN1_STRING_data
2016-12-07 Nikolai KondrashovDo not try to access private OpenSSL structs
2016-10-19 Alan DeKokMerge branch 'v3.0.x' into v3.0.x-patch1
2016-10-19 Alan T. DeKokAdd cipher_server_preference. Manual port of #1797
2016-09-26 Arran Cudbard-BellDon't ignore the fact we've hit vulnerable versions...
2016-09-26 Alan T. DeKokreorder list
2016-09-26 Arran Cudbard-BellMerge pull request #1758 from TheMysteriousX/v3.0.x
2016-09-26 Adam BishopCheck the CVE ID, not the name
2016-09-26 Alan T. DeKokupdate for new CVEs
2016-09-26 Alan T. DeKokallow acknowledged CVEs
2016-09-23 Alan T. DeKokclean up OCSP / verify routines
2016-09-22 Alan DeKokMerge pull request #1755 from spaetow/patch-3
2016-09-22 Alan T. DeKokFix tls_global_version_check() function and message
2016-09-22 Alan T. DeKoksimplify code
2016-09-22 Alan T. DeKoktypo in version string
2016-09-22 Alan T. DeKoktypo
2016-09-22 Alan T. DeKokAdd more vulnerabilities for OpenSSL
2016-09-21 Alan T. DeKokmake code match the comments and documentation
2016-09-21 Alan T. DeKokUse conf->ocsp_store, as it is always set.
2016-09-01 Alan T. DeKokissuer_cert may be retrieved, but not exist
2016-04-19 Alan T. DeKokFix #ifdef placement error. Fixes #1572
2016-03-14 Arran Cudbard-BellMerge pull request #1527 from herwinw/rlm_perl_robustne...
2016-03-09 Arran Cudbard-BellMerge pull request #1559 from pwdng/freetds
2016-03-09 Arran Cudbard-BellMerge pull request #1558 from pwdng/v3.0.x
2016-03-09 Arran Cudbard-BellUse threadsafe OpenSSL error functions
2016-01-29 Alan T. DeKokSet FILE_EXISTS for random files
2016-01-14 Alan T. DeKokfix typo
2015-12-20 Arran Cudbard-BellMerge pull request #1377 from skids/virtualize_state
2015-12-11 Alan T. DeKokdisable tls 1.2 for OpenSSL 1.0.1f and 1.0.1g
2015-12-10 Alan T. DeKokCopy TLS cert VPs to request, even on fail.
2015-12-10 Alan T. DeKokAdded TLS-OCSP-Cert-Valid to 3.0
2015-12-07 Alan T. DeKokport enum changes from head, which clarify the code
2015-12-07 Alan T. DeKokrun verify only on skipped
2015-12-07 Alan T. DeKokclean up SSL errors on OCSP soft fail
2015-12-07 Alan T. DeKokverify_callback should return 0 or 1
2015-12-07 Alan T. DeKokAdded "skip verify if OCSP succeeds". Fixes #1426
2015-11-24 Alan DeKokMerge pull request #1394 from jpereira/fix/ramin1
2015-11-24 Alan T. DeKokIf OCSP checks fail, don't run verify command
2015-11-16 Sam HartmanMerge tag 'release_3_0_10' into tr-integ
2015-11-02 Alan T. DeKokUse main_config.name everywhere.
2015-10-31 Arran Cudbard-BellMore compact
2015-10-21 Alan T. DeKokRemove unused options
2015-10-21 Alan T. DeKokAllow selective disabling of single dh use
2015-10-20 Alan T. DeKokEnable auto_chain. Fixes #1330
2015-10-14 Alan T. DeKokPort fix from v3.1.x
2015-10-13 Alan T. DeKokIntermediate variable to avoid compiler warning
2015-10-11 Alan T. DeKoktypo
2015-10-11 Alan T. DeKokInit session only if it doesn't exist
2015-10-11 Alan T. DeKokWrappers and portability fixes for newer OpenSSL.
2015-10-09 Arran Cudbard-BellMake it clear whether we're sending or receiving ssl...
2015-10-09 Arran Cudbard-BellFormatting
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
next