Re: Using embedded certificates

2001-01-13 Thread Dr S N Henson
Greg Stark wrote: > > I want my SSL client to load its trusted root certificates from memory, not > from a file. Ideally, I'd like an equivalent to > > SSL_CTX_load_verify_locations( ctx, FileName, NULL) > > but instead of FileName takes something like a STACK_OF(X509) or whatever

Using embedded certificates

2001-01-13 Thread Greg Stark
I want my SSL client to load its trusted root certificates from memory, not from a file. Ideally, I'd like an equivalent to SSL_CTX_load_verify_locations( ctx, FileName, NULL) but instead of FileName takes something like a STACK_OF(X509) or whatever. I don't have any problem gettin