summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fips140: aligned code with documentationtmp-fix-fips-modeNikos Mavrogiannopoulos2018-10-231-0/+10
* Merge branch 'tmp_cleanup_and_fixes' into 'master'Nikos Mavrogiannopoulos2018-10-2331-228/+227
|\
| * Simplified check for NULL pointer to reduce code changes.Tom Vrancken2018-10-221-10/+11
| * Unified abbreviation for certificate type priorities in code.Tom Vrancken2018-10-222-18/+18
| * Renamed CHECK_AUTH macro to CHECK_AUTH_TYPE to be more clear what it checks.Tom Vrancken2018-10-184-10/+10
| * Renamed _gnutls_server_select_cert() to _gnutls_select_server_cert() for cons...Tom Vrancken2018-10-183-5/+5
| * Renamed certificate_credential_append_crt_list() to certificate_credential_ap...Tom Vrancken2018-10-181-7/+7
| * Renamed _gnutls_auth_info_set() to _gnutls_auth_info_init().Tom Vrancken2018-10-1814-27/+27
| * Renamed fields in priority_st to improve code readability. Fixes #453.Tom Vrancken2018-10-189-140/+140
| * Added NULL pointer check in gnutls_certificate_free_credentials for safety.Tom Vrancken2018-10-181-11/+14
| * Renamed _gnutls_proc_x509_server_crt to _gnutls_proc_x509_crt.Tom Vrancken2018-10-181-2/+2
| * Small fixes for comments and log strings.Tom Vrancken2018-10-184-29/+24
* | Merge branch 'tmp-update-tlsfuzzer' into 'master'Nikos Mavrogiannopoulos2018-10-196-11/+43
|\ \ | |/ |/|
| * handshake: send missing extension alertNikos Mavrogiannopoulos2018-10-166-11/+43
* | Merge branch 'tmp-uris' into 'master'Nikos Mavrogiannopoulos2018-10-184-25/+30
|\ \ | |/ |/|
| * pkcs11 uris: the URI scheme is case insensitivetmp-urisNikos Mavrogiannopoulos2018-10-124-25/+30
* | _gnutls_server_select_cert: return error when no server cert is selectedtmp-auto-reauthNikos Mavrogiannopoulos2018-10-161-3/+4
* | gnutls_init: added flag for automatic re-authenticationNikos Mavrogiannopoulos2018-10-167-39/+89
|/
* Merge branch 'tmp-fix-priority-set-call' into 'master'Nikos Mavrogiannopoulos2018-10-042-13/+32
|\
| * gnutls_priority_set: do not override version on handshaketmp-fix-priority-set-callNikos Mavrogiannopoulos2018-10-032-13/+32
* | encrypt_packet_tls13: added explicit check on iv_size boundstmp-check-iv-sizeNikos Mavrogiannopoulos2018-10-021-0/+3
* | privkey_pkcs8: added reference for validation parameters OID [ci skip]Nikos Mavrogiannopoulos2018-10-012-0/+2
|/
* Merge branch 'tmp-lib-c-strcase' into 'master'Nikos Mavrogiannopoulos2018-09-2910-52/+62
|\
| * Use ASCII version of strcasecmp() in library codetmp-lib-c-strcaseTim Rühsen2018-09-2710-52/+62
* | Merge branch 'tmp-cleanup-in-docs' into 'master'Tim Rühsen2018-09-286-4/+15
|\ \ | |/ |/|
| * doc: fixed missing function and enumeration parametersNikos Mavrogiannopoulos2018-09-266-4/+15
* | _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