summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Added the notion of obsolete versionsNikos Mavrogiannopoulos2015-01-162-10/+18
* gnutls_x509_crt_get_authority_info_access: doc updateNikos Mavrogiannopoulos2015-01-161-2/+5
* use a FIPS key that agree's with fedora's fipshmacNikos Mavrogiannopoulos2015-01-151-1/+1
* pkcs11: cleanup the name of typesNikos Mavrogiannopoulos2015-01-121-30/+30
* pkcs11: when importing a public key, import it's data as well (version 2 fix)Nikos Mavrogiannopoulos2015-01-121-10/+5
* doc updateNikos Mavrogiannopoulos2015-01-121-0/+3
* removed gnutls_pubkey_get_pk_* from the exported function listNikos Mavrogiannopoulos2015-01-121-4/+0
* gnutls_pubkey_t: allow the import of another parameter set without a leakNikos Mavrogiannopoulos2015-01-121-0/+17
* removed ABI-compatibility functionsNikos Mavrogiannopoulos2015-01-121-55/+0
* pkcs11: when importing a public key, import it's data as wellNikos Mavrogiannopoulos2015-01-111-1/+9
* doc updateNikos Mavrogiannopoulos2015-01-111-0/+2
* When setting up TLS with cert-type OpenPGP from a client,Nikos Mavrogiannopoulos2015-01-101-1/+1
* gnutls_privkey_import_openpgp_raw: do not release the cached valueNikos Mavrogiannopoulos2015-01-101-1/+1
* When receiving a TLS record with multiple handshake packets, parse them in on...Nikos Mavrogiannopoulos2015-01-082-12/+31
* simplified _gnutls_dgram_read()Nikos Mavrogiannopoulos2015-01-061-4/+3
* in DTLS don't combine multiple packets which exceed MTUNikos Mavrogiannopoulos2015-01-061-12/+34
* Added more precise check of push functions availabilityNikos Mavrogiannopoulos2015-01-061-3/+5
* Revert "in DTLS don't use writev() when multiple packets which exceed MTU are...Nikos Mavrogiannopoulos2015-01-064-27/+12
* Revert "Give precedence to vector push function"Nikos Mavrogiannopoulos2015-01-061-5/+3
* Give precedence to vector push functionNikos Mavrogiannopoulos2015-01-051-3/+5
* in DTLS don't use writev() when multiple packets which exceed MTU are queuedNikos Mavrogiannopoulos2015-01-054-12/+27
* use explicit casts in the dummy ip conversion functionsNikos Mavrogiannopoulos2014-12-311-6/+11
* ARCFOUR-128 is disabled by defaultNikos Mavrogiannopoulos2014-12-311-4/+2
* system-keys-win: use LoadLibraryA to load ncrypt.dllNikos Mavrogiannopoulos2014-12-311-1/+1
* updated libgnutls.map for new functionsNikos Mavrogiannopoulos2014-12-311-1/+2
* include netinet/in.h if present to access ipv6 related structuresNikos Mavrogiannopoulos2014-12-311-0/+3
* VERS-ALL adds all protocols if used with '+'Nikos Mavrogiannopoulos2014-12-311-1/+1
* priority strings VERS-TLS-ALL and VERS-DTLS-ALL are restricted to the corresp...Nikos Mavrogiannopoulos2014-12-311-4/+37
* gnutls.h: made DTLS protocol version numbering distinctNikos Mavrogiannopoulos2014-12-311-2/+3
* Don't call _gnutls_cipher_encrypt2 with textlen = 0 in _gnutls_auth_cipher_en...Matthias-Christian Ott2014-12-301-8/+10
* Handle zero length plaintext for VIA PadLock functionsMatthias-Christian Ott2014-12-302-3/+6
* use backslashes in windows pathNikos Mavrogiannopoulos2014-12-281-1/+1
* openpgp: properly print names in oneline output as wellNikos Mavrogiannopoulos2014-12-281-0/+3
* updates in openpgp DSA key printingNikos Mavrogiannopoulos2014-12-281-2/+4
* properly print openpgp namesNikos Mavrogiannopoulos2014-12-281-0/+3
* opencdk: print all warnings on compilationNikos Mavrogiannopoulos2014-12-281-1/+1
* opencdk: eliminated warning from armor.cNikos Mavrogiannopoulos2014-12-281-7/+7
* removed cache support for opencdk's keydbNikos Mavrogiannopoulos2014-12-281-213/+2
* Corrected encoding and decoding of ANSI X9.62Nikos Mavrogiannopoulos2014-12-241-4/+26
* updated documentation of gnutls_memcmp()Nikos Mavrogiannopoulos2014-12-231-4/+4
* use everywhere the new name of gnutls_x509_crt_import_pkcs11_urlNikos Mavrogiannopoulos2014-12-231-2/+4
* better cleanup in gnutls_pkcs11_privkey_import_url and allow reuseNikos Mavrogiannopoulos2014-12-231-4/+21
* dropped the sanitize URL approachNikos Mavrogiannopoulos2014-12-235-94/+12
* Instead of sanitizing URLs, use hints to support incomplete PKCS#11 URIsNikos Mavrogiannopoulos2014-12-236-23/+50
* gnutls_x509_crt_import_url replaces gnutls_x509_crt_import_pkcs11_urlNikos Mavrogiannopoulos2014-12-233-7/+7
* use p11_kit_uri_get_pin_source instead of p11_kit_uri_get_pinfileNikos Mavrogiannopoulos2014-12-231-1/+1
* combined gnutls_pkcs11_obj_attr_t with gnutls_pkcs11_obj_flagsNikos Mavrogiannopoulos2014-12-225-76/+81
* first attempt to unify obj_attrs with obj_flagsNikos Mavrogiannopoulos2014-12-213-96/+63
* Directly import PKCS #11 object URLs as trusted certificatesNikos Mavrogiannopoulos2014-12-212-14/+132
* PSK: added sanity check on PSK key size setNikos Mavrogiannopoulos2014-12-201-0/+7