Package jss: Information

    Source package: jss
    Version: 4.6.2-alt2.1.2
    Build time:  Dec 26, 2024, 11:46 AM
    Category: System/Libraries
    Report package bug
    License: MPLv1.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 (e2kv6, e2kv5, e2kv4, e2k)
    jss-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
    jss-javadoc (noarch)

    Maintainer: Michael Shigorin


      1. /proc
      2. apache-commons-codec
      3. apache-commons-lang
      4. cmake
      5. gcc-c++
      6. rpm-macros-cmake
      7. rpm-macros-java
      8. glassfish-jaxb-api
      9. libnspr-devel
      10. libnss-devel
      11. java-1.8.0-openjdk-devel
      12. jpackage-generic-compat
      13. junit
      14. slf4j
      15. slf4j-jdk14
      16. unzip
      17. zip

    Last changed


    Dec. 26, 2024 Michael Shigorin 4.6.2-alt2.1.2
    - E2K: junit4 is searched for unconditionally
    Dec. 24, 2024 Michael Shigorin 4.6.2-alt2.1.1
    - E2K: backport from 4.6.2-alt2.1, 4.8.1-alt1.1, 4.8.1-alt3:
      + Fix build with nss-3.52 (cas@)
      + spec: adapted to new cmake macros (arseny@)
      + Fixed FTBFS(missing deps) (slev@)
    - disable check by default (extra deps)
    Nov. 7, 2019 Stanislav Levin 4.6.2-alt2
    - Fixed NPE during FreeIPA installations (RHBZ: 1766451).