podofo uses libidn solely to handle passwords: PdfEncryptSHABase::PreprocessPassword in PdfEncrypt.cpp calls stringprep_profile(). The new library version of libidn no longer has the stringprep APIs, and it's not clear how long the old library version will be supported (upstream and/or by various distros). Can podofo migrate to using a different support library? GNU SASL is specifically designed for SASL stuff (rather than a secondary set of support features for IDN itself). Its gsasl_saslprep() API looks nearly identical to stringprep_profile().
dan -- Daniel Macks [email protected] ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Podofo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/podofo-users
