summaryrefslogtreecommitdiff
path: root/doc/examples/ex-cert-select-pkcs11.c
Commit message (Expand)AuthorAgeFilesLines
* examples: made a comment that getpass() output needs to be sanitizedNikos Mavrogiannopoulos2017-05-261-0/+1
* examples: introduced basic error checking in more examplesNikos Mavrogiannopoulos2016-04-271-17/+18
* examples: mention that gnutls_global_init() is optionalNikos Mavrogiannopoulos2014-07-061-4/+5
* do not set the SYSTEM priority string by default in examples (not yet).Nikos Mavrogiannopoulos2014-01-251-5/+1
* Introduced GNUTLS_DEFAULT_PRIORITY macroNikos Mavrogiannopoulos2014-01-151-5/+4
* use default priorities based on version number in examples, and add dependenc...Nikos Mavrogiannopoulos2014-01-141-1/+12
* changes in SYSTEM semantics to allow appending rules to the default policy.Nikos Mavrogiannopoulos2014-01-141-1/+1
* reindented codeNikos Mavrogiannopoulos2013-11-081-129/+122
* corrected length calculationNikos Mavrogiannopoulos2013-10-101-1/+1
* Corrected possible buffer overruns in included programs and examples.Nikos Mavrogiannopoulos2013-10-091-1/+1
* Added gnutls_session_get_desc()Nikos Mavrogiannopoulos2013-03-121-1/+5
* Added convenience functions to avoid ugly casting in simple programs.Nikos Mavrogiannopoulos2013-02-161-1/+1
* GNUTLS_PKCS11_PIN -> GNUTLS_PINNikos Mavrogiannopoulos2012-07-211-3/+3
* Revert "documented pin_callback expectations."Nikos Mavrogiannopoulos2012-06-091-5/+0
* documented pin_callback expectations.Nikos Mavrogiannopoulos2012-06-081-0/+5
* Added gnutls_verify_stored_pubkey() and gnutls_store_pubkey().Nikos Mavrogiannopoulos2012-01-281-1/+1
* documentation changes.Nikos Mavrogiannopoulos2011-08-241-2/+1
* simplified PKCS #11 token example.Nikos Mavrogiannopoulos2011-08-201-153/+9
* Use getpass.h (from gnulib). Patch by LRN.Nikos Mavrogiannopoulos2011-04-101-0/+2
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-42/+42
* Corrected pkcs11 example URLsNikos Mavrogiannopoulos2010-12-011-4/+4
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-25/+29
* PIN callback supplies the token URL. The callback function in common.cNikos Mavrogiannopoulos2010-07-021-0/+30
* Allow flags when importing objects from PKCS11 URLs. The only flag supportedNikos Mavrogiannopoulos2010-06-281-1/+7
* make sure all lines fit in page.Nikos Mavrogiannopoulos2010-06-031-2/+4
* Simplified internal API. The only question that remains now is how to handleNikos Mavrogiannopoulos2010-06-031-1/+1
* Added initial example.Nikos Mavrogiannopoulos2010-06-031-0/+270