Menu

#103 Revoking multiple certificates doesn't work

v1.0_(example)
closed-fixed
None
5
2015-08-11
2015-04-14
henrik
No

When selecting multiple certificates and revoking those, only the first certificate is revoked. (At least only the first one is shown to have a revocation date.)

Discussion

  • henrik

    henrik - 2015-04-24

    Same for selecting multiple CAs and trying to Create CRLs.
    Only the first CA will have a new CRL created.

     
  • henrik

    henrik - 2015-04-24

    If this is a general Problem of avoiding hazardous actions, I'd suggest a small pop-up for confirmation "You are about to do <action> on <x> objects." but only when more than on object is selected. That would keep the current workflow, well, working, while allowing to extend to multiple actions.</x></action>

     
  • Christian Hohnstaedt

    Several refactorings in XCA 1.3.0 fix this

    commit 75a6d117f32a7b0b9ecb39004a757296900ca5b7
    Author: Christian Hohnstaedt christian@hohnstaedt.de
    Date: Thu May 7 18:18:31 2015 +0200

    Refactor context menu
    
    Better support multiple selections
    
     - Export all selected items into one PEM file
     - Batch Revoke/unrevoke/renew of many selected certificates
       of the same issuer
     - allow exporting templates as PEM
    
    Add Feat. Reg. #83 Option to revoke old certificate when renewing
    
    Always put all signed certificate to the newest CA.
    If a CA certificate is renewed, all certificates issued by
    the old CA are now shown as signed by the new one.
    

    commit 90f351b2cbeb15d8bed4d9e8cef6e57253c4f9c7
    Author: Christian Hohnstaedt christian@hohnstaedt.de
    Date: Sat Apr 18 10:03:37 2015 +0200

    Refactor CRL handling
    

    commit 25a53441e9e2385d5cc758cca313b41e029a3912
    Author: Christian Hohnstaedt chohnstaedt@innominate.com
    Date: Wed Apr 15 08:41:29 2015 +0200

    Certificate export: Add option to export selected certificates to PEM or PKCS#7
    
    Using the context menu only handles the current item.
    This is now reflected by resetting the selection in case of
    a context menu event
    
     
  • Christian Hohnstaedt

    • status: open --> closed-fixed