]> granicus.if.org Git - apache/history - modules/ssl/ssl_util.c
XML updates.
[apache] / modules / ssl / ssl_util.c
2017-07-29 Yann Ylavicmod_ssl, ab: compatibility with LibreSSL. PR 61184.
2017-07-12 Jacob ChampionMakefile.in: merge typo fix from test-integration branch
2017-05-23 Jacob ChampionMerge in APR[-util] macros from branches/trunk-buildcon...
2017-04-19 Jacob ChampionMerge fix branch for PR60947.
2017-04-19 Jacob Championssl_util.c: add APLOGNOs trunk-openssl-threadid trunk-openssl-threadid
2017-04-19 Jacob Championssl_util.c: log which threadid callback is in use
2017-04-18 Jacob ChampionPR60947: try to warn affected users...
2017-04-18 Jacob ChampionPR60947: avoid CRYPTO_THREADID_set_callback() if possible
2017-04-18 Jacob Championssl_util.c: add a couple explanatory comments
2017-04-18 Jacob Championssl_util.c: pull up duplicated code in ssl_util_thr_id()
2017-02-07 Jacob Championcheck: merge warning fixes from feature branch
2017-01-31 Yann Ylavicmod_ssl: work around leaks on (graceful) restart.
2016-08-12 Rainer JungClarify some z/OS mysteries via code comments.
2016-03-20 Rainer JungSupport for OpenSSL 1.1.0:
2015-08-28 Stefan Eissingfirst stab at a better SNI vs. request name matching...
2013-12-28 Kaspar BrandRemove the hardcoded algorithm-type dependency for...
2013-11-23 Kaspar BrandRemove SSLPKCS7CertificateFile support:
2013-11-23 Kaspar BrandAddress a todo listed in
2013-09-29 Kaspar BrandIncrease minimum required OpenSSL version to 0.9.8a...
2012-12-13 Stephen HensonAvoid use of deprecated functions for OpenSSL version...
2012-07-15 Stefan FritschRemove some checking for out-of-mem conditions that...
2012-06-10 Stefan FritschPass the server_rec to ssl_die() and use it to log...
2011-12-07 Stefan FritschVarious fixes for log message tags:
2011-12-07 Stefan FritschRemove usage of APLOG_NOERRNO. It has been a no-op...
2011-12-04 Stefan FritschAdd some more log message tags
2011-10-08 Stefan FritschAdd another AP_DEBUG_ASSERT to document some assumption...
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-09-19 Stefan FritschAdd wrappers for malloc, calloc, realloc that check...
2011-08-07 Kaspar BrandRemove the ssl_toolkit_compat layer, which is no longer...
2011-08-07 Kaspar BrandDrop support for the RSA BSAFE SSL-C toolkit from confi...
2010-10-24 Stefan FritschConsistently use loglevel emerg before ssl_die()
2010-06-06 Stefan FritschFix some modules to make them compile with per-module...
2010-06-03 Stefan FritschIntroduce SSLLOG_MARK for use with ssl_log_ssl_error...
2010-04-01 Stephen HensonFree surrounding PKCS7 structure to avoid a leak.
2009-11-10 Sander Temmeenable support for ECC keys and ECDH ciphers. Tested...
2008-08-21 Sander TemmeMove struct definition out of the header file since...
2008-08-21 Sander TemmeImplement dynamic mutex callbacks for the benefit of...
2006-07-23 Ruediger Pluem* Style police / style nitpicking. No functional changes.
2006-07-23 Ben LaurieLayout and compiler warning.
2006-07-23 Ben LaurieAdd PKCS#7 support.
2006-07-11 Roy T. Fieldingupdate license header text
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-09-20 Martin KraemerFix Bug#: 25659 (Memory leak in ssl_util_algotypeof())
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-05-25 Joe Orton* modules/ssl/ssl_util.c, modules/ssl/ssl_private.h...
2004-02-28 Joe OrtonMove mod_ssl-internal interfaces into ssl_private.h...
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright dates according to the first check in
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-01 André Maloupdate license to 2004.
2003-09-22 William A. Rowe Jr SSL-C doesn't declare the char* file arg const, so...
2003-07-24 Joe OrtonPrevent the OpenSSL id_callback from pointing at a...
2003-04-05 William A. Rowe Jr Have some consistency! Fixes logic I introduced...
2003-04-03 William A. Rowe Jr Introduce a number of SSLC hints to mod_ssl, includin...
2003-02-03 André Malofinished that boring job:
2002-12-14 William A. Rowe Jr After some productive feedback and no negative feedba...
2002-10-14 Ryan BloomThis stuff shouldn't have been committed. This is...
2002-10-11 Ryan BloomFix a compile of compiler warnings. I don't know how...
2002-06-04 William A. Rowe Jr The only remaining question ... are nested or strictl...
2002-05-09 Jeff TrawickFix a mod_ssl build problem on OS/390.
2002-03-28 Doug MacEachernde-hungarian-ize server config member names which are...
2002-03-27 Doug MacEachernadjust to another const char vs char mismatch between...
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-03-13 Doug MacEachernadd ssl_asn1_keystr() util function that returns string...
2002-03-13 Doug MacEachernadd ssl_asn1_table_keyfmt() function for clarity
2002-03-13 Doug MacEachernremove obsolete ssl_ds_{table,array} api
2002-01-11 Ben LaurieDocument future binary compatibility problem.
2002-01-10 Doug MacEachern mod_ssl adjustments to help with using toolkits other...
2002-01-09 Doug MacEachernget SSLPassPhraseDialog exec: working by passing the...
2001-11-29 Doug MacEachernssl_util_getmodconfig() and ssl_util_getmodconfig_ssl...
2001-11-20 Aaron BannertGets us compiling again on FreeBSD. Adds conditional...
2001-11-20 Aaron BannertNo good reason to have this in <> instead of "". Having...
2001-11-16 Aaron BannertConversion from old apr_lock_t to new apr_thread_mutex_t
2001-11-15 Aaron BannertStyle updates before I convert to the new lock type.
2001-08-24 Doug MacEachernapr_os_thread_current() call needs #if APR_HAS_THREADS...
2001-08-24 Doug MacEachernfix prototype
2001-08-24 Doug MacEachernimplement CRYPTO_set_id_callback
2001-08-24 Doug MacEachernchange APR_LOCKALL to APR_INTRAPROCESS for crypto locks
2001-08-24 Doug MacEachernonly set the crypto locking callback if mpm is threaded
2001-08-24 Doug MacEachernImplement CRYPTO_set_locking_callback() for mod_ssl
2001-08-23 William A. Rowe Jr Silly compiler, const char* is for text :)
2001-08-22 William A. Rowe Jr Explicitly fix some types, and opt-out on macro conflicts
2001-07-19 Ralf S. EngelschallApply mod_ssl MEGA porting patch. This is a cleaned...
2001-07-17 Ralf S. EngelschallMerge in part of a set of mod_ssl porting changes.
2001-06-28 William A. Rowe Jr What once was ap_ ...
2001-05-05 Ralf S. EngelschallPort ssl_util.c stuff to APR.
2001-05-05 Ralf S. EngelschallAxe most WIN32 stuff from Apache 1.3. In Apache 2.0...
2001-05-05 Ralf S. EngelschallAxe out EAPI-based SSL_VENDOR stuff.
2001-05-05 Ralf S. EngelschallNext step in mod_ssl integration:
2001-05-04 Ralf S. Engelschallmod_ssl integration step 2:
2001-05-04 Ralf S. EngelschallInitial revision