Displaying 5 results from an estimated 5 matches for "evp_cipher_ctx_init".
2002 Mar 08
1
Problems with Solaris 8 and OpenSSH 3.1p1
When compiling the software it breaks with an error on the cipher.c file.
Lot's of warnings and error of undeclared stuff.
Snippet follows:
gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I.
-I/usr/local/ssl/include -Iyes -I/usr/local/include -DSSHDIR=\"/etc\"
-D_PATH_SSH_PROGRAM=\"/usr/bin/ssh\"
2011 Apr 18
4
Solaris hardware crypto engines
...unctions) and explicitly indicate the use of
the PKCS11
> engine; something like the following works for bulk ciphers (the process for
RSA is similar):
>
> ENGINE *e;
> ENGINE_load_builtin_engines();
> e = ENGINE_by_id("pkcs11");
> ENGINE_set_default_ciphers(e);
> EVP_CIPHER_CTX_init (&ctx);
> EVP_EncryptInit (&ctx, EVP_des_cbc (), key, iv);
> EVP_EncryptUpdate (.....);
Since I'm not familiar with SSL programming, I wonder if it's possible to
modify the dovecot 1.2.x source code. Maybe someone has already tried this
or can give me hint.
Regards.
Martin
-...
2002 Mar 07
20
[Bug 138] Incorrect OpenSSL version requirment?
http://bugzilla.mindrot.org/show_bug.cgi?id=138
mouring at eviladmin.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vjo at dulug.duke.edu
------- Additional Comments From mouring at eviladmin.org 2002-03-08 04:49 -------
*** Bug 139 has been
2010 Nov 13
3
[PATCH 1/4] Experimental IFF_ONE_QUEUE support for Linux
---
doc/tinc.conf.5.in | 3 +++
src/linux/device.c | 7 +++++++
2 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/doc/tinc.conf.5.in b/doc/tinc.conf.5.in
index 2bfd5fe..01f7f81 100644
--- a/doc/tinc.conf.5.in
+++ b/doc/tinc.conf.5.in
@@ -255,6 +255,9 @@ a lookup if your DNS server is not responding.
This does not affect resolving hostnames to IP addresses from the
host
2005 Aug 09
2
error compiling asterisk on solaris
...'
/usr/local/ssl/lib/libssl.so: undefined reference to `EVP_DigestInit'
/usr/local/ssl/lib/libssl.so: undefined reference to `BIO_find_type'
/usr/local/ssl/lib/libssl.so: undefined reference to `EVP_enc_null'
/usr/local/ssl/lib/libssl.so: undefined reference to `EVP_CIPHER_CTX_init'
/usr/local/ssl/lib/libssl.so: undefined reference to `X509_NAME_dup'
/usr/local/ssl/lib/libssl.so: undefined reference to `COMP_compress_block'
/usr/local/ssl/lib/libssl.so: undefined reference to `EVP_rc2_cbc'
/usr/local/ssl/lib/libssl.so: undefined reference to `sk_new_null'...