summaryrefslogtreecommitdiff
path: root/cf/crypto.m4
Commit message (Expand)AuthorAge
* Use OpenSSL include path as neededViktor Dukhovni2016-05-07
* Actually capture libcrypto autoconf resultsViktor Dukhovni2016-05-07
* Add --without-hcrypto-fallback optionNicolas Williams2016-04-19
* cf/crypto.m4: use AC_DEFINE() for hcrypto providerNicolas Williams2016-04-19
* Add --with-hcrypto-default-backendNicolas Williams2016-04-15
* Make OpenSSL an hcrypto backend properNicolas Williams2016-04-15
* hcrypto: PKCS#11 backendLuke Howard2015-12-09
* Completely remove RAND_egd supporthasufell2015-10-06
* Fix build when OpenSSL has no EGD supportBernard2015-04-10
* BN_is_negative is no longer a macro in OpenSSL masterViktor Dukhovni2015-03-04
* OpenSSL master requires more explicit #includesViktor Dukhovni2015-03-04
* remove krb4 bitsLove Hörnquist Åstrand2011-08-10
* Add more EVP_MD symbols, don't depend on SHA1_Init/SHA256_InitLove Hornquist Astrand2009-08-17
* Add more EVP symbols, don't depend on MD4_Init/MD5_InitLove Hornquist Astrand2009-08-17
* If using OpenSSL, require ECLove Hornquist Astrand2009-08-06
* Cast 0 to EVP_CIPHER_iv_length to (EVP_CIPHER *).Love Hörnquist Åstrand2007-11-16
* openssl might require -ldl too, so lets check that.Love Hörnquist Åstrand2007-10-01
* move to right spot to avoid c89 errors.Love Hörnquist Åstrand2007-07-17
* Depend on EVP_CIPHER_iv_length.Love Hörnquist Åstrand2007-07-17
* rename des to hcryptoLove Hörnquist Åstrand2007-04-20
* OpenSSL_add_all_algorithms is not a openssl specific requirement,Love Hörnquist Åstrand2006-10-07
* Require openssl have OpenSSL_add_all_algorithmsLove Hörnquist Åstrand2006-10-07
* Move up evp.h to please OpenSSL, from Douglas E. Engert.Love Hörnquist Åstrand2006-05-06
* Require SHA256Love Hörnquist Åstrand2006-04-15
* Check for <openssl/engine.h> if we are to consider using OpenSSL, alsoLove Hörnquist Åstrand2006-01-18
* libdes is renamed to hcryptoLove Hörnquist Åstrand2006-01-13
* Remove support for old hash names.Love Hörnquist Åstrand2006-01-13
* Add <sys/types.h>, OpenSSL 0.9.8 needs it for size_t.Love Hörnquist Åstrand2005-08-03
* correct some AC_LANG_SOURCE/AC_LANG_PROGRAM snafuJohan Danielsson2004-08-26
* replace AC_TRY_LINK with AC_LINK_IFELSEJohan Danielsson2004-08-25
* check for DES_, AES_, and if openssl UI_Love Hörnquist Åstrand2003-09-03
* define OPENSSL_DES_LIBDES_COMPATIBILITYAssar Westerlund2003-05-05
* check if libcrypto needs -lnsl or -lsocketLove Hörnquist Åstrand2003-04-03
* in the case where se don't link with kerberos 4, useLove Hörnquist Åstrand2003-04-02
* do a better job at matching headers to librariesJohan Danielsson2002-10-25
* use m4 macros for test cases, also test for older hash namesJohan Danielsson2002-09-10
* move krb4 test before test for openssl, and bail out if krb4 isJohan Danielsson2002-09-10
* define HAVE_OPENSSL even if we got to hear about it by krb4Assar Westerlund2002-08-28
* try to extract the crypto compiler flags from {INCLUDE,LIB}_krb4Johan Danielsson2002-08-28
* newer openssl seems to take the address of the schedule parameter toJohan Danielsson2002-08-01
* am-conditionalise HAVE_OPENSSLJohan Danielsson2002-05-17
* use AC_WITH_ALL to allow separate specification of include and libAssar Westerlund2001-08-29
* set and use INCLUDE_desAssar Westerlund2001-08-28
* remember to restore saved values after testing for krb4's libdesAssar Westerlund2001-08-23
* actually add the libraryAssar Westerlund2001-08-22
* cannot use NULL, so 0 will have to doAssar Westerlund2001-08-22
* SHA1_CTX should be SHA_CTXAssar Westerlund2001-08-22
* re-write the handling of crypto libraries. try to use the one ofAssar Westerlund2001-08-22