SSL Certificate parsing in 4D

2019-10-21 Thread Eric Naujock via 4D_Tech
Is there a plugin or tool out there that can parse and breakdown a X509 style certificate into its components to be able to display the fields within. I did the typical Google Foo, and the 4D Docs. Along with Miyako. I just am not using any such code. Any suggestions? ***

Re: SSL Certificate parsing in 4D

2019-10-21 Thread Spencer Hinsdale via 4D_Tech
openssl? On 10/21/19, 2:04 PM, "4D_Tech on behalf of Eric Naujock via 4D_Tech" <4d_tech-boun...@lists.4d.com on behalf of 4d_tech@lists.4d.com> wrote: Is there a plugin or tool out there that can parse and breakdown a X509 style certificate into its components to be able to display the fie

Re: SSL Certificate parsing in 4D

2019-10-21 Thread Spencer Hinsdale via 4D_Tech
openssl? On 10/21/19, 2:04 PM, "4D_Tech on behalf of Eric Naujock via 4D_Tech" <4d_tech-boun...@lists.4d.com on behalf of 4d_tech@lists.4d.com> wrote: Is there a plugin or tool out there that can parse and breakdown a X509 style certificate into its components to be able to display the fie

Re: SSL Certificate parsing in 4D

2019-10-21 Thread Eric Naujock via 4D_Tech
I use openssl on all the other items. But I have not found a way to do openssl from within 4D. You don’t want to go down the execute your code in zsh on the machine and hope you users approve the read access to the file when they need to decode the .crt file. > On Oct 21, 2019, at 5:16 PM, Spen

RE: SSL Certificate parsing in 4D

2019-10-22 Thread Timothy Penner via 4D_Tech
Hi Eric, Both of the following tech notes use OpenSSL via LEP to work with certificates: https://kb.4d.com/assetid=77708 https://kb.4d.com/assetid=76046 I don’t remember seeing any user prompt for read access to files when I wrote these tech notes... -Tim

Re: SSL Certificate parsing in 4D

2019-10-23 Thread Eric Naujock via 4D_Tech
Thanks for the feedback. I will take a Look. kb.4d.com is no longer running or usable. I will see if the article name is available in the us.4d.com website. > On Oct 22, 2019, at 11:09 AM, Timothy Penner via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > H