summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Move rfc2818.h hostname comparison to gnutls_str.h and update callers.Simon Josefsson2008-02-266-73/+51
* Move extensions.h stuff to x509_int.h.Simon Josefsson2008-02-2610-76/+45
* Move privkey.h stuff to x509_int.h.Simon Josefsson2008-02-268-38/+7
* Move verify.h stuff to x509_int.h.Simon Josefsson2008-02-269-42/+12
* Move pkcs7.h stuff to x509_int.h.Simon Josefsson2008-02-265-34/+7
* Move dsa.h stuff to x509_int.h.Simon Josefsson2008-02-265-28/+6
* Move dn.h stuff to x509_int.h.Simon Josefsson2008-02-2616-77/+34
* Move sign.h stuff to x509_int.h.Simon Josefsson2008-02-268-43/+16
* No need for rfc2818.h.Simon Josefsson2008-02-261-3/+2
* Doc fixes.Simon Josefsson2008-02-261-8/+11
* Remove stuff already in includes/gnutls/x509.h.Simon Josefsson2008-02-261-89/+0
* Merge crq.h into x509_int.h, avoid one trivial header file.Simon Josefsson2008-02-256-38/+13
* Rename x509.h to x509_int.h.Simon Josefsson2008-02-251-5/+5
* Rename lib/x509/x509.h to x509_int.h.Simon Josefsson2008-02-2518-31/+31
* Rename lib/openpgp/openpgp.h to openpgp_int.h.Simon Josefsson2008-02-258-10/+10
* Remove unused defines.Simon Josefsson2008-02-251-4/+0
* Added gnutls_x509_dn_export(). Patch by Joe Orton.Nikos2008-02-243-5/+59
* _export_ -> _get_Nikos2008-02-211-11/+11
* Use better names in gnutls_certificate_print_formats_t.Simon Josefsson2008-02-211-9/+9
* Cleanup gnutls_openpgp_crt_get_id vs gnutls_openpgp_crt_get_key_id.Simon Josefsson2008-02-211-15/+0
* Added gnutls_certificate_export_x509_cas and other functions toNikos2008-02-201-0/+56
* changes to compile with ENABLE_OPENPGP undef.Nikos2008-02-192-5/+2
* do not return more than the available names.Nikos2008-02-191-1/+1
* corrected bug that prevented printing the names.Nikos2008-02-191-3/+3
* Added gnutls_x509_dn_import/init/deinit() to access raw DER DN. PatchNikos2008-02-192-3/+87
* better usage of gnutls_openpgp_keyid_tNikos2008-02-194-11/+8
* copyright 2008Nikos2008-02-196-6/+6
* pgp_keyid_t is now compatible with the 2.2 key id.Nikos2008-02-1810-93/+73
* Merge branch 'master' of ssh://nmav@git.sv.gnu.org/srv/git/gnutlsNikos2008-02-182-37/+20
|\
| * Remove all external APIs already declared in includes/gnutls/openpgp.h.Simon Josefsson2008-02-181-36/+1
| * Re-add gnutls_openpgp_crt_get_id to avoid breaking ABI.Simon Josefsson2008-02-181-1/+19
* | Several updates in the openpgp code. Now it uses subkeys only when requested.Nikos2008-02-1814-194/+571
|/
* corrected string handling in parse_general_name. Thanks to Andreas Metzler fo...Nikos2008-02-171-1/+3
* Increased the default certificate verification chain limits and allowedNikos2008-02-173-4/+5
* corrected previous fix in priorities handling.Nikos2008-02-171-3/+2
* Corrected memory leaks in session resuming and DHE ciphersuites. ReportedNikos2008-02-174-32/+16
* null terminate only printable strings.Nikos2008-02-151-5/+29
* Doc fixes, to clarify that srp_base64 != base64.Simon Josefsson2008-02-121-21/+39
* Merge branch 'master' of ssh://nmav@git.sv.gnu.org/srv/git/gnutlsNikos2008-02-075-18/+27
|\
| * Make it compile.Simon Josefsson2008-02-031-3/+2
| * Drop SIZEOF_UNSIGNED_LONG_INT, it's done in configure.in now.Simon Josefsson2008-02-031-3/+1
| * Update libtasn1 to 1.3.Simon Josefsson2008-02-013-12/+24
* | Applied patch to fix the NONE parameters. By Laurence Withers <l@lwithers.me.uk>Nikos2008-02-071-1/+6
|/
* 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