9dbae39604updating cryptography API call, to create right signing algorithm object.
Hossein Shafagh
2019-02-26 16:36:59 -08:00
16a18cc4b7adding more edge test cases for EC-certs
Hossein Shafagh
2019-02-26 16:35:49 -08:00
aec7c7b0bcMerge branch 'master' into fixing-signature-verify-ecc
Hossein Shafagh
2019-02-26 09:28:48 -08:00
38827cc66bMerge pull request #2563 from rmoesbergen/fix-blah-as-alias
Curtis
2019-02-26 09:21:59 -08:00
53301728faMoved url to config file instead of plugin option. One one url can be supported unless both the token and url are moved to the plugin options.
alwaysjolley
2019-02-26 09:15:12 -05:00
bc35ae90d0Merge branch 'master' into allow-cert-deletion
Hossein Shafagh
2019-02-25 20:03:47 -08:00
d37943a17fMerge branch 'master' into fix-blah-as-alias
Hossein Shafagh
2019-02-25 20:03:27 -08:00
141500f4aaMerge branch 'master' into fixing-signature-verify-ecc
Hossein Shafagh
2019-02-25 20:03:18 -08:00
40fac02d8bthe check_cert_signature() method was attempting to compare RSA and ECC signatures. If a ec public-key certificate is signed with an RSA key, then it can't be a self-signed certificate, in which case we just raise InvalidSignature.
Hossein Shafagh
2019-02-25 19:05:54 -08:00
cd65a36437- support multiple bundle configuration, nginx, apache, cert only - update vault destination to support multi cert under one object - added san list as key value - read and update object with new keys, keeping other keys, allowing us to keep an iterable list of keys in an object for deploying multiple certs to a single node
alwaysjolley
2019-02-25 09:42:07 -05:00
ef0c08dfd9Fix: when no alias is entered when exporting a certificate, the alias is set to 'blah'. This fix sets it to the common name instead.
Ronald Moesbergen
2019-02-21 16:33:43 +01:00
a0ca486f0fadding hvac and updating requrements
alwaysjolley
2019-02-19 15:22:11 -05:00
29bda6c00dFix typo's
Ronald Moesbergen
2019-02-14 11:58:29 +01:00
8abf95063cImplement a ALLOW_CERT_DELETION option (boolean, default False). When enabled, the certificate delete API call will work and the UI will no longer display deleted certificates. When disabled (the default), the delete API call will not work (405 method not allowed) and the UI will show all certificates, regardless of the 'deleted' flag.
Ronald Moesbergen
2019-02-14 11:57:27 +01:00
605663704bMerge branch 'master' into hosseinsh-celeryjob-sync-src-dst
Hossein Shafagh
2019-02-05 12:41:33 -08:00
e139b92b24Merge branch 'master' into hshafagh-src-dst-register
Hossein Shafagh
2019-02-05 12:41:26 -08:00
6d1ef933c4creating a new celery task to sync sources with destinations. This is as a measure to make sure important new destinations are also present as sources.
Hossein Shafagh
2019-02-05 10:48:52 -08:00
2107d58050Merge branch 'master' into get_by_attributes
Hossein Shafagh
2019-02-05 10:31:35 -08:00
8d261b4120Merge branch 'master' into special-issuer-for-selfsigned-certs
Hossein Shafagh
2019-02-05 10:29:20 -08:00