xelerance / Openswan

Openswan
Other
852 stars 214 forks source link

algorithm rework against 2.6.52 #440

Closed mcr closed 4 years ago

mcr commented 4 years ago

This pull request contains the rebased work against master (just above 2.6.52.1). This branch should replace the "2.6.52_staging" branch, which should probably be named 2.7.0dev, or 3.0.0dev, or maybe just 7.0.0dev. This branch passes the travis-ci tests, and interoperates with IKEv1 and IKEv2 against an instance of itself. It is now going to a full DTP run.

AnatoliChe commented 4 years ago

some compile error: programs/_confread/ipsec.conf.5.xml does not validate (status 1) xmlto: Fix document syntax or use --skip-validation option programs/_confread/ipsec.conf.5.xml:666: parser error : Opening and ending tag mismatch: para line 658 and listitem ^

shussain commented 4 years ago

I have pushed the changes to 2.6.53dev branch.

@AnatoliChe Thank you for reporting the syntax error reported by xmlto.

shussain commented 4 years ago

Closing this PR since the chagne is in the 2.6.53dev branch and I can't reproduce the syntax error reported by xmlto in the latest build (Presuambly @mcr had pushed a fix)