summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add src/psk2.c using new src/options.c [skip ci]tmp-remove-liboptsTim Rühsen2019-05-297-2/+890
* Merge branch 'tmp-datum-cleanup' into 'master'Tim Rühsen2019-05-297-51/+69
|\
| * 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
|/
* doc: do not distribute pdf filesNikos Mavrogiannopoulos2019-05-281-2/+2
* released 3.6.8Nikos Mavrogiannopoulos2019-05-281-9/+10
* minor updates in the latex version of the manual [ci skip]Nikos Mavrogiannopoulos2019-05-276-6/+15
* doc update [ci skip]Nikos Mavrogiannopoulos2019-05-272-4/+11
* Merge branch 'tmp-avoid-libs-in-libsvar' into 'master'Nikos Mavrogiannopoulos2019-05-242-2/+10
|\
| * .gitlab-ci.yml: ensure that the LIBS variable is empty after a configure runtmp-avoid-libs-in-libsvarNikos Mavrogiannopoulos2019-05-241-0/+1
| * Do not add libraries in the global LIBS in configureNikos Mavrogiannopoulos2019-05-241-2/+9
|/
* Merge branch 'tmp-version-override' into 'master'Daiki Ueno2019-05-247-5/+14
|\
| * bumped versiontmp-version-overrideNikos Mavrogiannopoulos2019-05-242-4/+4
| * tests: prf-early fixes the global versionNikos Mavrogiannopoulos2019-05-245-1/+10
|/
* certtool: corrected typo in manual [ci skip]Nikos Mavrogiannopoulos2019-05-231-2/+2
* Revert "bumped version"Nikos Mavrogiannopoulos2019-05-232-4/+4
* tests: prf-early.sh: use the static flag of datefudgeNikos Mavrogiannopoulos2019-05-231-1/+1
* tlsfuzzer: reverted accidental move to incorrect versionNikos Mavrogiannopoulos2019-05-231-0/+0
* NEWS: doc updateNikos Mavrogiannopoulos2019-05-231-1/+14
* bumped versionNikos Mavrogiannopoulos2019-05-232-4/+4
* Pass down Q for FFDHE in al pre TLS1.3 as wellSimo Sorce2019-05-232-6/+38
* Check Q for FFDHE primes in prime-checkSimo Sorce2019-05-231-13/+23
* 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-2312-47/+610
* Add test to ensure ECDH exchange behaves correctlySimo Sorce2019-05-233-1/+210
* Add test to ensure DH exchange behaves correctlySimo Sorce2019-05-232-1/+156
* 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-2310-8/+24
|\ \
| * | tlsfuzzer: use %ALLOW_SMALL_RECORDS for testingtmp-small-recordsDaiki Ueno2019-05-224-6/+3
| * | priority: add new option to allow small records (>= 64)Daiki Ueno2019-05-226-2/+21
| |/
* | Merge branch 'tmp-remove-unused-flag' into 'master'Nikos Mavrogiannopoulos2019-05-233-13/+23
|\ \
| * | tests: verify functionality of GNUTLS_VERIFY_DISABLE_CA_SIGN flagtmp-remove-unused-flagNikos Mavrogiannopoulos2019-05-212-9/+21
| * | pubkey: remove deprecated TLS1_RSA flag checkKenneth J. Miller2019-05-211-4/+2
* | | Merge branch 'tmp-privkey-tls13' into 'master'Daiki Ueno2019-05-2213-20/+434
|\ \ \ | |_|/ |/| |
| * | algorithms: eliminate the FFDHE alert desc requirementDaiki Ueno2019-05-225-19/+18
| * | server auth: disable TLS 1.3 if no signature algorithm is usableDaiki Ueno2019-05-209-2/+417
* | | 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-2144-167/+730
|\ \ \ | |_|/ |/| |
| * | x509.h: removed stray '%'Nikos Mavrogiannopoulos2019-05-201-1/+1
| * | certtool: CA certificates will contain the digital signature key usage flagNikos Mavrogiannopoulos2019-05-2028-127/+231
| * | Added profile to correspond to the future security parameterNikos Mavrogiannopoulos2019-05-2011-34/+393
| * | tests: added unit tests of utc and generalTime convertorNikos Mavrogiannopoulos2019-05-204-3/+102