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 bugHome page: http://www.dogtagpki.org/wiki/JSS
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)
jss (e2kv6, e2kv5, e2kv4, e2k)
jss-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
jss-javadoc (noarch)
Maintainer: Michael Shigorin
List of contributors:
Michael Shigorin
Stanislav Levin
Sergey Bolshakov
Mikhail Efremov
Igor Vlasenko
Andrey Cherepanov
Vitaly Kuznetsov
Michael Shigorin
Stanislav Levin
Sergey Bolshakov
Mikhail Efremov
Igor Vlasenko
Andrey Cherepanov
Vitaly Kuznetsov
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).