Index: /trunk/src/VBox/Runtime/common/asn1/asn1-ut-time-decode.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/asn1/asn1-ut-time-decode.cpp	(revision 75177)
+++ /trunk/src/VBox/Runtime/common/asn1/asn1-ut-time-decode.cpp	(revision 75178)
@@ -61,6 +61,7 @@
         /* Work around clever rounding error in DER_CFDateToUTCTime() on OS X.  This also
            supresses any attempt at feeding us leap seconds.  If we pass 60 to the
-           normalization code we'll move on to the next min/hour/day, which is wrong both
-           for the OS X issue and for unwanted leap seconds. */
+           normalization code will move on to the next min/hour/day, which is wrong both
+           for the OS X issue and for unwanted leap seconds.  Leap seconds are not valid
+           ASN.1 by the by according to the specs available to us.  */
         if (pThis->Time.u8Second < 60)
         { /* likely */ }
