]> git.sur5r.net Git - openldap/history - libraries/libldap/tls.c
Update copyright for next release
[openldap] / libraries / libldap / tls.c
2009-01-22 Kurt ZeilengaUpdate copyright for next release
2008-12-05 Quanah Gibson-MountITS#5849
2008-11-10 Quanah Gibson-MountITS#5789
2008-07-10 Quanah Gibson-MountITS#5585
2008-07-10 Quanah Gibson-MountITS#5577
2008-02-12 Quanah Gibson-MountITS#5341
2008-02-12 Kurt ZeilengaHappy new year! (belated)
2008-02-10 Howard ChuITS#5341 GnuTLS ciphersuite parsing
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2007-09-01 Quanah Gibson-MountSync with HEAD for OL 2.4.5
2007-06-12 Hallvard FurusethITS#4983: Partly revert tls_thread_self() paranoia...
2007-05-20 Hallvard FurusethFix --without-tls (ITS#4975). Enable certificate matching.
2007-05-20 Hallvard Furusethlibldap/tls.c calls CRYPTO_set_id_callback(ldap_pvt_thr...
2007-05-18 Hallvard FurusethOnly define x509_cert_get_dn() when HAVE_GNUTLS. Remov...
2007-05-14 Howard ChuFix GNUtls acknowledgement, initial work by Matt Backes...
2007-05-14 Ralf Haferkampmake openssl builds working again
2007-05-13 Howard ChuGNUtls - ignore free of NULL ctx
2007-05-13 Howard ChuDon't NUL-terminate bervals during DN parsing
2007-05-13 Howard ChuMerged GNUtls support into main tls.c
2007-03-23 Howard ChuPreliminary GNUtls support. gnutls.c will merge back...
2007-02-13 Kurt ZeilengaQuick merge: everything from HEAD
2007-01-24 Howard ChuITS#4815 get_option for TLS Cipher Suite was not implem...
2007-01-02 Kurt Zeilengahappy new year
2006-11-30 Howard ChuITS#4723 add CRYPTO_set_id_callback
2006-11-09 Howard ChuITS#4726 call ldap_pvt_tls_init() in init_ctx() to...
2006-10-19 Kurt ZeilengaSync with HEAD
2006-09-14 Howard ChuITS#4606 errno is not per-thread on WIN32, always use...
2006-08-18 Kurt ZeilengaSync with HEAD
2006-07-02 Howard ChuFix TLS CTX ref counting
2006-06-08 Howard ChuITS#4583 use mutex around SSL_accept()
2006-05-15 Kurt ZeilengaSync with HEAD
2006-05-13 Howard ChuAdd SSL failure reason to TLS: can't connect message.
2006-04-11 Kurt Zeilengasync with HEAD
2006-04-11 Howard ChuReturn rc for tls_init_def_ctx
2006-04-07 Howard ChuFix destruct sequencing
2006-04-07 Howard ChuFree/decrement SSL_CTX refcount when (re)setting it
2006-04-07 Howard ChuBump SSL_CTX refcount whenever it gets retrieved
2006-04-07 Howard ChuITS#4422, #4475
2006-01-19 Howard ChuITS#4354 only set DH callback if OPT_DHFILE has been...
2006-01-03 Kurt ZeilengaHappy new year!
2005-11-08 Howard ChuITS#4082 tls ctx requirements are only applicable to...
2005-11-06 Pierangelo Masaratisilence warnings
2005-11-05 Howard ChuMove lconn_tls_ctx to ldo_tls_ctx. Otherwise clients...
2005-11-02 Howard ChuITS#4137 was returning with tls_def_ctx_mutex locked.
2005-10-28 Howard ChuITS#4017, additional revisions for DH parameters
2005-10-12 Kurt ZeilengaAssume TLS is properly configured if any one of
2005-10-09 Howard ChuITS#4072 ldap_pvt_tls_init_def_ctx() returns LDAP_NO_SU...
2005-10-05 Howard ChuITS#4017 support Diffie-Hellman parameters for multiple...
2005-10-04 Pierangelo Masaratiplug potential ld_error leak (ITS#4064)
2005-08-11 Pierangelo Masaratiessentially address 3791 with a reworked patch
2005-08-11 Pierangelo Masaratiexpose ldap_tls_inplace()
2005-02-01 Kurt ZeilengaAdd ldap_start_tls() and ldap_install_tls() to provide...
2005-01-01 Kurt ZeilengaHappy New Year!
2004-11-23 Howard ChuAdd callbacks for client TLS connection establishment:
2004-11-03 Ralf Haferkamp- Added autoconf test for CRL capable OpenSSL Version
2004-10-28 Ralf HaferkampCRL checking options for ldap.conf and slapd.conf
2004-09-05 Kurt ZeilengaAdd TLS cipher suite directive to ldap.conf(5)
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-06-22 Kurt Zeilengacleanup
2004-05-19 Kurt ZeilengaITS#3134: support DNSname style wildcards in common...
2004-04-25 Kurt Zeilengaback out last change
2004-04-25 Kurt ZeilengaFail if default context is already initialized
2004-01-01 Kurt ZeilengaHappy new year
2003-11-26 Kurt ZeilengaUpdated notices and acknowledgements
2003-10-17 Kurt ZeilengaFix linking --with-cyrus-sasl and --without-tls
2003-05-06 Kurt ZeilengaFix typo in last commit
2003-05-05 Kurt ZeilengaITS#2486: plug leak
2003-05-02 Hallvard FurusethFix assignment of <char/int>* to unsigned <char/int...
2003-04-30 Howard ChuFor ITS#2424, move all SASL session management to ldap_...
2003-04-11 Howard ChuMore memory context tweaks
2003-04-06 Kurt ZeilengaMark a few error strings
2003-01-30 Howard ChuFix ITS#2161, the check is meaningless anyway.
2003-01-19 Hallvard FurusethCast ctype.h arguments to unsigned char.
2003-01-03 Kurt ZeilengaHappy new year
2002-12-23 Pierangelo Masaratisilence warnings
2002-12-18 Howard ChuAdded subjectAltName:IPADDR tests to ldap_pvt_tls_check...
2002-12-11 Hallvard FurusethFix const errors.
2002-11-10 Pierangelo Masaratisilence warnings
2002-10-11 Howard ChuIn sb_tls_bio_read/write, check for EAGAIN in addition...
2002-09-04 Howard ChuSet SSL session cache context ID
2002-09-04 Howard ChuFix previous commit - still need X509_free for peer...
2002-09-04 Howard ChuDon't call X509_free after SSL_get_certificate, it...
2002-08-31 Howard ChuFix previous commit
2002-08-31 Howard ChuOS/390 EBCDIC support
2002-08-01 Howard ChuITS#1995 return error text when ldap_pvt_tls_check_host...
2002-07-24 Howard ChuWrap get_ca_list opendir code with #if HAVE_DIRENT_H...
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-07-05 Howard ChuITS#1924 use GENERAL_NAMES_free instead of ext_free.
2002-06-14 Howard ChuFinish implementation of get_ca_list()
2002-05-04 Howard ChuInitialize authid in case ldap_pvt_tls_get_my_dn fails
2002-05-04 Howard ChuChanged default tls_opt_require_cert value to LDAP_OPT_...
2002-05-01 Kurt Zeilengaadd an RFC 2849 check... but behind #if 0 as I'm now...
2002-05-01 Kurt Zeilengacleanup before working on changes
2002-04-30 Howard ChuChanged ldap_pvt_tls_get_my_dn and ldap_pvt_tls_get_pee...
2002-04-19 Howard ChuIn ldap_int_tls_start, authid is very temporary, not...
2002-04-18 Howard ChuFix memory leak in previous commit
2002-04-18 Howard Chu Added ldap_X509dn2bv()
2002-04-08 Pierangelo MasaratiMostly based on patches provided by Hallvard B. Furuseth
2002-04-05 Howard ChuITS#1708 ldap_pvt_tls_sb_ctx() et al
2002-04-02 Kurt ZeilengaPatch: More format bugs (ITS#1702)
next