summaryrefslogtreecommitdiffstats
path: root/util.c
Commit message (Collapse)AuthorAgeFilesLines
* Add support for PKCS#8 encoded private keysHEADmasterRich Megginson2010-08-091-1/+2
| | | | | | | The code supports PKCS#1 encoded RSA private keys that begin with the BEGIN RSA PRIVATE KEY header in PEM files. This patch adds support for RSA private keys encoded in PEM files that begin with the header BEGIN PRIVATE KEY which are in PKCS#8 format.
* do not crash when using malformed key fileKamil Dudka2009-08-281-0/+4
| | | | Resolves 512019
* Fix various memory leaks and free internal objects on module unload.Kamil Dudka2009-05-291-1/+8
| | | | | | Elio helped me to complete the patch. 501080
* Fix gcc warnings.Kamil Dudka2009-05-291-1/+1
| | | | 500815
* Initial import of code. This is equivalent to the 20080124 tarball inRob Crittenden2009-05-221-0/+288
the Fedora nss package tree.