Re: 4485:error:27069070:OCSP routines:OCSP_basic_verify:root ca not trusted:ocsp_vfy.c:148:

2010-03-26 Thread Rob Stradling
On Wednesday 24 March 2010 15:52:58 Konrads Smelkovs wrote: Hi, This issue also spurred me to think about a patch :) I don't think OpenSSL should write a RFC 2560 noncompliant feature, however, an option would be to provide a warning explaining the issue better than current

how is dup/ref-counting handled in openssl?

2010-03-26 Thread sd dd
so in window crypto api, there is this concept of duplicate and ref counting, for example, CertDuplicateStore call basically increments the store ref count. i am wondering if openssl handles this? how do i understand the concept openssl uses? ( right now my understanding is there is no