Re: Improvements to Cipher.java

2018-04-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 4/25/18 10:08 AM, Mark Thomas wrote: > On 25/04/18 14:39, Christopher Schultz wrote: > > > >> Any objections? > > +1 to all the above. > > Note a lot of that is public API changes so we should really > deprecate in 9.0.x and remove in

Re: Improvements to Cipher.java

2018-04-25 Thread Mark Thomas
On 25/04/18 14:39, Christopher Schultz wrote: > Any objections? +1 to all the above. Note a lot of that is public API changes so we should really deprecate in 9.0.x and remove in 10.x. Mark - To unsubscribe, e-mail: dev-unsu

Improvements to Cipher.java

2018-04-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, I have a few proposals for o.a.t.u.net.openssl.ciphers.Ciphers.java: 1. Remove the isExport method. It is unused anywhere, and practically already covered by other information about the ciphers (e.g. "strength", the "EXPORT" alias, etc.). 2.