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

CRYPTO-162 openSslCipher support engine #164

Closed
wants to merge 84 commits into from

Commits on Jun 13, 2022

  1. CRYPTO-162 openSslCipher support engine

    wenwj0 committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    a8d85a2 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Bump maven-antrun-plugin from 3.0.0 to 3.1.0 (apache#158)

    Bumps [maven-antrun-plugin](https://github.com/apache/maven-antrun-plugin) from 3.0.0 to 3.1.0.
    - [Release notes](https://github.com/apache/maven-antrun-plugin/releases)
    - [Commits](apache/maven-antrun-plugin@maven-antrun-plugin-3.0.0...maven-antrun-plugin-3.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-antrun-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    297754d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b40914b View commit details
    Browse the repository at this point in the history
  3. Bump jmh.version from 1.34 to 1.35 (apache#157)

    Bumps `jmh.version` from 1.34 to 1.35.
    
    Updates `jmh-core` from 1.34 to 1.35
    
    Updates `jmh-generator-annprocess` from 1.34 to 1.35
    
    ---
    updated-dependencies:
    - dependency-name: org.openjdk.jmh:jmh-core
      dependency-type: direct:development
      update-type: version-update:semver-minor
    - dependency-name: org.openjdk.jmh:jmh-generator-annprocess
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    af87e3c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8248d8b View commit details
    Browse the repository at this point in the history
  5. Bump github/codeql-action from 1 to 2 (apache#159)

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@v1...v2)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    8c2d8be View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    51b2d34 View commit details
    Browse the repository at this point in the history
  7. Bump commons-parent from 52 to 53

    garydgregory authored and wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    8b755a2 View commit details
    Browse the repository at this point in the history
  8. Bump spotbugs-maven-plugin from 4.6.0.0 to 4.7.0.0 (apache#160)

    Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.6.0.0 to 4.7.0.0.
    - [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)
    - [Commits](spotbugs/spotbugs-maven-plugin@spotbugs-maven-plugin-4.6.0.0...spotbugs-maven-plugin-4.7.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.github.spotbugs:spotbugs-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    1135f9c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f23e9b9 View commit details
    Browse the repository at this point in the history
  10. Clean up.

    garydgregory authored and wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    bea5e9c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    718da27 View commit details
    Browse the repository at this point in the history
  12. Remove redundant entry

    garydgregory authored and wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    b01dcfa View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b37dcad View commit details
    Browse the repository at this point in the history
  14. Add Ubuntu build to GitHub

    garydgregory authored and wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    ef5676f View commit details
    Browse the repository at this point in the history
  15. CRYPTO-160: Improve quality for methods, that JavaCryptoRandom inheri…

    …ts from Random.
    jochenw authored and wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    f5e1735 View commit details
    Browse the repository at this point in the history
  16. Undoing accidental white space changes.

    jochenw authored and wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    a3753fb View commit details
    Browse the repository at this point in the history
  17. Typo

    sebbASF authored and wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    5a284ce View commit details
    Browse the repository at this point in the history
  18. Looks like Windows has yet to be tried

    sebbASF authored and wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    df7def7 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    95627da View commit details
    Browse the repository at this point in the history
  20. Trying to fix Windows build

    sebbASF authored and wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    a31ddd3 View commit details
    Browse the repository at this point in the history
  21. Allow to continue

    sebbASF authored and wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    89e771f View commit details
    Browse the repository at this point in the history
  22. Duh! Wrong OS

    sebbASF authored and wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    c179da9 View commit details
    Browse the repository at this point in the history
  23. Wromg command for Windows

    sebbASF authored and wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    b0b25d9 View commit details
    Browse the repository at this point in the history
  24. Try c:

    sebbASF authored and wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    9b9bc76 View commit details
    Browse the repository at this point in the history
  25. Alternative find

    sebbASF authored and wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    314bd06 View commit details
    Browse the repository at this point in the history
  26. Windows wants "

    sebbASF authored and wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    30efaf8 View commit details
    Browse the repository at this point in the history
  27. Keep trying

    sebbASF authored and wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    792c554 View commit details
    Browse the repository at this point in the history
  28. Again

    sebbASF authored and wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    4c6c075 View commit details
    Browse the repository at this point in the history
  29. Again

    sebbASF authored and wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    6fbce07 View commit details
    Browse the repository at this point in the history
  30. Restore main build; hive off Windows

    sebbASF authored and wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    be8e308 View commit details
    Browse the repository at this point in the history
  31. Dummy change to trigger GH builds

    sebbASF authored and wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    42f516b View commit details
    Browse the repository at this point in the history
  32. Keep looking for the openssl header files

    sebbASF authored and wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    c37174d View commit details
    Browse the repository at this point in the history
  33. Trigger ourselves

    sebbASF authored and wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    503502c View commit details
    Browse the repository at this point in the history
  34. Need quotes

    sebbASF authored and wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    7773275 View commit details
    Browse the repository at this point in the history
  35. Start with C

    sebbASF authored and wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    2cb5416 View commit details
    Browse the repository at this point in the history
  36. Looks like we need to set OPENSSL_HOME

    sebbASF authored and wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    369ce93 View commit details
    Browse the repository at this point in the history
  37. Find is slow

    sebbASF authored and wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    b3a8873 View commit details
    Browse the repository at this point in the history
  38. Wrong syntax for PowerShell

    sebbASF authored and wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    2c98dd7 View commit details
    Browse the repository at this point in the history
  39. Try setting in script

    sebbASF authored and wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    6cb2d8e View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    9387f89 View commit details
    Browse the repository at this point in the history
  41. No longer needed

    sebbASF authored and wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    ab95d75 View commit details
    Browse the repository at this point in the history
  42. Revert "No longer needed"

    This reverts commit ab95d75.
    wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    0058f49 View commit details
    Browse the repository at this point in the history
  43. Revert "Let's see if Windows can join the other builds"

    This reverts commit 9387f89.
    wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    b4703fd View commit details
    Browse the repository at this point in the history
  44. Revert "Try setting in script"

    This reverts commit 6cb2d8e.
    wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    6c9b241 View commit details
    Browse the repository at this point in the history
  45. Revert "Wrong syntax for PowerShell"

    This reverts commit 2c98dd7.
    wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    5f99cfe View commit details
    Browse the repository at this point in the history
  46. Revert "Find is slow"

    This reverts commit b3a8873.
    wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    8554c66 View commit details
    Browse the repository at this point in the history
  47. Revert "Looks like we need to set OPENSSL_HOME"

    This reverts commit 369ce93.
    wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    b492c01 View commit details
    Browse the repository at this point in the history
  48. Revert "Start with C"

    This reverts commit 2cb5416.
    wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    6f184c5 View commit details
    Browse the repository at this point in the history
  49. Revert "Need quotes"

    This reverts commit 7773275.
    wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    e691fc8 View commit details
    Browse the repository at this point in the history
  50. Revert "Trigger ourselves"

    This reverts commit 503502c.
    wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    1439355 View commit details
    Browse the repository at this point in the history
  51. Revert "Keep looking for the openssl header files"

    This reverts commit c37174d.
    wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    236ce38 View commit details
    Browse the repository at this point in the history
  52. Revert "Dummy change to trigger GH builds"

    This reverts commit 42f516b.
    wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    f73ae7b View commit details
    Browse the repository at this point in the history
  53. Revert "Restore main build; hive off Windows"

    This reverts commit be8e308.
    wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    21977b1 View commit details
    Browse the repository at this point in the history
  54. Revert "Again"

    This reverts commit 6fbce07.
    wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    f3e1f21 View commit details
    Browse the repository at this point in the history
  55. Revert "Again"

    This reverts commit 4c6c075.
    wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    1745963 View commit details
    Browse the repository at this point in the history
  56. Revert "Keep trying"

    This reverts commit 792c554.
    wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    7f0cf96 View commit details
    Browse the repository at this point in the history
  57. Revert "Windows wants ""

    This reverts commit 30efaf8.
    wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    3517616 View commit details
    Browse the repository at this point in the history
  58. Revert "Alternative find"

    This reverts commit 314bd06.
    wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    2401e5d View commit details
    Browse the repository at this point in the history
  59. Revert "Try c:"

    This reverts commit 9b9bc76.
    wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    b2da633 View commit details
    Browse the repository at this point in the history
  60. Revert "Wromg command for Windows"

    This reverts commit b0b25d9.
    wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    833ea32 View commit details
    Browse the repository at this point in the history
  61. Revert "Duh! Wrong OS"

    This reverts commit c179da9.
    wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    e1cffa6 View commit details
    Browse the repository at this point in the history
  62. Revert "Allow to continue"

    This reverts commit 89e771f.
    wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    e8222a0 View commit details
    Browse the repository at this point in the history
  63. Revert "Trying to fix Windows build"

    This reverts commit a31ddd3.
    wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    b16affc View commit details
    Browse the repository at this point in the history
  64. Revert "Don't trigger on changes to maven GH action"

    This reverts commit 95627da.
    wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    432391b View commit details
    Browse the repository at this point in the history
  65. Revert "Looks like Windows has yet to be tried"

    This reverts commit df7def7.
    wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    36e8328 View commit details
    Browse the repository at this point in the history
  66. Revert "Typo"

    This reverts commit 5a284ce.
    wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    e3c9141 View commit details
    Browse the repository at this point in the history
  67. Revert "Undoing accidental white space changes."

    This reverts commit a3753fb.
    wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    2255d24 View commit details
    Browse the repository at this point in the history
  68. Revert "CRYPTO-160: Improve quality for methods, that JavaCryptoRando…

    …m inherits from Random."
    
    This reverts commit f5e1735.
    wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    cec8f2d View commit details
    Browse the repository at this point in the history
  69. Revert "Add Ubuntu build to GitHub"

    This reverts commit ef5676f.
    wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    2e3ebd3 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    b0051eb View commit details
    Browse the repository at this point in the history
  71. Revert "Remove redundant entry"

    This reverts commit b01dcfa.
    wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    f82a98c View commit details
    Browse the repository at this point in the history
  72. Revert "Bump commons.javadoc.version from 3.3.2 to 3.4.0"

    This reverts commit 718da27.
    wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    413a2ab View commit details
    Browse the repository at this point in the history
  73. Revert "Clean up."

    This reverts commit bea5e9c.
    wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    081cec1 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    4885764 View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    95865aa View commit details
    Browse the repository at this point in the history
  76. Revert "Bump commons-parent from 52 to 53"

    This reverts commit 8b755a2.
    wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    ff5b35d View commit details
    Browse the repository at this point in the history
  77. Revert "Bump github/codeql-action from 1 to 2 apache#159"

    This reverts commit 51b2d34.
    wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    2293a8a View commit details
    Browse the repository at this point in the history
  78. Revert "Bump github/codeql-action from 1 to 2 (apache#159)"

    This reverts commit 8c2d8be.
    wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    969348d View commit details
    Browse the repository at this point in the history
  79. Revert "Bump jmh.version from 1.34 to 1.35 apache#157"

    This reverts commit 8248d8b.
    wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    a9fa454 View commit details
    Browse the repository at this point in the history
  80. Revert "Bump jmh.version from 1.34 to 1.35 (apache#157)"

    This reverts commit af87e3c.
    wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    d4b742e View commit details
    Browse the repository at this point in the history
  81. Revert "Bump maven-antrun-plugin from 3.0.0 to 3.1.0 apache#158"

    This reverts commit b40914b.
    wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    0daecdc View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    e6d9293 View commit details
    Browse the repository at this point in the history
  83. Merge pull request #4 from apache/master

    merge
    wenwj0 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    e7f9416 View commit details
    Browse the repository at this point in the history