index
:
knot
master
knot
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libdnssec
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Makefile: fix typo
Daniel Salzman
2024-07-19
1
-2
/
+2
*
libdnssec: move sample keys from tests to libdnssec
Jan Hák
2024-07-19
2
-0
/
+501
*
configure: remove no longer needed check for gnutls_privkey_export_x509
Daniel Salzman
2023-12-22
1
-20
/
+1
*
configure: remove no longer needed check for gnutls_privkey_sign_data2
Daniel Salzman
2023-12-22
1
-35
/
+0
*
configure: remove no longer needed check for reproducible signing support
Daniel Salzman
2023-12-22
2
-7
/
+1
*
configure: remove no longer needed check for Ed25519 support
Daniel Salzman
2023-12-22
3
-21
/
+1
*
libdnssec: replace GNUTLS_PK_EC with GNUTLS_PK_ECDSA
Daniel Salzman
2023-10-30
2
-5
/
+5
*
libdnssec: add condition for available PKCS11 support
Jan Hák
2023-10-26
1
-0
/
+4
*
zone-sign: don't share PKCS 11 private keys by multiple signing threads
Daniel Salzman
2023-09-20
2
-3
/
+21
*
coding style -- unify the use of file operation modes and flags
David Vašek
2023-02-07
1
-3
/
+3
*
kdig: add +json (RFC 8427) option
Jan Hák
2022-09-14
2
-4
/
+4
*
libdnssec: add support for setting PKCS #11 key label when its generated
Daniel Salzman
2022-07-28
5
-12
/
+16
*
libdnssec: verify correct DNSKEY flags and proto
Libor Peltan
2022-05-27
1
-2
/
+11
*
libdnssec: merge DNSSEC-related constants from libknot
Daniel Salzman
2022-02-07
1
-22
/
+41
*
libdnssec: fix memleak when pkcs8_import_key() fails
Daniel Salzman
2021-12-15
1
-1
/
+2
*
spelling
Josh Soref
2021-11-24
6
-7
/
+7
*
XDP-TCP: refactor Siphash secret handling
Daniel Salzman
2021-07-10
1
-1
/
+2
*
implemented zonemd calculation/verification
Libor Peltan
2021-06-03
5
-2
/
+191
*
libknot: merge attributes with libdnssec/shared/shared.h
Daniel Salzman
2021-05-24
1
-10
/
+2
*
Makefiles: rework linker parameters to avoid binary size increase with slibto...
Daniel Salzman
2021-04-06
1
-1
/
+1
*
dnssec/deterministic ECDSA: fixed memory leak
Libor Peltan
2021-01-13
1
-0
/
+1
*
libdnssec: rename reserved argument name 'explicit' at dnssec_algorithm_repro...
Daniel Salzman
2020-11-02
2
-5
/
+5
*
libdnssec: respect local GnuTLS policy in dnssec_algorithm_key_support()
Vladimír Čunát
2020-11-02
4
-18
/
+33
*
libdnssec: fix sideefect closing file#0
Libor Peltan
2020-10-06
1
-4
/
+4
*
libdnssec: make privkey_export_x509 static
Daniel Salzman
2020-08-27
1
-1
/
+1
*
libdnssec: add workaround for missing gnutls_privkey_export_x509() on CentOS 7
Daniel Salzman
2020-08-27
1
-3
/
+31
*
libdnssec: remove unmaintained API examples
Daniel Salzman
2020-08-26
11
-356
/
+10
*
reproducible sign: ED* algorithms are always reproducible
Libor Peltan
2020-08-26
2
-8
/
+12
*
dnssec: enable speedup of rrsig validation by deterministic ECDSA
Libor Peltan
2020-08-26
4
-5
/
+41
*
dnssec: implemented DSA deterministic signing
Libor Peltan
2020-08-26
2
-5
/
+18
*
libdnssec: rename dnssec_keystore_export() to dnssec_keystore_get_private()
Daniel Salzman
2020-08-25
2
-5
/
+5
*
implemented zone data backup
Libor Peltan
2020-08-25
7
-7
/
+99
*
libdnssec/tsig: mute warning: cast to smaller integer type
Daniel Salzman
2020-05-17
1
-6
/
+6
*
base64: fix parameter alignment, update copyright
Daniel Salzman
2020-02-10
1
-1
/
+1
*
base64: use knot namespace for base64 functions
Emmanuel Bretelle
2020-02-10
1
-2
/
+2
*
libdnssec: finish ED448 support
Vladimír Čunát
2020-02-03
2
-4
/
+7
*
coding style improvements - copyright notice
David Vašek
2019-07-04
51
-59
/
+72
*
keystore: fix leak in pkcs8 import
Mark Karpilovskij
2019-02-22
1
-0
/
+2
*
libdnssec: add dnssec_nsec3_params_match
Daniel Salzman
2019-02-22
2
-1
/
+26
*
libdnssec: replace alloca with a variable length array
Daniel Salzman
2019-02-13
1
-2
/
+2
*
libdnssec: export pem API
Daniel Salzman
2019-01-24
8
-126
/
+94
*
libdnssec: dissolve libshared in libdnssec to fix linking issues with Clang
Daniel Salzman
2019-01-24
1
-17
/
+11
*
libdnssec: relax the fixed length condition for key ID
Mark Karpilovskij
2019-01-21
1
-4
/
+4
*
libdnssec: unify keystore function names
Daniel Salzman
2019-01-21
2
-22
/
+24
*
libdnssec: remove unused keystore listing
Daniel Salzman
2019-01-21
10
-737
/
+1
*
libdnssec: remove PKCS #8 keystore abstraction
Daniel Salzman
2019-01-21
7
-571
/
+319
*
Revert "add GOST algorithm support"
Daniel Salzman
2019-01-07
5
-104
/
+3
*
libdnssec: link explicitly against libpthread if PKCS #11 is enabled
Daniel Salzman
2018-12-06
1
-0
/
+3
*
libdnssec: fix null pointer dereference (Thanks Coverity)
Daniel Salzman
2018-09-17
1
-1
/
+1
*
libdnssec: move hex to/from bin functions to contrib/string
Daniel Salzman
2018-09-13
5
-218
/
+18
[next]