summaryrefslogtreecommitdiff
path: root/lib/tls13-sig.c
Commit message (Expand)AuthorAgeFilesLines
* build: avoid -Wenum-conversion warnings with GCC 10Daiki Ueno2020-08-311-2/+2
* sign: convert tls13_ok to flags fieldDmitry Eremin-Solenikov2019-10-211-2/+2
* Fixed alerts returned on TLS1.3 corner casesNikos Mavrogiannopoulos2019-07-151-1/+1
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* Enforce the certificate key usage restrictions on all casesNikos Mavrogiannopoulos2019-02-061-1/+10
* _gnutls13_handshake_sign_data: properly fail on signing errortmp-fix-signingNikos Mavrogiannopoulos2019-01-031-0/+1
* _gnutls13_handshake_sign_data: avoid unnecessary copyNikos Mavrogiannopoulos2018-05-041-6/+9
* signatures: distinguish RSA-PSS signatures with RSA PKCS#1 1.5 certificates f...Nikos Mavrogiannopoulos2018-03-091-5/+12
* handshake: introduced server side handshake [2/2]Nikos Mavrogiannopoulos2018-02-191-0/+70
* handshake: added basic support for TLS 1.3 handshake in client sideNikos Mavrogiannopoulos2018-02-191-0/+129