xmlsec
xmlsec copied to clipboard
xmlsec 1.3.x: switch xmlSecSize to size_t, etc (breaks binary ABI)
Want to fix:
- xmlSecSize should be typedef to size_t
- xmlSecByte should be typedef to unsigned chat
- XMLSEC_SIZE_BAD_CAST should go away
- Remove soap code
- TBD
This breaks ABI compatibility so
- provide --enable-xmlsec-compat-12x mode (and similar for Win32 build) with default -- disabled
- bump release to 1.3.0
- publish release 2-3 months early than usual schedule for testing