Commit Graph

73 Commits

Author SHA1 Message Date
Max Goedjen
9b3038c440
Strings. 2025-08-24 20:01:00 -07:00
Max Goedjen
13c2ecc14a
MLDSA working. 2025-08-24 19:56:47 -07:00
Max Goedjen
0b6fdfd61a
Merge branch 'main' of github.com:maxgoedjen/secretive into mldsa 2025-08-24 15:51:09 -07:00
Max Goedjen
b3bea27f40
Cleanup localization. (#630) 2025-08-24 22:50:36 +00:00
Max Goedjen
2b9caec1d6
MLDSA warning. 2025-08-24 15:38:10 -07:00
Max Goedjen
54ced6040f
Merge branch 'main' into mldsa 2025-08-24 15:38:01 -07:00
Max Goedjen
3d3d123484
CryptoKit migration (#628)
* WIP.

* WIP

* WIP Edit

* Key selection.

* WIP

* WIP

* Proxy through

* WIP

* Remove verify.

* Migration.

* Comment

* Add param

* Semi-offering key

* Ignore updates if test build.

* Fix rsa public key gen

* Messily fix RSA

* Remove 1024 bit rsa

* Cleanup

* Cleanup

* Clean out MLDSA refs for now

* Dump notifier changes

* Put back UI tweaks

* Fixes.
2025-08-24 15:35:15 -07:00
Max Goedjen
e08d6661e5
Cleanup 2025-08-24 14:53:24 -07:00
Max Goedjen
698b7571c8
Cleanup 2025-08-24 14:42:43 -07:00
Max Goedjen
7d6223a327
Remove 1024 bit rsa 2025-08-24 14:05:24 -07:00
Max Goedjen
ce52dd2b35
Messily fix RSA 2025-08-24 14:00:24 -07:00
Max Goedjen
b28ff410c9
Fix rsa public key gen 2025-08-24 13:27:47 -07:00
Max Goedjen
adcb494483
Semi-offering key 2025-08-24 12:26:46 -07:00
Max Goedjen
cf45addb4f
Add param 2025-08-24 11:54:47 -07:00
Max Goedjen
6ce8486d50
Comment 2025-08-24 11:54:41 -07:00
Max Goedjen
452aee59b1
Migration. 2025-08-24 02:23:59 -07:00
Max Goedjen
4f691e4e69
Remove verify. 2025-08-24 00:36:59 -07:00
Max Goedjen
cec13ea994
WIP 2025-08-24 00:34:37 -07:00
Max Goedjen
3a62a855df
Proxy through 2025-08-23 22:47:39 -07:00
Max Goedjen
5b0135d694
Remove unused localizations (#627) 2025-08-23 20:57:46 -07:00
Max Goedjen
d34d26884e
Merge 2025-08-23 20:55:38 -07:00
Max Goedjen
b815c1e5ad
Cleanup packages/dead imports (#625)
* Slim package

* Cleanup

* .

* Expose tokenID.

* Expose some constants.

* Open.

* Combine cleanup

* Make eraser base public.

* Reload

* Fix concurrency issue on key insertion.

* Add capabilities.

* .

* Revert "."

This reverts commit 7c5c2924fa.

* Revert "Add capabilities."

This reverts commit bfa7a3cd51.
2025-08-23 20:42:08 -07:00
Max Goedjen
75c9b5bb62
Support infra for extensions (#626) 2025-08-23 20:41:08 -07:00
Max Goedjen
2ba73ff680
Fixes for insertion handler on smartcard (#622) 2025-08-24 03:33:12 +00:00
Max Goedjen
e3938caecb
Remove unused verify functions. (#621) 2025-08-23 22:26:40 +00:00
Max Goedjen
bff58b00ec
WIP 2025-08-23 12:51:38 -07:00
Max Goedjen
11c92327ac
Merge branch 'main' into mldsa 2025-08-20 00:11:32 -07:00
Max Goedjen
656b61e141
WIP 2025-08-19 23:53:58 -07:00
Max Goedjen
9673a19334
Merge branch 'main' into mldsa 2025-08-19 23:37:14 -07:00
Max Goedjen
e86aa559a4
Remove unchecked sendable (#617) 2025-08-20 06:32:46 +00:00
Max Goedjen
6a8926f177
Key selection. 2025-08-18 00:06:03 -05:00
Max Goedjen
7aba3c374d
WIP Edit 2025-08-17 23:51:05 -05:00
Max Goedjen
276ca02b39
WIP 2025-08-17 23:29:47 -05:00
Max Goedjen
4882d7cde5
WIP. 2025-08-17 22:55:10 -05:00
Max Goedjen
f382d72ee5
Update localization status (#613) 2025-08-18 03:31:53 +00:00
Max Goedjen
9749cd6f3e
Switch to generated localized string symbols (#607)
* Switch to string symbols

* Names

* Cleanup packages

* Cleanup packages

* Remove namespace

* More cleanup

* Fix extra param.

* Use swiftbuild
2025-08-18 03:26:13 +00:00
Max Goedjen
197f63d1eb
Use more modern warnings as errors setting (#608) 2025-08-17 20:36:09 +00:00
Max Goedjen
0e6b218f1f
Swift 6 / Concurrency fixes (#578)
* Enable language mode

* WIP

* WIP

* Fix concurrency issues in SmartCardStore

* Switch to SMAppService

* Bump runners

* Base

* Finish Testing migration

* Tweak async for updater

* More

* Backport mutex

* Revert "Backport mutex"

This reverts commit 9b02afb20c.

* WIP

* Reenable

* Fix preview.

* Update package.

* Bump to latest public macOS and Xcode

* Bump back down to 6.1

* Update to Xcode 26.

* Fixed tests.

* More cleanup

* Env fixes

* var->let

* Cleanup

* Persist auth async

* Whitespace.

* Whitespace.

* Cleanup.

* Cleanup

* Redoing locks in actors bc of observable

* Actors.

* .

* Specify b5

* Update package to 6.2

* Fix disabled updater

* Remove preconcurrency warning

* Move updater init
2025-08-17 12:38:18 -05:00
Max Goedjen
ad56019901
Update CI + Concurrency Warnings (#564)
* Update test.yml

* Update nightly.yml

* Update release.yml

* Tweak concurrency settings

* Remove bad annotations
2024-08-26 15:11:28 -07:00
Max Goedjen
35a7c99cba
Turn down concurrency warnings until Swift 6 branch is merged. (#562) 2024-08-26 20:59:20 +00:00
Max Goedjen
c2b80e3c7c
Localization fixes (#507)
* Consolidate localization files into one file that both targets reference

* Update readme

* Secret Agent/Agent consolidation

* NSLS -> String(localized:)

* Auth contexts
2024-01-12 12:50:52 -08:00
Max Goedjen
c80a6f1b0b
Add strings catalog and update strings to be keyed (#500)
* Set up and start main content view

* Continue

* Setup flow

* No secure storage view

* Delete

* Detail

* Rename

* More create

* Empty.

* List

* Main app

* Agent and bump

* .
2024-01-05 02:45:55 +00:00
Max Goedjen
171981de9f
Turn on strict concurrency (#497)
* WIP

* Add concurrency warnings.
2023-12-11 02:13:08 -08:00
Max Goedjen
cf58630065
Handle concurrent requests to socket (#495)
* Socket updates

* Sendable.

* Update tests.
2023-12-11 00:59:30 -08:00
Max Goedjen
dbaa57a05a
Fix EC384 value (#485) 2023-09-13 05:12:17 +00:00
Max Goedjen
d82bb80e14
Fix #478 (#479) 2023-08-13 22:02:45 +00:00
Max Goedjen
1d4ef12546
Fix #475. (#476) 2023-07-23 21:17:27 +00:00
Chris Eldredge
0944d65ccb
Identities offers both key and certificate when both are present (#454)
* Identities offers both key and certificate when both are present

* Update Sources/Packages/Sources/SecretAgentKit/Agent.swift

---------

Co-authored-by: Max Goedjen <max.goedjen@gmail.com>
2023-03-13 00:43:19 +00:00
Max Goedjen
be58ddd324
Factor out some common keychain functionality (#456)
* Factor out some common keychain functionality

* Remove redundant

* Remove redundant
2023-03-11 17:58:39 -08:00
Maxwell
43a9e287c3
Rounded out the rest of the SmartCardStore API (#450)
* Rounded out the rest of the SmartCardStore API.

* Comments and shuffling around

* Expose verify as public api

* Verification

* Tweak verify signature

* Cleanup and tests

---------

Co-authored-by: Max Goedjen <max.goedjen@gmail.com>
2023-03-12 00:21:09 +00:00