Legal : guide to sign cla. has legal mail a PGP key ?

2022-04-27 Thread pl
Hi, After a pull request to github for openssl demos sslecho i was requested to sign a cla since my change was considered non trivial. Using https://www.openssl.org/policies/openssl_icla.pdf as a libreoffice input i did recreate a pdf. One remark here, the url wihtin document https://www.openssl.

Re: RSA test vectors, etc.

2022-04-27 Thread William Roberts
On Wed, Apr 27, 2022 at 11:46 AM Philip Prindeville wrote: > > Oh, forgot one other issue: > > I also need to pick apart the RSA keys into their constituent exponents, > modulus, etc. as BN's that I can then compare to bit-strings. > > With the old RSA_* routines this was trivial. How does one d

Re: RSA test vectors, etc.

2022-04-27 Thread Philip Prindeville
Oh, forgot one other issue: I also need to pick apart the RSA keys into their constituent exponents, modulus, etc. as BN's that I can then compare to bit-strings. With the old RSA_* routines this was trivial. How does one do this with the EVP_PKEY_* interface so that it works with 1.1.x and 3.

RSA test vectors, etc.

2022-04-27 Thread Philip Prindeville
Hi, I've been trying to rewrite the res_crypto.so support in Asterisk to use Openssl-1.1.x and the EVP_PKEY interface, rather than the AES_* and RSA_* stuff. The AES stuff uses ECB and 128 bit keys... That's a larger issue of redesigning the entire API and the client apps to support GCM and str