- 04 Apr, 2020 1 commit
-
-
Daniel Lenski authored
The macro gnutls_check_version_numeric, used in b974ed3c, wasn't added until GnuTLS 3.5.0 (and was in fact based on the gtls_ver macro from openconnect) Signed-off-by:
Daniel Lenski <dlenski@gmail.com>
-
- 12 Oct, 2018 1 commit
-
-
David Woodhouse authored
Signed-off-by:
David Woodhouse <dwmw2@infradead.org>
-
- 11 Oct, 2018 3 commits
-
-
David Woodhouse authored
Signed-off-by:
David Woodhouse <dwmw2@infradead.org>
-
David Woodhouse authored
In preparation for potentially implementing a version using ibmtss. Signed-off-by:
David Woodhouse <dwmw2@infradead.org>
-
David Woodhouse authored
If R or S have the top bit set, we need to prepend a zero byte to prevent them from being interpreted as negative. Signed-off-by:
David Woodhouse <dwmw2@infradead.org>
-
- 08 Oct, 2018 1 commit
-
-
David Woodhouse authored
Various caveats, including the complete lack of authentication, lack of EC and policy support, hard-coded use of PKCS#1 padding, etc. But hey, it works for my test case. Signed-off-by:
David Woodhouse <dwmw2@infradead.org>
-
- 03 Oct, 2018 2 commits
-
-
David Woodhouse authored
This doesn't do anything useful at all yet. It would be nice if the two available OpenSSL engines were actually compatible. Signed-off-by:
David Woodhouse <dwmw2@infradead.org>
-
David Woodhouse authored
Signed-off-by:
David Woodhouse <dwmw2@infradead.org>
-
- 14 Aug, 2017 2 commits
-
-
David Woodhouse authored
Signed-off-by:
David Woodhouse <dwmw2@infradead.org>
-
David Woodhouse authored
Signed-off-by:
David Woodhouse <dwmw2@infradead.org>
-
- 26 Jan, 2015 1 commit
-
-
David Woodhouse authored
Signed-off-by:
David Woodhouse <David.Woodhouse@intel.com>
-
- 28 Oct, 2014 1 commit
-
-
Nikos Mavrogiannopoulos authored
Signed-off-by:
Nikos Mavrogiannopoulos <nmav@gnutls.org> Signed-off-by:
David Woodhouse <David.Woodhouse@intel.com>
-
- 06 Feb, 2014 2 commits
-
-
David Woodhouse authored
Signed-off-by:
David Woodhouse <David.Woodhouse@intel.com>
-
David Woodhouse authored
Intel guidelines now recommend that this is omitted. Signed-off-by:
David Woodhouse <David.Woodhouse@intel.com>
-
- 10 Mar, 2013 2 commits
-
-
Antonio Borneo authored
This patch just play with space and tabs, so git diff -w does not report anything. Signed-off-by:
Antonio Borneo <borneo.antonio@gmail.com> Signed-off-by:
David Woodhouse <David.Woodhouse@intel.com>
-
Antonio Borneo authored
Current code mixes "defined()" and "defined ()" Use Linux kernel choice so I can reuse kernel checkpatch. sed -i 's/defined (/defined(/g' Signed-off-by:
Antonio Borneo <borneo.antonio@gmail.com> Signed-off-by:
David Woodhouse <David.Woodhouse@intel.com>
-
- 17 Feb, 2013 1 commit
-
-
David Woodhouse authored
We can move the algo calculation into a verify_signed_data() function. This would have been a cleaner way to do it in the first place anyway. Reported-by:
Mike Miller <mtmiller@ieee.org> Signed-off-by:
David Woodhouse <David.Woodhouse@intel.com>
-
- 12 Feb, 2013 1 commit
-
-
David Woodhouse authored
Unfortunately, gnutls_pubkey_verify_data() is deprecated. Which is a pain; the 'threat model' that led to that deprecation doesn't apply here, and it just means we have to jump through hoops to find the 'intended' algorithm instead of letting it be inferred from the signature. Signed-off-by:
David Woodhouse <David.Woodhouse@intel.com>
-
- 14 Jun, 2012 2 commits
-
-
David Woodhouse authored
Slightly reduce the #ifdef hell in gnutls.c Signed-off-by:
David Woodhouse <David.Woodhouse@intel.com>
-
David Woodhouse authored
Signed-off-by:
David Woodhouse <David.Woodhouse@intel.com>
-