TLSv1.3, AES and Apache2 on opensuse leap 15.2

2020-07-20 Thread cryptearth
first of: as I'm not sure what's causing this issue I'll post this question on these locations: opensuse official forums https://forums.opensuse.org/showthread.php/541909-TLSv1-3-AES-and-Apache2 apache httpd mailing list openssl mailing list As OpenSuSE 15.2 recently released with openssl

Re: [SOLVED] Re: OpenSSL 3.0 hangs at exit with FIPS provider

2020-07-20 Thread Thomas Dwyer III
I just created https://github.com/openssl/openssl/issues/12496 for this. Regards, Tom.III On Sat, Jul 18, 2020 at 1:06 AM Dr. Matthias St. Pierre < matthias.st.pie...@ncp-e.com> wrote: > Thomas, > > > > > I consider this a bug, of course, but at least now I know what's causing > it and how to

Re: Memory leak

2020-07-20 Thread Emmanuel Deloget
Hello "d", On Mon, Jul 20, 2020 at 6:23 PM d via openssl-users < openssl-users@openssl.org> wrote: > No memory leakage, if I comment out all SSL related constructs from my > code. > Thus, the SSL related code parts seem to be the cause of this leak. > What is the issue here? > Makefile: >

Memory leak

2020-07-20 Thread d via openssl-users
No memory leakage, if I comment out all SSL related constructs from my code. Thus, the SSL related code parts seem to be the cause of this leak. What is the issue here? Makefile: CC=clang CFLAGS=-g -Wextra -Wall -Werror -pedantic -std=c89 -lssl -fsanitize=address -fno-omit-frame-pointer .PHONY:

Re: OpenSSL 3.0 hangs at exit with FIPS provider

2020-07-20 Thread Matt Caswell
On 15/07/2020 18:20, Thomas Dwyer III wrote: > Platform: Linux x86_64 > > I understand this is still alpha but how complete is the FIPS provider > right now? Fairly complete. Please could you raise this as a github issue so that it can be properly investigated and tracked? > When I run