Skip to content

donfrigo/dsa-error

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

dsa-error

A small repo that illustrates a problem with DSA key parsing.

I have created the DSA keys using the following commands

openssl dsaparam -out params.pem 1024
openssl gendsa -out key.pem params.pem
openssl req -new -key key.pem -out req.pem
openssl x509 -req -in req.pem -signkey key.pem -out certificate.cer

Upon running the code I get the following error:

panic: tls: failed to parse private key

This repo was created to illustrate the issue I have on Stackoverflow

About

A small repo that illustrates a problem with DSA key parsing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages