> Can you give a MWE for what you are trying to achieve?
I guess that "minimal working example" is the correct choice from the
gazillions of possible meanings of "MWE"? š
Regards,
Matthias
[1] https://www.acronymattic.com/MWE.html
[2] https://www.abbreviations.com/MWE
smime.p7s
Descriptio
>In our application we are accessing BIGNUM member top as bn->top.
> Now we are trying
>
>to migrate to OPENSSL 3.0. I am unable to find API to access this
> member.
>
>Please let me know if there is any get API to get the ātopā member
> of BIGNUM.
Since the
Hi All,
In our application we are accessing BIGNUM member top as bn->top.
Now we are trying
to migrate to OPENSSL 3.0. I am unable to find API to access this
member.
Please let me know if there is any get API to get the "top" member
of BIGNUM.
Thanks and Regard
Kory,
The situation is more complicated but your solution below is the one I'd
have suggested.
SP800-90B says bad things about /dev/random but this is modified by IG
7.14 indicates that it is okay to use /dev/random. Then IG 7.19 says
that it isn't.Ā The current FIPS 140-2 validation is side
On Thu, Oct 07, 2021 at 09:38:30AM -0500, Mark Hack wrote:
> Added to all the weaknesses in SSLv3, the only supported cipher suites
> are either vulnerable or deprecated and not advisable.
If we set aside browsers where CBC padding oracles are a problem, the
below are in practice still reasonabl
Added to all the weaknesses in SSLv3, the only supported cipher suites
are either vulnerable or deprecated and not advisable.
SSL_RSA_WITH_NULL_MD5 NULL-MD5
SSL_RSA_WITH_NULL_SHA NULL-SHA
SSL_RSA_EXPORT_WITH_RC4_40_MD5 EXP-RC4-MD5
SSL_RSA_WITH_RC4_
It is because of prototypes of methods..
On Thu, 7 Oct 2021, 08:49 Antonio Santagiuliana,
wrote:
> Hello,
> just continuing on this..
> I defined my store mgmt as :
> static const OSSL_ALGORITHM test_store[] = {
> { "handle", "provider=test", mystore_functions},
> {NULL, NULL, NULL}
> };
>
> ech
The functions I suggested support both IPv4 and IPv6. For example in the
BIO_lookup() call the 4th parameter would be AF_INET for IPv4 and
AF_INET6 for IPv6.
Matt
On 07/10/2021 08:18, Shivakumar Poojari wrote:
HiĀ Matt,
The steps suggested are similarly to the deprecated function so simply
I
Hello,
just continuing on this..
I defined my store mgmt as :
static const OSSL_ALGORITHM test_store[] = {
{ "handle", "provider=test", mystore_functions},
{NULL, NULL, NULL}
};
echo "test" | LD_LIBRARY_PATH=.apps/openssl dgst
--provider-path=./providers --provider=test --sign handle:1 -out
Hi Matt,
The steps suggested are similarly to the deprecated function so simply I used
the same code in static function, But i need support for IPV6 as well in the
same function
The function needs to have compatibility to support for both ipv6 and ipv4, do
we have any new function to support b
10 matches
Mail list logo