summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Use ASCII version of strcasecmp() in library codetmp-lib-c-strcaseTim Rühsen2018-09-2710-52/+62
* _gnutls_check_key_purpose: eliminated dead codetmp-eliminate-dead-codeNikos Mavrogiannopoulos2018-09-261-2/+0
* Enable the TLS1.3 protocol by defaultNikos Mavrogiannopoulos2018-09-241-2/+0
* Merge branch 'tmp-pkcs11-lax-search' into 'master'Nikos Mavrogiannopoulos2018-09-244-43/+111
|\
| * Provide a more flexible PKCS#11 search of trust store certificatestmp-pkcs11-lax-searchNikos Mavrogiannopoulos2018-09-214-43/+111
* | Merge branch 'tmp-be-strict-on-crls' into 'master'Nikos Mavrogiannopoulos2018-09-215-7/+31
|\ \
| * | trust list: added flag to force failure on CRL validation errorNikos Mavrogiannopoulos2018-09-215-7/+31
| |/
* | Merge branch 'tmp-session-ticket-key-rotation-ajuaristi' into 'master'Nikos Mavrogiannopoulos2018-09-2110-98/+532
|\ \ | |/ |/|
| * session tickets: check timestamp for validitytmp-session-ticket-key-rotation-ajuaristiNikos Mavrogiannopoulos2018-09-204-28/+29
| * Added session ticket key rotation with TOTPAnder Juaristi2018-09-197-70/+503
* | Fix issue introduced in 20886264feTim Rühsen2018-09-201-3/+3
* | ECC export/import: updated documentation on EdDSA curvesNikos Mavrogiannopoulos2018-09-205-13/+36
* | x509: print_pubkey: print GOST public key with MSB firstDmitry Eremin-Solenikov2018-09-181-0/+14
* | lib: use little endian when importing/exporting GOST keysDmitry Eremin-Solenikov2018-09-184-14/+25
* | mpi: add function to dprint mpi in little endiannessDmitry Eremin-Solenikov2018-09-182-0/+27
|/
* gnutls.h: correct GOST R number references [ci skip]Dmitry Eremin-Solenikov2018-09-181-8/+8
* gnutls_x509_trust_list_add_trust_mem: fix behavior with unaccounted certsNikos Mavrogiannopoulos2018-09-171-1/+7
* gnutls_x509_trust_list_add_cas: corrected return valueNikos Mavrogiannopoulos2018-09-171-1/+1
* fixed documentation in trust list functionsNikos Mavrogiannopoulos2018-09-171-14/+26
* Fix variable used in reallocationNikos Mavrogiannopoulos2018-09-141-1/+1
* dtls: recover when a NewSessionTicket message is lostNikos Mavrogiannopoulos2018-09-141-6/+16
* priority: be backwards compatible with priority strings starting with NONENikos Mavrogiannopoulos2018-09-121-11/+21
* Use gnutls_strdup() instead of strdup() in library codetmp-strdupTim Rühsen2018-08-242-3/+3
* Remove gnulib work-around '#undef strdup'Tim Rühsen2018-08-241-6/+0
* ext/pre_shared_key: use consistent name for regitration entryDaiki Ueno2018-08-235-6/+6
* ext/pre_shared_key: make ticket age calculation consistentDaiki Ueno2018-08-231-10/+10
* tls13/psk_ext_parser: simplify the iterator interfaceDaiki Ueno2018-08-234-118/+94
* handshake: do not negotiate TLS1.3 using the legacy version fieldtmp-update-version-numbersNikos Mavrogiannopoulos2018-08-204-8/+25
* handshake: simplified protocol version checking functionsNikos Mavrogiannopoulos2018-08-206-49/+39
* protocols: bumped TLS1.3 version number to RFC8446 valueNikos Mavrogiannopoulos2018-08-201-22/+0
* Implemented RFC7250 certificate type negotiation extensions.Tom Vrancken2018-08-2024-106/+1346
* ext/record_size_limit: new extensionDaiki Ueno2018-08-207-26/+177
* ext/max_record: remove use of extension private dataDaiki Ueno2018-08-201-67/+11
* gnutls_session_resumption_requested: fixed behavior under TLS1.3Nikos Mavrogiannopoulos2018-08-202-1/+6
* hello_ext: removed bogus commentNikos Mavrogiannopoulos2018-08-191-2/+0
* Fix two typos (overriden/guarranteed)Andreas Metzler2018-08-165-9/+9
* write_oid_and_params: moved nullity check of params earlierNikos Mavrogiannopoulos2018-08-131-6/+5
* gnutls_session_set_premaster: corrected error checksNikos Mavrogiannopoulos2018-08-131-5/+4
* pubkey_verify_hashed_data: apply algorithm checksNikos Mavrogiannopoulos2018-08-131-2/+0
* privkey_sign_raw_data: use assert to mark code which always succeedsNikos Mavrogiannopoulos2018-08-131-0/+1
* _gnutls_send_change_cipher_spec: removed unnecessary testNikos Mavrogiannopoulos2018-08-131-1/+1
* gnutls_memset: use explicit_bzeroNikos Mavrogiannopoulos2018-08-081-8/+9
* use a consistent method to mark fall-through in switch casesNikos Mavrogiannopoulos2018-08-0811-94/+94
* ext/pre_shared_key: prevent crash if no server credentials are setDaiki Ueno2018-08-081-1/+2
* alert: map GNUTLS_E_NO_COMMON_KEY_SHARE to handshake_failureDaiki Ueno2018-08-081-1/+1
* algorithms: add support for FFDHE6144Daiki Ueno2018-08-085-1/+144
* Corrected the importing of ECDSA public keysNikos Mavrogiannopoulos2018-08-071-8/+0
* Ensure we are sending the right protocol version on second client helloNikos Mavrogiannopoulos2018-08-071-4/+5
* doc: few improvements over certificate validation textNikos Mavrogiannopoulos2018-08-071-5/+21
* resume: keep persistent session identifiersNikos Mavrogiannopoulos2018-08-076-55/+96