Tim Condon

Results 140 issues of Tim Condon

Move away from XCTest

enhancement

swift-format is now included in the Swift 6 toolchain - we should use and and ensure we check against it in CI and during builds etc

enhancement

https://github.com/apple/pkl

![Vapor5](https://github.com/user-attachments/assets/a77e0bcb-5210-43d1-a131-38c58bbb524a)

Provides a typealias for `CryptoKitError` to hide the implementation detail of CryptoKit. Resolves #274 ### Checklist - [ ] I've run tests to see all new and existing tests pass...

🆕 semver/minor

Rename `_CryptoExtras` to `CryptoExtras` ### Checklist - [x] I've run tests to see all new and existing tests pass - [x] I've followed the code style of the rest of...

Adds some additional documentation. I don't know how far you want me to go with documenting everything so let me know. This should at least get the current APIs rendered...

Related issue https://github.com/apple/swift-nio-ssl/issues/382 APIs: - [ ] Encrypted keys (#264) - [ ] PKCS#12 support - [ ] PBKDF2 support (#98) - [ ] RSA initialisers from ASN.1 (https://github.com/apple/swift-crypto/issues/269) -...

### New API Proposal: Add Documentation #### Motivation: Currently Swift Crypto offers no documentation site that can be referred to, to see how the API works. There are CryptoKit docs...

area/documentation
good first issue

### New API Proposal: `CryptoError` #### Motivation: CryptoKit errors are publicly exposed in the API which is confusing since from the outside CryptoKit is an implementation detail so it would...