Re: OpenSSL beta testing on Solaris and z/OS

2021-08-11 Thread Dennis Clarke via openssl-users
On 8/5/21 00:55, Dr Paul Dale wrote: > Dennis, > > Thanks for the information.  Solaris and z/OS are not tested by the > project, so it's good to know they aren't too far from working out of > the box. > > We would definitely be interested in a pull request with your fixes at > some stage --

Re: In Openssl 1.1.1a, how can I force the TLS1.2 user to use the "rsa_pkcs_sha512" signature algorithm? Many thanks in advance.

2021-08-11 Thread Viktor Dukhovni
> On 10 Aug 2021, at 4:48 pm, Ma Zhenhua wrote: > > In Openssl 1.1.1a, how can I force the TLS1.2 user to use the > "rsa_pkcs_sha512" signature algorithm? Many thanks in advance. Your question is not very specific. Please explain what you mean in more detail. -- Viktor.

Re: Deciphering a .p7f file

2021-08-11 Thread Jakob Bohm via openssl-users
On 2021-08-11 13:52, Keine Eile wrote: Hi list members, I have a .p7f in hands, which seems to be a DER encoded PKCS7 structure in some way, I can use 'openssl pkcs' to transform it in a PEM form, I also can pull a bunch of certificates out of it. But I know, there is some encrypted pay load

Deciphering a .p7f file

2021-08-11 Thread Keine Eile
Hi list members, I have a .p7f in hands, which seems to be a DER encoded PKCS7 structure in some way, I can use 'openssl pkcs' to transform it in a PEM form, I also can pull a bunch of certificates out of it. But I know, there is some encrypted pay load in this file, which I can not decipher.

Re: EVP_MAX_BLOCK_LENGTH Macro for upgrading application from openssl 1.0.2 to openssl 3.0

2021-08-11 Thread Matt Caswell
On 11/08/2021 08:16, Paramashivaiah, Sunil wrote: Hi All, In our application we are using  MD5_CBLOCK, SHA_CBLOCK, SHA256_CBLOCK, SHA512_CBLOCK macros which are deprecated in openssl 3.0.   We are trying upgrade our application from using openssl 1.0.2 to openssl 3.0.

EVP_MAX_BLOCK_LENGTH Macro for upgrading application from openssl 1.0.2 to openssl 3.0

2021-08-11 Thread Paramashivaiah, Sunil
Hi All, In our application we are using MD5_CBLOCK, SHA_CBLOCK, SHA256_CBLOCK, SHA512_CBLOCK macros which are deprecated in openssl 3.0. We are trying upgrade our application from using openssl 1.0.2 to openssl 3.0. Can we use EVP_MAX_BLOCK_LENGTH to replace all these