summaryrefslogtreecommitdiffstats
path: root/src/libdnssec (follow)
Commit message (Expand)AuthorAgeFilesLines
* Makefile: fix typoDaniel Salzman2024-07-191-2/+2
* libdnssec: move sample keys from tests to libdnssecJan Hák2024-07-192-0/+501
* configure: remove no longer needed check for gnutls_privkey_export_x509Daniel Salzman2023-12-221-20/+1
* configure: remove no longer needed check for gnutls_privkey_sign_data2Daniel Salzman2023-12-221-35/+0
* configure: remove no longer needed check for reproducible signing supportDaniel Salzman2023-12-222-7/+1
* configure: remove no longer needed check for Ed25519 supportDaniel Salzman2023-12-223-21/+1
* libdnssec: replace GNUTLS_PK_EC with GNUTLS_PK_ECDSADaniel Salzman2023-10-302-5/+5
* libdnssec: add condition for available PKCS11 supportJan Hák2023-10-261-0/+4
* zone-sign: don't share PKCS 11 private keys by multiple signing threadsDaniel Salzman2023-09-202-3/+21
* coding style -- unify the use of file operation modes and flagsDavid Vašek2023-02-071-3/+3
* kdig: add +json (RFC 8427) optionJan Hák2022-09-142-4/+4
* libdnssec: add support for setting PKCS #11 key label when its generatedDaniel Salzman2022-07-285-12/+16
* libdnssec: verify correct DNSKEY flags and protoLibor Peltan2022-05-271-2/+11
* libdnssec: merge DNSSEC-related constants from libknotDaniel Salzman2022-02-071-22/+41
* libdnssec: fix memleak when pkcs8_import_key() failsDaniel Salzman2021-12-151-1/+2
* spellingJosh Soref2021-11-246-7/+7
* XDP-TCP: refactor Siphash secret handlingDaniel Salzman2021-07-101-1/+2
* implemented zonemd calculation/verificationLibor Peltan2021-06-035-2/+191
* libknot: merge attributes with libdnssec/shared/shared.hDaniel Salzman2021-05-241-10/+2
* Makefiles: rework linker parameters to avoid binary size increase with slibto...Daniel Salzman2021-04-061-1/+1
* dnssec/deterministic ECDSA: fixed memory leakLibor Peltan2021-01-131-0/+1
* libdnssec: rename reserved argument name 'explicit' at dnssec_algorithm_repro...Daniel Salzman2020-11-022-5/+5
* libdnssec: respect local GnuTLS policy in dnssec_algorithm_key_support()Vladimír Čunát2020-11-024-18/+33
* libdnssec: fix sideefect closing file#0Libor Peltan2020-10-061-4/+4
* libdnssec: make privkey_export_x509 staticDaniel Salzman2020-08-271-1/+1
* libdnssec: add workaround for missing gnutls_privkey_export_x509() on CentOS 7Daniel Salzman2020-08-271-3/+31
* libdnssec: remove unmaintained API examplesDaniel Salzman2020-08-2611-356/+10
* reproducible sign: ED* algorithms are always reproducibleLibor Peltan2020-08-262-8/+12
* dnssec: enable speedup of rrsig validation by deterministic ECDSALibor Peltan2020-08-264-5/+41
* dnssec: implemented DSA deterministic signingLibor Peltan2020-08-262-5/+18
* libdnssec: rename dnssec_keystore_export() to dnssec_keystore_get_private()Daniel Salzman2020-08-252-5/+5
* implemented zone data backupLibor Peltan2020-08-257-7/+99
* libdnssec/tsig: mute warning: cast to smaller integer typeDaniel Salzman2020-05-171-6/+6
* base64: fix parameter alignment, update copyrightDaniel Salzman2020-02-101-1/+1
* base64: use knot namespace for base64 functionsEmmanuel Bretelle2020-02-101-2/+2
* libdnssec: finish ED448 supportVladimír Čunát2020-02-032-4/+7
* coding style improvements - copyright noticeDavid Vašek2019-07-0451-59/+72
* keystore: fix leak in pkcs8 importMark Karpilovskij2019-02-221-0/+2
* libdnssec: add dnssec_nsec3_params_matchDaniel Salzman2019-02-222-1/+26
* libdnssec: replace alloca with a variable length arrayDaniel Salzman2019-02-131-2/+2
* libdnssec: export pem APIDaniel Salzman2019-01-248-126/+94
* libdnssec: dissolve libshared in libdnssec to fix linking issues with ClangDaniel Salzman2019-01-241-17/+11
* libdnssec: relax the fixed length condition for key IDMark Karpilovskij2019-01-211-4/+4
* libdnssec: unify keystore function namesDaniel Salzman2019-01-212-22/+24
* libdnssec: remove unused keystore listingDaniel Salzman2019-01-2110-737/+1
* libdnssec: remove PKCS #8 keystore abstractionDaniel Salzman2019-01-217-571/+319
* Revert "add GOST algorithm support"Daniel Salzman2019-01-075-104/+3
* libdnssec: link explicitly against libpthread if PKCS #11 is enabledDaniel Salzman2018-12-061-0/+3
* libdnssec: fix null pointer dereference (Thanks Coverity)Daniel Salzman2018-09-171-1/+1
* libdnssec: move hex to/from bin functions to contrib/stringDaniel Salzman2018-09-135-218/+18