Re: Query related to Apache Commons CLI

2023-11-14 Thread Sruteesh Kumar
Consider the following options scenario: Option.builder("1").longOpt("one").hasArgs().build() Option.builder("2").longOpt("two").hasArg().required().build() with the following args: String[] args = {"--one","arg1","-2","arg2"} It should consider -2 as an argument or an option? Because, the option

Re: [CRYPTO] Basic SSL 3.x support added

2023-11-14 Thread sebb
On Tue, 14 Nov 2023 at 13:17, Alex Remily wrote: > > That's fantastic. I read that there were big API changes with the move to > OpenSSL 3, but maybe those changes were not in the functionality that > commons crypto exposes. Have you merged into master yet? I look forward > to playing around wi

Re: [CRYPTO] Basic SSL 3.x support added

2023-11-14 Thread Alex Remily
That's fantastic. I read that there were big API changes with the move to OpenSSL 3, but maybe those changes were not in the functionality that commons crypto exposes. Have you merged into master yet? I look forward to playing around with it. Alex On Wed, Nov 8, 2023 at 7:12 PM sebb wrote: >