python-tuf/tuf
vladdd 2a08c2c263 Add doctests for PyNaCl and fix verify_signature()
If 'use_pynacl=True' is specified and the signature is invalid, verify_signature() raised 'nacl.signing.CryptoError'.  verify_signature() should instead return 'False', to follow the same bahavior of this function when 'use_pynacl=False'.
2013-09-30 11:44:35 -04:00
..
client Better error formatting. 2013-09-18 03:12:39 -04:00
compatibility Copy SSL certificate verification from pip. 2013-03-04 18:01:15 -05:00
examples Import chain-of-trust function from @vladdd. 2013-08-27 15:13:55 -04:00
interposition Remove console logging from the wrong place. 2013-09-09 16:05:51 -04:00
pushtools Update the unit tests affected by the design change to log.py 2013-08-15 14:33:35 -04:00
repo Fix modified (accidently) variable name in keystore.py 2013-09-24 09:36:55 -04:00
tests Resolve conflicts from demo 2 updates 2013-09-23 13:38:18 -04:00
__init__.py Resolve conflicts from demo 2 updates 2013-09-23 13:38:18 -04:00
build_updater.py Move all files up one directory from 'src/'. 2013-02-10 21:38:06 -05:00
conf.py Relocate the default PBKDF2 iterations to tuf.conf 2013-09-12 12:50:11 -04:00
download.py Redundantly verify file length in updater. 2013-09-09 21:21:32 -04:00
ed25519_key.py Add doctests for PyNaCl and fix verify_signature() 2013-09-30 11:44:35 -04:00
formats.py Add ED25519KEY_SCHEMA to tuf.formats 2013-09-24 15:13:21 -04:00
hash.py Update the unit tests affected by the design change to log.py 2013-08-15 14:33:35 -04:00
keydb.py Update the unit tests affected by the design change to log.py 2013-08-15 14:33:35 -04:00
log.py Add missing docstring to remove_console_handler() and minor edits 2013-09-23 19:54:47 -04:00
mirrors.py Update the unit tests affected by the design change to log.py 2013-08-15 14:33:35 -04:00
roledb.py Update the unit tests affected by the design change to log.py 2013-08-15 14:33:35 -04:00
rsa_key.py Fix how the private key is checked prior to verifying a signature 2013-09-23 14:33:55 -04:00
schema.py Validate arguments in schema definitions. 2013-02-13 20:01:42 -05:00
sig.py Update the unit tests affected by the design change to log.py 2013-08-15 14:33:35 -04:00
time_ed25519.py Update time_ed25519.py following addition of PyNaCl support 2013-09-30 10:46:54 -04:00
util.py Fix #102. 2013-09-11 17:46:29 -04:00