summaryrefslogtreecommitdiff
path: root/lib/includes/gnutls
Commit message (Expand)AuthorAgeFilesLines
* corrected prototypes.Nikos Mavrogiannopoulos2012-01-241-5/+5
* Fix up some typos and obsolete commentsPatrick Pelletier2012-01-241-6/+8
* Added functions to allow quering a priority structure.Nikos Mavrogiannopoulos2012-01-241-0/+6
* Allow quering available elliptic curves by adding gnutls_ecc_curve_list().Nikos Mavrogiannopoulos2012-01-241-0/+1
* Doc fixes.Simon Josefsson2012-01-242-21/+30
* Added gnutls_pkcs11_reinit().Nikos Mavrogiannopoulos2012-01-231-0/+1
* Added functions to parse authority key identifiers when stored as a 'general ...Nikos Mavrogiannopoulos2012-01-212-0/+9
* Documented updates.Nikos Mavrogiannopoulos2012-01-211-1/+0
* Added new security level "legacy" for 96-bit security.Nikos Mavrogiannopoulos2012-01-211-8/+10
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-213-5/+5
* Add OCSP functionality.Simon Josefsson2012-01-201-0/+254
* introduced GNUTLS_E_NO_PRIORITIES_WERE_SET.Nikos Mavrogiannopoulos2012-01-181-0/+1
* GTK-DOC fixes.Simon Josefsson2012-01-161-1/+7
* Run 'make update-copyright'.Simon Josefsson2012-01-169-9/+9
* better indent gnutls_certificate_set_x509_simple_pkcs12_file to allow them be...Nikos Mavrogiannopoulos2012-01-141-4/+2
* Added gnutls_session_resumption_requested().Nikos Mavrogiannopoulos2012-01-111-1/+2
* gnutls_x509_dn_oid_name() was extended with a flags option that accepts curre...Nikos Mavrogiannopoulos2012-01-101-1/+2
* Added discussion of distinguished names.Nikos Mavrogiannopoulos2012-01-101-1/+1
* Added gnutls_x509_dn_oid_name().Nikos Mavrogiannopoulos2012-01-091-0/+2
* Added gnutls_pubkey_encrypt_data().Nikos Mavrogiannopoulos2012-01-081-0/+5
* GNUTLS_PK_ECC -> GNUTLS_PK_ECNikos Mavrogiannopoulos2012-01-021-2/+3
* Added function gnutls_random_art() to convert fingerprints to images (current...Nikos Mavrogiannopoulos2011-12-281-2/+10
* pkcs11.h and abstract.h use extern C idiom for C++.Nikos Mavrogiannopoulos2011-12-282-0/+18
* gnutls_priority_get_cipher_suite was renamed to gnutls_priority_get_cipher_su...Nikos Mavrogiannopoulos2011-12-121-1/+1
* Added gnutls_priority_get_cipher_suite().Nikos Mavrogiannopoulos2011-12-111-1/+2
* Added SECP192R1 curve.Nikos Mavrogiannopoulos2011-12-091-0/+2
* Separated API reference to header files in the texi manual.Nikos Mavrogiannopoulos2011-11-222-16/+16
* Added gnutls_x509_privkey_verify_params() which verifies the parameters of a ...Nikos Mavrogiannopoulos2011-11-112-0/+2
* Remove redundant const keyword in (confuses gtk-doc parser).Simon Josefsson2011-11-091-1/+1
* Added 3072 and 4096-bit groups from RFC5054.Nikos Mavrogiannopoulos2011-11-011-0/+6
* removed libextra errors.Nikos Mavrogiannopoulos2011-10-231-7/+0
* More doc fixes.Simon Josefsson2011-10-101-2/+2
* Added new signing callback in gnutls_privkey_t.Nikos Mavrogiannopoulos2011-10-073-5/+30
* libgnutls: gnutls_x509_crt_print supports printing AIA fields. Support caIss...Simon Josefsson2011-09-211-1/+4
* Improve gnutls_info_access_what_t documentation.Simon Josefsson2011-09-211-3/+4
* Added gnutls_x509_crt_get_authority_info_access.Simon Josefsson2011-09-211-0/+28
* Added gnutls_record_get_discarded() to return the number of discardedNikos Mavrogiannopoulos2011-09-171-0/+1
* Functions for RSA-EXPORT were marked as deprecated.Nikos Mavrogiannopoulos2011-09-132-38/+39
* updated documentation. The function descriptions were converted to floats.Nikos Mavrogiannopoulos2011-09-131-2/+2
* Modified gdoc to be able to handle enumerations. Only valid to latex.Nikos Mavrogiannopoulos2011-09-114-376/+381
* Fix build errors.Simon Josefsson2011-09-093-25/+22
* Added encryption flag to simplify and optimize key expansion.Nikos Mavrogiannopoulos2011-09-071-1/+1
* Added support to read elliptic curve public keys from PKCS #11 tokens (untest...Nikos Mavrogiannopoulos2011-09-061-0/+13
* Added gnutls_pkcs11_privkey_generate().Nikos Mavrogiannopoulos2011-09-061-0/+5
* set_lowat was removed as a macro.Nikos Mavrogiannopoulos2011-09-021-3/+0
* corrected sign type errors for integers.Nikos Mavrogiannopoulos2011-08-301-4/+4
* gnutls_certificate_set_x509_key() and gnutls_certificate_set_openpgp_key() op...Nikos Mavrogiannopoulos2011-08-271-1/+2
* Introduced GNUTLS_PKCS11_PIN_WRONG flag to indicate the previously given PIN ...Nikos Mavrogiannopoulos2011-08-141-1/+3
* Documentation updates. gnutls_x509_crq_sign2() and gnutls_x509_crl_sign2() we...Nikos Mavrogiannopoulos2011-08-122-11/+11
* Clarify license and copyright.Simon Josefsson2011-08-0310-44/+92