summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* gnutls_record_can_use_length_hiding: corrected return typeNikos Mavrogiannopoulos2018-04-042-2/+2
* psk: save the username on auth info struct under TLS1.3Nikos Mavrogiannopoulos2018-04-042-1/+21
* tests: added unit test on binder decodingNikos Mavrogiannopoulos2018-04-043-2/+9
* priority: added GROUP-DH-ALL and GROUP-EC-ALLNikos Mavrogiannopoulos2018-04-041-0/+28
* dumbfw: account for extension data paddingNikos Mavrogiannopoulos2018-04-041-3/+5
* Added support for out-of-band Pre-shared keys under TLS1.3Ander Juaristi2018-04-0433-136/+1379
* nettle: corrected typo in version check for compatibility mode with 3.3tmp-nettle-version-check-updateNikos Mavrogiannopoulos2018-03-251-1/+1
* protocols: bumped TLS1.3 protocol to draft -26Nikos Mavrogiannopoulos2018-03-231-1/+1
* record: added AAD data when encrypting or decryptingNikos Mavrogiannopoulos2018-03-231-36/+54
* priorities: disable any key exchange methods if there is no TLS1.2 or earlierNikos Mavrogiannopoulos2018-03-231-14/+35
* _gnutls_supported_ecc_recv_params: take into account precedenceNikos Mavrogiannopoulos2018-03-234-57/+95
* supported_versions: cannot be used to negotiate pre-TLS1.3Nikos Mavrogiannopoulos2018-03-231-0/+3
* doc: added since field in gnutls_record_send2() descriptionNikos Mavrogiannopoulos2018-03-232-1/+3
* nettle/pk: include nettle/version.hNikos Mavrogiannopoulos2018-03-201-0/+1
* alert: send the appropriate alert on GNUTLS_E_ERROR_IN_FINISHED_PACKETNikos Mavrogiannopoulos2018-03-091-0/+1
* Bumped TLS1.3 draft version to -23Nikos Mavrogiannopoulos2018-03-091-1/+1
* Hello retry request matches server helloNikos Mavrogiannopoulos2018-03-097-20/+89
* signatures: distinguish RSA-PSS signatures with RSA PKCS#1 1.5 certificates f...Nikos Mavrogiannopoulos2018-03-099-45/+155
* Server hello format follows TLS1.2 formatNikos Mavrogiannopoulos2018-03-085-173/+293
* Renumbered the key share extension to 51Nikos Mavrogiannopoulos2018-03-081-1/+1
* record: ignore any ChangeCipherSpec messages under TLS1.3 handshakeNikos Mavrogiannopoulos2018-03-085-65/+128
* record: send 0x0303 under TLS1.3Nikos Mavrogiannopoulos2018-03-081-5/+6
* cryptodev: fix prototype of cryptodev_mac_fast [ci skip]Nikos Mavrogiannopoulos2018-03-081-0/+4
* cryptodev: added missing macro [ci skip]Nikos Mavrogiannopoulos2018-03-071-0/+4
* gnutls_x509_crt_export2: avoid re-encodingNikos Mavrogiannopoulos2018-03-051-4/+26
* pkcs11: set the modulus bits on RSA keystmp-rsa-pss-fixNikos Mavrogiannopoulos2018-03-022-2/+11
* gnutls_privkey_import_ext4: enhanced with GNUTLS_PRIVKEY_INFO_PK_ALGO_BITS flagNikos Mavrogiannopoulos2018-03-023-3/+13
* _gnutls_find_rsa_pss_salt_size: add a validity check for salt sizeNikos Mavrogiannopoulos2018-03-027-15/+48
* configure: simplified nettle version checkNikos Mavrogiannopoulos2018-03-011-1/+1
* drbg-aes: use the new nettle APIs for AESNikos Mavrogiannopoulos2018-02-262-13/+13
* accelerated: padlock: use the new nettle APIsNikos Mavrogiannopoulos2018-02-262-28/+11
* gnutls_ext_raw_parse: introduced functionNikos Mavrogiannopoulos2018-02-268-14/+91
* updated Since version in new function entries as well as map file versionsNikos Mavrogiannopoulos2018-02-195-14/+9
* record: new gnutls_record_send2 functionDaiki Ueno2018-02-193-3/+42
* _gnutls_record_overhead: count content type octet in plaintextDaiki Ueno2018-02-191-0/+4
* range: make length hiding always usable under TLS 1.3Daiki Ueno2018-02-191-4/+20
* doc: fix mention of gnutls_record_send_range()Daiki Ueno2018-02-192-4/+4
* doc updateNikos Mavrogiannopoulos2018-02-193-5/+3
* check_ocsp_response: print OCSP response actual error on debug logNikos Mavrogiannopoulos2018-02-194-0/+68
* x509/cert: reorganizedNikos Mavrogiannopoulos2018-02-194-635/+631
* cert auth: use a single callback to call for OCSPNikos Mavrogiannopoulos2018-02-193-30/+25
* ocsp: introduced gnutls_certificate_get_ocsp_expiration()Nikos Mavrogiannopoulos2018-02-194-6/+92
* ocsp: enhanced the OCSP response loading APIsNikos Mavrogiannopoulos2018-02-1914-77/+405
* cert: introduced flag GNUTLS_CERTIFICATE_SKIP_OCSP_RESPONSE_CHECKNikos Mavrogiannopoulos2018-02-192-1/+18
* gnutls_certificate_set_ocsp_status_request_file: match input response to cert...Nikos Mavrogiannopoulos2018-02-196-22/+112
* ocsp: moved non-extension related functions to ocsp-api.cNikos Mavrogiannopoulos2018-02-193-250/+287
* gnutls_ocsp_status_request_get2: allow operation under TLS1.3 for server sideNikos Mavrogiannopoulos2018-02-191-2/+3
* select_sign_algorithm: check KX type only on pre-TLS1.3Nikos Mavrogiannopoulos2018-02-191-1/+1
* rename _gnutls_selected_certs_set -> selected_certs_setNikos Mavrogiannopoulos2018-02-191-33/+33
* ocsp: send all the OCSP responses under TLS1.3Nikos Mavrogiannopoulos2018-02-194-11/+117