Commits on Source (46)
-
Alexander Scheel authored
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
acd32ad1 -
Alexander Scheel authored
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
871231d2 -
Alexander Scheel authored
NSS has begun deprecating key.h and keyt.h, replacing them with keyhi.h and keythi.h instead. Update our includes as appropriate. Signed-off-by: Alexander Scheel <ascheel@redhat.com>
3358f55c -
Alexander Scheel authored
This is a copy of the getKeyWrapAlgorithmFromOID method from PKI's com.netscape.cmsutil.crypto.CryptoUtil. This introduces new OID members with public scope to allow future code to use the OID values (especially under the org.mozilla.jss.netscape.security package). Signed-off-by: Alexander Scheel <ascheel@redhat.com>
58c87921 -
Alexander Scheel authored
PKI path: base/util/src/netscape/security/x509/AlgorithmId.java JSS path: org/mozilla/jss/netscape/security/x509/AlgorithmId.java Signed-off-by: Alexander Scheel <ascheel@redhat.com>
3069513e -
Alexander Scheel authored
PKI path: base/util/src/com/netscape/cmsutil/util/Cert.java JSS path: org/mozilla/jss/netscape/security/util/Cert.java Signed-off-by: Alexander Scheel <ascheel@redhat.com>
49cd6864 -
Alexander Scheel authored
PKI path: base/util/src/com/netscape/cmsutil/util/Utils.java JSS path: org/mozilla/jss/netscape/security/util/Utils.java Signed-off-by: Alexander Scheel <ascheel@redhat.com>
32547599 -
Alexander Scheel authored
PKI path: base/util/src/netscape/security/pkcs/PKCS10.java JSS path: org/mozilla/jss/netscape/security/pkcs/PKCS10.java Signed-off-by: Alexander Scheel <ascheel@redhat.com>
03184fa6 -
Alexander Scheel authored
PKI path: base/util/src/netscape/security/x509/GeneralNameInterface.java JSS path: org/mozilla/jss/netscape/security/x509/GeneralNameInterface.java Signed-off-by: Alexander Scheel <ascheel@redhat.com>
c483651e -
Alexander Scheel authored
PKI path: base/util/src/netscape/security/x509/GeneralName.java JSS path: org/mozilla/jss/netscape/security/x509/GeneralName.java Signed-off-by: Alexander Scheel <ascheel@redhat.com>
692302fb -
Alexander Scheel authored
PKI path: base/util/src/netscape/security/pkcs/PKCS12KeyInfo.java JSS path: org/mozilla/jss/netscape/security/pkcs/PKCS12KeyInfo.java Signed-off-by: Alexander Scheel <ascheel@redhat.com>
42d981ca -
Alexander Scheel authored
PKI path: base/util/src/netscape/security/pkcs/PKCS12.java JSS path: org/mozilla/jss/netscape/security/pkcs/PKCS12.java Signed-off-by: Alexander Scheel <ascheel@redhat.com>
6f4d8d3f -
Alexander Scheel authored
PKI path: base/util/src/netscape/security/pkcs/PKCS12CertInfo.java JSS path: org/mozilla/jss/netscape/security/pkcs/PKCS12CertInfo.java Signed-off-by: Alexander Scheel <ascheel@redhat.com>
03ff72c4 -
Alexander Scheel authored
This file was not modified from its JSS version with two exceptions: encode was made public, and the test case was moved to the correct test suite. This file is relatively unused within PKI, but is used by Candlepin, so keeping the version in JSS is safe. PKI path: base/util/src/netscape/security/util/ObjectIdentifier.java JSS path: org/mozilla/jss/netscape/security/util/ObjectIdentifier.java Signed-off-by: Alexander Scheel <ascheel@redhat.com>
92433abe -
Alexander Scheel authored
This file was largely updated to keep the PKI version, with the exception of jmagne's circular dependency fix with LDAP-JDK. PKI path: base/util/src/netscape/security/pkcs/PKCS12Util.java JSS path: org/mozilla/jss/netscape/security/pkcs/PKCS12Util.java Signed-off-by: Alexander Scheel <ascheel@redhat.com>
03a89f28 -
Alexander Scheel authored
This file was introduced into PKI after the original merge in jmagne's 485a5b67. PKI path: base/util/src/netscape/security/x509/InvalidNetmaskException.java JSS path: org/mozilla/jss/netscape/security/x509/InvalidNetmaskException.java Signed-off-by: Alexander Scheel <ascheel@redhat.com>
7c0603c1 -
Alexander Scheel authored
This file was introduced into PKI after the original merge in jmagne's 485a5b67. PKI path: base/util/src/netscape/security/x509/CIDRNetmask.java JSS path: org/mozilla/jss/netscape/security/x509/CIDRNetmask.java Signed-off-by: Alexander Scheel <ascheel@redhat.com>
d634011a -
Alexander Scheel authored
PKI path: base/util/src/netscape/security/x509/IPAddressName.java JSS path: org/mozilla/jss/netscape/security/x509/IPAddressName.java Signed-off-by: Alexander Scheel <ascheel@redhat.com>
2d695690 -
Alexander Scheel authored
This file was introduced into PKI after the original merge in jmagne's 485a5b67. PKI path: base/util/src/netscape/security/util/WrappingParams.java JSS path: org/mozilla/jss/netscape/security/util/WrappingParams.java Signed-off-by: Alexander Scheel <ascheel@redhat.com>
b3ed2d12 -
Alexander Scheel authored
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
8332be7f -
Alexander Scheel authored
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
035a00d8 -
Alexander Scheel authored
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
9e6de80b -
Alexander Scheel authored
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
06d8194a -
Alexander Scheel authored
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
9928cf6c -
Dinesh Prasanth M K authored
- This is an effort to move duplicate code from PKI code base to JSS code base - This chunk of code was originally introduced in PKI code: https://github.com/dogtagpki/pki/pull/131 - This PR is a joined effort of: https://github.com/dogtagpki/pki/pull/122 Signed-off-by: Dinesh Prasanth M K <dmoluguw@redhat.com>
a5b0caf6 -
Alexander Scheel authored
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
b554fba6 -
Alexander Scheel authored
These are the test cases currently run by CMake in PKI. Signed-off-by: Alexander Scheel <ascheel@redhat.com>
c08fb6ff -
Alexander Scheel authored
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
c15418a7 -
Alexander Scheel authored
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
bcfa4ebc -
Alexander Scheel authored
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
b682cc2a -
Alexander Scheel authored
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
3af3ea67 -
Alexander Scheel authored
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
818753e4 -
Alexander Scheel authored
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
3842bc82 -
Alexander Scheel authored
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
d49685e0 -
Alexander Scheel authored
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
2a263ebc -
Alexander Scheel authored
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
f6fdceb2 -
Alexander Scheel authored
In addition to the two existing NSS DBs: - `results/nssdb` - `results/fips` Add a new `results/data` directory for files created during tests. Signed-off-by: Alexander Scheel <ascheel@redhat.com>
906fdcf3 -
Endi S. Dewata authored9ba24671
-
Alexander Scheel authored
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
2bd0e545 -
Alexander Scheel authored
The accepted warnings are: - cast-function-type -- due to NSPR's PRFileDesc dispatch - unused-parameter -- due to JNI requiring extra parameters Signed-off-by: Alexander Scheel <ascheel@redhat.com>
1cbe38e1 -
Alexander Scheel authored
This method converts the specified parameter to a JByteArray. Signed-off-by: Alexander Scheel <ascheel@redhat.com>
1286c90e -
Alexander Scheel authored
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
91bdf20c -
Endi S. Dewata authored
The sortCertificateChain() has been moved from com.netscape.cmsutil.crypto.CryptoUtil in PKI to org.mozilla.jss.netscape.security.util.Cert in JSS for reusability. The version number has been updated to 4.5.3 such that the JSS dependency can be set properly in other packages.
91870d5b -
Endi S. Dewata authored
A new ChainSortingTest has been added to validate Cert.sortCertificateChain().
-
Endi S. Dewata authored
-
Alexander Scheel authored
This release features improvements to fix TomcatJSS in FIPS mode (on Tomcat v8.5+) and adds a missing Exec improvement to finalize the replacement of nuxwdog. Signed-off-by: Alexander Scheel <ascheel@redhat.com>
.copr/Makefile
0 → 100644
This diff is collapsed.