Skip to content

GlaSSLess 0.13.0

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Apr 11:35
· 5 commits to main since this release

Installation

Maven

<dependency>
   <groupId>net.glassless</groupId>
   <artifactId>glassless-provider</artifactId>
   <version>0.13.0</version>
</dependency>

Gradle

implementation 'net.glassless:glassless-provider:0.13.0'

Highlights

FIPS SSLContext wrapper and Argon2 benchmark

Add FIPS SSLContext wrapper and Argon2 benchmark

What's Changed

New Features

  • Add FIPS SSLContext wrapper and Argon2 benchmark

Full Changelog: v0.12.0...v0.13.0