summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gnutls-serv: use the included known DH parameters by defaulttmp-dh-params-ffdheNikos Mavrogiannopoulos2016-10-172-42/+31
* doc updateNikos Mavrogiannopoulos2016-10-171-0/+9
* certtool: manpage updateNikos Mavrogiannopoulos2016-10-141-3/+7
* getfuncs-map.pl: ignore the ffdhe exported parametersNikos Mavrogiannopoulos2016-10-141-0/+12
* updated auto-generated filesNikos Mavrogiannopoulos2016-10-143-0/+24
* tests: crl-test: use a unique temp fileNikos Mavrogiannopoulos2016-10-141-4/+5
* tests: added sanity check for included primesNikos Mavrogiannopoulos2016-10-142-2/+60
* doc: discuss the set_known_dh_params and use it in the examplesNikos Mavrogiannopoulos2016-10-147-114/+50
* tests: check gnutls_psk_set_server_known_dh_paramsNikos Mavrogiannopoulos2016-10-144-1/+178
* tests: check gnutls_anon_set_server_known_dh_paramsNikos Mavrogiannopoulos2016-10-144-1/+158
* tests: check gnutls_certificate_set_known_dh_paramsNikos Mavrogiannopoulos2016-10-142-1/+105
* DH: introduced gnutls_*_set_known_dh_params()Nikos Mavrogiannopoulos2016-10-1410-2/+207
* certtool: --get-dh-params will output the FFDHE primes instead of the SRP primesNikos Mavrogiannopoulos2016-10-141-2/+30
* DH: export the FFDHE Diffie-Hellman valuesNikos Mavrogiannopoulos2016-10-144-1/+422
* .gitlab-ci.yml: use fedora's mingw-cmocka packagesNikos Mavrogiannopoulos2016-10-141-4/+2
* more files to ignoreNikos Mavrogiannopoulos2016-10-141-0/+12
* tests: added check for PKCS#7 catalog file parsing and data extractingNikos Mavrogiannopoulos2016-10-142-1/+134
* tests: updated pkcs7 text outputs to account for certtool updateNikos Mavrogiannopoulos2016-10-144-0/+6999
* certtool: --p7-info will include the PKCS#7 encoded data in PEM formatNikos Mavrogiannopoulos2016-10-141-1/+12
* tests: replaced large test2.cat with a smaller fileNikos Mavrogiannopoulos2016-10-143-136/+22
* certtool: improve text on missing options for cert generationNikos Mavrogiannopoulos2016-10-141-1/+5
* Revert "certtool: improve text on missing options for cert generation"Nikos Mavrogiannopoulos2016-10-141-5/+1
* handshake: set a maximum number of warning messages that can be received per ...Nikos Mavrogiannopoulos2016-10-143-9/+14
* record: disallow parsing of alert messages prior to session startNikos Mavrogiannopoulos2016-10-141-1/+6
* 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