summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fixed AESNI CCM encryptionNikos Mavrogiannopoulos2015-04-071-1/+1
* cleanups in CCM-aesniNikos Mavrogiannopoulos2015-04-071-33/+12
* removed unused functionsNikos Mavrogiannopoulos2015-04-071-70/+0
* extend the fallback to setkey in addition to initNikos Mavrogiannopoulos2015-04-072-8/+12
* doc updateNikos Mavrogiannopoulos2015-04-071-4/+4
* introduced GNUTLS_E_NEED_FALLBACK to allow falling back from registered ciphersNikos Mavrogiannopoulos2015-04-073-1/+23
* ciphersuites: moved CCM ciphersuites in the appropriate ifdefsNikos Mavrogiannopoulos2015-04-071-32/+35
* Added CCM-8 ciphersuitesNikos Mavrogiannopoulos2015-04-076-3/+127
* don't enforce iv_size > block_size; it is no longer true for all ciphersNikos Mavrogiannopoulos2015-04-041-3/+1
* simplified calc_enc_length_streamNikos Mavrogiannopoulos2015-04-041-4/+5
* gnutls_ext_register will fail on double registrationNikos Mavrogiannopoulos2015-04-041-3/+16
* gnutls_supplemental_register will fail on double registrationNikos Mavrogiannopoulos2015-04-042-3/+17
* libgnutls.map: remove gnutls_record_set_max_empty_recordsNikos Mavrogiannopoulos2015-04-041-1/+0
* account for the renamed gnutls_supplemental_recv/sendNikos Mavrogiannopoulos2015-04-041-2/+2
* gnutls_do_recv/send_supplemental -> gnutls_supplemental_recv/sendNikos Mavrogiannopoulos2015-04-042-15/+16
* Added documentation for gnutls_do_send/recv_supplementalNikos Mavrogiannopoulos2015-04-042-4/+25
* doc updatesNikos Mavrogiannopoulos2015-04-0410-11/+37
* the base64 xxx_alloc functions were renamed to xxx2Nikos Mavrogiannopoulos2015-04-046-23/+29
* pkcs11: use key_usage to set the appropriate flagsNikos Mavrogiannopoulos2015-04-044-12/+85
* cleanups in supplemental data supportNikos Mavrogiannopoulos2015-04-042-4/+9
* DH: do not warn on zero q_bitsNikos Mavrogiannopoulos2015-04-041-1/+1
* chacha20-poly1305: ciphersuite numbers correspond to the latest draftNikos Mavrogiannopoulos2015-04-021-8/+8
* doc update: account for new functionsNikos Mavrogiannopoulos2015-04-012-2/+3
* pkcs11: added GNUTLS_PKCS11_OBJ_FLAG_EXPECT_PUBKEYNikos Mavrogiannopoulos2015-04-013-21/+27
* gnutls_priv/pubkey_import_url replace: gnutls_privkey_import_pkcs11_url and g...Nikos Mavrogiannopoulos2015-04-014-11/+22
* only send EtM extension if we have CBC ciphersuitesNikos Mavrogiannopoulos2015-04-015-6/+36
* gnutls_privkey_sign_raw_data: converted to macro over gnutls_privkey_sign_hashNikos Mavrogiannopoulos2015-04-013-13/+15
* avoid compilation warnings in self checks (take 2)Nikos Mavrogiannopoulos2015-03-311-3/+3
* Revert "selftests: avoid compilatio warnings"Nikos Mavrogiannopoulos2015-03-311-4/+4
* exported new functionsNikos Mavrogiannopoulos2015-03-311-4/+3
* pkcs11: enhanced key generation functions to allow specifying a CKA_IDNikos Mavrogiannopoulos2015-03-312-20/+63
* selftests: avoid compilatio warningsNikos Mavrogiannopoulos2015-03-311-4/+4
* enhanced copy functions to allow specifying a CKA_IDNikos Mavrogiannopoulos2015-03-302-37/+60
* corrected GNUTLS_ECDHE_ECDSA_CHACHA20_POLY1305Nikos Mavrogiannopoulos2015-03-291-1/+1
* Better fix for the double free in dist point parsingNikos Mavrogiannopoulos2015-03-281-4/+6
* updated minitasn1Nikos Mavrogiannopoulos2015-03-282-4/+5
* gnutls_pkcs11_copy_x509_privkey: increase size for attributesNikos Mavrogiannopoulos2015-03-281-1/+1
* moved chacha20-poly1305 ciphersuites to the 0xCD spaceNikos Mavrogiannopoulos2015-03-281-8/+8
* doc update: replace cryptographic algorithm by encryption algorithmNikos Mavrogiannopoulos2015-03-281-1/+1
* gnutls_subject_alt_names_set and gnutls_x509_aki_set_cert_issuer will set nul...Nikos Mavrogiannopoulos2015-03-284-2/+67
* doc: be consistent in the function descriptionsJiří Klimeš2015-03-281-41/+41
* doc: correct the description of crypto API functionsJiří Klimeš2015-03-281-5/+5
* Fix a few compiler warnings about unused variablesJiří Klimeš2015-03-282-2/+8
* fixed CHACHA20-POLY1305 in DTLSNikos Mavrogiannopoulos2015-03-281-1/+1
* when calculating record overhead account for chacha20 which doesn't send the ...Nikos Mavrogiannopoulos2015-03-281-4/+7
* Added the CHACHA20-POLY1305 ciphersuites (with random IDs)Nikos Mavrogiannopoulos2015-03-285-55/+137
* added chacha20-poly1305 as cipherNikos Mavrogiannopoulos2015-03-284-3/+63
* do not penalize CBC ciphers with the maximum send data sizeNikos Mavrogiannopoulos2015-03-281-6/+0
* gnutls_record_set_max_empty_records: removedNikos Mavrogiannopoulos2015-03-284-27/+2
* eliminated double-free in the parsing of dist pointsNikos Mavrogiannopoulos2015-03-271-1/+0