summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | Merge branch 'tmp-asm' into 'master'Nikos Mavrogiannopoulos2019-06-2771-13581/+53045
|\ \
| * | Align _gnutls_x86_cpuid_s as OPENSSL_ia32cap_P would beNikos Mavrogiannopoulos2019-06-2721-586/+101
| * | Updated asm files to latest version under cryptogams licenseNikos Mavrogiannopoulos2019-06-2757-13003/+52952
|/ /
* | Merge branch 'hmac-copy' into 'master'Dmitry Eremin-Solenikov2019-06-2625-0/+343
|\ \ | |/ |/|
| * NEWS: document gnutls_hash/hmac_copy additionDmitry Eremin-Solenikov2019-06-261-0/+6
| * gnutls_hash/hmac_copy: check its usability in all casesNikos Mavrogiannopoulos2019-06-267-6/+12
| * accelerated ciphers: implement hmac and hash copyNikos Mavrogiannopoulos2019-06-266-0/+121
| * lib: add support for gnutls_hash_copy()Dmitry Eremin-Solenikov2019-06-2612-0/+104
| * crypto-selftests: add test for gnutls_hmac_copy()Dmitry Eremin-Solenikov2019-06-261-0/+28
| * api: add gnutls_hmac_copy() functionDmitry Eremin-Solenikov2019-06-267-0/+39
| * 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
|/
* Merge branch 'tmp-inih' into 'master'Nikos Mavrogiannopoulos2019-06-2044-6920/+9050
|\
| * updated auto-generated filesNikos Mavrogiannopoulos2019-06-205-6795/+6932
| * config: added ability to override and mark algorithms as disabledNikos Mavrogiannopoulos2019-06-2034-43/+1521
| * Use inih to parse configuration fileNikos Mavrogiannopoulos2019-06-209-92/+607
* | Merge branch 'makefile-patch' into 'master'Nikos Mavrogiannopoulos2019-06-201-3/+3
|\ \ | |/ |/|
| * Corrected call for updating ABI filesKarsten Ohme2019-06-191-3/+3
* | Merge branch 'tmp-deprecate-registration-apis' into 'master'Nikos Mavrogiannopoulos2019-06-202-5/+18
|\ \