summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NEWS: updated for release3.6.13Nikos Mavrogiannopoulos2020-03-311-2/+3
* NEWS: doc updateNikos Mavrogiannopoulos2020-03-301-3/+3
* bumped versionNikos Mavrogiannopoulos2020-03-302-4/+4
* Merge branch 'tmp-added-reproducer-for-960' into 'master'Nikos Mavrogiannopoulos2020-03-304-1/+610
|\
| * NEWS: doc updatetmp-added-reproducer-for-960Nikos Mavrogiannopoulos2020-03-301-0/+5
| * tests: added check for random value of client and server hello in TLSNikos Mavrogiannopoulos2020-03-302-1/+268
| * tests: added reproducer for client hello random value behavior in DTLSNikos Mavrogiannopoulos2020-03-302-1/+338
* | Merge branch 'fix-padlock' into 'master'Nikos Mavrogiannopoulos2020-03-302-4/+7
|\ \
| * | padlock: fix exception in wrap_padlock_hash_fastDmitry Baryshkov2020-03-281-1/+0
| * | padlock: fix exception in sha codeDmitry Baryshkov2020-03-281-0/+2
| * | padlock: make cbc code return error properlyDmitry Baryshkov2020-03-281-3/+5
* | | psk: added checks to satisfy static analyzersNikos Mavrogiannopoulos2020-03-301-0/+6
| |/ |/|
* | Merge branch 'fix-dlts-client-zero-random' into 'master'Nikos Mavrogiannopoulos2020-03-291-1/+1
|\ \
| * | dtls client hello: fix zeroed random (fixes #960)Stefan Bühler2020-03-271-1/+1
|/ /
* | Merge branch 'better_SSL3.0_tests' into 'master'Nikos Mavrogiannopoulos2020-03-274-2/+49
|\ \
| * | add NEWS entryDaniel Lenski2020-03-221-0/+3
| * | add additional tests of SSL 3.0 (with extensions, and with cipher suites not ...Daniel Lenski2020-03-223-1/+42
| * | test_ssl3: minimize cipher suites to those actually included in SSL 3.0Daniel Lenski2020-03-221-2/+5
| * | SSL 3.0 (RFC6101) doesn't actually appear to require extensions, and some ser...Daniel Lenski2020-03-221-1/+1
| |/
* | Merge branch 'tmp-get-keylog-func' into 'master'Daiki Ueno2020-03-259-0/+27
|\ \
| * | gnutls_session_get_keylog_function: new functiontmp-get-keylog-funcDaiki Ueno2020-03-229-0/+27
* | | Merge branch 'fix_echo_serv' into 'master'Daiki Ueno2020-03-241-2/+2
|\ \ \
| * | | gnutls-serv: Do not exit when a message to be echoed is receivedAnderson Toshiyuki Sasaki2020-03-241-2/+2
* | | | Merge branch 'ajuaristi-issue-586' into 'master'Nikos Mavrogiannopoulos2020-03-2427-5212/+6436
|\ \ \ \ | |/ / / |/| | |
| * | | _gnutls_check_id_for_change: ensure that we check the username lengthajuaristi-issue-586Nikos Mavrogiannopoulos2020-03-233-5/+8
| * | | Ensure that an incorrectly formatted password file doesn't cause invalid memo...Nikos Mavrogiannopoulos2020-03-231-1/+2
| * | | Update NEWS fileAnder Juaristi2020-03-231-0/+7
| * | | Update filesAnder Juaristi2020-03-232-5077/+5568
| * | | psk: Allow non-NULL PSK usernamesAnder Juaristi2020-03-2322-132/+854
* | | | Merge branch 'postpone_config_loading' into 'master'Daiki Ueno2020-03-231-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | global: Load configuration after FIPS POSTAnderson Toshiyuki Sasaki2020-03-181-1/+1
* | | | Merge branch 'fix-fuzz' into 'master'Tim Rühsen2020-03-231-3/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | oss-fuzz: return build error if fuzzers have failed to buildDmitry Baryshkov2020-03-221-1/+1
| * | | oss-fuzz: use CC rather than CXX to compile fuzzersDmitry Baryshkov2020-03-221-2/+3
|/ / /
* | | Merge branch 'tmp-fuzz-readme' into 'master'Tim Rühsen2020-03-221-4/+6
|\ \ \ | |_|/ |/| |
| * | fuzz: Update README.md for clang-9 [skip ci]Tim Rühsen2020-03-221-4/+6
* | | Merge branch 'eddsa-pkcs11' into 'master'Nikos Mavrogiannopoulos2020-03-207-4/+282
|\ \ \
| * | | Validate EC_PARAMS for EdDSA keysJakub Jelen2020-03-183-4/+123
| * | | pubkey: Validate input parameters in pubkey_import_ecc_rawJakub Jelen2020-03-181-1/+6
| * | | tests: Verify writing and reading of ECDSA public keys from PKCS#11Jakub Jelen2020-03-181-0/+42
| * | | tests: Verify writing and reading of EdDSA public keysJakub Jelen2020-03-181-0/+43
| * | | pkcs11_write: Copy data to avoid double-free crashes and properly encode EC_P...Jakub Jelen2020-03-181-3/+12
| * | | Add support for loading EdDSA keys from PKCS#11 and using themJakub Jelen2020-02-282-0/+60
* | | | Merge branch 'tmp-prf-get' into 'master'Daiki Ueno2020-03-2010-0/+46
|\ \ \ \ | |_|/ / |/| | |
| * | | state: add function to get the current hash algorithmtmp-prf-getDaiki Ueno2020-03-1910-0/+46
|/ / /
* | | Merge branch 'tmp-chacha' into 'master'Daiki Ueno2020-03-1911-0/+196
|\ \ \ | |_|/ |/| |
| * | abi: add enum values for GNUTLS_CIPHER_CHACHA20_*tmp-chachaDaiki Ueno2020-03-191-0/+2
| * | cipher: allow setting ChaCha20 initial block counterDaiki Ueno2020-03-194-6/+68
| * | nettle: vendor in ChaCha20 implementation from nettleDaiki Ueno2020-03-196-0/+102
| * | cipher: expose raw ChaCha20 cipherDaiki Ueno2020-03-193-0/+30
|/ /