summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: backported rsa-md5-collision check from mastertmp-gnutls_3_4_x-pkcs8-decrypt-fixesNikos Mavrogiannopoulos2016-12-157-20/+548
* tests: do not detect mem leaks using asanNikos Mavrogiannopoulos2016-12-151-0/+1
* doc updateNikos Mavrogiannopoulos2016-12-141-0/+9
* PKCS#7 decrypt_data: merge all errors during decryption to GNUTLS_E_DECRYPTIO...Nikos Mavrogiannopoulos2016-12-141-3/+4
* tests: added test for PKCS#8 encrypted key decodingNikos Mavrogiannopoulos2016-12-143-10/+91
* pkcs8: ensure that the correct error code is returned on decryption failureNikos Mavrogiannopoulos2016-12-141-0/+1
* tests: added test suite with PKCS#8 files that have invalid encryptionNikos Mavrogiannopoulos2016-12-149-1/+53
* PKCS#5,7 decryption: verify the correctness of paddingNikos Mavrogiannopoulos2016-12-141-4/+16
* PKCS#5,7 decryption: added sanity check on padding sizeNikos Mavrogiannopoulos2016-12-141-2/+8
* PKCS#5,7 decryption: fail without leak on unknown MACNikos Mavrogiannopoulos2016-12-141-1/+4
* PKCS#5,7 decryption: fail early on invalid block sizesNikos Mavrogiannopoulos2016-12-141-3/+13
* PKCS#5,7 decryption: enforce limits in the support parameter sizesNikos Mavrogiannopoulos2016-12-142-12/+30
* updated auto-generated filesgnutls_3_4_17Nikos Mavrogiannopoulos2016-12-083-1/+4
* bumped versionsNikos Mavrogiannopoulos2016-12-083-5/+5
* doc updateNikos Mavrogiannopoulos2016-12-081-0/+3
* Don't trash DER CRQ output with text dataNikos Mavrogiannopoulos2016-12-081-2/+2
* pkcs7: pass the verification flags down to gnutls_x509_trust_list_verify_crt2...Nikos Mavrogiannopoulos2016-11-251-2/+3
* pkcs7: corrected iteration over stored certificatesNikos Mavrogiannopoulos2016-11-251-1/+1
* doc updateNikos Mavrogiannopoulos2016-11-231-0/+3
* tests: backported pkcs7-cat from masterNikos Mavrogiannopoulos2016-11-231-1/+15
* doc updateNikos Mavrogiannopoulos2016-11-221-0/+3
* backported cipher priorities order from 3.5.x branchNikos Mavrogiannopoulos2016-11-222-18/+23
* tests: added check to verify that the server will bail out after receiving on...tmp-gnutls_3_4_x-alertsNikos Mavrogiannopoulos2016-11-022-1/+172
* tests: added check to verify that the server will bail out after many alertsNikos Mavrogiannopoulos2016-11-022-1/+225
* doc updateNikos Mavrogiannopoulos2016-11-021-0/+8
* handshake: set a maximum number of warning messages that can be received per ...Nikos Mavrogiannopoulos2016-11-023-8/+14
* record: disallow parsing of alert messages prior to session startNikos Mavrogiannopoulos2016-11-021-1/+6
* doc updateNikos Mavrogiannopoulos2016-11-021-4/+0
* doc updateNikos Mavrogiannopoulos2016-10-271-1/+5
* tests: added check for PKCS#7 catalog file parsing and data extractinggnutls-3-4-x-pkcs7-updateNikos Mavrogiannopoulos2016-10-262-1/+134
* tests: added checks for the decoding of various PKCS#7 structuresNikos Mavrogiannopoulos2016-10-269-2/+479
* certtool: --p7-info can be combined with --p7-show-data to display embedded dataNikos Mavrogiannopoulos2016-10-262-18/+37
* certtool: improve text on missing options for cert generationNikos Mavrogiannopoulos2016-10-261-1/+5
* certtool: allow setting key purposes for non-CA certificatesNikos Mavrogiannopoulos2016-10-261-66/+69
* certtool: corrected use of gnutls_pkcs7_get_embedded_data()Nikos Mavrogiannopoulos2016-10-261-28/+10
* certtool: lift any limits in print_raw()Nikos Mavrogiannopoulos2016-10-261-6/+5
* gnutls_pkcs7_get_embedded_data: added GNUTLS_PKCS7_EDATA_GET_RAW flagNikos Mavrogiannopoulos2016-10-262-6/+18
* pkcs7: removed any limits in hex encoding of attributesNikos Mavrogiannopoulos2016-10-261-5/+4
* pkcs7: allow unknown and legacy signature data OIDs to be importedNikos Mavrogiannopoulos2016-10-266-90/+114
* gnutls-cli-debug: corrected TLS1.2 detectionNikos Mavrogiannopoulos2016-10-261-1/+1
* tests: add correct time in pkcs7-genNikos Mavrogiannopoulos2016-10-181-0/+11
* doc updateNikos Mavrogiannopoulos2016-10-183-0/+16
* gnutls_x509_crt_verify_data2: introduce constraints checks on the provided ce...Nikos Mavrogiannopoulos2016-10-185-12/+96
* bumped versiongnutls_3_4_16Nikos Mavrogiannopoulos2016-10-093-3/+3
* TLS extensions: only cache the extension IDs from exts that the server supportsNikos Mavrogiannopoulos2016-10-091-3/+9
* doc updateNikos Mavrogiannopoulos2016-10-061-0/+6
* guile: Implement session record ports using the Guile 2.2 API.Ludovic Courtès2016-10-061-5/+82
* guile: Test 'set-session-transport-fd!'.Ludovic Courtès2016-10-061-1/+1
* guile: Guile 2.x 'uniform-vector-read!' replacement returns 0 upon EOF.Ludovic Courtès2016-10-061-3/+6
* guile: Fix out-of-tree builds.Ludovic Courtès2016-10-061-1/+1