summaryrefslogtreecommitdiff
path: root/lib/x509
Commit message (Expand)AuthorAgeFilesLines
* Use inet_pton() from gnulibtmp-gnulib-ptonTim Rühsen2019-02-101-1/+3
* Use inet_ntop() from gnulibtmp-gnulib-ntopTim Rühsen2019-02-071-4/+1
* Fix _gnutls_write_new_general_name() result checkingMaks Naumov2019-01-081-1/+1
* Fix typos in lib/tmp-fix-typos-in-libTim Rühsen2019-01-0412-16/+16
* Revert "verify-high2: Fix cert dir iteration on Win32"tmp-revert-835Nikos Mavrogiannopoulos2019-01-041-48/+2
* GNUTLS_X509_NO_WELL_DEFINED_EXPIRATION: deprecatedtmp-no-well-definedNikos Mavrogiannopoulos2018-12-211-4/+1
* verify-high2: Fix cert dir iteration on Win32Hugo Beauzée-Luyssen2018-12-191-2/+48
* Implemented support for raw public-key functionality (RFC7250).Tom Vrancken2018-12-152-2/+2
* gnutls_x509_crt_set_expiration_time: fixed documentation [ci skip]Nikos Mavrogiannopoulos2018-11-301-3/+3
* pkcs8: support GOST keys without encapsulationDmitry Eremin-Solenikov2018-11-161-2/+22
* _gnutls_x509_read_eddsa_pubkey(): sanity check the input valuestmp-cert-statusNikos Mavrogiannopoulos2018-11-151-4/+10
* gnutls_x509_privkey_import_ecc_raw(): fail on invalid sizesNikos Mavrogiannopoulos2018-11-151-0/+7
* doc: minor updates in elliptic curve documentationNikos Mavrogiannopoulos2018-11-152-22/+25
* pkcs7: allow BER encoding when parsing encapContentInfo.eContentDmitry Eremin-Solenikov2018-11-141-2/+2
* pkcs12: cleanups, and two memory leak fixesNikos Mavrogiannopoulos2018-11-101-10/+8
* Added checks to avoid false negatives reported by static analyzersNikos Mavrogiannopoulos2018-11-102-2/+9
* Initialize output var to avoid false negative from static analyzersNikos Mavrogiannopoulos2018-11-091-1/+4
* pkcs11 uris: the URI scheme is case insensitivetmp-urisNikos Mavrogiannopoulos2018-10-122-3/+6
* privkey_pkcs8: added reference for validation parameters OID [ci skip]Nikos Mavrogiannopoulos2018-10-012-0/+2
* Merge branch 'tmp-cleanup-in-docs' into 'master'Tim Rühsen2018-09-282-3/+5
|\
| * doc: fixed missing function and enumeration parametersNikos Mavrogiannopoulos2018-09-262-3/+5
* | _gnutls_check_key_purpose: eliminated dead codetmp-eliminate-dead-codeNikos Mavrogiannopoulos2018-09-261-2/+0
|/
* Merge branch 'tmp-pkcs11-lax-search' into 'master'Nikos Mavrogiannopoulos2018-09-242-2/+10
|\
| * Provide a more flexible PKCS#11 search of trust store certificatestmp-pkcs11-lax-searchNikos Mavrogiannopoulos2018-09-212-2/+10
* | trust list: added flag to force failure on CRL validation errorNikos Mavrogiannopoulos2018-09-211-0/+2
|/
* ECC export/import: updated documentation on EdDSA curvesNikos Mavrogiannopoulos2018-09-201-3/+6
* x509: print_pubkey: print GOST public key with MSB firstDmitry Eremin-Solenikov2018-09-181-0/+14
* lib: use little endian when importing/exporting GOST keysDmitry Eremin-Solenikov2018-09-181-3/+9
* gnutls_x509_trust_list_add_trust_mem: fix behavior with unaccounted certsNikos Mavrogiannopoulos2018-09-171-1/+7
* gnutls_x509_trust_list_add_cas: corrected return valueNikos Mavrogiannopoulos2018-09-171-1/+1
* fixed documentation in trust list functionsNikos Mavrogiannopoulos2018-09-171-14/+26
* Fix variable used in reallocationNikos Mavrogiannopoulos2018-09-141-1/+1
* write_oid_and_params: moved nullity check of params earlierNikos Mavrogiannopoulos2018-08-131-6/+5
* use a consistent method to mark fall-through in switch casesNikos Mavrogiannopoulos2018-08-082-3/+3
* 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