Commit Graph

105 Commits (7640bf76a6ac1e5b615d4a867ff422a2f396c697)
 

Author SHA1 Message Date
Edouard Merle 7640bf76a6 updating local Makefile.rules file 2 years ago
Edouard Merle 5435547497 cxng compatibility 2 years ago
TamtamHero 64662c181f
Bump version 1.4.3 4 years ago
Cédric f9f7625a62
Merge pull request #64 from antonio-fr/master
Fix challenge length handling, Fix #63
4 years ago
Antoine FERRON 97806c68db Fix challenge length handling, Fix #63 4 years ago
TamtamHero 99d48fd823
Bump version 1.4.2 4 years ago
TamtamHero effaf86009
Disable RSA 4096 key gen for Nano X until it gets a fw update to fix it 4 years ago
grydz 3c601dae8b
Merge pull request #62 from LedgerHQ/fix-crlf
Fix CRLF problems with git
4 years ago
François Colas f20aad65fb
Add all PNG files again 4 years ago
François Colas 0645ec5abc
Delete all PNG files 4 years ago
grydz f3bdb7908e
Merge pull request #56 from LedgerHQ/fix-user-doc
Fix user documentation
4 years ago
François Colas 942e16f74a
Fix corrupted PDF file 4 years ago
François Colas b8c8e31dd7
Fix pandoc options not supported anymore 4 years ago
cslashm 296ad1a480 bump version 5 years ago
cme b6914fd561 Merge branch 'issue-12' of AppDave/openpgp-card-app into master 5 years ago
cslashm 8cf68b051c fix issue #12 5 years ago
cme cd6054f0ed Merge branch 'fix_openpgp_spec' of hwerner/openpgp-card-app into master 5 years ago
Hervé Werner 3216c742fe
Fix specification
https://github.com/LedgerHQ/LedgerHQ.github.io/pull/3#discussion_r367899178
5 years ago
cslashm 1151672873 Add two levels of reset
- Reset application
- Reset current key slot only
5 years ago
cslashm 6348318cf0 Fix PIN on screen: issue #7 5 years ago
cme e4832fcaf6 Merge branch 'single_key_restoration' of hwerner/openpgp-card-app into master 5 years ago
Hervé Werner c723bf2a42
Allow the user to restore only one key to the Nano
This PR allows the user to restore only one key, for example only
the authentication key.

Some minor improvements to the doc. is also included.
5 years ago
cme 65fff724cb Merge branch 'thomsh-user-doc' of thomas.hebras/openpgp-card-app into master 5 years ago
cme 53921ef646 Merge branch 'update-user-doc' of cchevalier/openpgp-card-app into master
Merged, but  `set-key` still have to be replaced by `key-attr`
5 years ago
cme bd1dfca864 Merge branch 'fix-gpgcli-given-pins' of cchevalier/openpgp-card-app into master 5 years ago
thomsh 764521006b
Improve user doc for backup/restore operations 5 years ago
Charly Chevalier c0106ca947 Spell check 5 years ago
Charly Chevalier d917a0e2c7 Update user-doc with new set-key command + Mac workarounds 5 years ago
Charly Chevalier 273eff28cb Update generate.sh (now works with homebrew pandoc)
As explained in the script itself, the issue might not be related
to Mac, but it seems to work fine this way and seems to generate
the same PDF.
5 years ago
Charly Chevalier 6970362efa Fix gpgpcli.py --{adm,user}-pin
When pinpad is not set, then both admin/user PINs must be set
on the command-line. However this condition was not properly
checked, meaning it was impossible to use both options at the
same time.
5 years ago
cme f7fff68d32 Merge branch '1.6-og' of AppDave/openpgp-card-app into master 5 years ago
cslashm 99cfcdd6bb CRLF->LF 5 years ago
cslashm f6766c4441 Compatibility with 1.6.0.1-og SDK 5 years ago
BTChip 0892d3704a Compatibility with 1.6-og SDK 5 years ago
nba 023594ef55 Merge branch '1.6-og' of AppDave/openpgp-card-app into master 5 years ago
BTChip 3ae6f0d8f5 Compatibility with 1.6 SDK 5 years ago
cslashm 6eb81afec9 fix XL version 5 years ago
cslashm f217b4539f add missing file 5 years ago
cslashm e376170687 add missing file 5 years ago
cslashm 72df4f7d20 Add NanoX support
- embed shake256 as NanoX bug workarround
- replace 'C' by 'C' in PIN Entry
- fix the fact cx_hash does not accept any more NULL as output buff
- add clang formatter
5 years ago
cslashm f92dd4730c UIF for PSO:ENC + minor fixes
Add UIF-decryption rule for "PSO:ENC" command
Fix Makefile load rule
Fix display glitch in "back" menus
6 years ago
Cédric a43bef7014
Merge pull request #40 from NiklausHofer/patch-1
Verify PIN before changing PIN mode
6 years ago
Cédric 2a83a90099
Merge pull request #42 from mlapaj/master
fixed UIF
6 years ago
cslashm bcf9cd3c82 Minor Fixes
Fix Makefile for 'Multi/Single slot' compilation
Fix unnecessary conditionnal code for 'Multi/Single slot' compilation
Fix name display: remove '<' filler
6 years ago
Marcin Lapaj 1334de23e5 fixed UIF 6 years ago
OTO 2b4af766b3 fix for autodeploy 6 years ago
Niklaus 'vimja' Hofer d3324a48c1
Verify PIN before changing PIN mode
As described in  #30 the PIN has to be verified on the host before the PIN mode can be changed on the device. Otherwise an error message is displayed which is not very helpful.
6 years ago
Cédric 8f841e7188 Enhancement + bugfix
Application

- full independant serial per slot
- EXIT instruction ('02') controlled by PW2
- remove code belonging  curves other than Ed25519/NISTP256
- fix io bug when APDU is 4 bytes lenght

Makefile:

- dual version XL/1slot. XL contains 3 key slots, normal only one.
  use "MULTISLOT=1 make" to compile XL version
- add exit rule

doc:

- update dev/user

tool:

- froce backup filename suffix: _slot<x>.pickle
- add --set_template option
- add --slot option
- rename --set-fp to  --set-fingerprints
6 years ago
Cédric 4b2dcacf41 Remove Brainpool 256R1.
Not correctly supported in gpg with smartcard.
6 years ago
Cédric 14cfe899ff Add full backup/restore with python tool
app:

- support DO 'B6'/'B8'/'A4' in get/put data for full backup.
  private key are backuped encrypted with AES and a key based on the master seed
- fix missing DO 'CB' access
- fix TERMINATE_DF command: the command did not return
- fix stack corruption in ECC key generation, when key size is greater than 256bits

tools:

- add full backup/restore cli tool

misc:

- add 'make run' rules
6 years ago