Commits on Source (19)
-
Endi S. Dewata authored
The spec template has been modified to run the unit tests during the build. Currently the test result is ignored since there are some failures. Once the failures are fixed, the result should be checked.
-
Endi S. Dewata authored
-
Endi S. Dewata authored
-
Endi S. Dewata authored
A new SSLVersion enum has been added to enumerate supported SSL/TLS versions which includes TLS 1.3. The SSLVersionRange class has been updated to support the new SSLVersion enum. Some old methods and constants have been deprecated.
-
Alexander Bokovoy authored
-
Alexander Bokovoy authored
-
Alexander Bokovoy authored
Allow applications to obtain a bound supported SSL range according to the default crypto policy on this system. If the policy does not satisfy requirements, throw exception.
-
Alexander Bokovoy authored
-
Alexander Bokovoy authored
-
Alexander Bokovoy authored
NSS rejects generation of RSA 1024 bit certs now, use 2048 bit.
-
Fraser Tweedale authored
This reverts commit 4c740a59. 4.5.0 was not released yet, so revert the version bump to 4.5.1 and put the new symbol under the 4.5 shared library version.
-
Endi S. Dewata authored
A new JSS_4_5_REPO parameter has been added to specify the repository that provides JSS 4.5 dependencies. By default it will use @pki/10.6.
-
Endi S. Dewata authored
The SSLVersionRange has been moved out of SSLSocket into a separate class.
-
Endi S. Dewata authored
The SSLProtocolVariant has been moved out of SSLSocket into a separate class.
-
Endi S. Dewata authored
The CipherPolicy has been moved out of SSLSocket into a separate class.
-
Endi S. Dewata authored
-
Endi S. Dewata authored
-
Endi S. Dewata authored
-
Endi S. Dewata authored
org/mozilla/jss/ssl/CipherPolicy.java
0 → 100644
org/mozilla/jss/ssl/SSLProtocolVariant.java
0 → 100644
org/mozilla/jss/ssl/SSLVersion.java
0 → 100644
org/mozilla/jss/ssl/SSLVersionRange.java
0 → 100644