Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Marcin K

Makeing the World a better place
Collective - https://opencollective.com/krzyzanowskim - Website: https://swift.best - Code: https://github.com/krzyzanowskim

tvOS minimum target is 11

github.com/krzyzanowskim/CryptoSwift - c2773d59add4016b394fd57731fed5c241d0b690 authored about 2 years ago by Marcin Krzyzanowski <[email protected]>
Update pods spec

github.com/krzyzanowskim/CryptoSwift - 19b3c3ceed117c5cc883517c4e658548315ba70b authored about 2 years ago by Marcin Krzyzanowski <[email protected]>
Update links

github.com/krzyzanowskim/CryptoSwift - 8972db78303dafcfb6c613adb2b918d0dd15723b authored about 2 years ago by Marcin Krzyzanowski <[email protected]>
Update README

github.com/krzyzanowskim/CryptoSwift - c67d99db8d9e6a3d2fbc943482143e1b51e45903 authored about 2 years ago by Marcin Krzyzanowski <[email protected]>
iOS deployment target is 11.0 (Xcode 14)

github.com/krzyzanowskim/CryptoSwift - 67c0506fcd41da2e4b9acc30f48c9bec89c07fed authored about 2 years ago by Marcin Krzyzanowski <[email protected]>
Backport upstream fix from https://github.com/attaswift/BigInt/commit/d2d29c1225d96d66c331712cce4eb4510322a243

github.com/krzyzanowskim/CryptoSwift - bce847559be1b756a0d2ea2813cbc330ec470615 authored about 2 years ago by Marcin Krzyzanowski <[email protected]>
Update CONTRIBUTORS

github.com/krzyzanowskim/CryptoSwift - 287a4bcb9b0c2023ba901db0084f70e599bb0275 authored about 2 years ago by Marcin Krzyzanowski <[email protected]>
README update

github.com/krzyzanowskim/CryptoSwift - 3cdf5e047030158fafa5747b938e4663db0c07dc authored about 2 years ago by Marcin Krzyzanowski <[email protected]>
Return random values for unhandled/unexpected encryption variants

github.com/krzyzanowskim/CryptoSwift - 739048546611713f0cca4e9861644f8b9d9be09f authored about 2 years ago by Marcin Krzyzanowski <[email protected]>
Update Xcode project

github.com/krzyzanowskim/CryptoSwift - 13254b7ae7276987c0c3841858da930aad7502b4 authored about 2 years ago by Marcin Krzyzanowski <[email protected]>
Merge pull request #981 from btoms20/dev/rsa-api

Updated RSA Public API

github.com/krzyzanowskim/CryptoSwift - caf228abba9f70f9a2625abe21206a7a004abf82 authored about 2 years ago by Nathan Fallet <[email protected]>
Marked externalRepresentation as public and added the publicKeyExternalRepresentation function

github.com/krzyzanowskim/CryptoSwift - 713f0e0ec50d41c256d37c3b7e3b65e85b4eaa79 authored about 2 years ago by Brandon Toms <[email protected]>
Added public init(rawRepresentation:)

github.com/krzyzanowskim/CryptoSwift - 306be21542548f5b934fc01efddf185cb636cc09 authored about 2 years ago by Brandon Toms <[email protected]>
Removed default implementations

github.com/krzyzanowskim/CryptoSwift - e5776057449d62645df5117a9c7c2438f00a14be authored about 2 years ago by Brandon Toms <[email protected]>
Added documentation and formatting

github.com/krzyzanowskim/CryptoSwift - 70b3ae20736f4f3639f9c64073ada7f257a15987 authored about 2 years ago by Brandon Toms <[email protected]>
Merge pull request #979 from GoodNotes/swiftwasm-support

Make CryptoSwift compilable with SwiftWasm

github.com/krzyzanowskim/CryptoSwift - bee7ed5f2d4488dd3df4e4251aaeb64451c106ec authored about 2 years ago by Marcin Krzyzanowski <[email protected]>
Xcode Workspace

github.com/krzyzanowskim/STTextView - 7935d641ae86a005c7cf4d8a5764061ba602a1b2 authored about 2 years ago by Marcin Krzyzanowski <[email protected]>
Merge pull request #978 from btoms20/feature/rsa+sig+raw

RSA Raw Signature Support and Key Size Byte Calculation Fix

github.com/krzyzanowskim/CryptoSwift - 4bba98860465ba08e1b3aa33e3cc79eb7d2b88af authored about 2 years ago by Nathan Fallet <[email protected]>
SwiftFormat

github.com/krzyzanowskim/CryptoSwift - 2571fd42644873b34b814b701335a54aee6bf7e9 authored about 2 years ago by Brandon Toms <[email protected]>
Added a 1023bit RSA Key test fixture.

github.com/krzyzanowskim/CryptoSwift - 249efb1576b47852a0ee1764147e6e61b76553d9 authored about 2 years ago by Brandon Toms <[email protected]>
Updated to use the new `keySizeBytes` parameter

github.com/krzyzanowskim/CryptoSwift - e642b53048b00184ce5640b04b82055f1d903f02 authored about 2 years ago by Brandon Toms <[email protected]>
Added messages to XCTAssert statements.

github.com/krzyzanowskim/CryptoSwift - fe92c871580496be158e9f8dbf212cd69deee6b4 authored about 2 years ago by Brandon Toms <[email protected]>
Replaced the while loop with an explicitly defined zero byte array of correct size.

github.com/krzyzanowskim/CryptoSwift - 94981bf0642c5272510435eda060c0df95175dce authored about 2 years ago by Brandon Toms <[email protected]>
SwiftFormat. Updated RSA Signature extension to use the new `keySizeBytes` param where appropriate.

github.com/krzyzanowskim/CryptoSwift - b85c08698d6bf1673b9fedf26c98be11d4f961fb authored about 2 years ago by Brandon Toms <[email protected]>
Replaced while loop with an explicit array addition of the correct size.

github.com/krzyzanowskim/CryptoSwift - b628b8492797c6f5fa1a60ef49ef7f799d26ed7e authored about 2 years ago by Brandon Toms <[email protected]>
SwiftFormat

github.com/krzyzanowskim/CryptoSwift - d6f3449a03aaee4c2e136696dbeec8e070652754 authored about 2 years ago by Brandon Toms <[email protected]>
Updated the RSA Cipher extension to use the new keySizeBytes parameter.

github.com/krzyzanowskim/CryptoSwift - 3962cd256e211ec6e58f54a15fbc780a83411e53 authored about 2 years ago by Brandon Toms <[email protected]>
Added a `keySizeBytes` param that stores the minimum bytes needed to express the keys modulus.

github.com/krzyzanowskim/CryptoSwift - 9a9a0e8a195616e8449c0a1063b3aea2a2ca9d66 authored about 2 years ago by Brandon Toms <[email protected]>
Note about frame updates

github.com/krzyzanowskim/STTextView - f45150330b6aa79d92d57e95272e6b8161a40e58 authored about 2 years ago by Marcin Krzyzanowski <[email protected]>
A more correct implementation of zero prepended block formatting

github.com/krzyzanowskim/CryptoSwift - c95b9db830521f3646ac7711d1bfec36f66bba03 authored about 2 years ago by Brandon Toms <[email protected]>
raw and digest_pkcs1v15_RAW signature variant support.

github.com/krzyzanowskim/CryptoSwift - 0a426d437f52bdc49b2c9158818e6f30e95b918b authored about 2 years ago by Brandon Toms <[email protected]>
Merge pull request #976 from btoms20/feature/rsa+der

github.com/krzyzanowskim/CryptoSwift - aaea7adc5e422884484137ed872b09022fddea4e authored about 2 years ago by Nathan Fallet <[email protected]>
Updated Errors to use the DER.Error.invalidDERFormat error case.

github.com/krzyzanowskim/CryptoSwift - d1ec8c31f5c18d745f3cb8183ed0b514e31e5004 authored about 2 years ago by Brandon Toms <[email protected]>
Removed primaryObjectIdentifier and secondaryObjectIdentifier static params from RSA due to DERCodable protocol no longer enforcing them.

github.com/krzyzanowskim/CryptoSwift - 2c338bd2269b96da3f9dd746eea27273ec81e7e8 authored about 2 years ago by Brandon Toms <[email protected]>
Moved the `invalidDERFormat` error case from RSA.Error to DER.Error enum.

github.com/krzyzanowskim/CryptoSwift - 49fb6d02a342c6f86d1c1965f1b86dd4ff6a6c1d authored about 2 years ago by Brandon Toms <[email protected]>
Removed the primaryObjectIdentifier and secondaryObjectIdentifier params from DERDecodable and DEREncodable protocols.

github.com/krzyzanowskim/CryptoSwift - 8cbb4e1ea434662dd42a5a62a215f614ec6297ec authored about 2 years ago by Brandon Toms <[email protected]>
Delete .travis.yml

This file is no longer needed as workflows are run by GitHub Actions

Signed-off-by: Nathan Fall...

github.com/krzyzanowskim/CryptoSwift - 7b42ff14de9e3f1381984217df0843385c38e7e9 authored about 2 years ago by Nathan Fallet <[email protected]>
Documentation for encryption block types and variants.

github.com/krzyzanowskim/CryptoSwift - 9d2be8f39d9f94fd41bf059574811cbae77a284a authored about 2 years ago by Brandon Toms <[email protected]>
Removed RFC3447 RSAPrivateKey otherPrimeInfos parameter. Added unsupportedRSAVersion error code. Fixed confusion around private RSA DER version numbers and checking.

github.com/krzyzanowskim/CryptoSwift - b333980687fb7f6d4dfd84531b9bc82a7e679364 authored about 2 years ago by Brandon Toms <[email protected]>
Fixing a typo

github.com/krzyzanowskim/CryptoSwift - d5d3c787f7493c8ee12c301d8818bbbec80c3240 authored about 2 years ago by Nathan Fallet <[email protected]>
Fixed spelling

github.com/krzyzanowskim/CryptoSwift - 92edc6d13ebdf81764bf1cc4059300d258453319 authored about 2 years ago by Brandon Toms <[email protected]>
Changed the encrypt and decrypt variant from `.unsafe` to `.raw` in order to match that of the SecKey counterpart.

github.com/krzyzanowskim/CryptoSwift - 4d1c69552adf536e1c087a656c4e8bfe2f552cd1 authored about 2 years ago by Brandon Toms <[email protected]>
Fixed spelling and documentation.

github.com/krzyzanowskim/CryptoSwift - 7f4b5d1d8af4ec78003dcd57bc7c276326abf45e authored about 2 years ago by Brandon Toms <[email protected]>
Removed unnecessary code. Explicitly declared the `secondaryObjectIdentifier` as `nil`.

github.com/krzyzanowskim/CryptoSwift - 126ef4ebb256434ca800b70581f233c4ba03a9e6 authored about 2 years ago by Brandon Toms <[email protected]>
Fixed a comment

github.com/krzyzanowskim/CryptoSwift - 492f90f3d200723725faf862abe0350c0d3c6db1 authored about 2 years ago by Brandon Toms <[email protected]>
Added documentation and explicitly declared functions as internal

github.com/krzyzanowskim/CryptoSwift - 7b67beaf32bec55e5d3bb32094075d1636311004 authored about 2 years ago by Brandon Toms <[email protected]>
Added / fixed documentation

github.com/krzyzanowskim/CryptoSwift - f8a11bad170c67eee4bfb7f6fbde69ef2f47761e authored about 2 years ago by Brandon Toms <[email protected]>
Updated file headers

github.com/krzyzanowskim/CryptoSwift - db6e6478194ca61fe62038f3d8525c627f078680 authored about 2 years ago by Brandon Toms <[email protected]>
SwiftFormat

github.com/krzyzanowskim/CryptoSwift - cc6025756f4d0fd300ac1a6bad5db30cfb14b91f authored about 2 years ago by Brandon Toms <[email protected]>
Added a disclaimer for a long running test.

github.com/krzyzanowskim/CryptoSwift - 12c3ee4b6506774e2ec326c819fed43910f6f7b4 authored about 2 years ago by Brandon Toms <[email protected]>
Added RSA Documentation & Examples

github.com/krzyzanowskim/CryptoSwift - d146f03a9c1ca17c9e9be5ce22760deafcda6ab4 authored about 2 years ago by Brandon Toms <[email protected]>
Made the default Signature variant .message_pkcs1v15_sha256.

github.com/krzyzanowskim/CryptoSwift - 141bda417a9af68a921c1c1e23ae93c9b58e8dcf authored about 2 years ago by Brandon Toms <[email protected]>
Added links to the IETF Specs

github.com/krzyzanowskim/CryptoSwift - 23c9f43b5ef6ba3474c97ddcf17b076d39cfb204 authored about 2 years ago by Brandon Toms <[email protected]>
Updated file header

github.com/krzyzanowskim/CryptoSwift - 0cf50388a6db9d970d3147d72298faa7e1f0d01f authored about 2 years ago by Brandon Toms <[email protected]>
SwiftFormat

github.com/krzyzanowskim/CryptoSwift - 0ea13c82e06693290661ad8039caa6700d546022 authored about 2 years ago by Brandon Toms <[email protected]>
Added additional EME and EMSA Padding Tests

github.com/krzyzanowskim/CryptoSwift - 3130d3fc5e41d89367ba7344506826c829583530 authored about 2 years ago by Brandon Toms <[email protected]>
SwiftFormat

github.com/krzyzanowskim/CryptoSwift - 0fda878644a9d81d0b680ce9f3b76b761fea93a8 authored about 2 years ago by Brandon Toms <[email protected]>
SwiftFormat

github.com/krzyzanowskim/CryptoSwift - a8e82747b1ad2dca5f4adab5222e26f95cb31083 authored about 2 years ago by Brandon Toms <[email protected]>
Added documentation and reorganized

github.com/krzyzanowskim/CryptoSwift - 413d71e177b36a939793d866003e961db1e782d6 authored about 2 years ago by Brandon Toms <[email protected]>
Added documentation and reorganized

github.com/krzyzanowskim/CryptoSwift - 64968dd07f366d9d35e7a2d6ee0e6ef424f1eec8 authored about 2 years ago by Brandon Toms <[email protected]>
RSA Key Tests

github.com/krzyzanowskim/CryptoSwift - 8ac36a4f798daf93e6b3effad2d6d84910f083b0 authored about 2 years ago by Brandon Toms <[email protected]>
Added tests for EME and EMSA PKCS1v15 Padding Schemes

github.com/krzyzanowskim/CryptoSwift - fd1519e827de20fdd1dfd220348a02b7d706cac9 authored about 2 years ago by Brandon Toms <[email protected]>
Added EME and EMSA PKCS1v15 Padding Schemes

github.com/krzyzanowskim/CryptoSwift - ce9edf97dffa0871e35d721e9d2a6f3b1b42d8be authored about 2 years ago by Brandon Toms <[email protected]>
Introduced the Signature Protocol. Keys that are capable of signing data (and verifying signed data) should conform to this protocol.

github.com/krzyzanowskim/CryptoSwift - 0e41a8f467c498f9596d5ac7f9d7ea0cad2b3504 authored about 2 years ago by Brandon Toms <[email protected]>
Added EME and EMSA PKCS1v1.5 Padding Schemes

github.com/krzyzanowskim/CryptoSwift - f61536d3b41252104d39410d60bc4103a7866781 authored about 2 years ago by Brandon Toms <[email protected]>
RSA Signature Conformance

github.com/krzyzanowskim/CryptoSwift - 7e83e5c5f0e44cfccf58a5a8b420d2ebd13e0f12 authored about 2 years ago by Brandon Toms <[email protected]>
RSA Cipher Conformance

github.com/krzyzanowskim/CryptoSwift - 51d476cb335d716302fc2df21488566c6c455b1a authored about 2 years ago by Brandon Toms <[email protected]>
Added more error messages and relocated file

github.com/krzyzanowskim/CryptoSwift - d8ce7969145e1dd3b614afb6dbcefcc05eb41336 authored about 2 years ago by Brandon Toms <[email protected]>
Merge branch 'main'

github.com/krzyzanowskim/CryptoSwift - fb5a17305b04acb5c547b0348738ec26c4d0f1a9 authored about 2 years ago by Brandon Toms <[email protected]>
Merge pull request #155 from jonasborsch/binary-target-support

Adjust zip to support binaryTarget when using SPM

github.com/krzyzanowskim/OpenSSL - 236027f13e7fc3243c76fb858bd0c678cca35bdd authored over 2 years ago by Marcin Krzyzanowski <[email protected]>
Adjust zip to support binaryTarget when using SPM

github.com/krzyzanowskim/OpenSSL - 06a9923276e1e2633f3bac2f8bf4408399b05f39 authored over 2 years ago by Jonas Borsch <[email protected]>
Replacing issue with discussion in README

Signed-off-by: Nathan Fallet <[email protected]>

github.com/krzyzanowskim/CryptoSwift - 77062e537e8dba50cff6d089bc43816b1fb36ee9 authored over 2 years ago by Nathan Fallet <[email protected]>
Update README.md

github.com/krzyzanowskim/SwiftUI.SplitView - 9bbca23c5507eb24cc4b7115b040377d74285a77 authored over 2 years ago by Marcin Krzyzanowski <[email protected]>
Update README.md

github.com/krzyzanowskim/SwiftUI.SplitView - 5e6227db0b02ea0f0e9c0a63544b83f1cf774af1 authored over 2 years ago by Marcin Krzyzanowski <[email protected]>
Update README.md

github.com/krzyzanowskim/SwiftUI.SplitView - dff0b4a943f0808cd3b355ff5e014f8201f2761a authored over 2 years ago by Marcin Krzyzanowski <[email protected]>
Create FUNDING.yml

github.com/krzyzanowskim/SwiftUI.SplitView - a956910c73d36ad1e5c2fbe73e6e6781a20e8238 authored over 2 years ago by Marcin Krzyzanowski <[email protected]>
Update README.md

github.com/krzyzanowskim/SwiftUI.SplitView - 4201f6143c25e316a03df40372caf047a705aa52 authored over 2 years ago by Marcin Krzyzanowski <[email protected]>
Move things around

github.com/krzyzanowskim/SwiftUI.SplitView - bb8454ab8573c5c7bd09304fd2dbec7bf297194b authored over 2 years ago by Marcin Krzyzanowski <[email protected]>
Resize. Resize outside bounds

github.com/krzyzanowskim/SwiftUI.SplitView - 5933c83b1ee66cb7564a8b737bd58b35a7391403 authored over 2 years ago by Marcin Krzyzanowski <[email protected]>
Working splitview

github.com/krzyzanowskim/SwiftUI.SplitView - a41e5c127562cc8e03ee13c2d9572fc39a730054 authored over 2 years ago by Marcin Krzyzanowski <[email protected]>
Initial drag version

github.com/krzyzanowskim/SwiftUI.SplitView - 3babce1a4ff77dc11fb832b52d110293ed4cc941 authored over 2 years ago by Marcin Krzyzanowski <[email protected]>
Initial Commit

github.com/krzyzanowskim/SwiftUI.SplitView - a4ccede8634f4cf959ccf652bd09ba1db381a647 authored over 2 years ago by Marcin Krzyzanowski <[email protected]>
Merge branch 'main'

github.com/krzyzanowskim/CryptoSwift - b0d446e2e43f48a2bb5bad7e7905d5166cdac954 authored over 2 years ago by Brandon Toms <[email protected]>
Update FUNDING.yml

Signed-off-by: Nathan Fallet <[email protected]>

github.com/krzyzanowskim/CryptoSwift - 8e01cd80015844eaaff5d5f9eeeee979ffafd299 authored over 2 years ago by Nathan Fallet <[email protected]>
Merge pull request #922 from btoms20/feature/asn1+der

Simple ASN1 Encoder and Decoder & DERCodable Protocol

github.com/krzyzanowskim/CryptoSwift - 0c1dbde1448a5f7f2f938b087cb71a879ec0d3de authored over 2 years ago by Nathan Fallet <[email protected]>
Merge pull request #968 from krzyzanowskim/checks

Fixing macOS build

github.com/krzyzanowskim/CryptoSwift - f789ac5c4eb7857f763ed405d26a499f7a5bb02c authored over 2 years ago by Nathan Fallet <[email protected]>
Fixing macOS build

github.com/krzyzanowskim/CryptoSwift - 29842c6a7109ca1fccca2e7811d866b4ecc743f4 authored over 2 years ago by Nathan Fallet <[email protected]>
Merge branch 'main' into feature/asn1+der

github.com/krzyzanowskim/CryptoSwift - d3d608554925ea53fb50dedea6838f7dddd1eaab authored over 2 years ago by Nathan Fallet <[email protected]>
Merge pull request #967 from krzyzanowskim/checks

Fixing branch name in workflows

github.com/krzyzanowskim/CryptoSwift - 503eb3d3f431288147ba3682af9144ca119a8065 authored over 2 years ago by Nathan Fallet <[email protected]>
Fixing branch name in workflows

github.com/krzyzanowskim/CryptoSwift - c7b07905d81d5ecb0c8a3861f49369739a936a86 authored over 2 years ago by Nathan Fallet <[email protected]>
Removed files

github.com/krzyzanowskim/CryptoSwift - 45f3e994e88815d0b2da67598eecc3413027bc3e authored over 2 years ago by Brandon Toms <[email protected]>
Merge branch 'feature/asn1+der'

github.com/krzyzanowskim/CryptoSwift - aab7d535ee3389824452582bcbf590e76aac98ec authored over 2 years ago by Brandon Toms <[email protected]>
Added documentation

github.com/krzyzanowskim/CryptoSwift - 15cfe87a205496400dea80c4bfbaf01a513111ab authored over 2 years ago by Brandon Toms <[email protected]>
Added ASN1 Tests

github.com/krzyzanowskim/CryptoSwift - c242291adc75a44cfc06cafd290a9532c8df4246 authored over 2 years ago by Brandon Toms <[email protected]>
Fixed comment

github.com/krzyzanowskim/CryptoSwift - 157b38fce50eb200d2997f981bbf8d87b43da217 authored over 2 years ago by Brandon Toms <[email protected]>