[CONJ-501] provide support for authentication plugin ed25519 Created: 2017-06-29  Updated: 2017-12-07  Resolved: 2017-12-07

Status: Closed
Project: MariaDB Connector/J
Component/s: authentication
Affects Version/s: None
Fix Version/s: 2.2.1

Type: Task Priority: Major
Reporter: Diego Dupin Assignee: Diego Dupin
Resolution: Fixed Votes: 1
Labels: None

Issue Links:
Relates
relates to MDEV-12160 Modern alternative to the SHA1 authen... Closed

 Description   

see https://mariadb.com/kb/en/mariadb/ed25519-authentication-plugin/



 Comments   
Comment by Diego Dupin [ 2017-12-07 ]

done, available using snapshot :

<repositories>
    <repository>
        <id>sonatype-nexus-snapshots</id>
        <name>Sonatype Nexus Snapshots</name>
        <url>https://oss.sonatype.org/content/repositories/snapshots</url>
    </repository>
</repositories>
 
<dependencies>
    <dependency>
        <groupId>org.mariadb.jdbc</groupId>
        <artifactId>mariadb-java-client</artifactId>
        <version>2.2.1-SNAPSHOT</version>
    </dependency>
</dependencies>

Generated at Thu Feb 08 03:16:08 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.