[xmlsec] PKCS12 certificate chains redux

Jesse Pelton jsp@PKC.com
Fri, 11 Apr 2003 13:22:35 -0400


In version 0.1.1, xmlSecOpenSSLAppPkcs12Load() makes two copies of the key
certificate. One is adopted as a key certificate, the other is adopted in
the certificate chain.  This is somewhat confusing and a bit inefficient,
but I imagine there's a reason for the second copy.  Can you explain?