Re: svn commit: r1394552 - in /apr/apr/trunk: Makefile.in build.conf build/crypto.m4 build/dso.m4 crypto/apr_crypto.c crypto/apr_crypto_commoncrypto.c include/apr.h.in include/apr.hnw include/apr.hw i

2012-10-06 Thread Rainer Jung
On 06.10.2012 02:25, Graham Leggett wrote: On 05 Oct 2012, at 11:10 PM, Rainer Jung wrote: Maybe I am missing something, but why doing the same tests again if they failed? No idea, this is templated off the openssl tests, which seem to do the same thing. I don't see a reason why the openss

Re: svn commit: r1394552 - in /apr/apr/trunk: Makefile.in build.conf build/crypto.m4 build/dso.m4 crypto/apr_crypto.c crypto/apr_crypto_commoncrypto.c include/apr.h.in include/apr.hnw include/apr.hw i

2012-10-05 Thread Graham Leggett
On 05 Oct 2012, at 11:10 PM, Rainer Jung wrote: >>> Maybe I am missing something, but why doing the same tests again if they >>> failed? >> >> No idea, this is templated off the openssl tests, which seem to do the same >> thing. >> >> I don't see a reason why the openssl tests are done twice,

Re: svn commit: r1394552 - in /apr/apr/trunk: Makefile.in build.conf build/crypto.m4 build/dso.m4 crypto/apr_crypto.c crypto/apr_crypto_commoncrypto.c include/apr.h.in include/apr.hnw include/apr.hw i

2012-10-05 Thread Rainer Jung
On 05.10.2012 17:36, Graham Leggett wrote: On 05 Oct 2012, at 5:21 PM, Ruediger Pluem wrote: + AC_MSG_NOTICE(checking for commoncrypto in $withval) + AC_CHECK_HEADERS(CommonCrypto/CommonKeyDerivation.h, [commoncrypto_have_headers=1]) + AC_CHECK_LIB(System, CCKeyDerivationPBKDF,

Re: svn commit: r1394552 - in /apr/apr/trunk: Makefile.in build.conf build/crypto.m4 build/dso.m4 crypto/apr_crypto.c crypto/apr_crypto_commoncrypto.c include/apr.h.in include/apr.hnw include/apr.hw i

2012-10-05 Thread Graham Leggett
On 05 Oct 2012, at 5:21 PM, Ruediger Pluem wrote: >> + AC_MSG_NOTICE(checking for commoncrypto in $withval) >> + AC_CHECK_HEADERS(CommonCrypto/CommonKeyDerivation.h, >> [commoncrypto_have_headers=1]) >> + AC_CHECK_LIB(System, CCKeyDerivationPBKDF, AC_CHECK_LIB(System, >> CCCrypto

Re: svn commit: r1394552 - in /apr/apr/trunk: Makefile.in build.conf build/crypto.m4 build/dso.m4 crypto/apr_crypto.c crypto/apr_crypto_commoncrypto.c include/apr.h.in include/apr.hnw include/apr.hw i

2012-10-05 Thread Ruediger Pluem
minf...@apache.org wrote: > Author: minfrin > Date: Fri Oct 5 14:46:27 2012 > New Revision: 1394552 > > URL: http://svn.apache.org/viewvc?rev=1394552&view=rev > Log: > apr_crypto: Add a native CommonCrypto implementation for iOS and OSX > where OpenSSL has been deprecated. > > Added: > apr