Package jss: Information

    Source package: jss
    Version: 4.9.5-alt1.p10.3
    Build time:  Dec 27, 2024, 01:20 AM in the task #362434
    Category: System/Libraries
    Report package bug
    License: MPL-1.1 or GPLv2+ or LGPLv2+
    Summary: Java Security Services (JSS)
    Description: 
    Network Security Services for Java (JSS) is a Java interface to NSS. JSS
    supports most of the security standards and encryption technologies supported by
    NSS. JSS also provides a pure Java interface for ASN.1 types and BER/DER
    encoding.
    
    JSS offers a implementation of Java SSL sockets that uses NSS's SSL/TLS
    implementation rather than Sun's JSSE implementation. You might want to use
    JSS's own SSL classes if you want to use some of the capabilities found in NSS's
    SSL/TLS library but not found in JSSE.
    
    NSS is the cryptographic module where all cryptographic operations are
    performed. JSS essentially provides a Java JNI bridge to NSS C shared libraries.
    When NSS is put in FIPS mode, JSS ensures FIPS compliance by ensuring that all
    cryptographic operations are performed by the NSS cryptographic module.

    List of RPM packages built from this SRPM:
    jss (x86_64, ppc64le, i586, armh, aarch64)
    jss-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    jss-javadoc (noarch)

    Maintainer: Andrey Cherepanov


      1. libnspr-devel
      2. libnss-devel >= 3.66
      3. /proc
      4. gcc-c++
      5. apache-commons-lang3
      6. rpm-macros-cmake
      7. rpm-macros-java
      8. nss-utils >= 3.66
      9. cmake
      10. ctest
      11. slf4j
      12. slf4j-jdk14
      13. unzip
      14. java-11-devel >= 11
      15. jaxb-api
      16. jpackage-11-compat
      17. zip
      18. junit

    Last changed


    Nov. 30, 2024 Andrey Cherepanov 4.9.5-alt1.p10.3
    - Update kea_alg_defs to match NSS 3.97.
    Oct. 13, 2022 Andrey Cherepanov 4.9.5-alt1.p10.2
    - Disabled tests for new nss.
    Oct. 4, 2022 Andrey Cherepanov 4.9.5-alt1.p10.1
    - Built with java-11-openjdk.