152 Commits (a4a64e8d4555872c487d784d2a79ef62ae66860d)
 

Author SHA1 Message Date
  Edoardo Putti b0e8c69279 draft for certificate descriptor 8 years ago
  Edoardo Putti 2b78ea4541 refactor of request getter 8 years ago
  Edoardo Putti 1113585e72 draft for certificate object management 8 years ago
  Edoardo Putti 80456b14b3 split certificates from authorities 8 years ago
  Edoardo Putti 1cafd96c9e set allowed requests for each authority 8 years ago
  Edoardo Putti d43a9289fa fix SignRequest path attribute 8 years ago
  Edoardo Putti 8969f37ec4 request_server non is pep8 compliant 8 years ago
  Edoardo Putti 7ac268342d add example for a user_certificate sign_request 8 years ago
  Edoardo Putti 23bd659caa fix example JSON for return value in sign_request 8 years ago
  Edoardo Putti 65e40bd729 fix JSON example in sign_request for host_certificate 8 years ago
  Edoardo Putti ec70e5b7ca add a section about sign_requests 8 years ago
  Edoardo Putti c264e10ce5 move info about server log up 8 years ago
  Edoardo Putti 508a073d71 implement describe_ca 8 years ago
  Edoardo Putti 91d192c5d3 implement describe_request 8 years ago
  Edoardo Putti ef4f514bfa fix wrong data representation when reading JSON 8 years ago
  Edoardo Putti bbcb61090d implement drop request command for shell 8 years ago
  Edoardo Putti 5a81de5e6a raise IndexError instead of ValueError in RequestLookup 8 years ago
  Edoardo Putti 1c4808f13a update lookup module doc 8 years ago
  Edoardo Putti b2fd2cb177 implement __getitem__ for RequestLookup 8 years ago
  Edoardo Putti 61b2db3129 handle any formatted string 8 years ago
  Edoardo Putti 701704b03c switch to readign json instead of using as_request function 8 years ago
  Edoardo Putti cf6f3204dc remove previous API annotation 8 years ago
  Edoardo Putti a053330cd3 change to new API in list_request 8 years ago
  Edoardo Putti 939588fd41 change variable name to correct form 8 years ago
  Edoardo Putti c2de26de99 change new API in sign_request 8 years ago
  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