Skip to content

Releases: Kitura/OpenSSL

2.2.2

18 Feb 09:19
6c7e2e3
Compare
Choose a tag to compare

Add EVP_CIPHER_CTX_init_wrapper (#19)

1.0.3

18 Feb 09:19
273fe9f
Compare
Choose a tag to compare

Add EVP_CIPHER_CTX_init_wrapper (#19)

2.2.1

09 Nov 15:23
203bfc8
Compare
Choose a tag to compare

Version 2.2.1

OpenSSL Modulemap for use with OpenSSL 1.0.x and 1.1.x.

  • Note: For use with newer versions of Swift (4.2 and higher).

Changes since version 2.0

  • Common release point for both BlueCryptor and BlueRSA.
  • Add pkgConfig for openssl. PR #17.

1.0.2

11 Dec 12:56
a39f934
Compare
Choose a tag to compare

Version 1.0.2

OpenSSL Modulemap for use with OpenSSL 1.0.x and 1.1.x.

  • Note: For use with older versions of Swift (4.0, 4.1).

Changes since version 1.0

  • fix: Ubuntu 14.04 and OpenSSL 1.0.1 (#8)
  • feat: Add brew provider (#6)
  • Backported changes from version 2.x of this module to support OpenSSL 1.1.x. PR #16.

2.1.0

18 Oct 12:33
d854dba
Compare
Choose a tag to compare
  • Add support for openssl 1.1.x for Ubuntu 18.04(#11)
    Note: We will continue supporting openssl 1.0.x

2.0.0

02 Oct 12:22
a172716
Compare
Choose a tag to compare
  • Update to Swift 4.2 package format (#9)
    Note: this 2.0 release requires Swift 4.2. Earlier versions of Swift should continue to use the 1.x release of this package.

1.0.1

30 Jul 10:11
Compare
Choose a tag to compare
  • fix: Ubuntu 14.04 and OpenSSL 1.0.1 (#8)
  • feat: Add brew provider (#6)

Version 1.0

27 Feb 14:04
Compare
Choose a tag to compare

Module map used by other frameworks for inclusion of OpenSSL version 1.0.x.

Location awareness and new API exposure depending on version.

25 May 14:49
Compare
Choose a tag to compare
  • Added pkcs header.
  • Renamed repo to back to OpenSSL. Broke too many things.
  • Added rsa header.
  • Added shim to make it easier to use regardless of location and add new inline APIs to exposed functionality in newer versions of OpenSSL. PR #3
  • Added new inline function to shim to allow setting to AUTO ECDH mode when linking with OpenSSL v1.0.2 or higher up to OpenSSL v1.1.0 where the function becomes a no-op because this mode is set automatically.
  • Swift 4 support.

Added dependencies to Package.swift

21 Apr 16:19
Compare
Choose a tag to compare
0.1.6

Added dependencies for OpenSSL.