Sponsored Content
Full Discussion: Open source project
Top Forums Shell Programming and Scripting Open source project Post 302652113 by methyl on Wednesday 6th of June 2012 02:41:35 PM
Old 06-06-2012
If you have not already found it, why not take a look at the GNU website?
The GNU Operating System
See the link about "Can you contribute ....".
 

2 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Recruiting for an open source project

I am posting this gauge the level of interest among the community in forming an open source team to work on an automation harness I am about to make available. I already have a working POC running at my place of work, but it is not secure enough for production environments. However, I am about... (6 Replies)
Discussion started by: steadyonabix
6 Replies

2. Shell Programming and Scripting

Feedback on "withsome" open source project

I have been developing an open source UNIX project for a few years and am looking for feedback on whether further development of the "withsome" project is of interest to other programmers. One simple example to give an idea of the project is: withsome ./pugs vi Pugs.pm 1)... (0 Replies)
Discussion started by: ronaldxs
0 Replies
gnutls_pkcs11_privkey_generate(3)				      gnutls					 gnutls_pkcs11_privkey_generate(3)

NAME
gnutls_pkcs11_privkey_generate - API function SYNOPSIS
#include <gnutls/pkcs11.h> int gnutls_pkcs11_privkey_generate(const char* url, gnutls_pk_algorithm_t pk, unsigned int bits, const char* label, unsigned int flags); ARGUMENTS
const char* url a token URL gnutls_pk_algorithm_t pk the public key algorithm unsigned int bits the security bits const char* label a label unsigned int flags should be zero DESCRIPTION
This function will generate a private key in the specified by the url token. The private key will be generate within the token and will not be exportable. RETURNS
On success, GNUTLS_E_SUCCESS (0) is returned, otherwise a negative error value. SINCE
3.0 REPORTING BUGS
Report bugs to <bug-gnutls@gnu.org>. General guidelines for reporting bugs: http://www.gnu.org/gethelp/ GnuTLS home page: http://www.gnu.org/software/gnutls/ COPYRIGHT
Copyright (C) 2012 Free Software Foundation, Inc.. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. SEE ALSO
The full documentation for gnutls is maintained as a Texinfo manual. If the info and gnutls programs are properly installed at your site, the command info gnutls should give you access to the complete manual. As an alternative you may obtain the manual from: http://www.gnu.org/software/gnutls/manual/ gnutls 3.1.15 gnutls_pkcs11_privkey_generate(3)
All times are GMT -4. The time now is 10:26 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy