summaryrefslogtreecommitdiff
path: root/lib/x509
Commit message (Expand)AuthorAgeFilesLines
* build: re-indent codeDaiki Ueno2023-04-2454-8063/+6428
* Merge branch 'wip/dueno/psk-username' into 'master'Daiki Ueno2023-03-302-5/+4
|\
| * psk: guard against the case where psk_auth_info_t has NULL usernameDaiki Ueno2023-03-212-5/+4
* | fix incorrect parameter description of crl import functionxuraoqing2023-03-221-4/+4
|/
* pkcs11: respect Mozilla's time-based distrust upon issuer lookupDaiki Ueno2023-03-173-2/+21
* Indent codeZoltan Fridrich2023-01-2752-3852/+4196
* Fix indent errorsZoltan Fridrich2023-01-271-10/+13
* trust: make filesystem path construction flexibleDaiki Ueno2023-01-111-41/+85
* build: suppress GCC analyzer warningsDaiki Ueno2022-11-221-0/+4
* lib: Consistenly return sane results for all *_init()Eric Blake2022-11-027-1/+9
* Handle private keys with lowercase hex digits in DEK-InfoTim Kosse2022-11-021-16/+11
* Fix removal of duplicate certs during verificationZoltan Fridrich2022-10-311-81/+20
* Reduce sensitive languageZoltan Fridrich2022-09-204-30/+30
* _gnutls_decrypt_pbes1_des_md5_data: use public crypto APIDaiki Ueno2022-08-041-6/+4
* Fix double free during gnutls_pkcs7_verifyZoltan Fridrich2022-07-271-1/+2
* Fix memory leak in gnutls_pkcs7_importZoltan Fridrich2022-07-261-1/+5
* x509, tpm2: use asn1_node instead of deprecated ASN1_TYPEDaiki Ueno2022-07-201-1/+1
* Improve certificate sanity checksZoltan Fridrich2022-05-095-3/+126
* Fix for #1132Brian Wickman2022-04-215-2/+51
* Add zeroization of some critical security parametersZoltan Fridrich2022-04-123-7/+24
* Add missing FIPS service indicator transitionsZoltan Fridrich2022-04-111-1/+4
* Increase length limit of PKCS#12 passwordsZoltan Fridrich2022-03-311-1/+1
* Make gnutls compliant to RFC5280Zoltan Fridrich2022-03-161-2/+60
* x509: fix return error code for failed decryption without keyCraig Gallek2022-02-271-1/+2
* Fix typosDimitris Apostolou2022-02-171-1/+1
* _gnutls_pkcs_raw_{decrypt,encrypt}_data: use public crypto APIDaiki Ueno2022-02-151-22/+14
* pkcs12: mark MAC generation and verification as FIPS non-approvedDaiki Ueno2022-02-151-4/+35
* x509: fix thread-safety in gnutls_x509_trust_list_verify_crt2Daiki Ueno2022-01-171-2/+4
* build: hide maintainer tool invocation behind AM_V_GENDaiki Ueno2022-01-161-1/+1
* Merge branch 'wip/dueno/gost-pkcs12' into 'master'Daiki Ueno2022-01-141-1/+1
|\
| * pkcs12: use the correct MAC algorithm for GOST key generationDaiki Ueno2022-01-131-1/+1
* | x509: fix potential wrong usage of memcpyDaiki Ueno2022-01-121-1/+3
|/
* gnutls_pkcs12_generate_mac: use SHA256 by defaultDaiki Ueno2022-01-111-1/+1
* _gnutls_pkcs_generate_key: use HMAC-SHA256 for PBKDF2Daiki Ueno2022-01-071-1/+1
* pkcs12: determine iteration count for MAC at build timeDaiki Ueno2022-01-071-1/+1
* pkcs7: determine iteration count for PBKDF2 at build timeDaiki Ueno2022-01-071-1/+1
* X509 CT: defer filling in the length fieldDaiki Ueno2021-12-141-26/+16
* X509 CT: use size_t for array index instead of unsignedDaiki Ueno2021-12-091-5/+5
* x509 CT: implement new public APIAnder Juaristi2021-12-042-0/+637
* lib/x509: Avoid memcpy when string is emptyDaniel Kahn Gillmor2021-09-171-1/+2
* x509: handle X25519 and X448 in read_pubkeyDaniel Kahn Gillmor2021-09-171-0/+20
* x509: enable importing secret keys for X448 and X25519.Daniel Kahn Gillmor2021-09-171-0/+54
* Enable X25519 and X448 everywhere that EdDSA is supported.Daniel Kahn Gillmor2021-09-174-1/+12
* x509: handle X448 and X25519 in write_pubkeyDaniel Kahn Gillmor2021-09-171-0/+32
* algorithms: Explicitly name ECDH_X448_OID and ECDH_X25519_OIDDaniel Kahn Gillmor2021-09-171-0/+3
* build: remove tautological if conditionsDaiki Ueno2021-09-094-10/+11
* x509: pin/password callback support for openssl encrypted private keysCraig Gallek2021-08-151-0/+10
* devel: suppress cppcheck 2.5 false-positivesDaiki Ueno2021-08-048-41/+37
* gnutls_ocsp_resp_verify: Check key purpose if signer not on trust listFiona Klute2021-07-141-8/+8
* ASN1 : Remove warnings related to old libtasn1 namingsLeonardo Bras2021-05-2131-305/+305