summaryrefslogtreecommitdiff
path: root/lib/x509
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings seen on OpenCSW Solaris 10Tim Rühsen2018-06-101-3/+1
* pcert: added functionality to retrieve listsNikos Mavrogiannopoulos2018-05-121-2/+107
* several updates to address issues found by clang static analyzerNikos Mavrogiannopoulos2018-05-092-8/+8
* gnutls_x509_crt_export2: avoid re-encodingNikos Mavrogiannopoulos2018-03-051-4/+26
* _gnutls_find_rsa_pss_salt_size: add a validity check for salt sizeNikos Mavrogiannopoulos2018-03-023-5/+19
* updated Since version in new function entries as well as map file versionsNikos Mavrogiannopoulos2018-02-191-3/+3
* doc updateNikos Mavrogiannopoulos2018-02-192-3/+3
* check_ocsp_response: print OCSP response actual error on debug logNikos Mavrogiannopoulos2018-02-192-0/+60
* ocsp: introduced gnutls_certificate_get_ocsp_expiration()Nikos Mavrogiannopoulos2018-02-191-3/+4
* ocsp: enhanced the OCSP response loading APIsNikos Mavrogiannopoulos2018-02-193-1/+83
* gnutls_ocsp_resp_list_import2: introducedNikos Mavrogiannopoulos2018-02-191-2/+135
* ocsp: introduced gnutls_ocsp_resp_import2 and gnutls_ocsp_resp_export2Nikos Mavrogiannopoulos2018-02-191-11/+91
* doc updateNikos Mavrogiannopoulos2018-02-191-1/+1
* extensions: files renamed to hello_extNikos Mavrogiannopoulos2018-02-191-1/+1
* Improve documentation of gnutls_x509_trust_list_iter_get_ca [ci skip]Michael Catanzaro2018-02-101-2/+5
* gnutls_x509_crt_list_import: eliminated memory leakNikos Mavrogiannopoulos2018-01-101-3/+5
* x509/verify: when verifying against a self signed certificate ignore issuerNikos Mavrogiannopoulos2017-12-301-5/+7
* pkcs11 verification: always use the GNUTLS_PKCS11_OBJ_FLAG_PRESENT_IN_TRUSTED...Nikos Mavrogiannopoulos2017-12-032-6/+10
* gnutls_x509_ext_import_proxy: corrected memory leakNikos Mavrogiannopoulos2017-11-151-8/+8
* doc: improve documentation on provable private keysNikos Mavrogiannopoulos2017-10-091-10/+27
* _gnutls_get_key_id: introduce flag GNUTLS_KEYID_USE_SHA512Nikos Mavrogiannopoulos2017-10-011-1/+3
* gnutls_x509_crt/q_set_spki: always initialize the spki structureNikos Mavrogiannopoulos2017-09-242-2/+4
* x509: removed debugging code [ci skip]Nikos Mavrogiannopoulos2017-09-161-1/+0
* crq: doc updatetmp-sign-with-default-algoNikos Mavrogiannopoulos2017-09-081-2/+16
* gnutls_x509_crl_verify: check next update field for presenceNikos Mavrogiannopoulos2017-09-081-1/+3
* gnutls_x509_crq_sign: undeprecateNikos Mavrogiannopoulos2017-09-081-2/+0
* gnutls_x509_crl_sign: undeprecateNikos Mavrogiannopoulos2017-09-081-2/+0
* gnutls_x509_crq_sign: no longer sign with SHA1Nikos Mavrogiannopoulos2017-09-081-1/+28
* gnutls_x509_*_sign: no longer sign with SHA1Nikos Mavrogiannopoulos2017-09-083-7/+35
* sed: use it in a portable way in makefilesNikos Mavrogiannopoulos2017-08-201-1/+3
* gnutls_x509_privkey_export: use _gnutls_copy_string on PEM datatmp-check-for-rfc7919Nikos Mavrogiannopoulos2017-08-181-1/+4
* gnutls_x509_crl_get_issuer_dn: removed unnecessary constNikos Mavrogiannopoulos2017-08-181-1/+1
* fuzzer: added a fuzzer targetNikos Mavrogiannopoulos2017-08-161-1/+6
* gnutls_x509_privkey_export: made a wrapper over gnutls_x509_privkey_export2()Nikos Mavrogiannopoulos2017-08-151-30/+18
* reduce common asserts to assist in debugging the libraryNikos Mavrogiannopoulos2017-08-154-4/+0
* gnutls_x509_privkey_import_pkcs8: fixed memory leak on incorrect key importNikos Mavrogiannopoulos2017-08-091-2/+2
* Fix memleaks in gnutls_x509_trust_list_add_crls()Tim Rühsen2017-08-081-5/+14
* Fix memleak in gnutls_x509_crl_list_import()Tim Rühsen2017-08-081-0/+1
* gnutls_pk_params_st: separate flags/qbits and curveNikos Mavrogiannopoulos2017-08-087-18/+18
* gnutls_x509_privkey_verify_seed: improved error on missing validation parametersNikos Mavrogiannopoulos2017-08-071-2/+2
* x509: no longer emit the previous custom format for provable parametersNikos Mavrogiannopoulos2017-08-074-96/+19
* x509: store and read provable seed in PKCS#8 form of keyNikos Mavrogiannopoulos2017-08-076-10/+201
* x509: separated PKIX1 attributes parsing code for cert request handlingNikos Mavrogiannopoulos2017-08-074-266/+335
* _gnutls_fbase64_decode will always return non-zerotmp-base64-reject-zero-lengthNikos Mavrogiannopoulos2017-08-072-2/+2
* _decode_pkcs8_rsa_key: signal error in RSA privkey decodingNikos Mavrogiannopoulos2017-08-061-0/+1
* gnutls_x509_privkey_import: allow importing ed25519 PKCS#8 keys in DER formNikos Mavrogiannopoulos2017-08-041-6/+10
* sign/digest: separate "brokenness" of signatures and hash algorithmsNikos Mavrogiannopoulos2017-08-042-8/+11
* x509_privkey: handle keys which can only have PKCS#8 form transparentlyNikos Mavrogiannopoulos2017-08-041-9/+26
* x509/output: print error on invalid public key parameters on certificateNikos Mavrogiannopoulos2017-08-042-18/+36
* spki: combined all exported functions to a single set and getNikos Mavrogiannopoulos2017-08-041-91/+29