summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add/fix copyright headers.Simon Josefsson2012-01-209-10/+9
* Add OCSP functionality.Simon Josefsson2012-01-208-2/+3295
* Fix semantics of (unused) _gnutls_trustlist_inlist.Simon Josefsson2012-01-202-8/+9
* Fix mem leak.Simon Josefsson2012-01-201-0/+2
* GNUTLS_E_NO_PRIORITIES_WERE_SET is also returned by gnutls_priority_set_*Nikos Mavrogiannopoulos2012-01-182-1/+8
* introduced GNUTLS_E_NO_PRIORITIES_WERE_SET.Nikos Mavrogiannopoulos2012-01-183-0/+8
* GTK-DOC fixes.Simon Josefsson2012-01-162-2/+8
* Collapse and cleanup copyright information.Simon Josefsson2012-01-1612-23/+12
* Run 'make update-copyright'.Simon Josefsson2012-01-16257-344/+318
* improved docNikos Mavrogiannopoulos2012-01-141-2/+2
* Fix memory leak.Simon Josefsson2012-01-141-2/+2
* better indent gnutls_certificate_set_x509_simple_pkcs12_file to allow them be...Nikos Mavrogiannopoulos2012-01-141-4/+2
* Only list algorithms if they are implemented.Nikos Mavrogiannopoulos2012-01-129-12/+120
* reordered ciphers to place on top the most used.Nikos Mavrogiannopoulos2012-01-121-4/+4
* Added gnutls_session_resumption_requested().Nikos Mavrogiannopoulos2012-01-115-4/+30
* avoid allocating a privkey param for the public key.Nikos Mavrogiannopoulos2012-01-111-16/+10
* corrected issue in ECDH key generation.Nikos Mavrogiannopoulos2012-01-111-2/+1
* better handle alert for GNUTLS_E_PREMATURE_TERMINATIONNikos Mavrogiannopoulos2012-01-111-0/+1
* do not absorb error messageNikos Mavrogiannopoulos2012-01-111-2/+5
* Eliminated memory leak in ecc_projective_check_point().Nikos Mavrogiannopoulos2012-01-101-7/+11
* gnutls_x509_dn_oid_name() was extended with a flags option that accepts curre...Nikos Mavrogiannopoulos2012-01-103-21/+11
* Added discussion of distinguished names.Nikos Mavrogiannopoulos2012-01-104-16/+16
* Added gnutls_x509_dn_oid_name().Nikos Mavrogiannopoulos2012-01-095-5/+16
* Defined more precisely the SECURE levels.Nikos Mavrogiannopoulos2012-01-091-1/+4
* updated descriptionsNikos Mavrogiannopoulos2012-01-091-9/+22
* removed not applicable comments.Nikos Mavrogiannopoulos2012-01-091-21/+7
* Added gnutls_pubkey_encrypt_data().Nikos Mavrogiannopoulos2012-01-083-2/+39
* removed trailing slash.Nikos Mavrogiannopoulos2012-01-081-2/+1
* Authority information access information -> Authority information accessNikos Mavrogiannopoulos2012-01-081-1/+1
* _gnutls_proc_cert_client_certificate and _gnutls_proc_cert_server_certificate...Nikos Mavrogiannopoulos2012-01-076-18/+16
* gnutls_dh_params_cpy() copies the src->q_bits.Nikos Mavrogiannopoulos2012-01-061-0/+1
* corrected leak in DH parameter generation.Nikos Mavrogiannopoulos2012-01-061-5/+0
* removed old commentNikos Mavrogiannopoulos2012-01-061-1/+0
* corrected typoNikos Mavrogiannopoulos2012-01-061-1/+1
* Corrected functionality of gnutls_record_get_direction(). Reported by Philip ...Nikos Mavrogiannopoulos2012-01-061-0/+4
* provide less timing information when decoding packets. Patch by Nadhem Alfardan.Nikos Mavrogiannopoulos2012-01-061-1/+6
* added missing fileNikos Mavrogiannopoulos2012-01-041-1/+1
* GNUTLS_PK_ECC -> GNUTLS_PK_ECNikos Mavrogiannopoulos2012-01-0219-56/+57
* CDK_EOF error code now returns GNUTLS_E_PARSING_ERRORNikos Mavrogiannopoulos2011-12-311-0/+2
* removed cdk_armor_filter_use()Nikos Mavrogiannopoulos2011-12-312-31/+0
* more opencdk simplificationsNikos Mavrogiannopoulos2011-12-315-76/+28
* Removed unneeded opencdk functionality.Nikos Mavrogiannopoulos2011-12-317-627/+11
* _gnutls_is_secure_memory is no more.Nikos Mavrogiannopoulos2011-12-302-14/+0
* Avoid using base64 armor auto-detection which causes decoding errors in win32.Nikos Mavrogiannopoulos2011-12-302-11/+7
* corrected bug in DSA private key parsing.Nikos Mavrogiannopoulos2011-12-291-1/+0
* Allow the insertion of characters to align the randomart.Nikos Mavrogiannopoulos2011-12-295-10/+31
* updated random art's messages.Nikos Mavrogiannopoulos2011-12-282-2/+2
* Print the randomart on the key ID and not the fingerprint.Nikos Mavrogiannopoulos2011-12-282-22/+22
* Updated GNUTLS_E_NO_CERTIFICATE_FOUND description.Nikos Mavrogiannopoulos2011-12-281-1/+1
* print randomart for private keys as well.Nikos Mavrogiannopoulos2011-12-285-9/+9