Fixed verify_issuer in credential.
[sfa.git] / CHANGES-GENI-API.txt
index b9c428b..52bdb7e 100644 (file)
@@ -1,9 +1,18 @@
-2010-03-03  Josh Karlin  <jkarlin@localhost.localdomain>
+2010-03-08  Josh Karlin  <jkarlin@localhost.localdomain>
 
-       * sfa/trust/certificate.py (Certificate.load_from_string):
-       Certificates no longer use a parent separator.  Now uses the
-       standard openssl chaining format which is to simply append
-       certificates together.
+       * sfa/trust/gid.py (GID.encode): States URI and UUID explicitly without xml
+       (GID.decode): GIDs now encode/decode URI and UUID without the xml (but can still read it)
 
+       * sfa/trust/certificate.py (Certificate.save_to_string): SaveParents defaults to true
+       (Certificate.save_to_string): Saves without the parent tag.  
+       (Certificate.set_data): Accepts optional field
+       (Certificate.get_data): Accepts optional field
+
+2010-03-05  Josh Karlin  <jkarlin@localhost.localdomain>
+
+       * sfa/trust/certificate.py (Certificate.load_from_string): 
+       Certificates can either use a parent separator or do the standard
+       chaining method which is to just append multiple certs in one file
+       without any special separator.