Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge SqueakSSL #134

Merged
merged 38 commits into from
Aug 26, 2016
Merged

Merge SqueakSSL #134

merged 38 commits into from
Aug 26, 2016

Commits on Jul 5, 2016

  1. start implementing squeaksssl

    timfel committed Jul 5, 2016
    Configuration menu
    Copy the full SHA
    59a02b5 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2016

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

Commits on Jul 31, 2016

  1. Configuration menu
    Copy the full SHA
    9053e16 View commit details
    Browse the repository at this point in the history
  2. Continue to implement SqueakSSL [ci skip]

    - Do not raise PrimitiveFailedErrors when SqueakSSL returns SSL error codes
    - Add BIO_CLOSE, BIO_CTRL_PENDING, and BIO_set_close()
    - Add support for loglevel
    fniephaus committed Jul 31, 2016
    Configuration menu
    Copy the full SHA
    4084059 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2016

  1. More SqueakSSL [ci skip]

    fniephaus committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    2bd7df3 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2016

  1. Set up openssl on macOS

    fniephaus committed Aug 3, 2016
    Configuration menu
    Copy the full SHA
    f0b0cfa View commit details
    Browse the repository at this point in the history
  2. Make compilable; improve copy_bio_ssl;

    and add more debug messages
    fniephaus committed Aug 3, 2016
    Configuration menu
    Copy the full SHA
    6417aed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1217cd View commit details
    Browse the repository at this point in the history
  4. export PKG_CONFIG_PATH

    fniephaus committed Aug 3, 2016
    Configuration menu
    Copy the full SHA
    7bd338b View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2016

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

Commits on Aug 23, 2016

  1. Configuration menu
    Copy the full SHA
    62a35d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e4e29d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bdc736e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5028f04 View commit details
    Browse the repository at this point in the history
  5. [ssl] fix off-by-one error

    timfel committed Aug 23, 2016
    Configuration menu
    Copy the full SHA
    6489be3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a50dbc3 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2016

  1. Configuration menu
    Copy the full SHA
    d3e5202 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ad6a3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ce0d86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0181292 View commit details
    Browse the repository at this point in the history
  5. [ssl] add the tests

    timfel committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    93b8181 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cff9f79 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    91295a0 View commit details
    Browse the repository at this point in the history
  8. Adjust primitive behaviors

    SqueakSSL primitives usually don't fail, but
    return an error code. This removes ensured_handle
    and adjusts the behavior accordingly.
    fniephaus committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    7ce6622 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2016

  1. Configuration menu
    Copy the full SHA
    7dabf1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bc3f56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4aa55a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f1df562 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    21fab26 View commit details
    Browse the repository at this point in the history
  6. Revert "[ssl] simplify matrix for this branch"

    This reverts commit 6ad6a3b.
    timfel committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    5f6cb5a View commit details
    Browse the repository at this point in the history
  7. more includes for pypyextlibs

    timfel committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    31d9215 View commit details
    Browse the repository at this point in the history
  8. [ssl] skip test on windows

    timfel committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    1a4d9c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2016

  1. [ssl] install ssl-dev on ARM

    timfel committed Aug 26, 2016
    Configuration menu
    Copy the full SHA
    c61e46d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18ff4bf View commit details
    Browse the repository at this point in the history
  3. Reinstall openssl on macOS

    fniephaus committed Aug 26, 2016
    Configuration menu
    Copy the full SHA
    4f4ed79 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dc3cb8c View commit details
    Browse the repository at this point in the history
  5. Disable 32bit builds on macOS

    It takes too much time to recompile openssl for
    32bit and we really don't need 32bit binaries for
    macOS anymore.
    fniephaus committed Aug 26, 2016
    Configuration menu
    Copy the full SHA
    b31c8b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7399bf2 View commit details
    Browse the repository at this point in the history