Type
|
Changes
|
By
|
|
canonicalSexp(sdsi certificate) is now stored on a transport format. Changed some comments on jsdsi ldap package.
|
lpmbv
|
|
LDAPTest control for deleteAllCertificates.
|
lpmbv
|
|
Added LDAPSearchExceptions to control empty searchs results, save time and prevent threads deadlocks.
|
lpmbv
|
|
jsd
si.SetTag now allows empty and singleton elements for backwards compatibility, but will be illegal in a future release.
|
sradford
|
|
jsdsi.Obj now implements java.io.Serializable.
|
sradford
|
|
Added convenience methods for retrieving transport S-expressions on jsdsi.Obj.
|
sradford
|
|
Updated jsdsi.ldap.LDAPAttributes, jsdsi.ldap.LDAPParameters and jsdsi.ldap.LDAPOperations.
|
lpmbv
|
|
Added jsdsi.ldap.LDAPOp.
|
lpmbv
|
|
Added Luis's jsdsi.ldap package.
|
sajma
|
|
Moved jsdsi.Loader to jsdsi.util.Loader.
|
sajma
|
|
Added jsdsi.IssuerCertSelector.
|
sajma
|
|
Deprecated methods within PublicKey and RSAPublicKey that use URL's and replaced with equivalent URI methods.
|
sradford
|
|
New utility class for generating KeyPairs (jsdsi.util.KeyPairFactory).
|
sradford
|
|
SetTag now internally stores its Tag elements as a java.util.List to prevent re-ordering when parsing from Sexpressions (was causing Certificate's to become invalid due to diferrent hashes).
|
sradford
|
|
Improved intersection with SetTag.
|
sradford
|
|
Correct parsing of public-key Sexpressions with uri's.
|
sradford
|
|
Added jsdsi.ReversePrefixTag that matches strings that prefix its own string value, i.e. (tag (* reverse-prefi
x /my/private)) implies (tag /my) but not (tag /my/private/file).
|
sradford
|