Skip to content

[bug] remove destructor, pass combined_ca_bundle as optional param

Kali Kaneko requested to merge (removed):bug/merge_destructor_removal into master

this brings back a couple of commits by pixelated that were missed in my keymanager merge.

https://github.com/leapcode/keymanager/commit/354ad5a12e90463f9952fe056f191c6d4cdadf40 https://github.com/leapcode/keymanager/commit/dd7ba606df2909c76b20b1d4bb0134302f94b3d0

basically it removes the destructor (there's no guarantee that it gets executed!) and it addds the combined ca bundle as an optional parameter to keymanager initialization

Merge request reports