227 Commits (master)
 

Author SHA1 Message Date
  Edoardo Putti d0af26f884 replace call to deprecated API 8 years ago
  Edoardo Putti 136210cadb remove deprecated get_requests and drop_request 8 years ago
  Edoardo Putti 102c001881 remove magic method __str__, handled by base SignRequest 8 years ago
  Edoardo Putti 349748780d add correct Request generation inside RequestLoader 8 years ago
  Edoardo Putti 533be5191e add path property to SignRequest 8 years ago
  Edoardo Putti 41c1bdf164 add draft for RequestLoader proxy 8 years ago
  Edoardo Putti 250374f8d5 fix typo in debug message 8 years ago
  Edoardo Putti ea710f04db add repr magic to base classes 8 years ago
  Edoardo Putti fb4455e9fa move CA and Requst descriptors to own module 8 years ago
  Edoardo Putti 5b34b19acf change to module path from local path 8 years ago
  Edoardo Putti abfbfe3174 draft for new descriptor API 8 years ago
  Edoardo Putti ebe1b13e2b set failure state on exit 8 years ago
  Edoardo Putti 6ef3888840 add representation of ca_shell 8 years ago
  Edoardo Putti 8111423d97 add GPLv3 license to CA manager 8 years ago
  Edoardo Putti 8aac791369 switch from getter to property 8 years ago
  Edoardo Putti c74a40e2dc change for loop to use new API 8 years ago
  Edoardo Putti 9d196b28dd change CA generation to new API 8 years ago
  Edoardo Putti aeb8bde950 remove unused import 8 years ago
  Edoardo Putti 8818dabba6 remove list_ca from ca_manager 8 years ago
  Edoardo Putti e61e48f00f deprecate list_ca 8 years ago
  Edoardo Putti 34abc053b3 remove deprecate method _get_ca_path 8 years ago
  Edoardo Putti 5adaefa47d set path as property of Authority base class 8 years ago
  Edoardo Putti 8e72205095 change base class Authority to accept a directory 8 years ago
  Edoardo Putti 42adb917fb update module documentation 8 years ago
  Edoardo Putti b16257e2b5 implent CREATE in CALookup API 8 years ago
  Edoardo Putti c504b8912a implement GET in CALookup API 8 years ago
  Edoardo Putti d62309ccba implement DEL in CALookup API 8 years ago
  Edoardo Putti a546e8bf44 make CALookup iterable 8 years ago
  Edoardo Putti 6a6a70416f set conn attribute to None at creation 8 years ago
  Edoardo Putti 9a9308f167 add sqlite connection handling with context manager 8 years ago
  Edoardo Putti a635b8a068 draft for CALookup descriptor 8 years ago
  Edoardo Putti 7dbfe9fec6 transform ca_path getter to property 8 years ago
  Edoardo Putti ce1b45e00a transform db_path to property 8 years ago
  Edoardo Putti 827af988fe add docs to modules 8 years ago
  Edoardo Putti d139d6689f add example output 8 years ago
  Edoardo Putti 3333138292 add draft for README file 8 years ago
  Edoardo Putti 3d96c909ec set log before exit call 8 years ago
  Edoardo Putti 2ed60c744c fix syntax error 8 years ago
  Andrea Cimbalo 72e75083f4 log only to file, sign cli in ca_manager.py 8 years ago
  Edoardo Putti b1d94d822b change log to file only 8 years ago
  Edoardo Putti 8c74057b3e correct path to use production values 8 years ago
  Andrea Cimbalo ac35f2d508 filter request by ca type 8 years ago
  Andrea Cimbalo 5d384414c2 migrate to subprocess.check_output 8 years ago
  Andrea Cimbalo 487308820d add documentation for sign_request 8 years ago
  Andrea Cimbalo 6645e533b4 add tab autocompletion 8 years ago
  Andrea Cimbalo 3e3d045af7 python3 syntax 8 years ago
  Edoardo Putti ed3f0d6b97 add executable cli for CAManager 8 years ago
  Edoardo Putti 267dea3c92 make ca_manager not executable 8 years ago
  Edoardo Putti cb87b9e698 remove user decision prompt 8 years ago
  Edoardo Putti fa316e3cab adapt request handling for new sign_request 8 years ago