- Jul 30, 2013
-
-
Jan Včelák authored
-
Jan Včelák authored
- always use OpenSSL EVP - do not touch output parameters if there is an error - do not abort when there is an allocation error - prepare for additional hash algorithms - remove debug outputs
-
Jan Včelák authored
-
Jan Včelák authored
-
Jan Včelák authored
-
Jan Včelák authored
-
Jan Včelák authored
-
Jan Včelák authored
-
Jan Včelák authored
refs #2413 Change-Id: I0b0a572eb5cc11787e332404226b0b079ed85f88
-
Jan Včelák authored
refs #2413 Change-Id: I3d97bc4ea2f0986900c503bd10bc5f5ceb2585a6
-
Jan Včelák authored
The public key is specified as DNS RR. Before this patch, only first line of the input file was read even if it contained comment, white spaces or just a part of the RR. refs #2413 Change-Id: I4cf3374121fbb676d89a52fa4ba741e497b04564
-
Jan Včelák authored
refs #2413 Change-Id: I44e0e6b9058781d58c54ee8521e294836ee4e183
-
Jan Včelák authored
refs #2413 Change-Id: I071d0a4560ded8051352ee6d30513a8c10b51a02
-
Jan Včelák authored
Allows cleaning up of the digest context to create multiple signatures. refs #2413 Change-Id: Idcc23b99269d266d2ed1cbb6abda0bc73ec07338
-
Jan Včelák authored
refs #2413 Change-Id: I8c40b8bdf39bff7cf4e5d6ae41cb2612b634b932
-
Marek Vavruša authored
-
Daniel Salzman authored
refs #111
-
- Jul 29, 2013
-
-
Daniel Salzman authored
- Jul 26, 2013
-
-
Jan Včelák authored
-
Jan Včelák authored
-
- Jul 25, 2013
-
-
Marek Vavrusa authored
* xfrin_add_new_node and ddns_add_new_node were duplicates - knot_node_set_zone() was called in the _add functions anyway * merged checks for NSEC3-related RR to knot_rrset_is_nsec3rel() - the empty RR check was pointless, as even if empty, the node shouldn't be searched in normal tree
-
Marek Vavruša authored
-
Ondřej Surý authored
-
Daniel Salzman authored
-
Ondřej Surý authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
- Jul 24, 2013
-
-
Jan Kadlec authored
Refs #102
-
Jan Kadlec authored
- Inserting DNAMEs from out-of-zone RRs into tmp DNAME table messed things up when we free'd the RRSet, it's better to check before inserting into table (one could rollback the table, but there are some corner cases not worth solving) Refs #102
-
Daniel Salzman authored
-
Marek Vavrusa authored
refs #100
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
- Jul 23, 2013
-
-
Jan Kadlec authored
Refs #102
-
- Jul 22, 2013
-
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
- Jul 20, 2013
-
-
Jan Kadlec authored
- RFC 2136 states that the server should return the 'NOTZONE' error code, which it is correcly doing now, so there's no need to change it. - Minor change only, since the actual check is somewhere before this code executes, but I've left the new_node functions as it was, since we may wish to allow some malformations later. Refs #102
-
Jan Kadlec authored
Refs #102
-