summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* doc: minor text updatestmp-gnutls-cli-debug-updatesNikos Mavrogiannopoulos2018-07-132-2/+3
* _gnutls13_recv_async_handshake: process multiple and split handshake messagestmp-fix-multi-async-msgNikos Mavrogiannopoulos2018-07-125-84/+145
* gnutls_session_ticket_send: allow sending multiple tickets in one goNikos Mavrogiannopoulos2018-07-126-54/+83
* generate_session_ticket: tickets cannot extend the original session timeNikos Mavrogiannopoulos2018-07-112-6/+23
* pre_shared_key: do not send extension when no identities are presentNikos Mavrogiannopoulos2018-07-111-0/+7
* generate_session_ticket: use a 4-byte nonce by defaultNikos Mavrogiannopoulos2018-07-111-2/+2
* pre_shared_key: use time_t type for ticket_age variableNikos Mavrogiannopoulos2018-07-111-3/+2
* generate_session_ticket: fixed commentNikos Mavrogiannopoulos2018-07-111-1/+1
* lib: document digest and paramset in gost key import functionsDmitry Eremin-Solenikov2018-07-103-3/+12
* lib/x509: use new function to deduce default GOST paramsetDmitry Eremin-Solenikov2018-07-105-24/+13
* lib: remove undefined behaviour when handling GOST paramsetDmitry Eremin-Solenikov2018-07-105-15/+20
* gnutls_priority_init2,gnutls_set_default_priority_append: introducedNikos Mavrogiannopoulos2018-07-093-7/+145
* configure: added option --enable-tls13-supportNikos Mavrogiannopoulos2018-07-072-1/+4
* _gnutls_figure_common_ciphersuite: apply rfc7919 requirements only under TLS1.2Nikos Mavrogiannopoulos2018-07-071-1/+1
* supported_versions: do not parse in server side when TLS1.3 is disabledNikos Mavrogiannopoulos2018-07-071-1/+9
* protocols: bumped TLS1.3 protocol to draft-28Nikos Mavrogiannopoulos2018-07-071-1/+1
* sign_supports_cert_pk_algorithm: corrected check for RSAE-PSSNikos Mavrogiannopoulos2018-07-021-1/+1
* gnutls_aead_cipher_encryptv: eliminate signed/unsigned warnings under x86Nikos Mavrogiannopoulos2018-07-021-6/+6
* accelerated: error on the cases where the nettle API would have erroredNikos Mavrogiannopoulos2018-07-027-9/+94
* gnutls_cipher_add_auth: propagate error codesNikos Mavrogiannopoulos2018-07-021-3/+1
* post-handshake: return GNUTLS_E_GOT_APPLICATION_DATA as documented toNikos Mavrogiannopoulos2018-07-022-4/+16
* tls13 handshake: allow certificate messages after handshakeNikos Mavrogiannopoulos2018-07-024-6/+19
* gnutls_session_get_flags: introduced GNUTLS_SFLAGS_POST_HANDSHAKE_AUTHNikos Mavrogiannopoulos2018-07-023-2/+8
* tests: verify whether GNUTLS_TLS_VERSION_MAX is negotiated on default modeNikos Mavrogiannopoulos2018-06-291-1/+2
* key update: corrected generation of keysNikos Mavrogiannopoulos2018-06-273-10/+10
* lib/nettle/gost: support building with mini-nettle/mini-gmpDmitry Eremin-Solenikov2018-06-262-2/+2
* wrap_nettle_pk_generate_keys: retry on provable key generationtmp-fix-fips-generationNikos Mavrogiannopoulos2018-06-261-3/+12
* gnutls_session_get_desc: fixed desc printing of custom groupsNikos Mavrogiannopoulos2018-06-261-2/+5
* aarch64: use getauxval() if available to discover cpu capstmp-aarch64Nikos Mavrogiannopoulos2018-06-241-34/+35
* Support key matching with GOST keysDmitry Eremin-Solenikov2018-06-231-1/+11
* Use GOST R 34.11-94 when generating key for PKCS data to be encrypted with GO...Dmitry Eremin-Solenikov2018-06-231-7/+34
* Support GOST private keys generationDmitry Eremin-Solenikov2018-06-232-0/+42
* Add several DN entry definitions used by qualified GOST signaturesDmitry Eremin-Solenikov2018-06-231-0/+8
* Add support for PKCS12 files using GOST MACDmitry Eremin-Solenikov2018-06-231-12/+116
* Add support for PBES2/PBKDF2 using GOST algorithmsDmitry Eremin-Solenikov2018-06-235-32/+233
* Support PKCS#12 key derivation with GOST digestsDmitry Eremin-Solenikov2018-06-231-0/+5
* Add support for importing/exporting GOST private keysDmitry Eremin-Solenikov2018-06-239-0/+563
* Support importing/exporting X.509 GOST public keysDmitry Eremin-Solenikov2018-06-239-0/+633
* Add ASN.1 definitions for GOST keysDmitry Eremin-Solenikov2018-06-232-1/+17
* nettle: add support for GOST 34.10 public keysDmitry Eremin-Solenikov2018-06-231-1/+379
* Add few functions to support basic operations with GOST public keysDmitry Eremin-Solenikov2018-06-239-0/+313
* Add declarations for GOST R 34.10 signaturesDmitry Eremin-Solenikov2018-06-233-6/+31
* Define GOST R 34.10 curvesDmitry Eremin-Solenikov2018-06-233-2/+91
* Add declarations to support GOST public keysDmitry Eremin-Solenikov2018-06-237-5/+52
* Add support for I/O of little-endian MPIDmitry Eremin-Solenikov2018-06-234-13/+82
* nettle: add support for unsigned LE MPIsDmitry Eremin-Solenikov2018-06-231-2/+18
* nettle: add support for GOST 34.11 hash functionsDmitry Eremin-Solenikov2018-06-231-0/+71
* nettle: support GOST28147-89 in CFB modeDmitry Eremin-Solenikov2018-06-231-0/+127
* Add declarations for GOST 28147-89 cipher in CFB modeDmitry Eremin-Solenikov2018-06-232-1/+46
* Add declarations for GOST R 34.11 (-94 and -2012) digest algorithmsDmitry Eremin-Solenikov2018-06-233-1/+42