summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* handshake: set a maximum number of warning messages that can be received per ...tmp-multi-alertNikos Mavrogiannopoulos2016-10-143-9/+14
* record: disallow parsing of alert messages prior to session startNikos Mavrogiannopoulos2016-10-141-1/+5
* tests: added check to verify that the server will bail out after receiving on...Nikos Mavrogiannopoulos2016-10-142-1/+172
* tests: added check to verify that the server will bail out after many alertsNikos Mavrogiannopoulos2016-10-142-1/+225
* certtool: improve text on missing options for cert generationNikos Mavrogiannopoulos2016-10-131-1/+5
* doc updateNikos Mavrogiannopoulos2016-10-131-0/+2
* tools: removed redudant messages on PIN re-useNikos Mavrogiannopoulos2016-10-131-3/+5
* p11tool: avoid asking the security officer PIN twice on initializationNikos Mavrogiannopoulos2016-10-131-0/+3
* p11tool: improved messages on token initializationNikos Mavrogiannopoulos2016-10-131-7/+15
* p11tool: corrected check of PIN existance in token initializationNikos Mavrogiannopoulos2016-10-131-2/+2
* doc: set a default handshake timeout on example serverNikos Mavrogiannopoulos2016-10-131-0/+2
* serv: set a timeout value in handshakeNikos Mavrogiannopoulos2016-10-131-0/+3
* tests: added check for Encrypt-then-MAC under DTLSNikos Mavrogiannopoulos2016-10-132-1/+346
* tests: cleanups in tls-etm.cNikos Mavrogiannopoulos2016-10-132-45/+5
* gnutls_pkcs7_get_embedded_data: added GNUTLS_PKCS7_EDATA_GET_RAW flagNikos Mavrogiannopoulos2016-10-122-6/+18
* configure: automatically disable non-suiteb curvesNikos Mavrogiannopoulos2016-10-121-2/+8
* doc updateNikos Mavrogiannopoulos2016-10-111-0/+2
* priorities: Do read crypto policy files with mtime of zeroColin Walters2016-10-111-1/+2
* doc updateNikos Mavrogiannopoulos2016-10-111-0/+9
* certtool: corrected use of gnutls_pkcs7_get_embedded_data()Nikos Mavrogiannopoulos2016-10-111-28/+10
* pkix.asn: simplified ASN.1 description by eliminating pkcs-7-ContentTypeNikos Mavrogiannopoulos2016-10-112-9/+6
* updated auto-generated filesNikos Mavrogiannopoulos2016-10-113-0/+4
* certtool: print the enacapsulated content OID on verificationNikos Mavrogiannopoulos2016-10-111-1/+3
* tests: added checks for the decoding of various PKCS#7 structuresNikos Mavrogiannopoulos2016-10-119-2/+481
* pkcs7: print the eContent type in output functions if it does not match the d...Nikos Mavrogiannopoulos2016-10-113-6/+18
* pkcs7: allow unknown and legacy signature data OIDs to be importedNikos Mavrogiannopoulos2016-10-116-94/+107
* certtool: --p7-info can be combined with --p7-show-data to display embedded dataNikos Mavrogiannopoulos2016-10-112-18/+37
* lib: link with LTLIBDL instead of LIBDLNikos Mavrogiannopoulos2016-10-101-2/+2
* released 3.5.5gnutls_3_5_5Nikos Mavrogiannopoulos2016-10-091-1/+1
* doc updateNikos Mavrogiannopoulos2016-10-091-9/+9
* doc: mention gnutls_session_ext_register and its supplemental data equivalentNikos Mavrogiannopoulos2016-10-091-4/+4
* bumped versionNikos Mavrogiannopoulos2016-10-092-3/+3
* TLS extensions: only cache the extension IDs from exts that the server supportsNikos Mavrogiannopoulos2016-10-091-3/+9
* tests: check the registration of multiple extensionsNikos Mavrogiannopoulos2016-10-091-2/+25
* doc: added gnutls_datum_t and giovec_t to indexesNikos Mavrogiannopoulos2016-10-081-0/+2
* pkcs7: removed any limits in hex encoding of attributesNikos Mavrogiannopoulos2016-10-071-5/+4
* certtool: lift any limits in print_raw()Nikos Mavrogiannopoulos2016-10-071-6/+5
* certtool: added safety net when generating a certificate requestNikos Mavrogiannopoulos2016-10-071-1/+5
* doc update [ci skip]Nikos Mavrogiannopoulos2016-10-061-0/+4
* Makefile.am: improved the files-update outputNikos Mavrogiannopoulos2016-10-061-3/+3
* updated auto-generated filesNikos Mavrogiannopoulos2016-10-063-0/+8
* _gnutls_utf8_to_ucs2: force NFC normalization form in windowsNikos Mavrogiannopoulos2016-10-061-2/+2
* doc updateNikos Mavrogiannopoulos2016-10-061-0/+2
* tests: added checks for gnutls_session_supplemental_registerNikos Mavrogiannopoulos2016-10-063-2/+326
* Added session-specific supplemental data handlingNikos Mavrogiannopoulos2016-10-065-36/+123
* tests: added checks for gnutls_session_ext_registerNikos Mavrogiannopoulos2016-10-063-2/+300
* Added session-specific TLS extensionsNikos Mavrogiannopoulos2016-10-066-85/+230
* guile: Implement session record ports using the Guile 2.2 API.tmp-guile2.2Ludovic Courtès2016-10-051-5/+82
* guile: Test 'set-session-transport-fd!'.Ludovic Courtès2016-10-051-1/+1
* guile: Guile 2.x 'uniform-vector-read!' replacement returns 0 upon EOF.Ludovic Courtès2016-10-051-3/+6