PKI (Private Key Infrastructure) backend for windows#11
Closed
TurkeyMan wants to merge 183 commits intoTurkeyMan:masterfrom
Closed
PKI (Private Key Infrastructure) backend for windows#11TurkeyMan wants to merge 183 commits intoTurkeyMan:masterfrom
TurkeyMan wants to merge 183 commits intoTurkeyMan:masterfrom
Conversation
Migrate to lower_snake case...
More snake_case migration...
Improve SI unit/quantity
Also improve user type support... which is kinda unrelated, but ya-know!
Variant improvements
Remove a couple of dangling phobos references.
Added ChaCha stream cypher
Tweak the Promise API
Minor improvements to urt.time
Add StringResult
- can resolve class variants to base classes - added pure hack for TypeDetails lookup, since the table is immutable after construction - const-correctness fixes - readability improvements
Improved user variants.
Made CacheString pure, since the cache is immutable.
Improved the compare function a bit
The body of Array.concat was just completely missing!
Fix map range
- also don't attempt to compare user types if the types doesn't match!
…d not guaranteed to be available O_o
Removed IsQuantity flag from Variant
Variant enums
Remove implicit conversion from String -> const(char)[]
Fix parse_uint
DateTime accept space before timezone
Windows use WSASendTo
Renovated concat() a bit
- Better Variant const support
Quantity support in json
Add Endian enum
Fix json escape parsing
Fix a bug normalising the argument types in concat
Overhaul the log API!
…egative error code.
Add SizeResult
Quantity null pointer guard
… certification primitives.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This adds "private key infrastructure" to
urt.crypto....and like, Claude wrote this. I wouldn't know how to audit this, and I guess we kinda just have to trust it works! If it doesn't, we ask him to fix it...
I have held his hand throughout to make sure the api shape and general architecture is satisfactory.
For reviews of this PR; give the overview a sensibility check. The functions contained appear mostly sensible to me. an mbedtls implementation will appear soon enough.
Function names, patterns, conventions; Claude doesn't always get that right, so I might have missed project conformity detail.
This enables HTTPS and ACME certificate negotiation for automatic acquisition of TLS certificates from Let's Encrypt, which is nice because that whole external certbot thing is a pain in the arse! Turns out it's not that hard to integrate directly... I don't understand why most people don't do that?!