Advertisement
Guest User

Untitled

a guest
Jun 19th, 2018
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. commit 7e45bbe8945d5780718daedda3d399812f2191ea (HEAD -> jacks-jss-branch)
  2. Author: Jack Magne <jmagne@redhat.com>
  3. Date: Fri Jun 15 14:53:53 2018 -0700
  4.  
  5. Address Bugzilla: Bug 1560682 - (RFE) Migrate RHCS x509 cert and crl functionality to JSS.
  6.  
  7. This consists of a migration of low level X509 cert and crl related classes from dogtag into JSS.
  8. This initial migration will allow users of jss to utilize these classes to create certs and crls.
  9.  
  10. The initial goal is to simply provide the classes from dogtag to be used in JSS.
  11. A later goal will be to refactor dogtag to use the classes moved to JSS, but that will be for
  12. a future ticket.
  13.  
  14. This migration will also address this issue:
  15.  
  16. Bug 1577991 - org.mozilla.jss.netscape.security.util.ObjectIdentifier cannot parse OID arcs larger than Integer.MAX_VALUE.
  17.  
  18. The file ObjectIdentifier.java has been modified to use BigInt instead of the int type, allowing for a greater range of values.
  19.  
  20. commit f6df4da0a66c9fdad6c1b794190431c265931a16 (origin/JSS_4_4_BRANCH, JSS_4_4_BRANCH)
  21. Author: Endi S. Dewata <edewata@redhat.com>
  22. Date: Thu May 31 04:34:48 2018 +0200
  23.  
  24. Added .travis.yml
  25.  
  26. A Travis CI configuration has been added to build JSS and run a
  27. basic installation test. Addition
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement