summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant condition in align_allocd_with_data().Jaak Ristioja2014-12-171-1/+1
* Deduplicated some code in _gnutls_buffer_append_data().Jaak Ristioja2014-12-171-5/+2
* Explicitly marked some variables const in _gnutls_buffer_append_data().Jaak Ristioja2014-12-171-4/+4
* _gnutls_buffer_*: moved common operations to functionNikos Mavrogiannopoulos2014-12-161-12/+10
* _gnutls_buffer_append_data: moved common code outside the if-clauseNikos Mavrogiannopoulos2014-12-161-8/+4
* use gnutls_x509_trust_list_verify_named_crt in gnutls_x509_trust_list_verify_...Nikos Mavrogiannopoulos2014-12-121-8/+32
* gnutls_rnd: doc updateNikos Mavrogiannopoulos2014-12-121-1/+3
* gnutls_pkcs12_simple_parse: doc updateNikos Mavrogiannopoulos2014-12-121-1/+1
* Allow a random generator with the same priority to re-registerNikos Mavrogiannopoulos2014-12-111-1/+1
* added the .check function in FIPS140-2 codeNikos Mavrogiannopoulos2014-12-101-0/+10
* corrected typoNikos Mavrogiannopoulos2014-12-081-1/+1
* accelerated: added required castsNikos Mavrogiannopoulos2014-12-063-3/+3
* the priority string EXPORT is no moreNikos Mavrogiannopoulos2014-12-061-12/+0
* aesni-ccm: removed unused struct entriesNikos Mavrogiannopoulos2014-12-061-2/+0
* added AESNI accelerated CCMNikos Mavrogiannopoulos2014-12-064-3/+191
* more nettle3 related changesNikos Mavrogiannopoulos2014-12-063-6/+6
* _gnutls_buffer_to_datum: includes code for exporting stringsNikos Mavrogiannopoulos2014-12-0510-79/+29
* when the trusted list contains a non-CA certificate warn via the audit logNikos Mavrogiannopoulos2014-12-051-0/+12
* modified the CCM ciphersuite's name to match the one in the IANA registryNikos Mavrogiannopoulos2014-12-051-20/+20
* removed several of the unneeded exported internal symbolsNikos Mavrogiannopoulos2014-12-041-11/+3
* use unsigned long in gcm_cast_stNikos Mavrogiannopoulos2014-12-031-1/+1
* corrected issue in AES-256-GCMNikos Mavrogiannopoulos2014-12-031-1/+1
* simplified abstractions over nettle based on Niels' comments.Nikos Mavrogiannopoulos2014-12-031-110/+74
* API doc updateNikos Mavrogiannopoulos2014-12-031-2/+2
* Added test vectors for CCM modeNikos Mavrogiannopoulos2014-12-031-11/+109
* CCM: corrected AEAD decryptionNikos Mavrogiannopoulos2014-12-031-8/+5
* CCM mode moved to the lowest priorityNikos Mavrogiannopoulos2014-12-031-11/+12
* aes-gcm-aead.h: generalizedNikos Mavrogiannopoulos2014-12-031-5/+2
* use the new AEAD API in gnutls_cipher.cNikos Mavrogiannopoulos2014-12-031-44/+42
* Added definitions for CCM ciphersuitesNikos Mavrogiannopoulos2014-12-035-0/+153
* Modified crypto backend to accomodate for the CCM ciphersuitesNikos Mavrogiannopoulos2014-12-0314-542/+695
* More nettle2 updates (in FIPS140-2 mode)Nikos Mavrogiannopoulos2014-12-034-83/+68
* ported to nettle 3.0Nikos Mavrogiannopoulos2014-12-0313-256/+246
* documented the removal of deprecated functionsNikos Mavrogiannopoulos2014-12-031-23/+0
* corrected comparisonNikos Mavrogiannopoulos2014-12-031-1/+1
* removed the old gnutls_retr_st compatibility functionsNikos Mavrogiannopoulos2014-12-036-203/+5
* Removed binary compatibility with RSA-EXPORT using applicationsNikos Mavrogiannopoulos2014-12-034-332/+1
* removed the old priority functionsNikos Mavrogiannopoulos2014-12-032-167/+0
* removed gnutls_x509_crt_verify_hash() and gnutls_x509_crt_verify_data()Nikos Mavrogiannopoulos2014-12-032-111/+0
* gnutls_sign_callback_set() and gnutls_sign_callback_get() were removedNikos Mavrogiannopoulos2014-12-034-110/+1
* renumbered fields in gnutls.hNikos Mavrogiannopoulos2014-12-031-19/+19
* increased gnutls' soversionNikos Mavrogiannopoulos2014-12-031-28/+5
* if the rnd structure doesn't provide check, _gnutls_rnd_check() will succeedNikos Mavrogiannopoulos2014-12-021-1/+4
* Reorganized, and eliminated memory leak in _gnutls_x509_crt_check_revocation()Nikos Mavrogiannopoulos2014-11-301-13/+15
* gnutls_system_key_iter_get_info() allows restricting results to a specific ce...Nikos Mavrogiannopoulos2014-11-283-0/+8
* removed unneeded variableNikos Mavrogiannopoulos2014-11-281-2/+0
* doc updateNikos Mavrogiannopoulos2014-11-282-1/+8
* gnutls_session_get_desc: allow proper printing of the NULL KXNikos Mavrogiannopoulos2014-11-281-9/+15
* gnutls_session_get_desc will return NULL if initial negotiation is not completeNikos Mavrogiannopoulos2014-11-281-0/+6
* GNUTLS_E_CERTIFICATE_LIST_UNSORTED can be returned from gnutls_pcert_import_x...Nikos Mavrogiannopoulos2014-11-275-89/+55