summaryrefslogtreecommitdiff
path: root/lib/auth/cert.h
Commit message (Expand)AuthorAgeFilesLines
* build: re-indent codeDaiki Ueno2023-04-241-44/+41
* Indent codeZoltan Fridrich2023-01-271-25/+29
* server auth: disable TLS 1.3 if no signature algorithm is usableDaiki Ueno2019-05-201-0/+4
* Add or clean header guards in lib/auth/Tim Rühsen2019-05-071-3/+4
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* Fallback to TLS 1.2 when incompatible with signature certs are providedNikos Mavrogiannopoulos2019-02-061-1/+2
* Enforce the certificate key usage restrictions on all casesNikos Mavrogiannopoulos2019-02-061-1/+9
* Implemented support for raw public-key functionality (RFC7250).Tom Vrancken2018-12-151-1/+12
* Renamed _gnutls_server_select_cert() to _gnutls_select_server_cert() for cons...Tom Vrancken2018-10-181-1/+1
* ocsp: enhanced the OCSP response loading APIsNikos Mavrogiannopoulos2018-02-191-2/+3
* gnutls_certificate_set_ocsp_status_request_file: match input response to cert...Nikos Mavrogiannopoulos2018-02-191-1/+4
* introduced gnutls_certificate_retrieve_function3Nikos Mavrogiannopoulos2018-02-191-2/+3
* ext/status_request: allow more than a single OCSP response to be receivedNikos Mavrogiannopoulos2018-02-191-4/+9
* _gnutls_copy_certificate_auth_info: simplified and avoid multiple allocationsNikos Mavrogiannopoulos2018-02-191-1/+1
* removed legacy/unused rsa-related structures/functionsNikos Mavrogiannopoulos2018-02-191-7/+0
* handshake: handle the certificate authorities extensionNikos Mavrogiannopoulos2018-02-191-1/+1
* handshake: added support for client certificatesNikos Mavrogiannopoulos2018-02-191-0/+5
* handshake: added basic support for TLS 1.3 handshake in client sideNikos Mavrogiannopoulos2018-02-191-0/+2
* cert selection: prioritize RSA-PSS certs over RSANikos Mavrogiannopoulos2017-08-081-0/+7
* gnutls_certificate_credentials_t: combine privkey into cert_st structureNikos Mavrogiannopoulos2017-08-081-12/+4
* TLS: introduced support for RFC7919 groupsNikos Mavrogiannopoulos2017-08-011-0/+1
* handshake: simplified the server-side ciphersuite negotiationNikos Mavrogiannopoulos2017-07-101-2/+2
* Removed support for openpgp certificates and keysNikos Mavrogiannopoulos2017-06-161-9/+0
* DH: introduced gnutls_*_set_known_dh_params()Nikos Mavrogiannopoulos2016-10-141-0/+2
* Added gnutls_certificate_set_ocsp_status_request_function2Nikos Mavrogiannopoulos2016-09-121-6/+6
* Added gnutls_certificate_flags() and GNUTLS_CERTIFICATE_SKIP_KEY_CERT_MATCHNikos Mavrogiannopoulos2015-11-181-0/+1
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-2/+2
* removed the old gnutls_retr_st compatibility functionsNikos Mavrogiannopoulos2014-12-031-2/+0
* The RDN sequence is now kept in trust list instead of the credentials paramet...Nikos Mavrogiannopoulos2014-01-111-7/+0
* reindented codeNikos Mavrogiannopoulos2013-11-081-113/+110
* Optimizations in RSA-PSK by removing unneeded code.Nikos Mavrogiannopoulos2013-08-301-7/+0
* ported patch for RSA-PSKFrank Morgner2013-08-301-0/+7
* use the pass argument on PKCS #11 keys.Nikos Mavrogiannopoulos2013-04-171-0/+2
* Removed the RSA-EXPORT ciphersuites.Nikos Mavrogiannopoulos2013-04-071-8/+0
* Added options to disable more key exchange mechanisms.Nikos Mavrogiannopoulos2013-03-121-0/+6
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* Several OpenPGP updates.Nikos Mavrogiannopoulos2012-10-111-1/+0
* The OCSP response file is now set on the credentials and other additions.Nikos Mavrogiannopoulos2012-09-301-0/+5
* Use the preferred key ID when reading the pk_algorithm in openpgp keys.Nikos Mavrogiannopoulos2012-08-171-0/+3
* Allow association of a PIN function with a credentials structure.Nikos Mavrogiannopoulos2012-07-161-0/+1
* more cleanupsNikos Mavrogiannopoulos2012-03-241-3/+3
* simplified internal function names.Nikos Mavrogiannopoulos2012-03-241-2/+2
* small fixesNikos Mavrogiannopoulos2012-01-291-2/+2
* Revert "Added gnutls_ocsp_resp_verify() and some sign fixes."Nikos Mavrogiannopoulos2012-01-291-2/+2
* Added gnutls_ocsp_resp_verify() and some sign fixes.Nikos Mavrogiannopoulos2012-01-281-2/+2
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-3/+3
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* _gnutls_proc_cert_client_certificate and _gnutls_proc_cert_server_certificate...Nikos Mavrogiannopoulos2012-01-071-3/+1
* Removed the limitation of one name per certificate.Nikos Mavrogiannopoulos2011-08-191-2/+4
* gnutls_certificate_set_x509_key_file() and friends support server name indica...Nikos Mavrogiannopoulos2011-08-171-14/+9