summaryrefslogtreecommitdiff
path: root/lib/auth
Commit message (Expand)AuthorAgeFilesLines
* _gnutls_proc_srp_client_kx: use same type in subtracted valuesNikos Mavrogiannopoulos2017-08-161-1/+1
* rsa-psk: corrected memory leak on invalid decryptNikos Mavrogiannopoulos2017-08-091-0/+4
* cert selection: prioritize RSA-PSS certs over RSANikos Mavrogiannopoulos2017-08-082-3/+14
* gnutls_certificate_credentials_t: combine privkey into cert_st structureNikos Mavrogiannopoulos2017-08-082-16/+8
* gnutls_pk_params_st: separate flags/qbits and curveNikos Mavrogiannopoulos2017-08-082-3/+3
* prior to negotiating a signature check compatibility with private keyNikos Mavrogiannopoulos2017-08-041-4/+14
* handshake: select a signature algorithm earlyNikos Mavrogiannopoulos2017-08-041-2/+54
* cleanup: removed duplicate parameter in gnutls_pubkey_stNikos Mavrogiannopoulos2017-08-031-5/+5
* security_parameters: ease access to group information by keeping pointer to itNikos Mavrogiannopoulos2017-08-024-25/+29
* security_parameters: simplified contents by keeping pointer to cipher_suite_e...Nikos Mavrogiannopoulos2017-08-022-5/+2
* TLS: introduced support for RFC7919 groupsNikos Mavrogiannopoulos2017-08-0111-218/+118
* Renamed GNUTLS_PK_ECDHX to GNUTLS_PK_ECDH_X25519Nikos Mavrogiannopoulos2017-07-171-4/+4
* Added support for EdDSA (Ed25519) curve keysNikos Mavrogiannopoulos2017-07-171-2/+3
* Print the requested CA names when in debug modeNikos Mavrogiannopoulos2017-07-111-3/+9
* priorities: share priority structures across sessionsNikos Mavrogiannopoulos2017-07-103-4/+4
* Renamed fields of sign_algorithm_stNikos Mavrogiannopoulos2017-07-102-16/+14
* handshake: simplified signature algorithm list generationNikos Mavrogiannopoulos2017-07-101-8/+1
* handshake: simplified the server-side ciphersuite negotiationNikos Mavrogiannopoulos2017-07-102-66/+90
* Removed support for openpgp certificates and keysNikos Mavrogiannopoulos2017-06-163-545/+8
* removed type extension_priv_data_tNikos Mavrogiannopoulos2017-06-141-3/+3
* corrected typo in x962 functionsNikos Mavrogiannopoulos2017-06-121-4/+4
* tls-sig: re-organize and simplify the TLS signature generation and verificationNikos Mavrogiannopoulos2017-05-312-3/+36
* Rework KX -> PK mappingsDmitry Eremin-Solenikov2017-05-291-7/+2
* rsa-psk: Use the correct username datumtmp-fix-rsa-psk-cbNicolas Dufresne2017-05-061-2/+2
* cert: ensure that there are no leftovers in certificate msgNikos Mavrogiannopoulos2017-03-281-1/+6
* handshake: reset cert request state on handshake initNikos Mavrogiannopoulos2017-03-211-1/+1
* _gnutls_pk_generate_keys: separate between ephemeral and long-term keysNikos Mavrogiannopoulos2017-03-162-4/+4
* _gnutls_proc_x509_server_crt: return GNUTLS_E_CERTIFICATE_ERROR on parsing errorNikos Mavrogiannopoulos2017-03-071-0/+1
* auth: failures of _gnutls_mpi_init_scan_nz map to GNUTLS_E_RECEIVED_ILLEGAL_P...Nikos Mavrogiannopoulos2017-03-072-12/+12
* srp: use nonce level for SRP password randomizationNikos Mavrogiannopoulos2017-02-211-1/+1
* preinitialize variables to work-around warnings with clangNikos Mavrogiannopoulos2017-02-201-0/+1
* eliminated dead code as indicated by clang scan-buildNikos Mavrogiannopoulos2017-02-201-2/+3
* auth rsa: eliminated memory leak on pkcs-1 formatting attack pathNikos Mavrogiannopoulos2017-01-041-1/+5
* proc_server_kx: eliminated leak on error pathNikos Mavrogiannopoulos2017-01-031-0/+3
* Removed redundant certificate key usage checks.Nikos Mavrogiannopoulos2016-12-011-14/+0
* deprecated _gnutls_rnd() in favor of exported gnutls_rnd()Nikos Mavrogiannopoulos2016-11-044-6/+6
* DH: introduced gnutls_*_set_known_dh_params()Nikos Mavrogiannopoulos2016-10-143-0/+5
* Added gnutls_certificate_set_ocsp_status_request_function2Nikos Mavrogiannopoulos2016-09-122-16/+36
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-116-20/+20
* lib: eliminated the use of deprecated variablesNikos Mavrogiannopoulos2016-06-061-2/+2
* doc updateNikos Mavrogiannopoulos2016-05-171-1/+1
* Allow for conditional compilation of SSL 3.0 protocolNikos Mavrogiannopoulos2016-05-141-4/+9
* call_get_cert_callback: removed dead codeNikos Mavrogiannopoulos2016-05-101-5/+0
* auth/cert: log the server name requested by clientNikos Mavrogiannopoulos2016-05-101-1/+3
* srp base64: return proper gnutls errors codes on error rather than -1Nikos Mavrogiannopoulos2016-04-291-4/+4
* instead of assigning a variable per flag use the init flags directlyNikos Mavrogiannopoulos2016-04-281-1/+1
* added flag in session to force sending a client certificateNikos Mavrogiannopoulos2016-04-281-5/+7
* ecdhe: eliminated unneeded checks for zero of public parametersNikos Mavrogiannopoulos2016-04-241-6/+0
* handshake: added support for ECDH with curve X25519Nikos Mavrogiannopoulos2016-04-241-65/+152
* ecdhe: print the received curve from the server on debug modeNikos Mavrogiannopoulos2016-04-241-0/+7