Jun's Blog

Output, activities, memo and etc.

Entries from 2023-02-18 to 1 day

Debugging OpenSSL with GDB and ltrace

This article is to note to debug OpenSSL with GDB. I use the case of this issue on OpenSSL making a segmentation fault on OpenSSL version 3.0.1, then fixed in OpenSSL version 3.0.2. My environment Fedora 37 GCC version 12.2.1 $ gcc --versi…