Re: [openssl-dev] libcryto 1.1 leaks since old locks are removed

2016-03-19 Thread Michel
Hi Matt,

Thank you very much for keeping me informed !

Regards,

Michel.

-Message d'origine-
De : openssl-dev [mailto:openssl-dev-boun...@openssl.org] De la part de Matt
Caswell
Envoyé : jeudi 17 mars 2016 10:37
À : openssl-dev@openssl.org
Objet : Re: [openssl-dev] libcryto 1.1 leaks since old locks are removed

FYI, I have a fix for this but it is currently stalled in review due to
another related issue. Interim patch attached.

Matt


On 16/03/16 22:11, Michel wrote:
> Hi,
> 
>  
> 
> As in my previous post, libcrypto still leaks with OpenSSL version 
> 1.1.0 pre release 4.
> 
> Here is an example with the same test program that was running fine 
> before I removed the old locking “stuff”.
> 
>  
> 
> Detected memory leaks!
> 
> Dumping objects ->
> 
> {1418} normal block at 0x0064EF98, 24 bytes long.
> 
> Data: <  d > 98 1F 64 00 FF FF FF FF 00 00 00 00 00 00 00 00
> 
> {703} normal block at 0x00641E40, 24 bytes long.
> 
> Data:  78 1E 64 00 FF FF FF FF 00 00 00 00 00 00 00 00
> 
> Object dump complete.
> 
> Debug Error!
> 
>  
> 
> -- Block 703 at 0x00641E40: 24 bytes --
> 
>   Leak Hash: 0x95EDDA21, Count: 1, Total 24 bytes
> 
>   Call Stack (TID 7140):
> 
> ntdll.dll!RtlAllocateHeap()
> 
> f:\dd\vctools\crt\crtw32\misc\dbgmalloc.c (56):
> TestsTLS-11.exe!malloc() + 0x15 bytes
> 
> e:\openssl-1.1.0-pre4\crypto\mem.c (140):
> TestsTLS-11.exe!CRYPTO_malloc() + 0x9 bytes
> 
> e:\openssl-1.1.0-pre4\crypto\mem.c (148):
> TestsTLS-11.exe!CRYPTO_zalloc() + 0x11 bytes
> 
> e:\openssl-1.1.0-pre4\crypto\threads_win.c (57):
> TestsTLS-11.exe!CRYPTO_THREAD_lock_new() + 0xE bytes
> 
> e:\openssl-1.1.0-pre4\crypto\err\err.c (393):
> TestsTLS-11.exe!do_err_strings_init() + 0x5 bytes
> 
> e:\openssl-1.1.0-pre4\crypto\threads_win.c (117):
> TestsTLS-11.exe!CRYPTO_THREAD_run_once()
> 
> e:\openssl-1.1.0-pre4\crypto\err\err.c (711):
> TestsTLS-11.exe!ERR_func_error_string() + 0xF bytes
> 
> e:\openssl-1.1.0-pre4\ssl\ssl_err.c (716):
> TestsTLS-11.exe!ERR_load_SSL_strings() + 0x14 bytes
> 
> e:\openssl-1.1.0-pre4\ssl\ssl_init.c (180):
> TestsTLS-11.exe!ossl_init_load_ssl_strings()
> 
> e:\openssl-1.1.0-pre4\crypto\threads_win.c (117):
> TestsTLS-11.exe!CRYPTO_THREAD_run_once()
> 
> e:\openssl-1.1.0-pre4\ssl\ssl_init.c (258):
> TestsTLS-11.exe!OPENSSL_init_ssl() + 0x2B bytes
> 
> e:\openssl-1.1.0-pre4\ssl\ssl_lib.c (2359):
> TestsTLS-11.exe!SSL_CTX_new() + 0xE bytes
> 
> p:\mes programmes\shared\ocrypto-11\tls.cpp (95):
> TestsTLS-11.exe!OTLS::TLSCtx::SetMinTLSVer() + 0x9 bytes
> 
> p:\mes programmes\tests\_testsshared\teststls-11\testtls.cpp (63):
> TestsTLS-11.exe!main() + 0xC bytes
> 
> f:\dd\vctools\crt\crtw32\startup\crt0.c (165):
> TestsTLS-11.exe!mainCRTStartup()
> 
>  
> 
> -- Block 1418 at 0x0064EF98: 24 bytes --
> 
>   Leak Hash: 0x9FBB4D3C, Count: 1, Total 24 bytes
> 
>   Call Stack (TID 7140):
> 
> ntdll.dll!RtlAllocateHeap()
> 
> f:\dd\vctools\crt\crtw32\misc\dbgmalloc.c (56):
> TestsTLS-11.exe!malloc() + 0x15 bytes
> 
> e:\openssl-1.1.0-pre4\crypto\mem.c (140):
> TestsTLS-11.exe!CRYPTO_malloc() + 0x9 bytes
> 
> e:\openssl-1.1.0-pre4\crypto\mem.c (148):
> TestsTLS-11.exe!CRYPTO_zalloc() + 0x11 bytes
> 
> e:\openssl-1.1.0-pre4\crypto\threads_win.c (57):
> TestsTLS-11.exe!CRYPTO_THREAD_lock_new() + 0xE bytes
> 
> e:\openssl-1.1.0-pre4\crypto\ex_data.c (143):
> TestsTLS-11.exe!do_ex_data_init() + 0x5 bytes
> 
> e:\openssl-1.1.0-pre4\crypto\threads_win.c (117):
> TestsTLS-11.exe!CRYPTO_THREAD_run_once()
> 
> e:\openssl-1.1.0-pre4\crypto\ex_data.c (160):
> TestsTLS-11.exe!get_and_lock() + 0xF bytes
> 
> e:\openssl-1.1.0-pre4\crypto\ex_data.c (243):
> TestsTLS-11.exe!CRYPTO_get_ex_new_index() + 0x9 bytes
> 
> e:\openssl-1.1.0-pre4\ssl\ssl_cert.c (146):
> TestsTLS-11.exe!ssl_x509_store_ctx_init() + 0x14 bytes
> 
> e:\openssl-1.1.0-pre4\crypto\threads_win.c (117):
> TestsTLS-11.exe!CRYPTO_THREAD_run_once()
> 
> e:\openssl-1.1.0-pre4\ssl\ssl_cert.c (152):
> TestsTLS-11.exe!SSL_get_ex_data_X509_STORE_CTX_idx() + 0xF bytes
> 
> e:\openssl-1.1.0-pre4\ssl\ssl_lib.c (2367):
> TestsTLS-11.exe!SSL_CTX_new() + 0x5 bytes
> 
> p:\mes programmes\shared\ocrypto-11\tls.cpp (95):
> TestsTLS-11.exe!OTLS::TLSCtx::SetMinTLSVer() + 0x9 bytes
> 
> p:\mes programmes\tests\_testsshared\teststls-11\testtls.cpp (63):
> TestsTLS-11.exe!main() + 0xC bytes
> 
> f:\dd\vctools\crt\crtw32\startup\crt0.c (165):
> TestsTLS-11.exe!mainCRTStartup()
> 
>  
> 
> Regards,
> 
>  
> 
> Michel
> 
>  
> 
> 
> 

-- 
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev


Re: [openssl-dev] libcryto 1.1 leaks since old locks are removed

2016-03-19 Thread Matt Caswell
FYI, I have a fix for this but it is currently stalled in review due to
another related issue. Interim patch attached.

Matt


On 16/03/16 22:11, Michel wrote:
> Hi,
> 
>  
> 
> As in my previous post, libcrypto still leaks with OpenSSL version 1.1.0
> pre release 4.
> 
> Here is an example with the same test program that was running fine
> before I removed the old locking “stuff”.
> 
>  
> 
> Detected memory leaks!
> 
> Dumping objects ->
> 
> {1418} normal block at 0x0064EF98, 24 bytes long.
> 
> Data: <  d > 98 1F 64 00 FF FF FF FF 00 00 00 00 00 00 00 00
> 
> {703} normal block at 0x00641E40, 24 bytes long.
> 
> Data:  78 1E 64 00 FF FF FF FF 00 00 00 00 00 00 00 00
> 
> Object dump complete.
> 
> Debug Error!
> 
>  
> 
> -- Block 703 at 0x00641E40: 24 bytes --
> 
>   Leak Hash: 0x95EDDA21, Count: 1, Total 24 bytes
> 
>   Call Stack (TID 7140):
> 
> ntdll.dll!RtlAllocateHeap()
> 
> f:\dd\vctools\crt\crtw32\misc\dbgmalloc.c (56):
> TestsTLS-11.exe!malloc() + 0x15 bytes
> 
> e:\openssl-1.1.0-pre4\crypto\mem.c (140):
> TestsTLS-11.exe!CRYPTO_malloc() + 0x9 bytes
> 
> e:\openssl-1.1.0-pre4\crypto\mem.c (148):
> TestsTLS-11.exe!CRYPTO_zalloc() + 0x11 bytes
> 
> e:\openssl-1.1.0-pre4\crypto\threads_win.c (57):
> TestsTLS-11.exe!CRYPTO_THREAD_lock_new() + 0xE bytes
> 
> e:\openssl-1.1.0-pre4\crypto\err\err.c (393):
> TestsTLS-11.exe!do_err_strings_init() + 0x5 bytes
> 
> e:\openssl-1.1.0-pre4\crypto\threads_win.c (117):
> TestsTLS-11.exe!CRYPTO_THREAD_run_once()
> 
> e:\openssl-1.1.0-pre4\crypto\err\err.c (711):
> TestsTLS-11.exe!ERR_func_error_string() + 0xF bytes
> 
> e:\openssl-1.1.0-pre4\ssl\ssl_err.c (716):
> TestsTLS-11.exe!ERR_load_SSL_strings() + 0x14 bytes
> 
> e:\openssl-1.1.0-pre4\ssl\ssl_init.c (180):
> TestsTLS-11.exe!ossl_init_load_ssl_strings()
> 
> e:\openssl-1.1.0-pre4\crypto\threads_win.c (117):
> TestsTLS-11.exe!CRYPTO_THREAD_run_once()
> 
> e:\openssl-1.1.0-pre4\ssl\ssl_init.c (258):
> TestsTLS-11.exe!OPENSSL_init_ssl() + 0x2B bytes
> 
> e:\openssl-1.1.0-pre4\ssl\ssl_lib.c (2359):
> TestsTLS-11.exe!SSL_CTX_new() + 0xE bytes
> 
> p:\mes programmes\shared\ocrypto-11\tls.cpp (95):
> TestsTLS-11.exe!OTLS::TLSCtx::SetMinTLSVer() + 0x9 bytes
> 
> p:\mes programmes\tests\_testsshared\teststls-11\testtls.cpp (63):
> TestsTLS-11.exe!main() + 0xC bytes
> 
> f:\dd\vctools\crt\crtw32\startup\crt0.c (165):
> TestsTLS-11.exe!mainCRTStartup()
> 
>  
> 
> -- Block 1418 at 0x0064EF98: 24 bytes --
> 
>   Leak Hash: 0x9FBB4D3C, Count: 1, Total 24 bytes
> 
>   Call Stack (TID 7140):
> 
> ntdll.dll!RtlAllocateHeap()
> 
> f:\dd\vctools\crt\crtw32\misc\dbgmalloc.c (56):
> TestsTLS-11.exe!malloc() + 0x15 bytes
> 
> e:\openssl-1.1.0-pre4\crypto\mem.c (140):
> TestsTLS-11.exe!CRYPTO_malloc() + 0x9 bytes
> 
> e:\openssl-1.1.0-pre4\crypto\mem.c (148):
> TestsTLS-11.exe!CRYPTO_zalloc() + 0x11 bytes
> 
> e:\openssl-1.1.0-pre4\crypto\threads_win.c (57):
> TestsTLS-11.exe!CRYPTO_THREAD_lock_new() + 0xE bytes
> 
> e:\openssl-1.1.0-pre4\crypto\ex_data.c (143):
> TestsTLS-11.exe!do_ex_data_init() + 0x5 bytes
> 
> e:\openssl-1.1.0-pre4\crypto\threads_win.c (117):
> TestsTLS-11.exe!CRYPTO_THREAD_run_once()
> 
> e:\openssl-1.1.0-pre4\crypto\ex_data.c (160):
> TestsTLS-11.exe!get_and_lock() + 0xF bytes
> 
> e:\openssl-1.1.0-pre4\crypto\ex_data.c (243):
> TestsTLS-11.exe!CRYPTO_get_ex_new_index() + 0x9 bytes
> 
> e:\openssl-1.1.0-pre4\ssl\ssl_cert.c (146):
> TestsTLS-11.exe!ssl_x509_store_ctx_init() + 0x14 bytes
> 
> e:\openssl-1.1.0-pre4\crypto\threads_win.c (117):
> TestsTLS-11.exe!CRYPTO_THREAD_run_once()
> 
> e:\openssl-1.1.0-pre4\ssl\ssl_cert.c (152):
> TestsTLS-11.exe!SSL_get_ex_data_X509_STORE_CTX_idx() + 0xF bytes
> 
> e:\openssl-1.1.0-pre4\ssl\ssl_lib.c (2367):
> TestsTLS-11.exe!SSL_CTX_new() + 0x5 bytes
> 
> p:\mes programmes\shared\ocrypto-11\tls.cpp (95):
> TestsTLS-11.exe!OTLS::TLSCtx::SetMinTLSVer() + 0x9 bytes
> 
> p:\mes programmes\tests\_testsshared\teststls-11\testtls.cpp (63):
> TestsTLS-11.exe!main() + 0xC bytes
> 
> f:\dd\vctools\crt\crtw32\startup\crt0.c (165):
> TestsTLS-11.exe!mainCRTStartup()
> 
>  
> 
> Regards,
> 
>  
> 
> Michel
> 
>  
> 
> 
> 
From 33eae4591fec8bfa08a150e4342b1ae813fe4143 Mon Sep 17 00:00:00 2001
From: Matt Caswell 
Date: Fri, 11 Mar 2016 21:53:18 +
Subject: [PATCH] Ensure all locks are properly cleaned up

Some locks were not being properly cleaned up during close down.
---
 crypto/bio/b_addr.c|  8 +
 crypto/err/err.c   |  8 +++--
 crypto/ex_data.c   | 10 +--
 crypto/include/internal/bio.h  | 55 ++
 crypto/include/internal/cryptlib_int.h |  2 ++
 crypto/include/internal/err.h  |  1 +
 crypto/init.c  |  5 +++-
 7 files changed, 83 insertions(+), 6 deletions(-)
 create mode 

Re: [openssl-dev] libcryto 1.1 leaks since old locks are removed

2016-03-18 Thread Michel
Hi,

 

As in my previous post, libcrypto still leaks with OpenSSL version 1.1.0 pre
release 4.

Here is an example with the same test program that was running fine before I
removed the old locking "stuff".

 

Detected memory leaks!

Dumping objects ->

{1418} normal block at 0x0064EF98, 24 bytes long.

Data: <  d > 98 1F 64 00 FF FF FF FF 00 00 00 00 00 00 00 00 

{703} normal block at 0x00641E40, 24 bytes long.

Data:  78 1E 64 00 FF FF FF FF 00 00 00 00 00 00 00 00 

Object dump complete.

Debug Error!

 

-- Block 703 at 0x00641E40: 24 bytes --

  Leak Hash: 0x95EDDA21, Count: 1, Total 24 bytes

  Call Stack (TID 7140):

ntdll.dll!RtlAllocateHeap()

f:\dd\vctools\crt\crtw32\misc\dbgmalloc.c (56): TestsTLS-11.exe!malloc()
+ 0x15 bytes

e:\openssl-1.1.0-pre4\crypto\mem.c (140):
TestsTLS-11.exe!CRYPTO_malloc() + 0x9 bytes

e:\openssl-1.1.0-pre4\crypto\mem.c (148):
TestsTLS-11.exe!CRYPTO_zalloc() + 0x11 bytes

e:\openssl-1.1.0-pre4\crypto\threads_win.c (57):
TestsTLS-11.exe!CRYPTO_THREAD_lock_new() + 0xE bytes

e:\openssl-1.1.0-pre4\crypto\err\err.c (393):
TestsTLS-11.exe!do_err_strings_init() + 0x5 bytes

e:\openssl-1.1.0-pre4\crypto\threads_win.c (117):
TestsTLS-11.exe!CRYPTO_THREAD_run_once()

e:\openssl-1.1.0-pre4\crypto\err\err.c (711):
TestsTLS-11.exe!ERR_func_error_string() + 0xF bytes

e:\openssl-1.1.0-pre4\ssl\ssl_err.c (716):
TestsTLS-11.exe!ERR_load_SSL_strings() + 0x14 bytes

e:\openssl-1.1.0-pre4\ssl\ssl_init.c (180):
TestsTLS-11.exe!ossl_init_load_ssl_strings()

e:\openssl-1.1.0-pre4\crypto\threads_win.c (117):
TestsTLS-11.exe!CRYPTO_THREAD_run_once()

e:\openssl-1.1.0-pre4\ssl\ssl_init.c (258):
TestsTLS-11.exe!OPENSSL_init_ssl() + 0x2B bytes

e:\openssl-1.1.0-pre4\ssl\ssl_lib.c (2359):
TestsTLS-11.exe!SSL_CTX_new() + 0xE bytes

p:\mes programmes\shared\ocrypto-11\tls.cpp (95):
TestsTLS-11.exe!OTLS::TLSCtx::SetMinTLSVer() + 0x9 bytes

p:\mes programmes\tests\_testsshared\teststls-11\testtls.cpp (63):
TestsTLS-11.exe!main() + 0xC bytes

f:\dd\vctools\crt\crtw32\startup\crt0.c (165):
TestsTLS-11.exe!mainCRTStartup()

 

-- Block 1418 at 0x0064EF98: 24 bytes --

  Leak Hash: 0x9FBB4D3C, Count: 1, Total 24 bytes

  Call Stack (TID 7140):

ntdll.dll!RtlAllocateHeap()

f:\dd\vctools\crt\crtw32\misc\dbgmalloc.c (56): TestsTLS-11.exe!malloc()
+ 0x15 bytes

e:\openssl-1.1.0-pre4\crypto\mem.c (140):
TestsTLS-11.exe!CRYPTO_malloc() + 0x9 bytes

e:\openssl-1.1.0-pre4\crypto\mem.c (148):
TestsTLS-11.exe!CRYPTO_zalloc() + 0x11 bytes

e:\openssl-1.1.0-pre4\crypto\threads_win.c (57):
TestsTLS-11.exe!CRYPTO_THREAD_lock_new() + 0xE bytes

e:\openssl-1.1.0-pre4\crypto\ex_data.c (143):
TestsTLS-11.exe!do_ex_data_init() + 0x5 bytes

e:\openssl-1.1.0-pre4\crypto\threads_win.c (117):
TestsTLS-11.exe!CRYPTO_THREAD_run_once()

e:\openssl-1.1.0-pre4\crypto\ex_data.c (160):
TestsTLS-11.exe!get_and_lock() + 0xF bytes

e:\openssl-1.1.0-pre4\crypto\ex_data.c (243):
TestsTLS-11.exe!CRYPTO_get_ex_new_index() + 0x9 bytes

e:\openssl-1.1.0-pre4\ssl\ssl_cert.c (146):
TestsTLS-11.exe!ssl_x509_store_ctx_init() + 0x14 bytes

e:\openssl-1.1.0-pre4\crypto\threads_win.c (117):
TestsTLS-11.exe!CRYPTO_THREAD_run_once()

e:\openssl-1.1.0-pre4\ssl\ssl_cert.c (152):
TestsTLS-11.exe!SSL_get_ex_data_X509_STORE_CTX_idx() + 0xF bytes

e:\openssl-1.1.0-pre4\ssl\ssl_lib.c (2367):
TestsTLS-11.exe!SSL_CTX_new() + 0x5 bytes

p:\mes programmes\shared\ocrypto-11\tls.cpp (95):
TestsTLS-11.exe!OTLS::TLSCtx::SetMinTLSVer() + 0x9 bytes

p:\mes programmes\tests\_testsshared\teststls-11\testtls.cpp (63):
TestsTLS-11.exe!main() + 0xC bytes

f:\dd\vctools\crt\crtw32\startup\crt0.c (165):
TestsTLS-11.exe!mainCRTStartup()

 

Regards,

 

Michel

 

-- 
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev


[openssl-dev] libcryto 1.1 leaks since old locks are removed

2016-03-11 Thread Michel
Hi, 

 

I have just removed the old locking "stuff" from my Windows 7 tests
programs, and now they leak again.

:'(

If someone have time to look at this issue, here under is the call stack :

 

Detected memory leaks!

Dumping objects ->

{3750} normal block at 0x002F34B8, 24 bytes long.

Data: < 4/ > F0 34 2F 00 FF FF FF FF 00 00 00 00 00 00 00 00 

{3744} normal block at 0x002F3168, 24 bytes long.

Data: <  . > 00 04 2E 00 FF FF FF FF 00 00 00 00 00 00 00 00 

Object dump complete.

 

WARNING: Visual Leak Detector detected memory leaks!

-- Block 3744 at 0x002F3168: 24 bytes --

  Leak Hash: 0x95C9B33F, Count: 1, Total 24 bytes

  Call Stack (TID 6060):

ntdll.dll!RtlAllocateHeap()

f:\dd\vctools\crt\crtw32\misc\dbgmalloc.c (56):
TestsCrypto-11.exe!malloc() + 0x15 bytes

e:\openssl-1.1.git\crypto\mem.c (140):
TestsCrypto-11.exe!CRYPTO_malloc() + 0x9 bytes

e:\openssl-1.1.git\crypto\mem.c (148):
TestsCrypto-11.exe!CRYPTO_zalloc() + 0x11 bytes

e:\openssl-1.1.git\crypto\threads_win.c (57):
TestsCrypto-11.exe!CRYPTO_THREAD_lock_new() + 0xE bytes

e:\openssl-1.1.git\crypto\ex_data.c (143):
TestsCrypto-11.exe!do_ex_data_init() + 0x5 bytes

e:\openssl-1.1.git\crypto\threads_win.c (117):
TestsCrypto-11.exe!CRYPTO_THREAD_run_once()

e:\openssl-1.1.git\crypto\ex_data.c (160):
TestsCrypto-11.exe!get_and_lock() + 0xF bytes

e:\openssl-1.1.git\crypto\ex_data.c (295):
TestsCrypto-11.exe!CRYPTO_new_ex_data() + 0x9 bytes

e:\openssl-1.1.git\crypto\bio\bio_lib.c (96):
TestsCrypto-11.exe!BIO_set() + 0x12 bytes

e:\openssl-1.1.git\crypto\bio\bio_lib.c (73):
TestsCrypto-11.exe!BIO_new() + 0xD bytes

e:\openssl-1.1.git\crypto\bio\bss_file.c (181):
TestsCrypto-11.exe!BIO_new_file() + 0xB bytes

p:\mes programmes\shared\ocrypto-11\pkcs12.cpp (29):
TestsCrypto-11.exe!OCrypto::PKCS12Load() + 0xE bytes

p:\mes programmes\tests\_testsshared\testscrypto-11\testscrypto.cpp
(392): TestsCrypto-11.exe!main() + 0x17 bytes

f:\dd\vctools\crt\crtw32\startup\crt0.c (165):
TestsCrypto-11.exe!mainCRTStartup()

 

-- Block 3750 at 0x002F34B8: 24 bytes --

  Leak Hash: 0x6A94EEB4, Count: 1, Total 24 bytes

  Call Stack (TID 6060):

ntdll.dll!RtlAllocateHeap()

f:\dd\vctools\crt\crtw32\misc\dbgmalloc.c (56):
TestsCrypto-11.exe!malloc() + 0x15 bytes

e:\openssl-1.1.git\crypto\mem.c (140):
TestsCrypto-11.exe!CRYPTO_malloc() + 0x9 bytes

e:\openssl-1.1.git\crypto\mem.c (148):
TestsCrypto-11.exe!CRYPTO_zalloc() + 0x11 bytes

e:\openssl-1.1.git\crypto\threads_win.c (57):
TestsCrypto-11.exe!CRYPTO_THREAD_lock_new() + 0xE bytes

e:\openssl-1.1.git\crypto\err\err.c (393):
TestsCrypto-11.exe!do_err_strings_init() + 0x5 bytes

e:\openssl-1.1.git\crypto\threads_win.c (117):
TestsCrypto-11.exe!CRYPTO_THREAD_run_once()

e:\openssl-1.1.git\crypto\err\err.c (400):
TestsCrypto-11.exe!ERR_load_ERR_strings() + 0xF bytes

e:\openssl-1.1.git\crypto\err\err_all.c (114):
TestsCrypto-11.exe!err_load_crypto_strings_intern()

e:\openssl-1.1.git\crypto\init.c (151):
TestsCrypto-11.exe!ossl_init_load_crypto_strings()

e:\openssl-1.1.git\crypto\threads_win.c (117):
TestsCrypto-11.exe!CRYPTO_THREAD_run_once()

e:\openssl-1.1.git\crypto\init.c (514):
TestsCrypto-11.exe!OPENSSL_init_crypto() + 0x29 bytes

e:\openssl-1.1.git\crypto\err\err.c (779):
TestsCrypto-11.exe!ERR_get_state() + 0xB bytes

e:\openssl-1.1.git\crypto\err\err.c (502):
TestsCrypto-11.exe!ERR_clear_error() + 0x5 bytes

e:\openssl-1.1.git\crypto\asn1\a_d2i_fp.c (163):
TestsCrypto-11.exe!asn1_d2i_read_bio()

   e:\openssl-1.1.git\crypto\asn1\a_d2i_fp.c (112):
TestsCrypto-11.exe!ASN1_item_d2i_bio() + 0xD bytes

e:\openssl-1.1.git\crypto\pkcs12\p12_utl.c (122):
TestsCrypto-11.exe!d2i_PKCS12_bio() + 0x13 bytes

p:\mes programmes\shared\ocrypto-11\pkcs12.cpp (31):
TestsCrypto-11.exe!OCrypto::PKCS12Load() + 0xB bytes

p:\mes programmes\tests\_testsshared\testscrypto-11\testscrypto.cpp
(392): TestsCrypto-11.exe!main() + 0x17 bytes

f:\dd\vctools\crt\crtw32\startup\crt0.c (165):
TestsCrypto-11.exe!mainCRTStartup()

 

Michel.

-- 
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev