openssl4j icon indicating copy to clipboard operation
openssl4j copied to clipboard

High performance Java crypto binding to the native OpenSSL library

Results 11 openssl4j issues
Sort by recently updated
recently updated
newest added

Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.1.0 to 3.2.4. Release notes Sourced from org.apache.maven.plugins:maven-gpg-plugin's releases. 3.2.4 Release Notes - Maven GPG Plugin - Version 3.2.4 [MGPG-125] - Fix "bestPractices" (#95) @​cstamas 📦 Dependency...

dependencies

Would it be possible to also include a native library for Windows?

Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.10.1 to 5.10.2. Release notes Sourced from org.junit.jupiter:junit-jupiter-engine's releases. JUnit 5.10.2 = Platform 1.10.2 + Jupiter 5.10.2 + Vintage 5.10.2 See Release Notes. Full Changelog: https://github.com/junit-team/junit5/compare/r5.10.1...r5.10.2 Commits...

dependencies

Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.10.1 to 5.10.2. Release notes Sourced from org.junit.jupiter:junit-jupiter-api's releases. JUnit 5.10.2 = Platform 1.10.2 + Jupiter 5.10.2 + Vintage 5.10.2 See Release Notes. Full Changelog: https://github.com/junit-team/junit5/compare/r5.10.1...r5.10.2 Commits...

dependencies

Bumps [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5) from 5.10.1 to 5.10.2. Release notes Sourced from org.junit.jupiter:junit-jupiter-params's releases. JUnit 5.10.2 = Platform 1.10.2 + Jupiter 5.10.2 + Vintage 5.10.2 See Release Notes. Full Changelog: https://github.com/junit-team/junit5/compare/r5.10.1...r5.10.2 Commits...

dependencies

Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.0.0-M4 to 3.2.2. Release notes Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases. 3.2.2 🐛 Bug Fixes [SUREFIRE-2205] - Use maven-plugin-report-plugin only in plugins modules (#681) @​slawekjaranowski [SUREFIRE-2206] - Downgrade plexus-xml...

dependencies

I've begun CIPHER implementation in the [CIPHER](https://github.com/sfuhrm/openssl4j/tree/CIPHER) branch. It is just the beginning of the implementation and was moved to a branch after it broke the build (see #6).

enhancement

For JDK 17, the build triggers an int64 problem for platforms of different endianess when executing the file build-helper/OsArch.java and creating the C headers from the Java files. The C...