]> granicus.if.org Git - apache/history - modules/ssl
s/apr_pstrndup/apr_pstrmemdup/ when applicable
[apache] / modules / ssl /
2015-03-13 Jan Kaluža* mod_ssl: fix small memory leak in ssl_init_server_cer...
2015-03-12 Yann Ylavicssl_util: Fix possible crash (free => OPENSSL_free...
2015-03-10 Yann Ylaviccore, modules: like r1657897 but for core and other...
2015-02-22 Jeff Trawickmod_ssl_ct needs a per-vhost module config even if...
2015-02-22 Jeff TrawickProvide separate SSL_CT_*_STATUS variables for client...
2015-02-21 Graham Leggettmod_ssl: Add the SSL_CLIENT_CERT_RFC4523_CEA variable...
2015-01-22 Yann Ylavicmod_ssl: Fix merge problem with SSLProtocol that made...
2015-01-22 Yann Ylavicmod_ssl: revert r1653906, will commit an alternative...
2015-01-22 Eric CovenerFix merge problem with SSLProtocol that made SSLProtoco...
2015-01-08 Rainer JungAdd SSLSessionTickets (on|off).
2015-01-07 Yann Ylavicmod_ssl: follow up to r1601919.
2015-01-07 Kaspar BrandAdd support for extracting subjectAltName entries of...
2014-12-15 Ruediger Pluem* Return NULL instead of an empty string as ssl_var_loo...
2014-12-15 Jeff TrawickFix extraction of an SCT list from a stapled OCSP response.
2014-12-14 Jeff Trawickssl_io_filter_handshake(): When a post-handshake check...
2014-12-10 Yann Ylavic* mod_ssl: Fix renegotiation failures redirected to...
2014-11-22 Jeff Trawickfollow up to r1641077:
2014-11-22 Jeff Trawickmod_ssl: Fix recognition of OCSP stapling responses...
2014-11-12 Jan Kaluža* mod_ssl: call ERR_free_strings() with OpenSSL >=...
2014-11-11 Christophe Jaillettab vs space
2014-10-22 Christophe Jaillettab vs space
2014-10-22 Christophe Jaillettab vs space
2014-10-20 Jan Kalužamod_ssl: Fix SSL_CLIENT_VERIFY value when "SSLVerifyCli...
2014-10-11 Christophe JailletStyle ('{' on same line as function definition)
2014-10-10 Ruediger Pluem* Check if we are having an SSL connection before looki...
2014-10-10 Jeff Trawickmod_ssl_ct: Work with current Certificate Transparency...
2014-10-06 Jeff Trawicklog the command-line before invoking the log client
2014-10-05 Yann YlavicFollow up to r1629372 and r1629485: ensure compatibily...
2014-10-05 Yann YlavicFollow up to r1629372: ensure compatibily with OpenSSL...
2014-10-04 Kaspar BrandMove OCSP stapling information from a per-certificate...
2014-10-01 Jeff TrawickAdjust Certificate Transparency support (mod_ssl_ct...
2014-09-18 Christophe JailletConcat string at compile time when possible.
2014-08-27 Joe OrtonOmitted from r1620926 in error.
2014-08-27 Joe OrtonAdd API to support TLS channel bindings with mod_ssl.
2014-07-20 Jeff TrawickAdd message numbers to mod_ssl_ct messages with severit...
2014-07-20 Christophe JailletAdd missing APLOGNO.
2014-07-19 Christophe JailletDo not use deprecated define.
2014-07-16 Guenter KnaufFixed mod_ssl NetWare build.
2014-07-13 Rainer JungExtend the scope of SSLSessionCacheTimeout to sessions
2014-07-12 Jeff TrawickSet an error note for requests rejected due to SSLStric...
2014-07-12 Jeff TrawickPerform SNI checks only on the initial request. In...
2014-07-06 Jeff TrawickThe SNI callback already logs a debug message when...
2014-06-28 Jeff TrawickAPR_THREAD_FUNC decorator needed for 32-bit builds...
2014-06-26 Joe Orton* modules/ssl/ssl_engine_init.c: Make DH handling a...
2014-06-19 Joe Orton* modules/ssl/ssl_engine_init.c (make_dh_params): Remov...
2014-06-11 Yann Ylavicmod_ssl: dump SSL IO/state for the write side of the...
2014-06-08 Yann Ylavicmod_ssl: SSL_smart_shutdown(): follow up to r1601184.
2014-06-07 Yann Ylavicmod_ssl: Ensure that the SSL close notify alert is...
2014-05-28 Joe OrtonCreate DH parameters from OpenSSL at module init, avoid...
2014-05-24 Ruediger Pluem* Hand out the same DH structure in ssl_callback_TmpDH...
2014-05-20 Christophe JailletFix duplicate APLOGNO
2014-05-19 Jeff TrawickFollow-up to r1588987:
2014-04-30 Yann Ylavicmod_ssl: follow up to r1583191.
2014-04-24 Jeff TrawickFollow-up to r1587607:
2014-04-23 Jeff Trawickallow operation without any logs configured or without the
2014-04-23 Jeff Trawickensure that the post-config hook runs after that of...
2014-04-21 Jeff TrawickAdd module mod_ssl_ct, which provides an implementation...
2014-04-21 Jeff TrawickInitialize post_handshake_rc for case where a failure has
2014-04-21 Kaspar Brandssl_stapling_init_cert: do not return success when...
2014-04-21 Kaspar Brandssl_callback_TmpDH: for OpenSSL 1.0.2 and later, set...
2014-04-18 Kaspar BrandAlso clear the error queue before calling SSL_CTX_use_c...
2014-04-15 Jeff TrawickFollow up to r1587607:
2014-04-15 Jeff Trawickmod_ssl: Add hooks to allow other modules to perform...
2014-04-11 Jeff Trawickremove stray character in comment
2014-04-09 Kaspar BrandReverse the order when merging global and vhost-level...
2014-04-09 Kaspar BrandOnly read "active" values from the key_files array...
2014-04-05 Kaspar BrandBring SNI behavior into better conformance with RFC...
2014-04-02 Yann Ylavicmod_ssl: follow up to r1583191.
2014-03-30 Yann Ylavicmod_ssl: send OCSP request's nonce according to SSLOCSP...
2014-03-12 Stephen HensonA bug in some older versions of OpenSSL will cause...
2014-02-09 Victor J. OrlikowskiQuick spelling fix
2014-02-09 Christophe Jaillettypo in comments
2014-02-06 Kaspar Brandupdate APLOGNO for r1564760
2014-02-05 Kaspar BrandWith OpenSSL 1.0.2 or later, enable OCSP stapling in...
2014-02-03 Jeff Trawickfix a few spelling errors
2014-02-01 Kaspar Brandenable auto curve selection for ephemeral ECDH keys
2014-02-01 Kaspar BrandFollowup fix for r1553824:
2014-01-16 Jan Kalužamod_ssl: Do not print content of SSL CA directories...
2014-01-08 Joe Orton* modules/ssl/ssl_engine_config.c (ssl_cmd_SSLCompressi...
2014-01-05 Jeff TrawickFix config merging of SSLOCSPEnable and SSLOCSPOverride...
2014-01-05 Kaspar Brandmake the ppcb_arg initialization a bit more uniform...
2014-01-05 Kaspar BrandMore finishing touches for SSLOpenSSLConfCmd:
2014-01-05 Kaspar BrandRemove per-certificate chain handling code (obsoleted by
2014-01-04 Jeff Trawickfix typo in error message
2014-01-03 Ruediger Pluem* Update comment. No functional change.
2013-12-30 Guenter KnaufCodeWarrior compiler doesnt allow vars as struct inits.
2013-12-28 Kaspar BrandRemove the hardcoded algorithm-type dependency for...
2013-12-23 Ruediger Pluem* Do not perform SNI / Host header comparison in case...
2013-12-11 Jan Kalužamod_ssl: Add -t -DDUMP_CA_CERTS option which dumps...
2013-12-01 Kaspar BrandSGC became dead in January 2000, effectively
2013-12-01 Kaspar BrandThrow away the myCtxVar{Set,Get} abomination and introduce
2013-11-30 Kaspar BrandTweaks for SSLOpenSSLConfCmd:
2013-11-30 Kaspar BrandAxe dead code: It wouldn't have been needed ever since...
2013-11-23 Kaspar BrandFollowup to r1544774: do not ignore failures from ssl_s...
2013-11-23 Kaspar BrandRemove SSLPKCS7CertificateFile support:
2013-11-23 Kaspar BrandAddress a todo listed in
2013-11-16 Graham Leggettmod_ssl: Don't flush when an EOS is received. Prepares...
2013-10-31 Joe OrtonFor better compatibility with mod_nss:
2013-10-23 Jeff Trawickaxe attempt to close a previously-closed apr socket
2013-10-22 Stephen HensonSSL_CONF support for files and directories.
next