index
:
SimpleWebAuthn
master
openwrt
SimpleWebAuthn
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
packages
/
server
/
src
/
helpers
Age
Commit message (
Collapse
)
Author
2023-08-17
Update convertCOSEtoPKCS tests
Matthew Miller
2023-08-17
Update convertCertBufferToPEM tests
Matthew Miller
2023-08-17
Update verifyOKP tests
Matthew Miller
2023-08-17
Update convertAAGUIDToString tests
Matthew Miller
2023-08-17
Update generateRegistrationOptions tests
Matthew Miller
2023-08-17
Don't mutate original CBOR bytes
Matthew Miller
2023-08-17
Refactor verifyRegistrationResponse tests
Matthew Miller
2023-08-17
Update verifyAuthenticationResponse tests
Matthew Miller
2023-08-16
Add missing await
Matthew Miller
2023-08-16
Deal with making getRandomValues async
Matthew Miller
2023-08-16
Remove unused old WebCrypto import
Matthew Miller
2023-08-16
Run `deno fmt` on everything
Matthew Miller
2023-08-16
Add getWebCrypto to isoCrypto
Matthew Miller
2023-08-16
Run `ddi fmt` over src/
Matthew Miller
2023-08-16
Move @peculiar libs to deps.ts
Matthew Miller
2023-08-16
Move more deps into deps.ts
Matthew Miller
2023-08-16
Convert typescripti-types imports into deps.ts
Matthew Miller
2023-08-16
Address `deno lint` issues
Matthew Miller
2023-08-16
Map cbor-x to deno.land
Matthew Miller
2023-08-16
Change @hexagon/base64 to point to deno.land
Matthew Miller
2023-08-16
Add COSECRV.SECP256K1
Matthew Miller
2023-08-16
Add file extensions to imports
Matthew Miller
2023-07-20
Add matched RPID to verify response
Corentin Mors
2023-06-22
Change syntax for readonly property
Matthew Miller
2023-06-04
Support PEM certs with leading spaces on each line
Matthew Miller
2022-12-18
Add note about unwrapping signature
Matthew Miller
2022-12-18
Pull out EC2 signature unwrapping into helper
Matthew Miller
2022-12-18
Turn pemToBytes into a helper
Matthew Miller
2022-12-18
Run linting
Matthew Miller
2022-12-15
Pass on no cert extensions
Matthew Miller
2022-12-15
Pass on malformed CRL data
Matthew Miller
2022-12-15
Reduce use of jsrsasign in isCertRevoked()
Matthew Miller
2022-12-15
Reduce more use of jsrsasign for X.509
Matthew Miller
2022-12-15
Return more certificate info
Matthew Miller
2022-12-15
Rename two verifySignature() arguments
Matthew Miller
2022-12-15
Remove "leaf" from convertX509PublicKeyToCOSE()
Matthew Miller
2022-12-15
Recognize use of secp384r1 in X.509
Matthew Miller
2022-12-15
Break out signatureAlgorithmToCOSEAlg into helper
Matthew Miller
2022-12-15
Refine COSE alg mapper errors
Matthew Miller
2022-12-15
Map RS1 COSE alg to WebCrypto alg name
Matthew Miller
2022-12-15
Use verifySignature() instead of jsrsasign
Matthew Miller
2022-12-15
Tweak updateHex() call
Matthew Miller
2022-12-15
Check Subject Key ID if Auth Key ID isn't set
Matthew Miller
This means we're potentially dealing with self-signed root certificate. This is a slight tweak based on a deeper reading of RFC 5280 Section 4.2.1.1 and 4.2.1.2
2022-12-01
Address PR feedback
Matthew Miller
2022-11-29
Run linting on everything
Matthew Miller
2022-11-29
Update server to use iso-webcrypto
Matthew Miller
2022-11-21
Set proper salt lengths for RSA-PSS
Matthew Miller
2022-11-21
Make mapCoseAlgToWebCryptoAlg more readable
Matthew Miller
2022-11-21
Add some notes
Matthew Miller
2022-11-21
Add support for RSA-PSS
Matthew Miller
[prev]
[next]