summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Do not bypass initialization if module arguments are omitted.Kamil Dudka2009-05-291-6/+3
| | | | 501058
* Fix gcc warnings.Kamil Dudka2009-05-296-17/+14
| | | | 500815
* Support arbitrarily long password while loading a private key.Kamil Dudka2009-05-291-1/+1
| | | | | | Reported by Michael Cronenworth. 500180
* Fix off-by-one error when computing size to reduce memory leak.Rob Crittenden2009-05-221-4/+1
| | | | | | Patch contributed by Kamil Dudka. 483855
* Fix data type to work on x86_64 systems. We were only copying the bottom 4Rob Crittenden2009-05-221-1/+1
| | | | | | bytes of the U_LONG (Intel is a little endian platform). 429175
* Initial import of code. This is equivalent to the 20080124 tarball inRob Crittenden2009-05-2216-0/+5913
the Fedora nss package tree.