summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* guile: Work around lack of 'eval-when' on 1.8.Ludovic Courtès2016-10-061-1/+7
* guile: build: Make silent rules actually quiet.Ludovic Courtès2016-10-062-12/+13
* guile: Build and install .go files on Guile 2.x.Ludovic Courtès2016-10-064-87/+131
* guile: tests: Add Guile 2.2 compatibility layer.Ludovic Courtès2016-10-062-5/+30
* guile: tests: Make sure no processes are left behind.Ludovic Courtès2016-10-064-3/+7
* guile: tests: Add 'with-child-process'.Ludovic Courtès2016-10-067-210/+255
* doc updateNikos Mavrogiannopoulos2016-09-221-0/+5
* On client side allow signing with the signature algorithm of our certNikos Mavrogiannopoulos2016-09-223-6/+12
* doc updateNikos Mavrogiannopoulos2016-09-191-0/+4
* Increased the maximum size allowed for handshake messages to 128kbNikos Mavrogiannopoulos2016-09-192-2/+5
* doc updateNikos Mavrogiannopoulos2016-09-121-0/+10
* gnutls_certificate_set_*key: ensure proper cleanup on key mismatch failuresNikos Mavrogiannopoulos2016-09-121-2/+11
* bumped versionsgnutls_3_4_15Nikos Mavrogiannopoulos2016-09-082-2/+2
* doc updateNikos Mavrogiannopoulos2016-09-081-2/+7
* _gnutls_ucs2_to_utf8: fixed use of WideCharToMultiByte in windowsNikos Mavrogiannopoulos2016-09-071-2/+2
* doc update [ci skip]Nikos Mavrogiannopoulos2016-09-051-0/+5
* _gnutls_encode_ber_rs_raw: zero-pad values when necessaryNikos Mavrogiannopoulos2016-09-051-13/+46
* tests: backported hash-large from masterNikos Mavrogiannopoulos2016-09-031-2/+54
* .gitlab-ci.yml: use the gitlab.com shared runnersNikos Mavrogiannopoulos2016-09-031-50/+206
* gnutls_pkcs12_simple_parse: set the key value to null on failureDavid Woodhouse2016-08-291-1/+3
* src: added systemkey-args to BUILT_SOURCESNikos Mavrogiannopoulos2016-08-281-1/+1
* ocsp: corrected the comparison of the serial size in OCSP responseNikos Mavrogiannopoulos2016-08-271-0/+1
* tests: added decoding of key with pbes2 and SHA256 PRFNikos Mavrogiannopoulos2016-08-243-2/+37
* Added support for decrypting PKCS#8 files which use HMAC-SHA256 as PRFNikos Mavrogiannopoulos2016-08-247-27/+90
* doc updateNikos Mavrogiannopoulos2016-08-081-0/+7
* Fix gnutls_pkcs12_simple_parse to always extract the complete chainStefan Sørensen2016-08-081-20/+15
* tests: Use common ca3 test certificates in x509cert, x509dn and x509self tests.Stefan Sørensen2016-08-083-307/+32
* tests: Remove zero-termination of gnutls_datum encapsulated certificatesStefan Sørensen2016-08-081-17/+17
* Fix invalid pointer operation in gnutls_certificate_get_x509_crtStefan Sørensen2016-08-081-2/+2