Skip to content

'SCSV / TLS1.3 Interoperability' patch from Frank Schmirler #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 39 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
ab8ab42
Added SystemD unit (service) file for pound.
patrodyne Jan 12, 2019
4485afa
Added SysV init script for pound service.
patrodyne Jan 12, 2019
c776035
Renamed pound.sh to pound.
patrodyne Jan 12, 2019
3bc5b03
Only ignore 'pound' in repo root path.
patrodyne Jan 12, 2019
3a1a63f
Added hints to configure rcN.d symbolic links.
patrodyne Jan 12, 2019
ab69c0b
SCSV / TLS1.3 Interoperability
patrodyne Jan 13, 2019
4e22a2b
Merge branch 'master' of https://github.com/graygnuorg/pound
patrodyne Jan 13, 2019
8b23fc0
Added a 'README-QUICK' file and changed version suffix to patrodyne.
patrodyne Mar 12, 2019
185d571
Added sample configurations and test scripts.
patrodyne Mar 12, 2019
b5292b5
Strip EOLs from PEM certificate block, allow tabs per RFC7230.
patrodyne Mar 12, 2019
5a40dad
Added XSSLHeaders mode.
patrodyne Mar 12, 2019
762692e
Added mode 3 to XSSLHeaders.
Mar 13, 2019
41c23f0
Improved configuration documentation.
Mar 13, 2019
35380bf
Fixed runtime directory creation in the systemd pound.service.
Mar 14, 2019
70c2d8d
Install libpcre3-dev for Perl Compatible Regular Expressions.
Mar 16, 2019
ac11d9b
Added comment about XSSLHeaders directive.
patrodyne Mar 16, 2019
395080d
Enriched README to use markdown formatting.
patrodyne May 5, 2019
49ec923
Indented for markdown formatting.
patrodyne May 5, 2019
373e952
Renamed to be a markdown document.
patrodyne May 5, 2019
f83976c
Indentation for markdown formatting.
patrodyne May 5, 2019
2bd4efa
Added link to README-QUICK.md.
patrodyne May 5, 2019
24f87cc
Clarified 'client' certificate.
patrodyne May 5, 2019
94e9f65
Added <...> to links and `...` to non-links.
patrodyne May 9, 2019
53d9cbc
Added <...> to links and `...` to non-links.
patrodyne May 9, 2019
9fa480a
Merge branch 'master' of github.com:patrodyne/pound
patrodyne May 9, 2019
8fd0994
Styled bold labels.
patrodyne May 9, 2019
b52e088
Added `...` to paths.
patrodyne May 9, 2019
cd2fefa
More backticking.
patrodyne May 9, 2019
ecf238e
Backtick commands.
patrodyne May 9, 2019
785f310
More backticking.
patrodyne May 9, 2019
57289f8
Added release date to AC_INIT for 'pound -V' versioning.
patrodyne Sep 6, 2019
b4eab24
Set LogFacility to send logs to stdout/stderr for journalctl.
patrodyne Dec 30, 2019
db965cf
Added Strict-Transport-Security response header at service level.
patrodyne Dec 31, 2019
214b602
Escape dash for LogFacility value.
patrodyne Dec 31, 2019
7213486
Use links to the new mailing list.
patrodyne Dec 31, 2019
f1fee14
Use markdown links.
patrodyne Dec 31, 2019
0c2e383
Add mailing list link.
patrodyne Dec 31, 2019
7b88e2c
New log facility and level with pipe delimited messages.
patrodyne Jan 13, 2020
8657639
Fixed URL for Apsis Pound home page.
patrodyne Jun 18, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Makefile
Makefile.in
install-sh
*.orig
*.pid
*.rej
core
config.h
Expand All @@ -15,7 +16,7 @@ stamp-h1
dh.h
dh2048.h
dh512.h
pound
/pound
poundctl
configure
config.guess
Expand Down
Loading