summaryrefslogtreecommitdiff
path: root/lib/pkcs11.c
Commit message (Expand)AuthorAgeFilesLines
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-664/+664
* Indent code.Simon Josefsson2010-12-061-29/+30
* Corrected copyright statementNikos Mavrogiannopoulos2010-11-271-2/+4
* Added --list-mechanisms option to p11tool. Lists all mechanisms supported byNikos Mavrogiannopoulos2010-11-111-1/+62
* * Corrected flag conversion to internal representation.Nikos Mavrogiannopoulos2010-11-111-7/+6
* Added gnutls_pkcs11_token_set_pin() and gnutls_pkcs11_token_init() to enableNikos Mavrogiannopoulos2010-11-071-56/+92
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-2030/+2282
* Added 3 levels of details in PKCS #11 URLs.Nikos Mavrogiannopoulos2010-09-101-8/+10
* PKCS#11 URL support updated to conform to draft-pechanec-pkcs11uri-02.Nikos Mavrogiannopoulos2010-09-081-46/+172
* Revert "When scanning for terminator character for PKCS #11 URLs ignore escap...Nikos Mavrogiannopoulos2010-08-191-3/+1
* When scanning for terminator character for PKCS #11 URLs ignore escaped \;.Nikos Mavrogiannopoulos2010-07-281-1/+3
* PIN callback supplies the token URL. The callback function in common.cNikos Mavrogiannopoulos2010-07-021-8/+30
* Reverted the SAVE_PIN approach in PIN callback. The new approach will be to p...Nikos Mavrogiannopoulos2010-07-021-136/+97
* Combined object flags. No implicit login any more. Login has to be specified ...Nikos Mavrogiannopoulos2010-06-281-1/+1
* Indented code.Nikos Mavrogiannopoulos2010-06-281-13/+0
* Allow flags when importing objects from PKCS11 URLs. The only flag supportedNikos Mavrogiannopoulos2010-06-281-1711/+1918
* Added gnutls_global_set_mutex() to allow settingNikos Mavrogiannopoulos2010-06-271-1/+1
* Only save PIN if login was successful.Nikos Mavrogiannopoulos2010-06-191-3/+7
* Allow listing of private keys only. Certtool has now the --pkcs11-list-privke...Nikos Mavrogiannopoulos2010-06-181-1/+9
* Added more gnutls errors to map closer to PKCS11 actual errors.Nikos Mavrogiannopoulos2010-06-181-7/+92
* Added option to the PKCS11 PIN callback to save PIN if the token is being usedNikos Mavrogiannopoulos2010-06-171-23/+58
* Simplified and made more safe the packing of data for session storage. Extens...Nikos Mavrogiannopoulos2010-06-131-1/+1
* The gnutls_string code was simplified and integrated with the buffer to avoidNikos Mavrogiannopoulos2010-06-111-26/+26
* Added new calls to pakchois to open an absolute filename.Nikos Mavrogiannopoulos2010-06-091-1/+1
* Several fixes after big rebase.Nikos Mavrogiannopoulos2010-06-031-198/+28
* Simplified internal API. The only question that remains now is how to handleNikos Mavrogiannopoulos2010-06-031-8/+66
* Documentation updates. Separated big gnutls.texi to chapter to allow easierNikos Mavrogiannopoulos2010-06-031-2/+14
* Added support to copy certificates and private keys to tokens.Nikos Mavrogiannopoulos2010-06-031-121/+184
* Added gnutls_pubkey_import_pkcs11(), gnutls_pubkey_import_rsa_raw(),Nikos Mavrogiannopoulos2010-06-031-31/+1
* Added gnutls_pubkey_t abstract type to handle public keys. It can currentlyNikos Mavrogiannopoulos2010-06-031-9/+51
* Added gnutls_pkcs11_token_get_flags() to distinguish between hardware and sof...Nikos Mavrogiannopoulos2010-06-031-2/+5
* Documented that it was initially based on neon pkcs11 and got ideas from pkcs...Nikos Mavrogiannopoulos2010-06-031-0/+1
* Corrections to properly handle token removal and insert.Nikos Mavrogiannopoulos2010-06-031-116/+1
* Added gnutls_pkcs11_privkey_t and gnutls_privkey_t types. Those areNikos Mavrogiannopoulos2010-06-031-8/+126
* Added ability to export certificates from PKCS #11 tokens.Nikos Mavrogiannopoulos2010-06-031-1/+183
* Added initial PKCS #11 support. Certtool can now print lists of certificatesNikos Mavrogiannopoulos2010-06-031-2/+0
* Added gnutls_pubkey_import_pkcs11(), gnutls_pubkey_import_rsa_raw(),Nikos Mavrogiannopoulos2010-06-031-25/+256
* Added gnutls_pubkey_t abstract type to handle public keys. It can currentlyNikos Mavrogiannopoulos2010-06-031-125/+240
* Added gnutls_pkcs11_token_get_flags() to distinguish between hardware and sof...Nikos Mavrogiannopoulos2010-06-031-3/+83
* Documented that gnutls_global_init calls gnutls_pkcs11_init.Nikos Mavrogiannopoulos2010-06-031-0/+3
* Added documentation for most of the new functions.Nikos Mavrogiannopoulos2010-06-031-7/+176
* Documented that it was initially based on neon pkcs11 and got ideas from pkcs...Nikos Mavrogiannopoulos2010-06-031-24/+3
* Corrections to properly handle token removal and insert.Nikos Mavrogiannopoulos2010-06-031-0/+8
* Added gnutls_pkcs11_privkey_t and gnutls_privkey_t types. Those areNikos Mavrogiannopoulos2010-06-031-297/+151
* Added several helper functions, to allow printing of tokens.Nikos Mavrogiannopoulos2010-06-031-17/+198
* Added ability to export certificates from PKCS #11 tokens.Nikos Mavrogiannopoulos2010-06-031-197/+313
* Added initial PKCS #11 support. Certtool can now print lists of certificatesNikos Mavrogiannopoulos2010-06-031-0/+1252