summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Better checks in loops.origin/newNikos Mavrogiannopoulos2010-05-241-2/+2
* Simplified internal API. The only question that remains now is how to handleNikos Mavrogiannopoulos2010-05-248-141/+102
* Removed debugging print.Nikos Mavrogiannopoulos2010-05-241-2/+0
* Added a modified pakchois library (to open arbitrary pkcs11 modules).Nikos Mavrogiannopoulos2010-05-247-19/+2881
* Added missing file.Nikos Mavrogiannopoulos2010-05-241-0/+495
* Removed finished items.Nikos Mavrogiannopoulos2010-05-241-4/+0
* Noted that there things to be done.Nikos Mavrogiannopoulos2010-05-241-8/+11
* Added documentation on abstract types.Nikos Mavrogiannopoulos2010-05-242-130/+183
* Common code for calculation of RSA exp1 and exp2. Also update the openpgpNikos Mavrogiannopoulos2010-05-236-41/+69
* More fixes.Nikos Mavrogiannopoulos2010-05-233-65/+87
* Corrected nicely hidden bug that caused accesses to uninitialized variablesNikos Mavrogiannopoulos2010-05-233-6/+12
* Added some sanity checks.Nikos Mavrogiannopoulos2010-05-231-2/+8
* Documentation updates. Separated big gnutls.texi to chapter to allow easierNikos Mavrogiannopoulos2010-05-2317-4257/+3980
* Added support to copy certificates and private keys to tokens.Nikos Mavrogiannopoulos2010-05-2321-331/+1269
* Merge branch 'new' of ssh://git.sv.gnu.org/srv/git/gnutls into newNikos Mavrogiannopoulos2010-05-231-0/+1
|\
| * Added gnutls_pubkey_verify_hash(), gnutls_pubkey_get_verify_algorithm().Nikos Mavrogiannopoulos2010-05-228-32/+147
| * Added gnutls_pubkey_import_pkcs11(), gnutls_pubkey_import_rsa_raw(),Nikos Mavrogiannopoulos2010-05-2210-134/+591
| * Ignore files that should be ignored.Nikos Mavrogiannopoulos2010-05-221-0/+8
| * Tried to document recent changes.Nikos Mavrogiannopoulos2010-05-223-5/+89
| * Added gnutls_pubkey_t abstract type to handle public keys. It can currentlyNikos Mavrogiannopoulos2010-05-2220-429/+1578
| * Added gnutls_pkcs11_token_get_flags() to distinguish between hardware and sof...Nikos Mavrogiannopoulos2010-05-222-3/+87
| * Export all symbols from C++ library. This library doesn't contain anyNikos Mavrogiannopoulos2010-05-223-14/+9
| * Added support for libnettle backend. This uses gmp for big number operations.Nikos Mavrogiannopoulos2010-05-2127-85/+1870
| * Documented that the --file options in gnutls-cli and gnutls-serv can accept a...Nikos Mavrogiannopoulos2010-05-185-15/+16
| * Corrected bug in DSA signature generation.Nikos Mavrogiannopoulos2010-05-181-12/+21
| * Added operations to sign CRLs, certificates and requests with an abstract key...Nikos Mavrogiannopoulos2010-05-189-79/+288
| * privkey.h -> abstract.hNikos Mavrogiannopoulos2010-05-187-6/+6
| * The gnutls-cli --x509cafile can now be a PKCS #11 URL. It can read gnome-keyr...Nikos Mavrogiannopoulos2010-05-184-8/+79
| * Documented that gnutls_global_init calls gnutls_pkcs11_init.Nikos Mavrogiannopoulos2010-05-181-0/+3
| * Documented behavioral change.Nikos Mavrogiannopoulos2010-05-181-2/+4
| * Because we want to differentiate the behavior of serverNikos Mavrogiannopoulos2010-05-182-3/+33
| * Emulate old gnutls behavior regarding safe renegotiation if the priority_* fu...Nikos Mavrogiannopoulos2010-05-181-0/+5
| * Only send termination request to avoid stalling on servers that do not reply.Nikos Mavrogiannopoulos2010-05-161-1/+1
| * Corrected issue on the %SSL3_RECORD_VERSION priority string. It nowNikos Mavrogiannopoulos2010-05-163-10/+5
| * Added initial example.Nikos Mavrogiannopoulos2010-05-163-1/+279
| * Corrections in openpgp private key usage.Nikos Mavrogiannopoulos2010-05-163-48/+33
| * Updated self tests and examples to avoid using deprecated functions such asNikos Mavrogiannopoulos2010-05-165-520/+12
| * Use the new callback function.Nikos Mavrogiannopoulos2010-05-163-16/+9
| * Added documentation for most of the new functions.Nikos Mavrogiannopoulos2010-05-168-18/+370
| * Documented that it was initially based on neon pkcs11 and got ideas from pkcs...Nikos Mavrogiannopoulos2010-05-161-24/+3
| * Corrections to properly handle token removal and insert.Nikos Mavrogiannopoulos2010-05-156-6/+38
| * Deprecated the sign callback.Nikos Mavrogiannopoulos2010-05-152-14/+29
| * Added gnutls_pkcs11_privkey_t and gnutls_privkey_t types. Those areNikos Mavrogiannopoulos2010-05-1541-1054/+2147
| * ignore unrelated to gnutls files.Nikos Mavrogiannopoulos2010-05-151-34/+4
| * Added several helper functions, to allow printing of tokens.Nikos Mavrogiannopoulos2010-05-119-90/+448
| * Added ability to export certificates from PKCS #11 tokens.Nikos Mavrogiannopoulos2010-05-1111-397/+655
| * Added initial PKCS #11 support. Certtool can now print lists of certificatesNikos Mavrogiannopoulos2010-05-1125-132/+1938
| * Optimized the check_if_same().Nikos Mavrogiannopoulos2010-05-111-3/+26
| * Added a forgoten by god OID for RSA. Warn using the actual OIDNikos Mavrogiannopoulos2010-05-113-6/+11
* | Added gnutls_pubkey_verify_hash(), gnutls_pubkey_get_verify_algorithm().Nikos Mavrogiannopoulos2010-05-238-32/+147