Re: DER formatted keys

2001-10-01 Thread Dr S N Henson
Bill Rebey wrote: > > In an effort to read a DER key, I have discovered that support for this > feature appears to be missing from OpenSSL. > > Am I missing someting or misusing the API? I thought DER and PEM were both > supported. Any help woould be appreciated. > > >From ssl_rsa.c, here is

DER formatted keys

2001-10-01 Thread Bill Rebey
In an effort to read a DER key, I have discovered that support for this feature appears to be missing from OpenSSL. Am I missing someting or misusing the API? I thought DER and PEM were both supported. Any help woould be appreciated. >From ssl_rsa.c, here is SSL_CTX_use_PrivateKey_file (...)