Re: How to use ocsp in openssl

2012-06-21 Thread JT Rosin
released API functions, but it doesn't hook itself into the > regular certificate verification, which seems to be what Alexander's patch > adds. > > On 20-06-2012 17:19, JT Rosin wrote: > > hi, Jakob! Though it may work, i personally don't think that it's a good >

Re: How to use ocsp in openssl

2012-06-20 Thread JT Rosin
rface calls, with > most of the code in apps dealing with the command line options, loading > certificates from files and other extra stuff you probably will not need > if the stuff is already in memory and you only want to do one or two > things, not all the possible permutations of

Re: How to use ocsp in openssl

2012-06-20 Thread JT Rosin
Any help on this?? On Mon, 2012-06-18 at 15:32 +0400, JT Rosin wrote: > Hello to everybody!! > > I'm writing a client/server app with communication over SSL. Every setup > can be a server or a client so I think I could benefit from using ocsp > for validation purposes!

How to use ocsp in openssl

2012-06-18 Thread JT Rosin
Hello to everybody!! I'm writing a client/server app with communication over SSL. Every setup can be a server or a client so I think I could benefit from using ocsp for validation purposes! I'm very new to openssl but i found that i can use bundled command-line `ocsp` application for checking cer