Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: krzyzanowskim/CryptoSwift
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.8.3
Choose a base ref
...
head repository: krzyzanowskim/CryptoSwift
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.8.4
Choose a head ref
  • 16 commits
  • 115 files changed
  • 7 contributors

Commits on Aug 5, 2024

  1. add .editorconfig

    krzyzanowskim committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    8f0387d View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. fix ASN1.swift

    Signed-off-by: Elias Rad <146735585+nnsW3@users.noreply.github.com>
    nnsW3 authored Aug 24, 2024
    Configuration menu
    Copy the full SHA
    1f54c16 View commit details
    Browse the repository at this point in the history
  2. fix GCM.swift

    Signed-off-by: Elias Rad <146735585+nnsW3@users.noreply.github.com>
    nnsW3 authored Aug 24, 2024
    Configuration menu
    Copy the full SHA
    4c6875b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1053 from nnsW3/docs-fix-spelling-issues

    Docs fix spelling issues
    krzyzanowskim authored Aug 24, 2024
    Configuration menu
    Copy the full SHA
    6d7c104 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. chore: fix some comments

    Signed-off-by: dropbigfish <fillfish@foxmail.com>
    dropbigfish committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    c1d9917 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Merge pull request #1050 from dropbigfish/main

    chore: fix some comments
    krzyzanowskim authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    47ed1f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. Update CODE_OF_CONDUCT.md

    Signed-off-by: planetBoy <140164174+Guayaba221@users.noreply.github.com>
    Guayaba221 authored Nov 29, 2024
    Configuration menu
    Copy the full SHA
    16f45b1 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2024

  1. Configuration menu
    Copy the full SHA
    db558ee View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2024

  1. Configuration menu
    Copy the full SHA
    7c68455 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2024

  1. Merge pull request #1058 from AnneBlair/support_Musl

    Support for Static Linux SDK Based on Musl Instead of Glibc
    krzyzanowskim authored Dec 6, 2024
    Configuration menu
    Copy the full SHA
    d4db480 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2024

  1. Use .sha2(.sha256) for PBKDF2 in readme

    .sha256 is deprecated if I'm reading this right. 
    
    Signed-off-by: Sam <sam.a.judd@gmail.com>
    sjudd authored Dec 9, 2024
    Configuration menu
    Copy the full SHA
    62b88be View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1061 from sjudd/patch-1

    Use `.sha2(.sha256)` for PBKDF2 in readme
    krzyzanowskim authored Dec 9, 2024
    Configuration menu
    Copy the full SHA
    488e309 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2024

  1. Add new contributors

    ```
    Adin Cebic <cebic.ad@gmail.com>
    Elias Rad <146735585+nnsW3@users.noreply.github.com>
    Kenji Wada <ch3cooh393@gmail.com>
    LamTrinh.Dev <me@lamtrinh.dev>
    Sam <sam.a.judd@gmail.com>
    YinYuGuang <yin.yuguang@immomo.com>
    dropbigfish <fillfish@foxmail.com>
    planetBoy <140164174+Guayaba221@users.noreply.github.com>
    Исаев Владислав Игоревич <viisayev@mts.ru>
    ```
    krzyzanowskim committed Dec 23, 2024
    Configuration menu
    Copy the full SHA
    cf68f61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fe4a1d View commit details
    Browse the repository at this point in the history
  3. Update copyright years to 2025

    The copyright years in source files and tests have been updated from 2022 to 2025 across the project.
    krzyzanowskim committed Dec 23, 2024
    Configuration menu
    Copy the full SHA
    68e5d06 View commit details
    Browse the repository at this point in the history
  4. Update version to 1.8.4

    The changes include:
    - Bump version from 1.8.3 to 1.8.4 in the podspec
    - Update social media URL in podspec
    - Increase MARKETING_VERSION to 1.8.4 in the shared Xcode config
    krzyzanowskim committed Dec 23, 2024
    Configuration menu
    Copy the full SHA
    729e01b View commit details
    Browse the repository at this point in the history
Loading