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: leafo/pgmoon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.12.0
Choose a base ref
...
head repository: leafo/pgmoon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.13.0
Choose a head ref
  • 13 commits
  • 16 files changed
  • 4 contributors

Commits on Mar 3, 2021

  1. feat(socket) change LuaSec ssl_protocol default options

    The underlying LuaSec SSL library allows for setting the encryption protocol
    to 'any' [1]. When set as such, the client negotiates the highest
    encryption protocol available. This `any` protocol version setting is
    widely in use in the luasec repository [2].
    
    In addition, this change limits the lowest allowable ssl protocol
    version to a version not less than TLSv1.1.
    
    In support of the above, the implementation is two-fold:
     - add no_sslv2, no_sslv3, and no_tlsv1 LuaSec options similar to what
       has been done in lua-cassandra [3]
     - set default LuaSec ssl_protocol to 'any' also similar to what has
       been done in lua-cassandra [4]
    
    [1] - https://github.com/brunoos/luasec/blob/711a98b7605ad87b521ba607024947113bc1f527/CHANGELOG#L101
    [2] - https://github.com/brunoos/luasec/search?q=protocol+%3D+%22any%22
    [3] - thibaultcha/lua-cassandra@b6dff88
    [4] - thibaultcha/lua-cassandra@d742d5c
    
    Signed-off-by: Jeremy J. Miller <jeremy.miller@konghq.com>
    
    disable prefer server ciphers
    
    Signed-off-by: Jeremy J. Miller <jeremy.miller@konghq.com>
    Jeremy J. Miller authored and leafo committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    a47f39e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9631ae View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

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

Commits on Oct 5, 2021

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

Commits on Oct 6, 2021

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

Commits on Oct 13, 2021

  1. Configuration menu
    Copy the full SHA
    817c0dc View commit details
    Browse the repository at this point in the history
  2. support cqueues socket type #101

    leafo committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    db03720 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a609d7 View commit details
    Browse the repository at this point in the history
  4. rebuild #110

    leafo committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    6397263 View commit details
    Browse the repository at this point in the history
  5. minor readme updates

    leafo committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    a22ae08 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8b19285 View commit details
    Browse the repository at this point in the history
  7. more readme tweaks

    leafo committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    2fdc6d1 View commit details
    Browse the repository at this point in the history
  8. version bump

    leafo committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    0580413 View commit details
    Browse the repository at this point in the history
Loading