summaryrefslogtreecommitdiff
path: root/lib/x509
Commit message (Expand)AuthorAgeFilesLines
...
* x509: Omit empty sequences of policyQualifiers.Daniel Kahn Gillmor2021-05-171-0/+10
* x509: Write keyUsage extension with minimal BIT STRINGDaniel Kahn Gillmor2021-05-141-2/+29
* spelling: The possessive pronoun "its" has no apostrophe.Daniel Kahn Gillmor2021-05-051-1/+1
* x509/verify: treat SHA-1 signed CA in the trusted set differentlyDaiki Ueno2021-05-041-9/+17
* gnutls_x509_crt_get_dn: clarify null-termination of the outputDaiki Ueno2021-04-251-1/+2
* build: avoid integer overflow in additionsDaiki Ueno2021-03-294-5/+72
* build: avoid potential integer overflow in array allocationDaiki Ueno2021-03-297-56/+47
* Merge branch 'wip/dueno/duplicate-certs-pkcs11' into 'master'Daiki Ueno2021-03-061-4/+4
|\
| * gnutls_x509_trust_list_verify_crt2: skip duped certs for PKCS11 tooDaiki Ueno2021-03-051-4/+4
* | output UTF-8 decoded id-on-xmppAddr SAN'sSteffen Jaeckel2021-03-041-1/+1
|/
* gnutls_x509_trust_list_verify_crt2: ignore duplicate certificatesDaiki Ueno2021-02-082-22/+143
* fix invalid unsigned arithmetic.ihsinme2020-12-011-1/+1
* Merge branch 'wip/dueno/aia-api' into 'master'Daiki Ueno2020-11-216-94/+199
|\
| * x509: rework issuer callbackDaiki Ueno2020-11-192-39/+135
| * _gnutls_cert_log: assume that 'cert' is nonnullDaiki Ueno2020-11-191-1/+1
| * _gnutls_sort_clist: simplify the calling conventionDaiki Ueno2020-11-194-60/+69
* | Merge branch 'wip/dueno/ocsp-oid' into 'master'Daiki Ueno2020-11-194-14/+26
|\ \
| * | _gnutls_x509_read_value: don't count terminating null byte for OIDsNikos Mavrogiannopoulos2020-11-124-14/+26
| |/
* | x509: clarify how to release memory allocated for DNDaiki Ueno2020-11-123-8/+8
|/
* Make y parameter optional in gnutls_privkey_import_dsa_raw().Hans Leidekker2020-11-031-6/+8
* PKCS#12: switch default encryption to AES-256-CBCSahana Prasad2020-10-301-2/+2
* x509: correct argument of gnutls_verify_output_functiontmp-verify-outputDaiki Ueno2020-09-271-2/+3
* Merge branch 'tmp-clock_nanosleep' into 'master'Daiki Ueno2020-09-214-64/+46
|\
| * build: remove dead assignmentsDaiki Ueno2020-09-184-64/+46
* | Merge branch 'rsa_privkey_prive' into 'master'Daiki Ueno2020-09-201-6/+8
|\ \ | |/ |/|
| * Make private exponent optional in gnutls_privkey_import_rsa_raw().Nikolay Sivov2020-09-061-6/+8
* | build: ignore pointless -Wformat-y2k warningDaiki Ueno2020-09-171-0/+3
|/
* Merge branch 'gnutls-cli-aia' into 'master'Daiki Ueno2020-09-041-0/+2
|\
| * src/cli: adds new option '--ca-auto-retrieve' that can be used with gnutls-cl...Sahana Prasad2020-09-021-0/+2
* | Use symbols defined for RSA key parameter indices in more places.Nikolay Sivov2020-09-011-5/+5
|/
* gnutls_x509_crt_export2: return 0 instead of the lengthtmp-crt-export2Daiki Ueno2020-08-161-4/+9
* doc: assorted typo fixestmp-typo-fixesDaiki Ueno2020-08-123-4/+4
* safe_memcmp: remove in favor of gnutls_memcmptmp-safe-memcmpDaiki Ueno2020-06-291-1/+2
* Merge branch 'master' into 'master'Daiki Ueno2020-06-182-18/+22
|\
| * Modied the license to GPLv2.1+ to keep with LICENSE file.Lei Maohui2020-06-082-18/+22
* | build: avoid -Wenum-conversion warnings with GCC 10Daiki Ueno2020-06-152-3/+3
|/
* Implements a callback function gnutls_x509_trust_list_set_getissuer_function()Sahana Prasad2020-06-034-82/+123
* x509: trigger fallback verification path when cert is expiredDaiki Ueno2020-05-311-5/+7
* _gnutls_pkcs11_verify_crt_status: check validity against system certDaiki Ueno2020-05-311-2/+5
* gnulib: update git submoduleDaiki Ueno2020-05-291-3/+3
* Merge branch 'x509-common-name' into 'master'Dmitry Baryshkov2020-05-241-0/+16
|\
| * x509: support commonName extensionDmitry Baryshkov2020-05-181-0/+16
* | x509: aki: always print authorityCert infoDmitry Baryshkov2020-05-171-3/+6
|/
* output: add Russian security class policiesDmitry Baryshkov2020-05-141-0/+8
* x509: print certificate policiy namesDmitry Baryshkov2020-05-141-1/+19
* pkcs7: add function to display signature informationDmitry Baryshkov2020-05-141-0/+31
* pkcs7: decode attribute OIDs when printingDmitry Baryshkov2020-05-141-2/+32
* x509: generify oid to str conversionsDmitry Baryshkov2020-05-142-43/+27
* Compare DNs by comparing their string representationsPierre Ossman2020-04-031-3/+46
* Properly compare DNs when checking sortingPierre Ossman2020-04-031-11/+2