summaryrefslogtreecommitdiff
path: root/lib/x509
Commit message (Expand)AuthorAgeFilesLines
* _x509_en/decode_provable_seed: clarified purpose of functions [ci skip]Nikos Mavrogiannopoulos2019-03-201-0/+6
* Removed all FIXME comments in code [ci skip]Nikos Mavrogiannopoulos2019-03-163-14/+2
* Use https:// in lib/, src/, and m4/Tim Rühsen2019-03-131-1/+1
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-1355-55/+55
* Merge branch 'tmp-reset-after-free' into 'master'Tim Rühsen2019-02-239-29/+4
|\
| * gnutls_x509_crt_init: Fix dereference of NULL pointertmp-reset-after-freeTim Rühsen2019-02-221-1/+1
| * Remove redundant resets of variables after free()Tim Rühsen2019-02-229-28/+3
* | lib: x509: Minor directory browsing simplificationHugo Beauzée-Luyssen2019-02-211-6/+3
* | Revert "Revert "verify-high2: Fix cert dir iteration on Win32""Hugo Beauzée-Luyssen2019-02-211-2/+49
* | iconv: Allow _gnutls_utf8_to_ucs2 to output little endianHugo Beauzée-Luyssen2019-02-211-1/+1
|/
* x509: corrected issue in the algorithm parameters comparisonNikos Mavrogiannopoulos2019-02-141-1/+1
* 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