summaryrefslogtreecommitdiff
path: root/lib/x509
Commit message (Expand)AuthorAgeFilesLines
* gnutls_x509_privkey_import_ecc_raw: encode parameters on importtmp-fix-pkcs8-exportNikos Mavrogiannopoulos2018-07-202-4/+12
* lib: document digest and paramset in gost key import functionsDmitry Eremin-Solenikov2018-07-101-1/+4
* lib/x509: use new function to deduce default GOST paramsetDmitry Eremin-Solenikov2018-07-105-24/+13
* lib: remove undefined behaviour when handling GOST paramsetDmitry Eremin-Solenikov2018-07-102-9/+6
* Use GOST R 34.11-94 when generating key for PKCS data to be encrypted with GO...Dmitry Eremin-Solenikov2018-06-231-7/+34
* Support GOST private keys generationDmitry Eremin-Solenikov2018-06-231-0/+26
* Add several DN entry definitions used by qualified GOST signaturesDmitry Eremin-Solenikov2018-06-231-0/+8
* Add support for PKCS12 files using GOST MACDmitry Eremin-Solenikov2018-06-231-12/+116
* Add support for PBES2/PBKDF2 using GOST algorithmsDmitry Eremin-Solenikov2018-06-232-31/+208
* Support PKCS#12 key derivation with GOST digestsDmitry Eremin-Solenikov2018-06-231-0/+5
* Add support for importing/exporting GOST private keysDmitry Eremin-Solenikov2018-06-233-0/+350
* Support importing/exporting X.509 GOST public keysDmitry Eremin-Solenikov2018-06-235-0/+441
* Add few functions to support basic operations with GOST public keysDmitry Eremin-Solenikov2018-06-232-0/+94
* Add declarations for GOST R 34.10 signaturesDmitry Eremin-Solenikov2018-06-231-0/+2
* Add declarations to support GOST public keysDmitry Eremin-Solenikov2018-06-231-0/+2
* Add support for I/O of little-endian MPIDmitry Eremin-Solenikov2018-06-231-0/+5
* Add declarations for GOST R 34.11 (-94 and -2012) digest algorithmsDmitry Eremin-Solenikov2018-06-231-0/+5
* 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