summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add support for PKCS#8 encoded private keysHEADmasterRich Megginson2010-08-092-43/+110
* Do not define SEC_SkipTemplateRich Megginson2010-08-091-0/+3
* fix memory leak in pem_mdCryptoOperationRSAPriv_DestroyRich Megginson2010-04-121-0/+3
* Make CopyObject return a new, shallow copyRich Megginson2010-04-121-1/+12
* Allow collect_objects() to search through all objectclassesRich Megginson2010-04-122-6/+13
* nssckbi.h: remove redundant copy of a headerKamil Dudka2009-12-102-91/+1
* do not crash when using malformed key fileKamil Dudka2009-08-281-0/+4
* implement memory management for internal objectsKamil Dudka2009-08-205-242/+266
* Fix leaks in make_key and md_SessionLogin plus error codesElio Maldonado Batiz2009-06-291-4/+15
* Fix various memory leaks and free internal objects on module unload.Kamil Dudka2009-05-295-16/+56
* Do not clone internal objects in collect_objects().Kamil Dudka2009-05-291-197/+28
* Do not bypass initialization if module arguments are omitted.Kamil Dudka2009-05-291-6/+3
* Fix gcc warnings.Kamil Dudka2009-05-296-17/+14
* Support arbitrarily long password while loading a private key.Kamil Dudka2009-05-291-1/+1
* Fix off-by-one error when computing size to reduce memory leak.Rob Crittenden2009-05-221-4/+1
* Fix data type to work on x86_64 systems. We were only copying the bottom 4Rob Crittenden2009-05-221-1/+1
* Initial import of code. This is equivalent to the 20080124 tarball inRob Crittenden2009-05-2216-0/+5913