6
0
forked from pool/ongres-scram

6 Commits

Author SHA256 Message Date
30b766a627 OBS-URL: https://build.opensuse.org/package/show/Java:packages/ongres-scram?expand=0&rev=15 2025-07-03 15:07:32 +00:00
de0326cac5 - Version 3.1
- Update of the `saslprep` dependency to 2.2.
  - Full refactor of the `scram` java implementation, this release
    is compatible with Java 8+, but it's incompatible with previous
    releases
  - Fully rewrite the `ScramClient` allowing negotiation of
    channel-binding properly.
  - Create Multi-release Modular JARs, the modules names are:
    - `com.ongres.scram.common` for the common scram messages
    - `com.ongres.scram.client` for the scram client implementation
  - Add `StringPreparation.POSTGRESQL_PREPARATION`, for any error in
    SASL preparation, it falls back to return the raw string
  - Implementation of `tls-server-end-point` channel binding data
    extraction
  - Now the password is passed as a `char[]`
  - Remove the shaded Bouncy Castle pbkdf2 and base64 implementation
    used for Java 7 support
- remove ongres-scram-parent package

OBS-URL: https://build.opensuse.org/package/show/Java:packages/ongres-scram?expand=0&rev=12
2025-04-01 15:10:06 +00:00
6cdccad788 OBS-URL: https://build.opensuse.org/package/show/Java:packages/ongres-scram?expand=0&rev=10 2023-10-26 10:44:02 +00:00
c24031e77f OBS-URL: https://build.opensuse.org/package/show/Java:packages/ongres-scram?expand=0&rev=8 2023-09-27 07:59:51 +00:00
5f6dc923cf Accepting request 959495 from home:mcalmer:branches:systemsmanagement:Uyuni:Master
- update to version 2.1
  * Added standard SASLPrep (bsc#1196693)(jsc#SLE-23993, jsc#SLE-23994)
  * Failover to bouncy castle implementation of
    PBKDF2WithHmacSHA256 to support Oracle JDK 7
  * Updated saslprep to version 1.1 to remove a build dependency
    coming from stringprep module

OBS-URL: https://build.opensuse.org/request/show/959495
OBS-URL: https://build.opensuse.org/package/show/Java:packages/ongres-scram?expand=0&rev=3
2022-03-04 19:17:11 +00:00
c0d0ec5992 OBS-URL: https://build.opensuse.org/package/show/Java:packages/ongres-scram?expand=0&rev=1 2020-08-27 14:35:13 +00:00