summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* abi-check: correctly bail-out on errorstmp-fix-abicheckNikos Mavrogiannopoulos2019-07-222-2/+42
* Support for Generalname registeredID from RFC 5280 in subject alt nameKarsten Ohme2019-07-2210-15/+66
* libgnutls.abignore: added comment linking to syntaxNikos Mavrogiannopoulos2019-07-211-0/+3
* NEWS: updated for upcoming release [ci skip]Nikos Mavrogiannopoulos2019-07-211-14/+15
* Merge branch 'tmp-tls-fuzzer' into 'master'Nikos Mavrogiannopoulos2019-07-194-2/+26
|\
| * Fixed alerts returned on TLS1.3 corner casesNikos Mavrogiannopoulos2019-07-154-2/+26
* | Merge branch 'tmp-fix-doc-gnutls_certificate_set_retrieve_function3' into 'ma...Nikos Mavrogiannopoulos2019-07-171-4/+10
|\ \
| * | Fix documented params for gnutls_certificate_retrieve_function3()tmp-fix-doc-gnutls_certificate_set_retrieve_function3Tim Rühsen2019-07-161-4/+10
|/ /
* | Merge branch 'guile-reauth' into 'master'Tim Rühsen2019-07-127-29/+408
|\ \ | |/ |/|
| * guile: Add support for post-handshake reauthentication.Ludovic Courtès2019-06-125-9/+199
| * guile: Loop or poll upon GNUTLS_E_AGAIN and GNUTLS_E_INTERRUPTED.Ludovic Courtès2019-06-121-5/+50
| * guile: Add bindings for 'gnutls_error_is_fatal'.Ludovic Courtès2019-06-123-12/+28
| * guile: Update list of error values.Ludovic Courtès2019-06-122-3/+131
* | Merge branch 'tmp-session-ticket-valgrind' into 'master'Daiki Ueno2019-07-111-1/+5
|\ \
| * | ext/session_ticket: avoid calling memcpy on overlapping memory areastmp-session-ticket-valgrindDaiki Ueno2019-07-101-1/+5
* | | Merge branch 'tmp-pkcs11-login-error' into 'master'Daiki Ueno2019-07-116-187/+182
|\ \ \
| * | | tests: remove unused destructive/p11-kit-load.shtmp-pkcs11-login-errorDaiki Ueno2019-07-111-185/+0
| * | | pkcs11: ignore login error when traversing tokensDaiki Ueno2019-07-115-2/+182
* | | | Merge branch 'tmp-mark-infinite-loops' into 'master'Nikos Mavrogiannopoulos2019-07-102-35/+24
|\ \ \ \
| * | | | lib: mark infinite loops explicitlytmp-mark-infinite-loopsNikos Mavrogiannopoulos2019-07-102-35/+24
|/ / / /
* | | | Merge branch 'tmp-coverage' into 'master'Nikos Mavrogiannopoulos2019-07-091-12/+98
|\ \ \ \
| * | | | tests: improve coverage of CRQ related functionstmp-coverageNikos Mavrogiannopoulos2019-07-091-12/+98
|/ / / /
* | | | Merge branch 'tmp-var' into 'master'Nikos Mavrogiannopoulos2019-07-092-0/+4
|\ \ \ \
| * | | | encode_ber_digest_info: added sanity checkNikos Mavrogiannopoulos2019-07-082-0/+4
* | | | | Merge branch 'tmp-fix-ocsp' into 'master'Nikos Mavrogiannopoulos2019-07-098-71/+507
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | testcompat-openssl: added interop test with DTLS 1.2Nikos Mavrogiannopoulos2019-07-031-2/+89
| * | | | tests: added sanity check for rfc7633 behaviorNikos Mavrogiannopoulos2019-07-033-1/+380
| * | | | tests: status-request-missing: renamed to rfc7633-missingNikos Mavrogiannopoulos2019-07-032-1/+1
| * | | | status-request-ext: run under all TLS versionsNikos Mavrogiannopoulos2019-07-031-7/+16
| * | | | tests: status-request: cleanupNikos Mavrogiannopoulos2019-07-033-38/+3
| * | | | tests: status-request-missing: run for all TLS versionsNikos Mavrogiannopoulos2019-07-031-22/+18
* | | | | doc update [ci skip]Nikos Mavrogiannopoulos2019-07-081-1/+1
|/ / / /
* | | | Merge branch 'tmp-cli-debug' into 'master'Dmitry Eremin-Solenikov2019-07-014-2/+32
|\ \ \ \ | |_|/ / |/| | |
| * | | gnutls-cli-debug: test whether RSA key exchange is supportedNikos Mavrogiannopoulos2019-06-294-2/+32
* | | | Merge branch 'tmp-fix-desc' into 'master'Nikos Mavrogiannopoulos2019-06-303-5/+325
|\ \ \ \
| * | | | gnutls_session_get_desc: avoid printing a NULL valuetmp-fix-descNikos Mavrogiannopoulos2019-06-293-5/+325
* | | | | Merge branch 'tmp-fips-drbg-continuous' into 'master'Daiki Ueno2019-06-301-21/+81
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | nettle/rnd-fips: add FIPS 140-2 continuous RNG testtmp-fips-drbg-continuousDaiki Ueno2019-06-281-21/+81
* | | | | Merge branch 'mac-gmac' into 'master'Dmitry Eremin-Solenikov2019-06-299-6/+280
|\ \ \ \ \
| * | | | | lib: document gnutls_hmac_fast vs nonce relationshipDmitry Eremin-Solenikov2019-06-282-6/+7
| * | | | | tests/gnutls_hmac_fast: run test for AES-UMAC-96/-128Dmitry Eremin-Solenikov2019-06-281-0/+20
| * | | | | nettle: return true for gnutls_mac_exists(AES-CMAC*)Dmitry Eremin-Solenikov2019-06-281-0/+2
| * | | | | NEWS: add an entry for AES-GMAC algorithmsDmitry Eremin-Solenikov2019-06-281-0/+5
| * | | | | tests/gnutls_hmac_fast: run test for AES-GMAC-128/-192/-256Dmitry Eremin-Solenikov2019-06-281-0/+31
| * | | | | nettle/mac: fail mac calculation if nonce is required but not providedDmitry Eremin-Solenikov2019-06-281-2/+9
| * | | | | nettle/mac: in mac_fast call set_nonce after set_keyDmitry Eremin-Solenikov2019-06-281-1/+1
| * | | | | lib: add support for AES-GMACDmitry Eremin-Solenikov2019-06-286-0/+208
| | |/ / / | |/| | |
* | | | | Merge branch 'tmp-fix-gnutls_x509_crt_list_import2' into 'master'Nikos Mavrogiannopoulos2019-06-282-1/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | tests: gnutls_x509_crt_list_import: verify that return code is as documentedtmp-fix-gnutls_x509_crt_list_import2Nikos Mavrogiannopoulos2019-06-281-0/+3
| * | | | gnutls_x509_crt_list_import2: updated doc to reflect the actual return value ...Nikos Mavrogiannopoulos2019-06-281-1/+1
|/ / / /