summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* drop support for gnulib's u64Nikos Mavrogiannopoulos2015-03-242-3/+2
* enable compilation with several options disabledNikos Mavrogiannopoulos2015-03-212-0/+10
* doc: avoid mentioning pointers when not neededNikos Mavrogiannopoulos2015-03-206-11/+11
* doc: avoid using structure for opaque typesNikos Mavrogiannopoulos2015-03-2068-693/+692
* updated documentation on non-return value of gnutls_ext_set_dataNikos Mavrogiannopoulos2015-03-201-3/+1
* avoid overflow when receiving DTLS 0.9 CCSNikos Mavrogiannopoulos2015-03-201-2/+2
* added gnutls_ext_set_data() and gnutls_ext_get_data()Nikos Mavrogiannopoulos2015-03-2018-122/+181
* set GNUTLS_DTLS_VERSION_MIN to be DTLS0.9Nikos Mavrogiannopoulos2015-03-191-1/+1
* mention that the registration functions are not thread safeNikos Mavrogiannopoulos2015-03-192-2/+3
* store a copy of the extensions nameNikos Mavrogiannopoulos2015-03-192-4/+16
* deinitialize supplemental data on deinitNikos Mavrogiannopoulos2015-03-191-0/+1
* removed unused epoch change callbackNikos Mavrogiannopoulos2015-03-194-34/+2
* deinitialize supplemental data on deinitNikos Mavrogiannopoulos2015-03-193-2/+21
* reduce warningsNikos Mavrogiannopoulos2015-03-192-4/+4
* added documentation for the new functionsNikos Mavrogiannopoulos2015-03-194-13/+50
* updated typesNikos Mavrogiannopoulos2015-03-191-1/+1
* Added a way to add custom supplemental data from public API.Thierry Quemerais2015-03-193-20/+81
* renamed gnutls_buffer_st -> gnutls_buffer_tNikos Mavrogiannopoulos2015-03-192-6/+6
* Added a way to add custom extensions from public API.Thierry Quemerais2015-03-197-43/+94
* gnutls_x509_crt_import_pkcs11_url moved to pkcs11.h as it was always defined ...Nikos Mavrogiannopoulos2015-03-192-1/+1
* inet_ntop replacement: include sys/socket.hNikos Mavrogiannopoulos2015-03-191-0/+6
* inet_ntop replacement: do not depend on socklen_tNikos Mavrogiannopoulos2015-03-192-7/+7
* Added API to register MAC and digest algorithms.Nikos Mavrogiannopoulos2015-03-186-49/+180
* Added API to register AEAD and legacy ciphers.Nikos Mavrogiannopoulos2015-03-187-53/+188
* cryptodev: provide the new AEAD APINikos Mavrogiannopoulos2015-03-181-0/+4
* Added environment variable which can override automatic global initializationNikos Mavrogiannopoulos2015-03-181-3/+21
* removed unused functionsNikos Mavrogiannopoulos2015-03-182-104/+0
* depend on p11-kit 0.23.1 to conform to draft-pechanec-pkcs11uri-21Nikos Mavrogiannopoulos2015-03-171-4/+0
* Fixed handling of supplemental data with types > 255.Nikos Mavrogiannopoulos2015-03-131-2/+2
* doc updateNikos Mavrogiannopoulos2015-03-131-1/+1
* gnutls_priority_init: document that priorities can be NULLNikos Mavrogiannopoulos2015-03-131-12/+7
* corrected self test for 3DESNikos Mavrogiannopoulos2015-03-131-1/+2
* pkcs11: correctly set the size of typeNikos Mavrogiannopoulos2015-03-121-1/+1
* pkcs11: combined the fill for object attributes setNikos Mavrogiannopoulos2015-03-111-77/+59
* pkcs11: only set ID and label when both size and data are setNikos Mavrogiannopoulos2015-03-111-3/+3
* added gnutls_pkcs11_obj_set_info()Nikos Mavrogiannopoulos2015-03-115-0/+183
* x509: use libtasn1's strict DER decoding rules in network obtained structuresNikos Mavrogiannopoulos2015-03-0912-50/+56
* depend on libtasn1 4.3Nikos Mavrogiannopoulos2015-03-091-4/+0
* minitasn1: updated to libtasn1 4.3Nikos Mavrogiannopoulos2015-03-093-6/+197
* removed unused functionNikos Mavrogiannopoulos2015-03-071-55/+0
* use asn1_decode_simple_ber if availableNikos Mavrogiannopoulos2015-03-049-23/+36
* doc updateNikos Mavrogiannopoulos2015-03-041-1/+2
* DSA signatures and DHE-DSS are disabled by defaultNikos Mavrogiannopoulos2015-03-031-7/+0
* doc updateNikos Mavrogiannopoulos2015-02-281-2/+2
* doc updateNikos Mavrogiannopoulos2015-02-281-2/+3
* bundle inet_ntop in systems that don't have itNikos Mavrogiannopoulos2015-02-285-28/+252
* removed gnutls_pubkey_get_verify_algorithm from abstract.hNikos Mavrogiannopoulos2015-02-271-6/+0
* corrected typo in gnutls_handshake(), spotted by Andris MednisNikos Mavrogiannopoulos2015-02-261-1/+1
* doc update: document that session_get_data() must be used in non-resumed sess...Nikos Mavrogiannopoulos2015-02-241-2/+5
* added commentsNikos Mavrogiannopoulos2015-02-222-2/+2