68 Commits (5b34b19acf2f8769a55713505420526ced57989f)
 

Author SHA1 Message Date
  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
  Edoardo Putti 083020ff02 change sing_request signature, adapt authority search 8 years ago
  Edoardo Putti a2bb12b900 remove main function from ca_manager 8 years ago
  Edoardo Putti 9de0762d2b move CAManagerShell out of ca_manager 8 years ago
  Edoardo Putti 04a07d4423 move out certificates and authority classes from ca_manager 8 years ago
  Edoardo Putti ae6dc2afb8 remove global variables from ca_manager 8 years ago
  Edoardo Putti fcee03170c use paths from path module 8 years ago
  Edoardo Putti 2e8161b716 moved certificates, requests and authority classes out of ca_manager 8 years ago
  Edoardo Putti 87388cab57 add command to list requests from shell 8 years ago
  Edoardo Putti f63063e053 add requests list printing 8 years ago