| 
|  |  |  | XML Security Library Reference Manual |  | 
 
 
If you implemented support for new cryptographic library
	(or extended an existing one) and both you and your company/university/...
	are willing to share the code I would be glad to add your work
	to XML Security Library. Many people will thank you for this 
	and will use your library. Of course, you'll get all the credits 
	for your work.
	 The best way to submit your enchancements is to provide a diff 
	with the current CVS version. In order to do this, 
	 
Checkout the sources from GNOME CVS
	(module name is "xmlsec").
	Add all the new files with "cvs add" command (this will not 
	create files in CVS but mark them as "added" localy). You'll not be able
	to create new folders without a valid GNOME CVS account, let me know
	what you need and I'll be happy to help.
	Get a diff of all existing and new files using 
	"cvs -z3 diff -u -N" command.
	Send the resulting diff file to the xmlsec mailing list
	with some information about yourself so I can update the authors 
	and coping information.
	 
	I will try to review and check in your patch as soon as possible.
	 |