Commit Graph

  • b674d8563c
    Merge bd2da87455 into f67e6e0814 #184 Chinsyo 2023-03-03 12:22:17 +0800
  • f67e6e0814 Update libsodium master Frank Denis 2022-12-12 00:10:05 +0100
  • a19da78de3 Update libsodium so that it gets the fast AES-GCM implementation Frank Denis 2022-11-21 13:08:47 +0100
  • 0f76b05277 Update libsodium, rebuild with Xcode 14.1 Frank Denis 2022-11-14 01:23:21 +0100
  • ea40380c4b We don't use Travis any more Frank Denis 2022-11-14 01:19:37 +0100
  • 9952af5879 trim trailing whitespace #256 clipsyncdev 2022-06-05 13:51:10 -0700
  • 9c02f8b95b add Aead.XChaCha20Poly1305Ietf encrypt function which receives a Nonce as a parameter clipsyncdev 2022-06-05 13:00:40 -0700
  • 54d520eb1c
    added: SodiumRandomNumberGenerator (#255) Alex Vera 2022-05-27 18:09:43 +0200
  • e22b68556b refactored #255 Alex Vera 2022-05-27 16:32:31 +0200
  • b90b8db8ce fixed: Test Alex Vera 2022-05-27 11:31:29 +0200
  • 8f97708617 added: SodiumRandomNumberGenerator Alex Vera 2022-05-27 11:12:30 +0200
  • 862e9adf1a Regen with Xcode 13.3 Frank Denis 2022-04-03 00:50:27 +0200
  • 444e390a84 Update libsodium; use Xcode 13.1 Frank Denis 2021-10-29 16:51:12 +0200
  • 91715a6cd6
    Merge eeb18f6fa8 into 1d51e8eb8a #249 Aidan Woods 2021-09-29 23:29:50 +0000
  • eeb18f6fa8
    Full libsodium build #249 Aidan Woods 2021-09-30 00:01:56 +0100
  • 1d51e8eb8a Add sodium.version Frank Denis 2021-07-13 17:31:50 +0200
  • 9697fafe8c Update libsodium Frank Denis 2021-07-13 17:03:33 +0200
  • 62e2fec15b Update libsodium and Xcode Frank Denis 2021-05-01 19:29:46 +0200
  • d565173316 Fix examples build #244 Evgeniy Petrov 2021-03-07 21:29:41 +0300
  • fe10949f7a Use CInt for init return code Evgeniy Petrov 2021-03-07 21:29:17 +0300
  • 459cf41bf8 Make initializer throwable, update .gitignore Evgeniy Petrov 2021-03-07 21:05:05 +0300
  • ea3116e481 Revert "Update to recommended Xcode settings" Frank Denis 2021-03-02 18:26:46 +0100
  • 8f94369541
    Circumvent swift bug SR-14038 (#238) Simon Kempendorf 2021-01-12 14:16:12 +0100
  • 0729884dea Circumvent swift bug SR-14038 #238 Simon Kempendorf 2021-01-12 13:13:05 +0100
  • c4f4a947fa Factor `Clibsodium` into its own repo and package to work around https://github.com/jedisct1/swift-sodium/issues/233 #235 Joseph Ross 2020-12-21 11:10:24 -0800
  • 4588a695c2 Factor `Clibsodium` into its own sub-package. #234 Joseph Ross 2020-12-21 11:10:24 -0800
  • e46bba3756 List the algorithms at the end Frank Denis 2020-12-17 22:40:10 +0100
  • dd5ead089b
    Some updates for README.md docs (#232) Woodstock 2020-12-17 21:09:48 +0000
  • 2126d88749
    Update README.md #232 Woodstock 2020-12-16 20:39:27 +0000
  • 95e092406b
    Some updates for README.md Woodstock 2020-12-16 20:37:03 +0000
  • dd1fb8622e Cocoapods seems to support arm64 now Frank Denis 2020-12-12 20:38:09 +0100
  • 4f9164a0a2 Rebuild with Xcode 12.3 0.9.1 Frank Denis 2020-12-12 20:21:23 +0100
  • a673dcb0cc Note Frank Denis 2020-12-12 20:19:57 +0100
  • 3c10d39e0e Package.swift: add OSX to the list of OS supporting XCFramework Frank Denis 2020-11-24 16:39:36 +0100
  • 98909b9b19
    Use xcframework only for supported OS (#225) Simon Kempendorf 2020-11-24 16:25:16 +0100
  • d9ce2f0a27 Include Clibsodium for linux into this repo #225 Simon Kempendorf 2020-11-24 13:15:18 +0100
  • 330cff0292 Use xcframework only for supported OS Simon Kempendorf 2020-11-19 18:52:50 +0100
  • 5c88567e87 Add bitcode support to all emulators Frank Denis 2020-11-10 16:59:17 +0100
  • a118ebfb2b Regen with Xcode 12.2 RC Frank Denis 2020-11-08 16:26:11 +0100
  • c4a694e13f add unusued nonce-argument for .encrypt methods #223 Jakob Offersen 2020-10-23 14:28:14 +0200
  • 5e39fae960 remove prints in Aead Jakob Offersen 2020-10-23 13:51:39 +0200
  • 0b114b4fd1 add Aead.Chacha20Poly support Jakob Offersen 2020-10-23 13:49:56 +0200
  • 1763670c2f Disable Apple Silicon support for Cocoapods Frank Denis 2020-10-21 17:36:16 +0200
  • a163995c20 Update to recommended Xcode settings Frank Denis 2020-10-21 17:07:20 +0200
  • 54945a09ed Rebuild the watchOS simulators with bitcode enabled Frank Denis 2020-10-21 17:00:21 +0200
  • adf714de2d Add CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER Frank Denis 2020-10-21 16:50:38 +0200
  • 4111ad53d9 Rebuild with the latest Xcode Frank Denis 2020-10-20 23:41:02 +0200
  • ffbd7e1836
    Resolve Xcode 12 Package manifest resolution error RE: '.binaryTarget(…)'. (#219) Daniel Browne 2020-10-14 14:12:50 +0100
  • 2d65a9eb24 Resolve Xcode 12 Package manifest resolution error RE: '.binaryTarget(…)'. #219 Dan Browne 2020-10-14 12:48:43 +0100
  • 7b32d1821f
    tvOS support fixes (#217) Daniel Browne 2020-10-14 12:17:01 +0100
  • 5f8beb0ef6 Add tvOS 11.0 available check to resolve compiler error. #217 Dan Browne 2020-10-14 11:37:25 +0100
  • be246819fb Change deployment targets from 13.4 -> 9.0 for 'Sodium_tvOS' and 'Example tvOS' targets (matches iOS). Dan Browne 2020-10-14 11:36:58 +0100
  • 28a19aa02a
    Add tvOS support (#216) Daniel Browne 2020-10-14 09:28:51 +0100
  • 383b162829 Add tvOS support #216 Dan Browne 2020-10-14 09:21:05 +0100
  • f3f91eadf3 Add .DS_Store file extension to .gitignore. Dan Browne 2020-10-13 17:04:46 +0100
  • 04f76d538f
    Set 'swift-tools-version' in Package.swift to 5.0 (to match 'swift_version' setting in Sodium.podspec). (#215) Daniel Browne 2020-10-13 15:32:06 +0100
  • 463a44e7bd Upgrade libsodium; Add tvOS support to the XCFramework Frank Denis 2020-10-13 16:23:07 +0200
  • 598a124622 Not just iOS Frank Denis 2020-10-13 16:17:54 +0200
  • 5c5fbccbe7 Set 'swift-tools-version' in Package.swift to 5.0 (to match 'swift_version' setting in Sodium.podspec). #215 Dan Browne 2020-10-09 14:58:31 +0100
  • cd6306e0a7
    Explicitly exclude arm64 architecture in .podspec #214 Gio Lodi 2020-10-07 19:26:14 +1100
  • 68bca1d71e README update: importing Clibsodium is required Frank Denis 2020-10-01 00:48:47 +0200
  • d320bb7c04 Fix link Frank Denis 2020-09-22 02:44:21 +0200
  • 06a470cc84 Use the right markdown quotes Frank Denis 2020-09-22 02:43:41 +0200
  • 370ce42630 Fix the podspec to get it working with the XCFramework (#211) Wes Campaigne 2020-09-20 21:19:39 -0400
  • 1be050edea
    Update Sodium.podspec #211 Frank Denis 2020-09-21 03:18:35 +0200
  • d131593176
    Update Sodium.podspec Frank Denis 2020-09-21 03:17:42 +0200
  • e6ffd74482 Update Clibsodium.xcframework Frank Denis 2020-09-21 03:14:52 +0200
  • 5f4c23ac13 Fix the podspec to get it working with the XCFramework Wes Campaigne 2020-09-20 20:21:44 -0400
  • 82fbbf0733 Bump tag Frank Denis 2020-09-21 00:00:20 +0200
  • 86b616ddb6 Bump IPHONEOS_DEPLOYMENT_TARGET Frank Denis 2020-09-20 15:58:03 +0200
  • 176745ddc4 Travis: use XCode12, ignore pod 0.9.0 Frank Denis 2020-09-20 15:48:51 +0200
  • 62cb5386e1 Broken podspec update Frank Denis 2020-09-20 15:48:28 +0200
  • 0004c9568f 2020 Frank Denis 2020-09-20 15:48:13 +0200
  • 15d2eadb3f Add SPM instructions Frank Denis 2020-09-20 15:42:07 +0200
  • 22aa94881c
    Merge pull request #207 from zacwest/release-build Frank Denis 2020-08-23 14:39:24 +0200
  • 8289d31a14 Add Clibsodium SPM library to fix Release builds #207 Zac West 2020-08-22 22:45:50 -0700
  • b54a3b952e Update revision Frank Denis 2020-08-06 16:04:44 +0200
  • fe1f789809 Add Catalyst support to Clibsodium.xcframework Frank Denis 2020-08-06 16:03:59 +0200
  • 9da57ead98 Add explicit dependency Frank Denis 2020-08-05 19:59:09 +0200
  • b28ef9f866 Bump swift-tools-version Frank Denis 2020-08-05 19:57:08 +0200
  • 8d18c68e8f Add a binaryTarget Frank Denis 2020-08-05 19:41:48 +0200
  • 0b70bfac93 Remove references to nonexistent files Frank Denis 2020-08-05 19:27:23 +0200
  • b7d3dc977e Update revision & xcode version Frank Denis 2020-08-05 19:19:39 +0200
  • a7479f49ff Hopefully not required any more Frank Denis 2020-08-05 19:13:19 +0200
  • d06e60f7fc Replace static libraries with an xcframework Frank Denis 2020-08-05 19:10:23 +0200
  • c1bb62ac5c
    Merge pull request #204 from johnalanwoods/documentation-improvement-1 Frank Denis 2020-06-16 17:46:06 +0200
  • 130b0304a6
    initial improvements #204 John Woods 2020-06-16 14:26:33 +0100
  • 1b88c49bd7 added: box.seal(message:beforenm:nonce:) #203 Alex Vim 2020-05-17 17:25:39 +0200
  • 748b5174c2
    Merge pull request #202 from own2pwn/patch-3 Frank Denis 2020-05-06 22:39:31 +0200
  • 81d9ee34a1
    Correct constructor call #202 own2pwn 2020-05-06 22:48:00 +0300
  • 6fb87385bb
    Correct constructor call #200 own2pwn 2020-05-06 22:45:38 +0300
  • 75273577b2
    Add hmacsha256 auth functions #201 Justin Singer 2020-05-05 11:05:03 -0700
  • f2f8947e3a Fix watchOS builds #198 Marcelo Fabri 2020-01-28 09:40:47 -0800
  • 26ac484d73 Make it work with CocoaPods Marcelo Fabri 2020-01-20 01:09:34 -0800
  • 350b02b79d Make it work with SPM Marcelo Fabri 2020-01-20 00:57:54 -0800
  • 93bf555f1b Revert "Revert "Clibsodium defined as an explicit module and Clibsodium import statements changes to access the clibsodium via the Sodium framework"" Marcelo Fabri 2020-01-20 00:54:45 -0800
  • ffc215ab99 Change language to swift Frank Denis 2020-01-28 17:17:54 +0100
  • 9f13fe23d9 Travis: use the xcode11.3 image Frank Denis 2020-01-28 16:41:36 +0100
  • 7ac212a639 Remove weird things from the travis configuration clibsodium Frank Denis 2020-01-28 16:55:22 +0100
  • 4ae6c8ab95 Travis: use the xcode11.3 image Frank Denis 2020-01-28 16:41:36 +0100