-
Notifications
You must be signed in to change notification settings - Fork 187
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
Adding TLS-PSK authentication method via function callback. #333
Open
oberdorc
wants to merge
18
commits into
etr:master
Choose a base branch
from
oberdorc:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Mar 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cf3ed74 - Browse repository at this point
Copy the full SHA cf3ed74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a27ce0 - Browse repository at this point
Copy the full SHA 9a27ce0View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd3968b - Browse repository at this point
Copy the full SHA cd3968bView commit details
Commits on Mar 3, 2024
-
Needs include of _gnutls.h_ if HAVE_GNUTLS is defined.
Configuration menu - View commit details
-
Copy full SHA for e8cf540 - Browse repository at this point
Copy the full SHA e8cf540View commit details -
Address an error that _key_ in the static PSK handler function is assigned a value that is never used in the case if the Gnu TLS libary is not present, i.e. HAVE_GNUTLS has not been defined. The intended behavior is such that calling the static callback handler function of the webserver guarantees that the user registered callback function is invoked.
Configuration menu - View commit details
-
Copy full SHA for f336fec - Browse repository at this point
Copy the full SHA f336fecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e24af6 - Browse repository at this point
Copy the full SHA 0e24af6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6d0c47 - Browse repository at this point
Copy the full SHA d6d0c47View commit details
Commits on Mar 5, 2024
-
Obviously, the example fails to run if enumaration values in _enum htttp:http_utils:cred_type_T_ are not defined. I would think the condtional compilation here is not a good idea. Anyhow. Without HAVE_GNUTLS beeing defined, the example will now compile but always returns with an error.
Configuration menu - View commit details
-
Copy full SHA for 2c46df5 - Browse repository at this point
Copy the full SHA 2c46df5View commit details
Commits on Mar 12, 2024
-
Set library dependency for Gnu TLS if it is present.
Configuration menu - View commit details
-
Copy full SHA for c60071d - Browse repository at this point
Copy the full SHA c60071dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5eb1f03 - Browse repository at this point
Copy the full SHA 5eb1f03View commit details -
Configuration menu - View commit details
-
Copy full SHA for beb7732 - Browse repository at this point
Copy the full SHA beb7732View commit details
Commits on Mar 13, 2024
-
Correct for formatting issues highlighted by cpplint.
Configuration menu - View commit details
-
Copy full SHA for 7f79202 - Browse repository at this point
Copy the full SHA 7f79202View commit details -
Correct for formatting issues highlighted by cpplint.
Configuration menu - View commit details
-
Copy full SHA for 454447f - Browse repository at this point
Copy the full SHA 454447fView commit details -
Correct for formatting issues highlighted by cpplint.
Configuration menu - View commit details
-
Copy full SHA for 6db4099 - Browse repository at this point
Copy the full SHA 6db4099View commit details -
Configuration menu - View commit details
-
Copy full SHA for e069f45 - Browse repository at this point
Copy the full SHA e069f45View commit details -
Corrected for formatting issues highlighted by cpplint.
Configuration menu - View commit details
-
Copy full SHA for dfe3045 - Browse repository at this point
Copy the full SHA dfe3045View commit details
Commits on Mar 14, 2024
-
Fixing formatting issue highlighted by cpplint.
Configuration menu - View commit details
-
Copy full SHA for 5b98977 - Browse repository at this point
Copy the full SHA 5b98977View commit details -
Correct for error from cpplint: "Missing space after , [whitespace/comma] [3]"
Configuration menu - View commit details
-
Copy full SHA for 1400946 - Browse repository at this point
Copy the full SHA 1400946View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.