All RRDP servers in the field now issue session IDs using the correct
UUID version & type.

OK?

Kind regards,

Job

Index: validate.c
===================================================================
RCS file: /cvs/src/usr.sbin/rpki-client/validate.c,v
retrieving revision 1.53
diff -u -p -r1.53 validate.c
--- validate.c  18 Jan 2023 00:27:10 -0000      1.53
+++ validate.c  18 Jan 2023 17:58:03 -0000
@@ -566,7 +566,6 @@ valid_uuid(const char *s)
                        if (s[n] != '-')
                                return 0;
                        break;
-#ifdef NOTYET  /* World is not yet ready to enfoce UUID version and variant */
                /* Check UUID is version 4 */
                case 14:
                        if (s[n] != '4')
@@ -578,7 +577,6 @@ valid_uuid(const char *s)
                            s[n] != 'A' && s[n] != 'b' && s[n] != 'B')
                                return 0;
                        break;
-#endif
                case 36:
                        return s[n] == '\0';
                default:

Reply via email to