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: michelp/pgsodium
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.7
Choose a base ref
...
head repository: michelp/pgsodium
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.0
Choose a head ref
  • 7 commits
  • 43 files changed
  • 2 contributors

Commits on Nov 28, 2022

  1. Fix/bad varlena size (#46)

    * Add cassert and debug/gdb flags for test image builder.
    
    * all the fixes for bad varhdrz usage, and switch all _P to _PP macros
    
    * fix oversized base64 decoding bug.
    
    * Add vscode include path
    michelp authored Nov 28, 2022
    Configuration menu
    Copy the full SHA
    670082f View commit details
    Browse the repository at this point in the history
  2. Improve startup log messages (#45)

    When the getkey_script file is missing, previous startup error
    message was wrongly showing "Permission denied for %s". This shows
    a relevant error message with addition of some details and hints.
    
    The patch also improves other startup error/log messages
    so they repect the PostgreSQL log format if stderr is collected.
    ioguix authored Nov 28, 2022
    Configuration menu
    Copy the full SHA
    fc681d0 View commit details
    Browse the repository at this point in the history
  3. Fix valid_key view to filter out expired keys (#48)

    A key is valid at far as its expires date is greater than current
    date and time.
    
    Fixes #41
    ioguix authored Nov 28, 2022
    Configuration menu
    Copy the full SHA
    c4a8f10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6ede19 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Fix/better null checking (#50)

    * aead ietf check null inputs.
    
    * test for NULL on aead_ietf, allow NULL associated data with aead_det
    
    * also NULL associated data with aead_ietf
    
    * NULL check inputs on auth functions.
    
    * null checks for box, derive, hash, and helpers
    
    * null input checks for hmac.
    
    * null input checks for kdf.
    
    * NULL argument checking on the rest of the library.
    
    * fix missing newline
    
    * fix whitespace
    
    * thanks for -x my test script github!
    michelp authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    3eb936d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7318acc View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. bump version. (#52)

    * bump version.
    
    * bump version
    michelp authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    a854f63 View commit details
    Browse the repository at this point in the history
Loading