- 28 Jun, 2019 1 commit
-
-
Philipp Schafft authored
Thanks to Xogium for finding and debugging this! Fixes: #2377
-
- 26 Jun, 2019 1 commit
-
-
Philipp Schafft authored
-
- 28 May, 2019 3 commits
-
-
Philipp Schafft authored
-
Philipp Schafft authored
-
Philipp Schafft authored
-
- 14 May, 2019 3 commits
-
-
Philipp Schafft authored
-
Philipp Schafft authored
-
Philipp Schafft authored
-
- 24 Apr, 2019 6 commits
-
-
Marvin Scholz authored
-
Marvin Scholz authored
...with OpenSSL 1.1.0 or newer Instead use TLS_server_method and SSL_CTX_set_min_proto_version to limit the used protocol versions.
-
Marvin Scholz authored
According to the documentation the current option state is not cleared but the options are added to the current options, so gettin the current options seems redundant to the behavior of SSL_CTX_set_options: > SSL_CTX_set_options() adds the options set via bitmask in options > to ctx. Options already set before are not cleared!
-
Marvin Scholz authored
-
Marvin Scholz authored
Assigning the return value of SSLv23_server_method to a variable is not necessary here and not doing it can get us rid of a lot of condition code given that the type of the return value changed at some point.
-
Marvin Scholz authored
Explicitly initializing the library is not longer needed since OpenSSL 1.1.0 and the SSL_library_init function is deprecated. Citing the manual: > As of version 1.1.0 OpenSSL will automatically allocate all resources > that it needs so no explicit initialisation is required. Similarly it > will also automatically deinitialise as required. Fix #2318
-
- 16 Jan, 2019 1 commit
-
-
Philipp Schafft authored
Closes: #2348
-
- 09 Jan, 2019 10 commits
-
-
Philipp Schafft authored
-
Philipp Schafft authored
See: #2358
-
Philipp Schafft authored
-
Philipp Schafft authored
-
Philipp Schafft authored
-
Philipp Schafft authored
-
Philipp Schafft authored
-
Philipp Schafft authored
-
Philipp Schafft authored
See: #2370
-
Philipp Schafft authored
-
- 06 Jan, 2019 1 commit
-
-
spr0cketeer authored
Closes: #2370
-
- 24 Dec, 2018 1 commit
-
-
Philipp Schafft authored
-
- 17 Dec, 2018 3 commits
-
-
Philipp Schafft authored
-
Philipp Schafft authored
-
Philipp Schafft authored
Feature: Support HTTP keep-alive for SOURCE connections if they give us a content-length (useful for pokes)
-
- 14 Dec, 2018 1 commit
-
-
Philipp Schafft authored
For legacy-global-source this adds POST to the list. For legacy-mount-source this adds POST and DELETE to the list. The lists are now sync. Closes: #2366 Found while working on & See also: icecast-libshout#2303
-
- 26 Nov, 2018 1 commit
-
-
Philipp Schafft authored
-
- 25 Nov, 2018 1 commit
-
-
Philipp Schafft authored
This updates to the Mozilla Foundation's "Intermediate" list as of the time of this commit. The list is appended with several negative rules that we included before.
-
- 13 Nov, 2018 5 commits
-
-
Philipp Schafft authored
-
Philipp Schafft authored
Closes: #2356
-
Philipp Schafft authored
-
Philipp Schafft authored
Closes: #2355
-
Philipp Schafft authored
-
- 12 Nov, 2018 2 commits
-
-
Philipp Schafft authored
-
Philipp Schafft authored
-