summaryrefslogtreecommitdiff
path: root/lib/nettle
Commit message (Expand)AuthorAgeFilesLines
* 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
* | nettle: return true for gnutls_mac_exists(AES-CMAC*)Dmitry Eremin-Solenikov2019-06-281-0/+2
* | 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-281-0/+127
* | lib: add support for gnutls_hash_copy()Dmitry Eremin-Solenikov2019-06-261-0/+17
* | Add MAC copying support to nettle backendDmitry Eremin-Solenikov2019-06-241-0/+17
|/
* Always pass in and check Q in TLS 1.3Simo Sorce2019-05-231-0/+5
* Add plumbing to handle Q parameter in DH exchangesSimo Sorce2019-05-231-1/+3
* Add Full Public Key Check for DHSimo Sorce2019-05-231-3/+20
* lib/nettle: fix carry flag in Streebog codeDmitry Eremin-Solenikov2019-05-131-5/+7
* Add or clean header guards in lib/nettletmp-header-guardsTim Rühsen2019-05-0725-58/+88
* crypto: add private API to retrieve internal IVDaiki Ueno2019-05-031-0/+14
* nettle: include config.h before checking for definitionstmp-cmac-cfb8-fixNikos Mavrogiannopoulos2019-04-062-0/+8
* Vendor in XTS functionality from NettleSimo Sorce2019-03-294-0/+447
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-1350-50/+50
* Remove redundant resets of variables after free()Tim Rühsen2019-02-222-5/+0
* lib/nettle: replace nettle-stdint.h with just stdint.hDmitry Eremin-Solenikov2019-01-301-1/+1
* Fix typos in lib/tmp-fix-typos-in-libTim Rühsen2019-01-043-4/+4
* Constant time/cache PKCS#1 RSA decryptiontmp-fix-CVE-2018-16868Simo Sorce2018-11-301-0/+52
* DRBG: Use ACVP validated test vector in self testStephan Mueller2018-11-271-81/+66
* DRBG: Remove all traces of FIPS 140-2 continuous self testStephan Mueller2018-11-252-18/+0
* nettle/gost: gostdsa: use size_t instead of mp_limb_tDmitry Eremin-Solenikov2018-11-162-2/+2
* nettle: unmaks GOST private keys if necessaryDmitry Eremin-Solenikov2018-11-161-0/+3
* nettle/gost: support GOST key unmaskingDmitry Eremin-Solenikov2018-11-163-1/+87
* Vendor in CMAC functionality from NettleSimo Sorce2018-10-284-0/+359
* Add CMAC SupportSimo Sorce2018-10-281-0/+32
* nettle: fix s-boxes selection for rare GOST 28147-89 variantsDmitry Eremin-Solenikov2018-10-281-3/+3
* Merge branch 'cfb8' into 'master'Dmitry Eremin-Solenikov2018-10-264-1/+277
|\
| * Vendor in CFB8 functionality from NettleSimo Sorce2018-10-244-1/+219
| * Add AES-CFB8 SupportSimo Sorce2018-10-241-0/+58
* | system: provide a means to replace gettime implementationDaiki Ueno2018-10-261-1/+1
|/
* use a consistent method to mark fall-through in switch casesNikos Mavrogiannopoulos2018-08-081-2/+2
* nettle/rnd-fips: updated documentationNikos Mavrogiannopoulos2018-07-131-4/+2
* lib/nettle/gost: support building with mini-nettle/mini-gmpDmitry Eremin-Solenikov2018-06-262-2/+2
* wrap_nettle_pk_generate_keys: retry on provable key generationtmp-fix-fips-generationNikos Mavrogiannopoulos2018-06-261-3/+12
* nettle: add support for GOST 34.10 public keysDmitry Eremin-Solenikov2018-06-231-1/+379
* nettle: add support for unsigned LE MPIsDmitry Eremin-Solenikov2018-06-231-2/+18
* nettle: add support for GOST 34.11 hash functionsDmitry Eremin-Solenikov2018-06-231-0/+71
* nettle: support GOST28147-89 in CFB modeDmitry Eremin-Solenikov2018-06-231-0/+127
* Import GOST-supporting part from Nettle pending patchesDmitry Eremin-Solenikov2018-06-2334-0/+10202
* drbg-aes: removed the continuous DRBG checksNikos Mavrogiannopoulos2018-06-181-12/+0
* configure: Include sys/random.h before checking for getentropy on macOSMartin Storsjo2018-06-161-0/+3
* Fix gcc 8 warningsTim Rühsen2018-06-141-9/+15
* nettle: require Nettle library >= 3.4Dmitry Eremin-Solenikov2018-06-1314-961/+0
* nettle: fix casts which result to warnings in newer gccNikos Mavrogiannopoulos2018-05-091-4/+14
* nettle: corrected typo in version check for compatibility mode with 3.3tmp-nettle-version-check-updateNikos Mavrogiannopoulos2018-03-251-1/+1
* nettle/pk: include nettle/version.hNikos Mavrogiannopoulos2018-03-201-0/+1
* configure: simplified nettle version checkNikos Mavrogiannopoulos2018-03-011-1/+1