Re: [openssl-dev] use of X.509 lookup methods, X509_OBJECT internal or opaque?

2016-05-07 Thread Roumen Petrov
Hi Rich, Scope of my request is "use of a lookup method". Salz, Rich wrote: You need (1) I test port to current openssl code with following definitions X509_OBJECT_new() and X509_OBJECT_get0_X509_CRL. : diff --git a/crypto/x509/x509_lu.c b/crypto/x509/x509_lu.c index ff64821..8547b0d 1

Re: [openssl-dev] use of X.509 lookup methods, X509_OBJECT internal or opaque?

2016-05-07 Thread Roumen Petrov
Roumen Petrov wrote: [SNIP] This is my request - to define: - X509 *X509_STORE_get_X509_by_subject(X509_STORE_CTX *vs, X509_NAME *name) - X509_CRL *X509_STORE_get_X509_CRL_by_subject(X509_STORE_CTX *vs, X509_NAME *name) Perhaps X509_STORE_CTX_get... instead X509_STORE_get as first argument is

[openssl-dev] ASN.1 source

2016-05-07 Thread Aaron Gray
Hi, Where is the actual ASN.1 source ? All I can find is the doctored generated C code ! Many thanks in advance, Aaron -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Re: [openssl-dev] ASN.1 source

2016-05-07 Thread Salz, Rich
> Where is the actual ASN.1 source ? > > All I can find is the doctored generated C code ! That's hand-written, not generated. An ASN.1 compiler, and ASN.1 source, is not used in OpenSSL. -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Re: [openssl-dev] ASN.1 source

2016-05-07 Thread Aaron Gray
weird AFAICS the file names follow an ASN.1 compilers output ! On 7 May 2016 at 13:22, Salz, Rich wrote: > >> Where is the actual ASN.1 source ? >> >> All I can find is the doctored generated C code ! > > That's hand-written, not generated. > > An ASN.1 compiler, and ASN.1 source, is not used in

[openssl-dev] [openssl.org #4510] SSL certificate problem: unable to get local issuer certificate. Bug?

2016-05-07 Thread Stephen Henson via RT
On Fri May 06 22:37:55 2016, nbh...@gmail.com wrote: > Hello Steve, > > *If I do not indicate the location of the cert* > > > > > PS C:\OpenSSL-Win32\bin> .\openssl s_client -connect > > www.googleapis.com:443 > > CONNECTED(0088) > > depth=2 C

Re: [openssl-dev] [openssl.org #4510] SSL certificate problem: unable to get local issuer certificate. Bug?

2016-05-07 Thread Douglas E Engert
The one that fails is using the default CAfile and CApath The ones that work specify -CAfile C:\xampp\php\cacert.pem Maybe the default locations are out of date? Also CApath "This directory must be in "hash format"" Are the hashes correct? On 5/7/2016 8:37 AM, Stephen Henson via RT wrote: On F

Re: [openssl-dev] [openssl.org #4510] SSL certificate problem: unable to get local issuer certificate. Bug?

2016-05-07 Thread SMS Conversation via RT
Hello Steve, Any suggestions where to turn? This is a new windows image with xampp and very little else. The program seems to be straightforward. Your guidance would be helpful, but you can consider this issue closed for openssl. Thanks... George On Sat, May 7, 2016 at 6:37 AM, Stephen Henson