duritong / trocla

A password store for password creation and retrieval
Other
76 stars 17 forks source link

Fix self-signed certificate CA parameters. #31

Closed abrefort closed 9 years ago

abrefort commented 9 years ago

Hi,

Self-signed certificates were unable to pass an openssl verify because issuer and subject were tested instead of cert.issuer and cert.subject, thus CA was never set to TRUE.

I also added keyCertSign and cRLSign usages to self-signed certificates.

Sincerely, Adrien

duritong commented 9 years ago

Thanks a lot! However, I decided to go even a little further down the road and please have a look at the discussion in #32