summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Update libtasn1 to 1.3.Simon Josefsson2008-02-013-12/+24
* changes to remove the KEYRING_HACK and make keyring access thread safe.Nikos2008-01-2611-427/+364
* updates in openpgp keyring handling.Nikos2008-01-252-6/+116
* Modified the search to include a state.Nikos2008-01-254-34/+89
* openpgp_privkey_export() has parameters to export encrypted secret keys. Adde...Nikos2008-01-141-0/+4
* use the first valid subkey if an authentication subkey is not found.Nikos2008-01-131-6/+23
* Additions to make certtool print information on openpgp keys.Nikos2008-01-135-81/+749
* merged the openpgp branch to head\!Nikos2008-01-1344-293/+18074
* Handle more than one server name field correctly.Simon Josefsson2008-01-071-2/+2
* Doc fixes.Simon Josefsson2007-12-211-21/+14
* Fix for certificate selection in servers with certificate callbacks.Nikos2007-12-161-14/+17
* (no commit message)Nikos2007-12-161-2/+1
* Changes for post_client_hello_function(). The extensions are now parsed in aNikos2007-12-164-11/+39
* Bump versions.Simon Josefsson2007-12-141-1/+1
* If the server has a callback, the search for a valid certificate will fail.Simon Josefsson2007-12-131-1/+2
* user_hello_func is call always. Even when resuming a session.Nikos2007-12-093-35/+41
* It seems we were ahead of our time.System User2007-12-061-1/+1
* Revert "We now ignore received packets with unknown content types"System User2007-12-061-8/+28
* Doc fix.esSimon Josefsson2007-12-061-53/+52
* Typo fix.Simon Josefsson2007-12-061-1/+1
* documentation updatesNikos2007-12-041-2/+2
* Indent.Simon Josefsson2007-12-031-40/+41
* added check for null prioritiesNikos2007-12-031-0/+7
* added gnutls_x509_crt_get_subject_alt_name2 to overcome some limitations ofNikos2007-12-021-8/+40
* (no commit message)Nikos2007-12-021-1/+1
* get_subject_alt_name() returns null terminated strings.Nikos2007-12-021-2/+5
* Depend on libgcrypt 1.2.4 again (lose DSA2 functionality).Nikos2007-11-301-0/+7
* Added SECURE256 and SECURE128 level.Nikos2007-11-301-8/+31
* (no commit message)Nikos2007-11-281-2/+2
* fixed typeNikos2007-11-281-1/+1
* more assertions.Nikos2007-11-281-0/+1
* more assertionsNikos2007-11-281-3/+10
* added assertion.Nikos2007-11-281-2/+7
* more updates for priority functions.Nikos2007-11-281-5/+5
* Return the string position in case of an error in the priority functions.Nikos2007-11-282-14/+16
* Typo.Simon Josefsson2007-11-281-1/+1
* Give example for %COMPAT.Simon Josefsson2007-11-281-1/+2
* Rename HIGH to SECURE.Simon Josefsson2007-11-281-20/+16
* Re-add aes-256 so we don't fail to negotiate it in case end only supports it.Simon Josefsson2007-11-281-1/+10
* Doc fixes. Fix warnings.Simon Josefsson2007-11-281-35/+37
* Re-indent.Simon Josefsson2007-11-281-61/+74
* Re-add gnutls_set_default_priority and gnutls_set_default_export_priority.Simon Josefsson2007-11-281-0/+49
* (no commit message)Nikos Mavrogiannopoulos2007-11-261-1/+1
* corrected bug in the new read_mpisNikos Mavrogiannopoulos2007-11-251-1/+3
* export_int was simplified are no artificial limits are imposed any moreNikos Mavrogiannopoulos2007-11-259-40/+19
* variables for the time functions are not more rational.Nikos Mavrogiannopoulos2007-11-251-3/+7
* in RSA certificate parameters no artificial limits are imposed any moreNikos Mavrogiannopoulos2007-11-252-30/+36
* corrected documentationNikos Mavrogiannopoulos2007-11-251-5/+4
* added support for PKCS #8 decoding of DSA keys.Nikos Mavrogiannopoulos2007-11-255-77/+156
* added ability to write DSA private keys.Nikos Mavrogiannopoulos2007-11-242-36/+120