Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 3rdparty
Submodule 3rdparty updated 77 files
+8 −14 composer.json
+25 −105 composer.lock
+0 −12 composer/autoload_classmap.php
+0 −1 composer/autoload_files.php
+0 −1 composer/autoload_psr4.php
+0 −18 composer/autoload_static.php
+26 −109 composer/installed.json
+9 −12 composer/installed.php
+2 −2 composer/platform_check.php
+20 −0 lcobucci/clock/src/FrozenClock.php
+3 −2 lcobucci/clock/src/SystemClock.php
+0 −19 symfony/polyfill-php83/LICENSE
+0 −197 symfony/polyfill-php83/Php83.php
+0 −16 symfony/polyfill-php83/Resources/stubs/DateError.php
+0 −16 symfony/polyfill-php83/Resources/stubs/DateException.php
+0 −16 symfony/polyfill-php83/Resources/stubs/DateInvalidOperationException.php
+0 −16 symfony/polyfill-php83/Resources/stubs/DateInvalidTimeZoneException.php
+0 −16 symfony/polyfill-php83/Resources/stubs/DateMalformedIntervalStringException.php
+0 −16 symfony/polyfill-php83/Resources/stubs/DateMalformedPeriodStringException.php
+0 −16 symfony/polyfill-php83/Resources/stubs/DateMalformedStringException.php
+0 −16 symfony/polyfill-php83/Resources/stubs/DateObjectError.php
+0 −16 symfony/polyfill-php83/Resources/stubs/DateRangeError.php
+0 −20 symfony/polyfill-php83/Resources/stubs/Override.php
+0 −16 symfony/polyfill-php83/Resources/stubs/SQLite3Exception.php
+0 −50 symfony/polyfill-php83/bootstrap.php
+0 −22 symfony/polyfill-php83/bootstrap81.php
+1 −0 web-auth/webauthn-lib/src/AttestationStatement/AndroidKeyAttestationStatementSupport.php
+1 −0 web-auth/webauthn-lib/src/AttestationStatement/AndroidSafetyNetAttestationStatementSupport.php
+1 −0 web-auth/webauthn-lib/src/AttestationStatement/AttestationStatement.php
+1 −0 web-auth/webauthn-lib/src/AttestationStatement/AttestationStatementSupportManager.php
+1 −0 web-auth/webauthn-lib/src/AttestationStatement/FidoU2FAttestationStatementSupport.php
+1 −0 web-auth/webauthn-lib/src/AttestationStatement/TPMAttestationStatementSupport.php
+1 −0 web-auth/webauthn-lib/src/AuthenticationExtensions/AuthenticationExtensions.php
+1 −1 web-auth/webauthn-lib/src/AuthenticationExtensions/ExtensionOutputError.php
+2 −1 web-auth/webauthn-lib/src/AuthenticatorAssertionResponseValidator.php
+1 −0 web-auth/webauthn-lib/src/AuthenticatorAttestationResponseValidator.php
+2 −1 web-auth/webauthn-lib/src/CeremonyStep/CheckAlgorithm.php
+1 −0 web-auth/webauthn-lib/src/CeremonyStep/CheckMetadataStatement.php
+1 −1 web-auth/webauthn-lib/src/CeremonyStep/CheckSignature.php
+1 −0 web-auth/webauthn-lib/src/ClientDataCollector/WebauthnAuthenticationCollector.php
+1 −0 web-auth/webauthn-lib/src/CollectedClientData.php
+7 −3 web-auth/webauthn-lib/src/Denormalizer/AttestationObjectDenormalizer.php
+7 −3 web-auth/webauthn-lib/src/Denormalizer/AttestationStatementDenormalizer.php
+7 −3 web-auth/webauthn-lib/src/Denormalizer/AuthenticationExtensionsDenormalizer.php
+7 −3 web-auth/webauthn-lib/src/Denormalizer/AuthenticatorAssertionResponseDenormalizer.php
+7 −3 web-auth/webauthn-lib/src/Denormalizer/AuthenticatorAttestationResponseDenormalizer.php
+7 −3 web-auth/webauthn-lib/src/Denormalizer/AuthenticatorDataDenormalizer.php
+7 −3 web-auth/webauthn-lib/src/Denormalizer/AuthenticatorResponseDenormalizer.php
+7 −3 web-auth/webauthn-lib/src/Denormalizer/CollectedClientDataDenormalizer.php
+7 −3 web-auth/webauthn-lib/src/Denormalizer/ExtensionDescriptorDenormalizer.php
+7 −3 web-auth/webauthn-lib/src/Denormalizer/PublicKeyCredentialDenormalizer.php
+7 −3 web-auth/webauthn-lib/src/Denormalizer/PublicKeyCredentialOptionsDenormalizer.php
+7 −3 web-auth/webauthn-lib/src/Denormalizer/PublicKeyCredentialParametersDenormalizer.php
+7 −3 web-auth/webauthn-lib/src/Denormalizer/PublicKeyCredentialSourceDenormalizer.php
+7 −3 web-auth/webauthn-lib/src/Denormalizer/PublicKeyCredentialUserEntityDenormalizer.php
+7 −3 web-auth/webauthn-lib/src/Denormalizer/TrustPathDenormalizer.php
+1 −0 web-auth/webauthn-lib/src/Denormalizer/WebauthnSerializerFactory.php
+1 −0 web-auth/webauthn-lib/src/Event/AuthenticatorAssertionResponseValidationFailedEvent.php
+1 −0 web-auth/webauthn-lib/src/Event/AuthenticatorAssertionResponseValidationSucceededEvent.php
+1 −0 web-auth/webauthn-lib/src/Event/AuthenticatorAttestationResponseValidationFailedEvent.php
+1 −0 web-auth/webauthn-lib/src/Event/AuthenticatorAttestationResponseValidationSucceededEvent.php
+1 −0 web-auth/webauthn-lib/src/MetadataService/CertificateChain/PhpCertificateChainValidator.php
+2 −2 web-auth/webauthn-lib/src/MetadataService/Psr18HttpClient.php
+1 −0 web-auth/webauthn-lib/src/MetadataService/Service/MetadataBLOBPayload.php
+1 −0 web-auth/webauthn-lib/src/MetadataService/Statement/DisplayPNGCharacteristicsDescriptor.php
+1 −0 web-auth/webauthn-lib/src/MetadataService/Statement/EcdaaTrustAnchor.php
+1 −0 web-auth/webauthn-lib/src/MetadataService/Statement/MetadataStatement.php
+1 −0 web-auth/webauthn-lib/src/MetadataService/Statement/PatternAccuracyDescriptor.php
+1 −0 web-auth/webauthn-lib/src/MetadataService/Statement/RgbPaletteEntry.php
+2 −0 web-auth/webauthn-lib/src/MetadataService/Statement/StatusReport.php
+1 −0 web-auth/webauthn-lib/src/MetadataService/Statement/VerificationMethodDescriptor.php
+1 −0 web-auth/webauthn-lib/src/MetadataService/Statement/Version.php
+1 −0 web-auth/webauthn-lib/src/PublicKeyCredential.php
+1 −0 web-auth/webauthn-lib/src/PublicKeyCredentialLoader.php
+1 −0 web-auth/webauthn-lib/src/PublicKeyCredentialSource.php
+1 −0 web-auth/webauthn-lib/src/StringStream.php
+1 −0 web-auth/webauthn-lib/src/TokenBinding/TokenBinding.php
Loading