Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
87ecd67d
Commit
87ecd67d
authored
Sep 05, 2000
by
Andreas Gustafsson
Browse files
419. [bug] The certificate type PKIX was misspelled as SKIX.
parent
8011cb06
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
87ecd67d
419. [bug] The certificate type PKIX was misspelled as SKIX.
418. [bug] At debug levels >= 10, getting an unexpected
socket receive error would crash the server
while trying to log the error message.
...
...
lib/dns/rdata.c
View file @
87ecd67d
...
...
@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: rdata.c,v 1.10
5
2000/0
8
/0
1 01:22:44 tale
Exp $ */
/* $Id: rdata.c,v 1.10
6
2000/0
9
/0
5 17:09:30 gson
Exp $ */
#include <config.h>
#include <ctype.h>
...
...
@@ -228,8 +228,10 @@ static const char decdigits[] = "0123456789";
{ dns_tsigerror_badalg, "BADALG", 0}, \
{ 0, NULL, 0 }
/* RFC2538 section 2.1 */
#define CERTNAMES \
{ 1, "
S
KIX", 0}, \
{ 1, "
P
KIX", 0}, \
{ 2, "SPKI", 0}, \
{ 3, "PGP", 0}, \
{ 253, "URI", 0}, \
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment