Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge develop to master #506

Merged
merged 71 commits into from
Aug 31, 2023
Merged

Merge develop to master #506

merged 71 commits into from
Aug 31, 2023

Conversation

banterCZ
Copy link
Member

Preparation for release.

zcgandcomp and others added 30 commits December 14, 2022 20:46
Fix #447: Increase version to 1.5.0-SNAPSHOT
* Fix #451: Allow overriding length of decimalized singatures

* Change code based on code review

* Fix test vector

* Fix JavaDoc

* Add invalid format to exception message
Fix #455: Correct test vectors for offline signatures
Fix for KEY_MASTER_SECRET documentation
* Fix #459: Implement ECDSA signing with provided SecureRandom

* Improve loging
Fix #461: Prefer Base64 Java 8 APIs over Guava
…coordinates (#465)

* Fix #464: Create a method to construct a public key based on X and Y coordinates

* Fix point conversion

* Simplify logic for public key import, avoid potential invalid curve attacks

---------

Co-authored-by: [email protected] <[email protected]>
* Fix #469: Update to JDK 17
* Replace lambda statement by expression
* Enhance switch
* Convert TestVector to record
Bumps `slf4j.version` from 2.0.5 to 2.0.7.

Updates `slf4j-api` from 2.0.5 to 2.0.7
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](qos-ch/slf4j@v_2.0.5...v_2.0.7)

Updates `slf4j-simple` from 2.0.5 to 2.0.7
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](qos-ch/slf4j@v_2.0.5...v_2.0.7)

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.slf4j:slf4j-simple
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.4.1 to 3.5.0.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.4.1...maven-javadoc-plugin-3.5.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [bcprov-jdk18on](https://github.com/bcgit/bc-java) from 1.72 to 1.73.
- [Release notes](https://github.com/bcgit/bc-java/releases)
- [Changelog](https://github.com/bcgit/bc-java/blob/master/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

---
updated-dependencies:
- dependency-name: org.bouncycastle:bcprov-jdk18on
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
banterCZ and others added 7 commits August 22, 2023 06:27
- Add codeql-analysis.yml
* Fix #493: Added classes for simple E2E encryption
* Fix #498: Make shared secret incompatible between protocol versions
* Fix #492: ECIES documentation update
Use new basic definitions in pseudo code
@banterCZ banterCZ requested a review from romanstrobl August 24, 2023 08:55
@banterCZ banterCZ marked this pull request as draft August 24, 2023 08:56
@hvge hvge temporarily deployed to internal-publish August 24, 2023 12:01 — with GitHub Actions Inactive
dependabot bot and others added 2 commits August 28, 2023 05:09
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.0.0 to 3.1.2.
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.0.0...surefire-3.1.2)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
….plugins-maven-surefire-plugin-3.1.2

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.0.0 to 3.1.2
@romanstrobl romanstrobl temporarily deployed to internal-publish August 28, 2023 13:02 — with GitHub Actions Inactive
@romanstrobl romanstrobl temporarily deployed to internal-publish August 29, 2023 20:48 — with GitHub Actions Inactive
Fix #507: Set release version to 1.5.0
@romanstrobl romanstrobl temporarily deployed to internal-publish August 29, 2023 21:09 — with GitHub Actions Inactive
@romanstrobl romanstrobl temporarily deployed to internal-publish August 30, 2023 21:41 — with GitHub Actions Inactive
@romanstrobl romanstrobl marked this pull request as ready for review August 30, 2023 21:44
Fix #514: Remove versions 2.0 and 2.1 from sources, cleanup 3.x versions
@romanstrobl romanstrobl temporarily deployed to internal-publish August 30, 2023 21:46 — with GitHub Actions Inactive
Copy link
Member

@romanstrobl romanstrobl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved merge to master.

@hvge
Copy link
Member

hvge commented Aug 31, 2023

Merge is blocked due to my mistake with missing signature in several commits (for example 7612b7d)

I'm going to bypass the branch protection for now.

@hvge hvge merged commit 8336bb4 into master Aug 31, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants