summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* xts: check key blocks according to FIPS-140-2 IG A.9tmp-xts-ig-a9Daiki Ueno2020-04-141-4/+48
* Merge branch 'ftbfs20201024' into 'master'Nikos Mavrogiannopoulos2020-04-061-0/+11
|\
| * tests: Fix status-request-revoked after 2020-10-24Bernhard M. Wiedemann2020-04-051-0/+11
|/
* Merge branch 'tmp-valgrind-memcheck' into 'master'Nikos Mavrogiannopoulos2020-04-053-3/+35
|\
| * build: use valgrind client request to detect undefined memory usetmp-valgrind-memcheckDaiki Ueno2020-04-043-3/+35
* | Merge branch 'compare_dn' into 'master'Nikos Mavrogiannopoulos2020-04-056-15/+187
|\ \
| * | Compare DNs by comparing their string representationsPierre Ossman2020-04-035-4/+185
| * | Properly compare DNs when checking sortingPierre Ossman2020-04-031-11/+2
|/ /
* | Merge branch 'tmp-libidn-simplify' into 'master'Nikos Mavrogiannopoulos2020-04-033-100/+10
|\ \
| * | IDNA: require libidn2 2.0.0Nikos Mavrogiannopoulos2020-03-313-100/+10
|/ /
* | 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