index
:
SimpleWebAuthn
master
openwrt
SimpleWebAuthn
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
packages
/
server
/
src
/
helpers
/
convertPublicKeyToPEM.ts
Age
Commit message (
Expand
)
Author
2022-11-19
Remove unused method
Matthew Miller
2022-11-16
Go ham on adding more type guards
Matthew Miller
2022-11-16
Define COSECRV as enums
Matthew Miller
2022-11-12
Figure out a better pattern for exposing iso funcs
Matthew Miller
2022-11-12
Rename isomorphic helpers to avoid collision?
Matthew Miller
2022-11-11
Refactor more to handle CBOR maps
Matthew Miller
2022-11-06
Update COSEPublicKey typing for new cbor output
Matthew Miller
2022-11-06
Get consistent on use of decodeCborFirst
Matthew Miller
2022-11-05
Replace most Buffer types with Uint8Array
Matthew Miller
2022-07-27
Export named convertPublicKeyToPEM()
Matthew Miller
2022-04-27
Update TypeScript to 4.6.3
Matthew Miller
2021-02-02
Refactor PEM converter to accept Buffer
Matthew Miller
2020-09-09
Remove backwards compatibility code
Matthew Miller
2020-09-08
Remove console logging
Matthew Miller
2020-09-08
Try to gracefully support existing public keys
Matthew Miller
2020-09-07
Add method to convert public key to PEM
Matthew Miller