Changeset 3c123cd in mod_gnutls
- Timestamp:
- Apr 11, 2018, 1:16:04 PM (5 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, master, proxy-ticket, upstream
- Children:
- e9e89b4
- Parents:
- d50dac5
- Files:
-
- 22 edited
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
rd50dac5 r3c123cd 1 ** Version 0.8.4 (UNRELEASED) 2 - Support Apache HTTPD 2.4.33 API for proxy TLS connections 3 - Support TLS for HTTP/2 connections with mod_http2 4 - Fix configuration of OCSP stapling callback 5 1 6 ** Version 0.8.3 (2017-10-20) 2 7 - Use GnuTLS' default DH parameters by default -
README
rd50dac5 r3c123cd 10 10 Lead Maintainer: 11 11 12 Thomas Klute <thomas2.klute@uni-dortmund.de>12 Fiona Klute <fiona.klute@gmx.de> 13 13 14 14 Past maintainers and other contributors: -
include/mod_gnutls.h.in
rd50dac5 r3c123cd 2 2 * Copyright 2004-2005 Paul Querna 3 3 * Copyright 2014 Nikos Mavrogiannopoulos 4 * Copyright 2015-201 6 ThomasKlute4 * Copyright 2015-2018 Fiona Klute 5 5 * 6 6 * Licensed under the Apache License, Version 2.0 (the "License"); -
src/gnutls_cache.c
rd50dac5 r3c123cd 3 3 * Copyright 2008 Nikos Mavrogiannopoulos 4 4 * Copyright 2011 Dash Shendy 5 * Copyright 2015-2016 ThomasKlute5 * Copyright 2015-2016 Fiona Klute 6 6 * 7 7 * Licensed under the Apache License, Version 2.0 (the "License"); -
src/gnutls_cache.h
rd50dac5 r3c123cd 2 2 * Copyright 2004-2005 Paul Querna 3 3 * Copyright 2014 Nikos Mavrogiannopoulos 4 * Copyright 2015-2016 ThomasKlute4 * Copyright 2015-2016 Fiona Klute 5 5 * 6 6 * Licensed under the Apache License, Version 2.0 (the "License"); -
src/gnutls_config.c
rd50dac5 r3c123cd 3 3 * Copyright 2008, 2014 Nikos Mavrogiannopoulos 4 4 * Copyright 2011 Dash Shendy 5 * Copyright 2015-2016 ThomasKlute5 * Copyright 2015-2016 Fiona Klute 6 6 * 7 7 * Licensed under the Apache License, Version 2.0 (the "License"); -
src/gnutls_config.h
rd50dac5 r3c123cd 1 1 /* 2 * Copyright 2016 ThomasKlute2 * Copyright 2016 Fiona Klute 3 3 * 4 4 * Licensed under the Apache License, Version 2.0 (the "License"); -
src/gnutls_hooks.c
rd50dac5 r3c123cd 4 4 * Copyright 2011 Dash Shendy 5 5 * Copyright 2013-2014 Daniel Kahn Gillmor 6 * Copyright 2015-201 7 ThomasKlute6 * Copyright 2015-2018 Fiona Klute 7 7 * 8 8 * Licensed under the Apache License, Version 2.0 (the "License"); -
src/gnutls_io.c
rd50dac5 r3c123cd 3 3 * Copyright 2008 Nikos Mavrogiannopoulos 4 4 * Copyright 2011 Dash Shendy 5 * Copyright 2015-2017 ThomasKlute5 * Copyright 2015-2017 Fiona Klute 6 6 * 7 7 * Licensed under the Apache License, Version 2.0 (the "License"); -
src/gnutls_ocsp.c
rd50dac5 r3c123cd 1 1 /* 2 * Copyright 2016 ThomasKlute2 * Copyright 2016 Fiona Klute 3 3 * 4 4 * Licensed under the Apache License, Version 2.0 (the "License"); -
src/gnutls_ocsp.h
rd50dac5 r3c123cd 1 1 /* 2 * Copyright 2016 ThomasKlute2 * Copyright 2016 Fiona Klute 3 3 * 4 4 * Licensed under the Apache License, Version 2.0 (the "License"); -
src/gnutls_util.c
rd50dac5 r3c123cd 1 1 /* 2 * Copyright 2016 ThomasKlute2 * Copyright 2016-2018 Fiona Klute 3 3 * 4 4 * Licensed under the Apache License, Version 2.0 (the "License"); -
src/gnutls_util.h
rd50dac5 r3c123cd 1 1 /* 2 * Copyright 2016 ThomasKlute2 * Copyright 2016-2018 Fiona Klute 3 3 * 4 4 * Licensed under the Apache License, Version 2.0 (the "License"); -
src/mod_gnutls.c
rd50dac5 r3c123cd 3 3 * Copyright 2008, 2014 Nikos Mavrogiannopoulos 4 4 * Copyright 2011 Dash Shendy 5 * Copyright 2015-201 6 ThomasKlute5 * Copyright 2015-2018 Fiona Klute 6 6 * 7 7 * Licensed under the Apache License, Version 2.0 (the "License"); -
test/README
rd50dac5 r3c123cd 3 3 4 4 Authors: Daniel Kahn Gillmor <dkg@fifthhorseman.net> 5 Thomas Klute <thomas2.klute@uni-dortmund.de>5 Fiona Klute <fiona.klute@gmx.de> 6 6 7 7 There are a lot of ways that a TLS-capable web server can go wrong. I -
test/cert_helper.c
rd50dac5 r3c123cd 2 2 * Helper functions for certificate handling in the mod_gnutls test suite 3 3 * 4 * Copyright 2016 ThomasKlute4 * Copyright 2016 Fiona Klute 5 5 * 6 6 * Licensed under the Apache License, Version 2.0 (the "License"); you -
test/cert_helper.h
rd50dac5 r3c123cd 2 2 * Helper functions for certificate handling in the mod_gnutls test suite 3 3 * 4 * Copyright 2016 ThomasKlute4 * Copyright 2016 Fiona Klute 5 5 * 6 6 * Licensed under the Apache License, Version 2.0 (the "License"); you -
test/data/ocsp.cgi
rd50dac5 r3c123cd 2 2 # CGI wrapper to use "openssl ocsp" as a simple OCSP responder 3 3 # 4 # Copyright 2016 ThomasKlute4 # Copyright 2016 Fiona Klute 5 5 # 6 6 # Licensed under the Apache License, Version 2.0 (the "License"); you -
test/gen_ocsp_index.c
rd50dac5 r3c123cd 5 5 * moment, all certificates are marked as valid. 6 6 * 7 * Copyright 2016 ThomasKlute7 * Copyright 2016 Fiona Klute 8 8 * 9 9 * Licensed under the Apache License, Version 2.0 (the "License"); you -
test/gnutls_openpgp_support.c
rd50dac5 r3c123cd 2 2 * Check if GnuTLS was compiled with OpenPGP support 3 3 * 4 * Copyright 2017 ThomasKlute4 * Copyright 2017 Fiona Klute 5 5 * 6 6 * Licensed under the Apache License, Version 2.0 (the "License"); you -
test/runtests
rd50dac5 r3c123cd 3 3 # Authors: 4 4 # Daniel Kahn Gillmor <dkg@fifthhorseman.net> 5 # Thomas Klute <thomas2.klute@uni-dortmund.de>5 # Fiona Klute <fiona.klute@gmx.de> 6 6 7 7 set -e -
test/test_ca.mk
rd50dac5 r3c123cd 2 2 # Authors: 3 3 # Daniel Kahn Gillmor <dkg@fifthhorseman.net> 4 # Thomas Klute <thomas2.klute@uni-dortmund.de>4 # Fiona Klute <fiona.klute@gmx.de> 5 5 6 6 # General rules to set up a miniature CA & server & client environment
Note: See TracChangeset
for help on using the changeset viewer.