summaryrefslogtreecommitdiff
path: root/lib/includes/gnutls
Commit message (Expand)AuthorAgeFilesLines
* Fixes in openpgp handshake with fingerprints. Reported by Joke de Buhr.Nikos Mavrogiannopoulos2013-03-212-1/+9
* Added GNUTLS_PKCS11_OBJ_ATTR_CRT_TRUSTED_CA to specify trusted CA certificates.Nikos Mavrogiannopoulos2013-02-041-1/+3
* Too old -> superseded.Nikos Mavrogiannopoulos2012-11-061-2/+2
* CRL verification includes the time checks.Nikos Mavrogiannopoulos2012-11-061-7/+12
* Several OpenPGP updates.Nikos Mavrogiannopoulos2012-10-111-0/+3
* gnutls_ocsp_resp_check_crt() accepts the response index.Nikos Mavrogiannopoulos2012-10-011-3/+3
* Added gnutls_ocsp_resp_check_crt() to check whether the OCSPNikos Mavrogiannopoulos2012-09-302-0/+6
* Added verification flags GNUTLS_VERIFY_ALLOW_UNSORTED_CHAIN, which is enabled...Nikos Mavrogiannopoulos2012-09-181-0/+3
* use a %STATELESS_COMPRESSION priority string instead of gnutls_init() flag.Nikos Mavrogiannopoulos2012-09-161-2/+0
* Added GNUTLS_STATELESS_COMPRESSION flag to gnutls_init().Nikos Mavrogiannopoulos2012-09-151-1/+2
* Add gnutls_dtls_set_data_mtu()David Woodhouse2012-06-301-0/+1
* Added support for an old version of the DTLS protocolNikos Mavrogiannopoulos2012-06-201-1/+12
* corrected invalid charNikos Mavrogiannopoulos2012-06-051-1/+1
* corrected textNikos Mavrogiannopoulos2012-05-311-2/+1
* introduce gnutls_certificate_set_x509_system_trustLudwig Nussel2012-05-101-0/+3
* Added gnutls_pubkey_verify_hash2() and gnutls_pk_to_sign().Nikos Mavrogiannopoulos2012-05-092-0/+11
* gnutls_record_check_unprocessed is now inline function.Nikos Mavrogiannopoulos2012-04-131-1/+0
* gnutls_record_check_pending functionality was divided to gnutls_record_check_...Nikos Mavrogiannopoulos2012-04-091-0/+1
* several type changes to please clangNikos Mavrogiannopoulos2012-04-021-1/+1
* removed function that didn't existNikos Mavrogiannopoulos2012-04-011-6/+0
* added prototypes for inline functions (some gcc versions couldn't compile wit...Nikos Mavrogiannopoulos2012-03-241-2/+4
* Added doc-skip to skip certain functions from documentation.Nikos Mavrogiannopoulos2012-03-211-2/+2
* remove brackets.Nikos Mavrogiannopoulos2012-03-211-1/+1
* Cleaned up deprecated types and added a deprecation warning on them.Nikos Mavrogiannopoulos2012-03-211-51/+37
* Provide compatibility inline functions for gnutls_session_get_server_random()...Nikos Mavrogiannopoulos2012-03-211-0/+20
* Remove TLS_RANDOM_SIZE and TLS_MASTER_SIZE compat mappings.Simon Josefsson2012-03-191-4/+0
* Added gnutls_session_get_random()Nikos Mavrogiannopoulos2012-03-191-0/+2
* Added gnutls_x509_crt_set_private_key_usage_period() andNikos Mavrogiannopoulos2012-03-181-0/+12
* Added gnutls_x509_crt_set_authority_info_access.Nikos Mavrogiannopoulos2012-03-161-0/+3
* Documentation updatesNikos Mavrogiannopoulos2012-03-131-5/+5
* Added a real key purpose OID as exampleNikos Mavrogiannopoulos2012-03-061-0/+1
* Doc fixes for GTK-DOC.Simon Josefsson2012-03-022-33/+37
* properly report unexpected EOF.Nikos Mavrogiannopoulos2012-02-181-0/+1
* The public key storage backend was made extendable.Nikos Mavrogiannopoulos2012-02-181-4/+13
* Added gnutls_dtls_get_timeout()Nikos Mavrogiannopoulos2012-02-171-1/+3
* Modified the trust_db API to avoid dependendance on a structure.Nikos Mavrogiannopoulos2012-02-161-11/+6
* The hash in gnutls_store_commitment() is specified in raw format.Nikos Mavrogiannopoulos2012-02-151-2/+2
* Added ability to store commitments (hashes) of public keys.Nikos Mavrogiannopoulos2012-02-141-0/+17
* updated documentation for back-end.Nikos Mavrogiannopoulos2012-02-101-1/+1
* gnutls_verify_stored_pubkey() and gnutls_store_pubkey() allow for alternative...Nikos Mavrogiannopoulos2012-02-101-3/+26
* Removed the application field and added an expiration field.Nikos Mavrogiannopoulos2012-02-101-3/+3
* include gnutls_certificate_set_retrieve_function2() to documentation. Reporte...Nikos Mavrogiannopoulos2012-02-061-2/+2
* small fixesNikos Mavrogiannopoulos2012-01-291-6/+6
* Revert "Added gnutls_ocsp_resp_verify() and some sign fixes."Nikos Mavrogiannopoulos2012-01-291-8/+4
* Added gnutls_ocsp_resp_verify() and some sign fixes.Nikos Mavrogiannopoulos2012-01-281-4/+8
* Added gnutls_verify_stored_pubkey() and gnutls_store_pubkey().Nikos Mavrogiannopoulos2012-01-281-2/+22
* Added --ask option to ocsptool.Nikos Mavrogiannopoulos2012-01-261-0/+2
* 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