Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / 1Password/srp issues and pull requests
#53 - Update golangci-lint.yml
Pull Request -
State: closed - Opened by aidantwoods-1p over 1 year ago
#52 - Fix calculation of M in SRP to line up with spec to the letter
Pull Request -
State: closed - Opened by aidantwoods-1p over 1 year ago
- 1 comment
#51 - Bump golang.org/x/text from 0.3.7 to 0.3.8
Pull Request -
State: closed - Opened by dependabot[bot] almost 2 years ago
- 2 comments
Labels: dependencies
#50 - Standard compliant padding, creation of k
Pull Request -
State: closed - Opened by jpgoldberg over 2 years ago
- 2 comments
#49 - Make linter happy
Pull Request -
State: closed - Opened by jpgoldberg over 2 years ago
#48 - Remove nonamedreturns from CI linting
Issue -
State: closed - Opened by jpgoldberg over 2 years ago
#47 - Use standards compliant padding when computing u and k
Issue -
State: closed - Opened by jpgoldberg over 2 years ago
- 1 comment
Labels: breaking
#46 - Return errors instead of panicking
Issue -
State: open - Opened by jpgoldberg over 2 years ago
Labels: breaking
#45 - more linters, less lint. Resolves #44
Pull Request -
State: closed - Opened by jpgoldberg over 2 years ago
#44 - Enable more linters in CI
Issue -
State: closed - Opened by jpgoldberg over 2 years ago
#43 - Bump Go and linter versions in CI Resolves #42
Pull Request -
State: closed - Opened by jpgoldberg over 2 years ago
#42 - Update go and linter versions in CI
Issue -
State: closed - Opened by jpgoldberg over 2 years ago
#41 - Minor documentation fixes Resolve #40
Pull Request -
State: closed - Opened by jpgoldberg over 2 years ago
#40 - Review docs for wording/typos
Issue -
State: closed - Opened by jpgoldberg over 2 years ago
#39 - feat: Add support for marshaling SRP to binary.
Pull Request -
State: closed - Opened by elliotcourant over 2 years ago
- 3 comments
#38 - fix: remove dead code
Pull Request -
State: closed - Opened by CamiloGarciaLaRotta almost 3 years ago
- 1 comment
#37 - feat: return errors in exported functions instead of panicking
Pull Request -
State: open - Opened by CamiloGarciaLaRotta almost 3 years ago
- 2 comments
#36 - feat: setup compilation, testing and linting in CI
Pull Request -
State: closed - Opened by CamiloGarciaLaRotta almost 3 years ago
#35 - fix: removing dead code
Issue -
State: closed - Opened by CamiloGarciaLaRotta almost 3 years ago
#34 - fix: golangci-lint and gosec linters
Pull Request -
State: closed - Opened by CamiloGarciaLaRotta almost 3 years ago
- 1 comment
#33 - Replace std big Int package with https://github.com/cronokirby/saferith
Issue -
State: open - Opened by jpgoldberg about 3 years ago
#31 - Allow to marshal and unmarshal
Issue -
State: closed - Opened by cannon73 almost 4 years ago
- 3 comments
#30 - Supporting Go Modules
Pull Request -
State: closed - Opened by myusuf3 almost 4 years ago
#29 - fix: Fix the typos
Pull Request -
State: closed - Opened by howjmay over 4 years ago
#28 - module: init Go module
Pull Request -
State: closed - Opened by zchee over 4 years ago
- 2 comments
#27 - Client should show proof first
Issue -
State: open - Opened by helgardmeyer over 4 years ago
- 3 comments
Labels: breaking
#26 - Explicitly trim hex where needed.
Pull Request -
State: closed - Opened by jpgoldberg almost 5 years ago
#25 - Replace bytes equal by subtle ConstantTimeCompare
Pull Request -
State: closed - Opened by cychuang0924 over 5 years ago
#24 - Docs should point to canonical location of this repository
Pull Request -
State: closed - Opened by jpgoldberg over 5 years ago
- 1 comment
#23 - Improved error handling and gosec compliance
Pull Request -
State: closed - Opened by jpgoldberg almost 6 years ago
#22 - Jpg/validate u 21
Pull Request -
State: closed - Opened by jpgoldberg almost 7 years ago
- 1 comment
#21 - Check u != 0 after u is created, not before
Issue -
State: closed - Opened by jpgoldberg almost 7 years ago
- 1 comment
#20 - Explain _u_ hashing choices
Pull Request -
State: closed - Opened by jpgoldberg almost 7 years ago
#19 - Minor documentation changes
Pull Request -
State: closed - Opened by jpgoldberg almost 7 years ago
- 1 comment
#18 - Remove group generator test
Pull Request -
State: closed - Opened by jpgoldberg almost 7 years ago
#17 - [IMPROVED] Simplified README + added godoc and license badges
Pull Request -
State: closed - Opened by khad almost 7 years ago
#16 - Remove double _is_ from `README.md`
Issue -
State: closed - Opened by khad almost 7 years ago
- 1 comment
#15 - Comments, docs, copyright notices
Pull Request -
State: closed - Opened by jpgoldberg about 7 years ago
#14 - Final Key is []bytes not big Int
Pull Request -
State: closed - Opened by jpgoldberg about 7 years ago
- 1 comment
#13 - Ground up re-write of SRP
Pull Request -
State: closed - Opened by jpgoldberg about 7 years ago
#12 - Don't identify SRP groups solely by their size
Issue -
State: closed - Opened by ghost over 7 years ago
- 1 comment
#11 - We have non-standard generator for 4096-bit group
Issue -
State: closed - Opened by jpgoldberg over 7 years ago
- 2 comments
#10 - [IMPROVED] Move 1024 group to test file only
Pull Request -
State: closed - Opened by jpgoldberg over 7 years ago
#9 - [IMPROVED] Named B appropriately #7
Pull Request -
State: closed - Opened by jpgoldberg over 7 years ago
#8 - Don't use group size as group identifier
Issue -
State: closed - Opened by jpgoldberg over 7 years ago
- 2 comments
#7 - B is not b. Name B properly in CalculateClientRawKey
Issue -
State: closed - Opened by jpgoldberg over 7 years ago
#6 - Use more modular reduction
Issue -
State: closed - Opened by jpgoldberg over 7 years ago
#5 - Remove ComputeX from SRP library
Issue -
State: closed - Opened by jpgoldberg over 7 years ago
#4 - Check that u != 0 during session key calculation
Issue -
State: closed - Opened by jpgoldberg over 7 years ago
- 1 comment
#3 - We need a client check on B % N != 0
Issue -
State: closed - Opened by jpgoldberg over 7 years ago
- 2 comments
#2 - Remove 1024 bit group.
Issue -
State: closed - Opened by jpgoldberg over 7 years ago
- 3 comments
#1 - Make knownGroups and srpgroup visible
Issue -
State: closed - Opened by dol over 7 years ago