summaryrefslogtreecommitdiffstats
path: root/doc/classes/PacketPeerDTLS.xml
Commit message (Collapse)AuthorAgeFilesLines
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
| | | | | | We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb).
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
| | | | Keep on waitin'
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* [NET] Refactor TLS configuration.Fabio Alessandrelli2023-01-281-4/+3
| | | | | | | | | | | | | Use a TLSOptions configuration object which is created via static functions. - "TLSOptions.client": uses the standard CA and common name verification. - "TLSOptions.client_unsafe": uses optional CA verification (i.e. if specified) - "TLSOptions.server": is the standard server configuration (chain + key) This will allow us to expand the TLS configuration options to include e.g. mutual authentication without bloating the classes that uses StreamPeerTLS and PacketPeerDTLS as underlying peers.
* [Net] Rename "ssl" references to "tls" in methods and members.Fabio Alessandrelli2022-09-081-1/+1
|
* [doc] Use "param" instead of "code" to refer to parameters (4)Andy Maloney2022-08-111-1/+1
|
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-4/+4
|
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
| | | | | | | | This makes it easier to spot syntax errors when editing the class reference. The schema is referenced locally so validation can still work offline. Each class XML's schema conformance is also checked on GitHub Actions.
* Document Android permission requirements for network access where neededHugo Locurcio2021-09-251-0/+1
|
* Docs: Add warnings about no SSL/(D)TLS revocationMax Hilbrunner2021-08-111-0/+1
|
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-16/+8
| | | | | | | | For the time being we don't support writing a description for those, preferring having all details in the method's description. Using self-closing tags saves half the lines, and prevents contributors from thinking that they should write the argument or return documentation there.
* doc: Sync classref with current sourceRémi Verschelde2020-02-191-1/+1
|
* Add documentation for new DTLS features.Fabio Alessandrelli2020-02-171-0/+66