- 22 Aug, 2023 1 commit
-
-
bitkeeper authored
In validates against trusted certificate, trusted ca certificates and certificate revocation lists.
-
- 14 Aug, 2023 2 commits
-
-
Yuta Okamoto authored
-
Yuta Okamoto authored
-
- 13 Aug, 2023 1 commit
-
-
Danny Milosavljevic authored
-
- 09 Aug, 2023 11 commits
-
-
Sandor authored
I think types_aiofiles was a typo. I can only install types-aiofiles module.
-
Sandor authored
"The 'warn' method is deprecated, use 'warning' instead"
-
Alexis Metge authored
-
Alexis Metge authored
-
Alexis Metge authored
-
bitkeeper authored
With PR #1368 some functions are added to create and request certificates. Based on those functions a new helper method `setup_self_signed_certificate` is created. This should make it easy to add basic support to clients and servers for generating automatically certificates. If can generated a private key and self-signed certificate when not already present. When the data range of the certificate is no longer valid it generates a new certificate. Both the examples for client and server use with encryption are updated to demonstrate the use.
-
Alexander Schrode authored
-
Alexander Schrode authored
-
Sandor authored
"Coroutine 'set_security_string' is not awaited" it is an async function.
-
Yuta Okamoto authored
-
Alexis Metge authored
Those issues were not detected previously since they are linked to the recent update of ruff to version 0.0.283, which fixed an issue in the detection of this lint error.
-
- 04 Aug, 2023 4 commits
-
-
Johannes Löhnert authored
* When reading Enumeration and OptionSet type definitions, also accept StructureDefinition instance. This kind of type definition is "unclean" but not strictly forbidden by the standard. Requires guessing of actual enum values: - Count starting at 1 for Enums - 0x1, 0x2, 0x4, ... for OptionSet * add test for OptionSet defined via StructureDefinition
-
Johannes Löhnert authored
* load_enums: On unexpected errors, skip entry with error message * fix test if not run in isolation
-
Yuta Okamoto authored
-
Yuta Okamoto authored
-
- 31 Jul, 2023 6 commits
-
-
Olivier authored
-
Christoph Ziebuhr authored
-
Christoph Ziebuhr authored
when subscribing to ConditionType
-
Christoph Ziebuhr authored
-
Yuta Okamoto authored
-
Jan-Niklas Burfeind authored
* Test for strings that aren't arrays, but start with a bracket * Fix array-detection in string_to_val
-
- 28 Jul, 2023 5 commits
-
-
Christoph Ziebuhr authored
-
bitkeeper authored
-
bitkeeper authored
-
bitkeeper authored
-
bitkeeper authored
* create private keys * create self signed certficates * create certifcate signing requests * create ca for signing csr The helpers are: * generate_private_key * generate_app_certificate_signing_request * generate_self_signed_app_certificate * sign_certificate_request Test and example are available.
-
- 24 Jul, 2023 4 commits
-
-
Yuta Okamoto authored
-
Yuta Okamoto authored
-
Yuta Okamoto authored
-
Julian Tatsch authored
-
- 20 Jul, 2023 2 commits
-
-
bitkeeper authored
According to Part 4 - 7.10 this should be an a number that indicates how secure the EndPoint is. The number is Server implementation specific, how higher the number how saver.
-
Yuta Okamoto authored
-
- 23 Jun, 2023 4 commits
-
-
Dmitry Lebedev authored
* Fix for numvalues parameter in Node.read_raw_history() * Fix for numvalues parameter in Node.read_raw_history() 2
-
Dmitry Lebedev authored
-
lennart authored
-
prrw authored
-