summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* gnutls_hash/hmac_copy: check its usability in all casesNikos Mavrogiannopoulos2019-06-261-6/+2
* accelerated ciphers: implement hmac and hash copyNikos Mavrogiannopoulos2019-06-266-0/+121
* lib: add support for gnutls_hash_copy()Dmitry Eremin-Solenikov2019-06-268-0/+99
* crypto-selftests: add test for gnutls_hmac_copy()Dmitry Eremin-Solenikov2019-06-261-0/+28
* api: add gnutls_hmac_copy() functionDmitry Eremin-Solenikov2019-06-263-0/+34
* Add MAC copying support to nettle backendDmitry Eremin-Solenikov2019-06-241-0/+17
* Add MAC api to support copying of instancesDmitry Eremin-Solenikov2019-06-244-0/+22
* config: added ability to override and mark algorithms as disabledNikos Mavrogiannopoulos2019-06-2010-23/+504
* Use inih to parse configuration fileNikos Mavrogiannopoulos2019-06-206-91/+597
* Marked the crypto backend registration APIs as deprecatedtmp-deprecate-registration-apisNikos Mavrogiannopoulos2019-06-201-4/+8
* Merge branch 'tmp-fix-raw-flag-in-newapi' into 'master'Nikos Mavrogiannopoulos2019-06-141-4/+12
|\
| * gnutls_privkey_sign_hash2: accept the GNUTLS_PRIVKEY_SIGN_FLAG_TLS1_RSA flagtmp-fix-raw-flag-in-newapiNikos Mavrogiannopoulos2019-06-101-4/+12
* | fips: run selftests over overridden AES-CBC algorithmtmp-aes-cbc-selftestDaiki Ueno2019-06-121-0/+6
|/
* tls13/key_update: ignore multiple key updates instead of errortmp-keyupdate-fixesDaiki Ueno2019-06-051-2/+0
* Prefix gcc attributes with 'attr_'tmp-fix-travis2Tim Rühsen2019-06-042-11/+11
* gnutls_prf_early: corrected Since version [ci skip]Nikos Mavrogiannopoulos2019-06-031-1/+1
* Fix warn_unused_result for clang < 4tmp-fix-travisTim Rühsen2019-06-021-1/+3
* Remove malloc from gnutls_srp_set_server_fake_salt_seed()tmp-datum-cleanupNikos Mavrogiannopoulos2019-05-283-18/+18
* gnutls_session_set_data(): Check for allocation errorTim Rühsen2019-05-281-1/+5
* _gnutls_set_[str]datum: Cleanup, add function attributesTim Rühsen2019-05-282-21/+19
* Add nonnull, nonnull_all and warn_unusd_result attributes in lib/gnutls_int.hTim Rühsen2019-05-281-11/+27
* tests: prf-early fixes the global versionNikos Mavrogiannopoulos2019-05-244-1/+7
* Pass down Q for FFDHE in al pre TLS1.3 as wellSimo Sorce2019-05-232-6/+38
* Always pass in and check Q in TLS 1.3Simo Sorce2019-05-234-2/+23
* Add plumbing to handle Q parameter in DH exchangesSimo Sorce2019-05-236-25/+540
* Add Full Public Key Check for DHSimo Sorce2019-05-231-3/+20
* Fix Copy&Paste errorSimo Sorce2019-05-231-1/+1
* Merge branch 'tmp-keyupdate-fixes' into 'master'Nikos Mavrogiannopoulos2019-05-233-9/+23
|\
| * tls13/key_update: increase handling limit from 1 to 8Daiki Ueno2019-05-222-8/+20
| * record_add_to_buffers: check if there is an incomplete handshake headerDaiki Ueno2019-05-221-1/+3
* | Merge branch 'tmp-small-records' into 'master'Daiki Ueno2019-05-235-2/+18
|\ \
| * | priority: add new option to allow small records (>= 64)Daiki Ueno2019-05-225-2/+18
| |/
* | Merge branch 'tmp-remove-unused-flag' into 'master'Nikos Mavrogiannopoulos2019-05-231-4/+2
|\ \
| * | pubkey: remove deprecated TLS1_RSA flag checkKenneth J. Miller2019-05-211-4/+2
* | | Merge branch 'tmp-privkey-tls13' into 'master'Daiki Ueno2019-05-226-13/+28
|\ \ \ | |_|/ |/| |
| * | algorithms: eliminate the FFDHE alert desc requirementDaiki Ueno2019-05-221-13/+1
| * | server auth: disable TLS 1.3 if no signature algorithm is usableDaiki Ueno2019-05-205-0/+27
* | | Merge branch 'mark_const' into 'master'Tim Rühsen2019-05-212-2/+2
|\ \ \ | |_|/ |/| |
| * | Mark second argument of function gnutls_x509_crt_equals2 as constAleksei Nikiforov2019-05-212-2/+2
* | | x509.h: corrected typo in newly introduced definitionNikos Mavrogiannopoulos2019-05-211-1/+1
* | | Merge branch 'tmp-minor-fixes' into 'master'Nikos Mavrogiannopoulos2019-05-2110-33/+150
|\ \ \ | |_|/ |/| |
| * | x509.h: removed stray '%'Nikos Mavrogiannopoulos2019-05-201-1/+1
| * | Added profile to correspond to the future security parameterNikos Mavrogiannopoulos2019-05-207-29/+140
| * | tests: added unit tests of utc and generalTime convertorNikos Mavrogiannopoulos2019-05-202-2/+7
| * | algorithms/secparams.c: fixed indentationNikos Mavrogiannopoulos2019-05-201-1/+2
* | | Apply STD3 ASCII rules in gnutls_idna_map()tmp-fix-evil-idnaTim Rühsen2019-05-201-3/+7
|/ /
* | Fix _Thread_local for C99 installed in C11 environmentstmp-fix-gcc4.4Tim Rühsen2019-05-171-2/+4
* | Remove redundant typedef of Tspi_Context_GetTpmObject_func()Tim Rühsen2019-05-171-1/+0
|/
* Merge branch 'tmp-record-sizes' into 'master'Daiki Ueno2019-05-1411-47/+116
|\
| * ext/record_size_limit: distinguish sending and receiving limitstmp-record-sizesDaiki Ueno2019-05-1411-47/+116