search for: dcrypt_openssl_public_key_id_evp

Displaying 9 results from an estimated 9 matches for "dcrypt_openssl_public_key_id_evp".

2016 Nov 02
0
v2.2.26.0 released
...AX_MD_CBLOCK]; unsigned int outl; -#if OPENSSL_VERSION_NUMBER >= 0x10100000L +#if OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER) ec = HMAC_Final(ctx->ctx, buf, &outl); HMAC_CTX_free(ctx->ctx); ctx->ctx = NULL; @@ -2133,7 +2133,7 @@ bool dcrypt_openssl_public_key_id_evp(EVP_PKEY *key, c long len = BIO_get_mem_data(b, &ptr); unsigned int hlen = sizeof(buf); /* then hash it */ -#if OPENSSL_VERSION_NUMBER >= 0x10100000L +#if OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER) EVP_MD_CTX *ctx = EVP_MD_CTX_new(); #else...
2018 Mar 01
2
Make fails with 2.3.0.1 & 2.2.34 on Mac OS X 10.7.5
...ion 'dcrypt_openssl_public_key_id_old': dcrypt-openssl.c:2112: error: dereferencing pointer to incomplete type dcrypt-openssl.c: In function 'dcrypt_openssl_private_key_id_old': dcrypt-openssl.c:2135: error: dereferencing pointer to incomplete type dcrypt-openssl.c: In function 'dcrypt_openssl_public_key_id_evp': dcrypt-openssl.c:2153: error: dereferencing pointer to incomplete type make[3]: *** [libdcrypt_openssl_la-dcrypt-openssl.lo] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Any suggestions? Thanks, James. -------------- next part...
2018 Mar 01
5
Make fails with 2.3.0.1 & 2.2.34 on Mac OS X 10.7.5
...ion 'dcrypt_openssl_public_key_id_old': dcrypt-openssl.c:2112: error: dereferencing pointer to incomplete type dcrypt-openssl.c: In function 'dcrypt_openssl_private_key_id_old': dcrypt-openssl.c:2135: error: dereferencing pointer to incomplete type dcrypt-openssl.c: In function 'dcrypt_openssl_public_key_id_evp': dcrypt-openssl.c:2153: error: dereferencing pointer to incomplete type make[3]: *** [libdcrypt_openssl_la-dcrypt-openssl.lo] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 -------------- next part -------------- An HTML attachment wa...
2018 Jan 10
0
Make fails with 2.3.0 on Mac OS X 10.7.5
...ion 'dcrypt_openssl_public_key_id_old': dcrypt-openssl.c:2112: error: dereferencing pointer to incomplete type dcrypt-openssl.c: In function 'dcrypt_openssl_private_key_id_old': dcrypt-openssl.c:2135: error: dereferencing pointer to incomplete type dcrypt-openssl.c: In function 'dcrypt_openssl_public_key_id_evp': dcrypt-openssl.c:2153: error: dereferencing pointer to incomplete type make[3]: *** [libdcrypt_openssl_la-dcrypt-openssl.lo] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Any suggestions? Thanks, James.
2016 Nov 02
2
v2.2.26.0 released
If the standard way works, I am happy to include the original patch I sent, amended so that it checks for presence of LIBRESSL_VERSION_NUMBER. If they keep this promise, then we should have no worries about things breaking up. Aki On 02.11.2016 14:24, Michael A. Peters wrote: > Indeed, which is why I use it. > > But it also is in the minority which is why I find it acceptable for
2018 Mar 01
0
Make fails with 2.3.0.1 & 2.2.34 on Mac OS X 10.7.5
...complete type </div> <div> dcrypt-openssl.c: In function 'dcrypt_openssl_private_key_id_old': </div> <div> dcrypt-openssl.c:2135: error: dereferencing pointer to incomplete type </div> <div> dcrypt-openssl.c: In function 'dcrypt_openssl_public_key_id_evp': </div> <div> dcrypt-openssl.c:2153: error: dereferencing pointer to incomplete type </div> <div> make[3]: *** [libdcrypt_openssl_la-dcrypt-openssl.lo] Error 1 </div> <div> make[2]: *** [all-recursive] Error 1 </div>...
2018 Mar 05
0
Make fails with 2.3.0.1 & 2.2.34 on Mac OS X 10.7.5
...ion 'dcrypt_openssl_public_key_id_old': dcrypt-openssl.c:2113: error: dereferencing pointer to incomplete type dcrypt-openssl.c: In function 'dcrypt_openssl_private_key_id_old': dcrypt-openssl.c:2136: error: dereferencing pointer to incomplete type dcrypt-openssl.c: In function 'dcrypt_openssl_public_key_id_evp': dcrypt-openssl.c:2154: error: dereferencing pointer to incomplete type make[3]: *** [libdcrypt_openssl_la-dcrypt-openssl.lo] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Thanks for your help. James. -------------- next part -...
2018 Mar 01
0
Make fails with 2.3.0.1 & 2.2.34 on Mac OS X 10.7.5
...ssl_public_key_id_old': > dcrypt-openssl.c:2112: error: dereferencing pointer to incomplete type > dcrypt-openssl.c: In function 'dcrypt_openssl_private_key_id_old': > dcrypt-openssl.c:2135: error: dereferencing pointer to incomplete type > dcrypt-openssl.c: In function 'dcrypt_openssl_public_key_id_evp': > dcrypt-openssl.c:2153: error: dereferencing pointer to incomplete type > make[3]: *** [libdcrypt_openssl_la-dcrypt-openssl.lo] Error 1 > make[2]: *** [all-recursive] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > Can you also post your config.h...
2018 Mar 01
2
Make fails with 2.3.0.1 & 2.2.34 on Mac OS X 10.7.5
On 1 Mar 2018, at 4:09 pm, Aki Tuomi <aki.tuomi at dovecot.fi <mailto:aki.tuomi at dovecot.fi>> wrote: > > >> On 01 March 2018 at 06:21 James Brown < jlbrown at bordo.com.au <mailto:jlbrown at bordo.com.au>> wrote: >> >> >> Have tried 2.3.0, 2.3.0.1 & 2.2.34. >> >> Compile is failing for me. >> >> ./configure