Re: Is there a one-page doc to tell which function now changes to which in OpenSSL3?

2022-06-28 Thread Tomas Mraz
A good starting point is to read the migration guide: https://www.openssl.org/docs/man3.0/man7/migration_guide.html Tomas Mraz, OpenSSL On Tue, 2022-06-28 at 20:48 -0700, Pei JIA wrote: > Actually, my question is quite general: > It looks a lot of functions in **OpenSSL1.1.1** is NOW deprecated

Is there a one-page doc to tell which function now changes to which in OpenSSL3?

2022-06-28 Thread Pei JIA
Actually, my question is quite general: It looks a lot of functions in **OpenSSL1.1.1** is NOW deprecated in **OpenSSL3** . - Is there a doc to tell which function in **OpenSSL1.1.1** is NOW changed to which function in **OpenSSL3** ??? - Or any documentation that provides a very simple

About CRYPTO_mem_ctrl()

2022-06-28 Thread Amjad, Asad Ali
Hi, Consider the following piece of code: BIO *bio_err = NULL; CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON); bio_err = BIO_new_fp(stderr, BIO_NOCLOSE); CRYPTO_mem_leaks(bio_err); CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_OFF); When run, it prints the following: threads_none.c:43: OpenSSL internal error: Assertion

Re: OpenSSL 3 PKCS#11 Provider

2022-06-28 Thread Dmitry Belyavsky
Dear Timo, I'm aware of Simo Sorce (in CC) efforts in this area: https://github.com/simo5/libp11/tree/ossl3provider On Tue, Jun 28, 2022 at 7:45 AM Timo Teras wrote: > Hi all, > > I am looking into implementing an OpenSSL 3 PKCS#11 Provider. Similar > to libp11 engine, but targetting the new