summaryrefslogtreecommitdiff
path: root/lib/cert-cred-x509.c
Commit message (Expand)AuthorAgeFilesLines
* build: re-indent codeDaiki Ueno2023-04-241-224/+176
* Indent codeZoltan Fridrich2023-01-271-91/+90
* Fix gnutls_certificate_set_trust_list() return value documentationMichael Catanzaro2021-06-221-2/+0
* build: avoid potential integer overflow in array allocationDaiki Ueno2021-03-291-8/+15
* Merge branch 'check_cert_list_argument' into 'master'Daiki Ueno2021-01-311-1/+8
|\
| * Ensure ca_list != NULL and ca_list_size > 0.Tom Carroll2021-01-101-1/+5
| * Verify that cert_list != NULL and cert_list_size > 0.Tom Carroll2021-01-101-0/+3
* | Deinitialize pcerts array elements during cleanup.Tom Carroll2021-01-101-1/+5
|/
* cert-cred: clear private key data loaded from fileDaiki Ueno2020-05-301-2/+6
* gnulib: update git submoduleDaiki Ueno2020-05-291-3/+3
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* Remove redundant resets of variables after free()Tim Rühsen2019-02-221-3/+0
* Implemented support for raw public-key functionality (RFC7250).Tom Vrancken2018-12-151-222/+19
* Renamed certificate_credential_append_crt_list() to certificate_credential_ap...Tom Vrancken2018-10-181-7/+7
* trust list: added flag to force failure on CRL validation errorNikos Mavrogiannopoulos2018-09-211-5/+17
* Fix gcc 8 warningsTim Rühsen2018-06-141-15/+25
* x509/cert: reorganizedNikos Mavrogiannopoulos2018-02-191-0/+1808