search for: des_set_key

Displaying 13 results from an estimated 13 matches for "des_set_key".

2001 Dec 05
2
OpenSSH compile problem on Solaris 8 & 9
...t;/opt/pkgs/openssh-3.0.1p1/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/pkgs/openssh-3.0.1p1/libexec/sftp-server\" -D_PATH_SSH_PIDDIR=\"/var/run\" -DHAVE_CONFIG_H -c cipher.c cipher.c: In function `des_ssh1_setkey': cipher.c:71: incompatible type for argument 2 of `des_set_key' cipher.c: In function `des_ssh1_encrypt': cipher.c:82: incompatible type for argument 4 of `des_ncbc_encrypt' cipher.c: In function `des_ssh1_decrypt': cipher.c:88: incompatible type for argument 4 of `des_ncbc_encrypt' cipher.c: In function `des3_setkey': cipher.c:95: inco...
2002 Apr 24
2
OpenSSH and support for KTH-Krb4
...iply-defined: (file /usr/athena/lib/libdes.a(set_key.o) and file /usr/local/ssl/lib/libcrypto.a(set_key.o)); ld: fatal: symbol `des_is_weak_key' is multiply-defined: (file /usr/athena/lib/libdes.a(set_key.o) and file /usr/local/ssl/lib/libcrypto.a(set_key.o)); ld: fatal: symbol `des_set_key' is multiply-defined: (file /usr/athena/lib/libdes.a(set_key.o) and file /usr/local/ssl/lib/libcrypto.a(set_key.o)); ld: fatal: symbol `des_set_odd_parity' is multiply-defined: (file /usr/athena/lib/libdes.a(set_key.o) and file /usr/local/ssl/lib/libcrypto.a(set_key.o)); ld:...
2001 Jun 06
0
snk authentication
...ck kblock; + char buf[12]; + char cbuf[12]; + int i; + int j; + unsigned long kval = 0; + + /* set up a key from the shared secret */ + if(make_key_sched(pass,kblock)) { + strcpy(rbuf,"Cannot decode user secret key"); + return(1); + } + for(i=0; i < 64; i++)pass[i]=0; + + des_set_key((des_cblock *)kblock,keysched); + + /* zeroize the entire buffer */ + for(i = 0; i < 9; i++) + buf[i] = '\0'; + strncpy(buf,chal,8); + + /* push it through the rotating knives */ + des_ecb_encrypt((des_cblock *)buf, (des_cblock *)cbuf, keysched, + DES_ENCRYPT); + + /* pull some bits o...
2004 Jun 25
1
Compilation with Kerberos problem
....h usability... no checking gssapi/gssapi.h presence... no checking for gssapi/gssapi.h... no checking com_err.h usability... yes checking com_err.h presence... yes checking for com_err.h... yes checking for _et_list in -lcom_err... no checking for krb5_encrypt_data in -lk5crypto... no checking for des_set_key in -lcrypto... no checking for copy_Authenticator in -lasn1... no checking for roken_getaddrinfo_hostspec in -lroken... no checking for gss_display_status in -lgssapi... no checking for krb5_mk_req_extended in -lkrb5... no checking for gss_display_status in -lgssapi_krb5... no checking for krb5_set...
2002 Jan 21
6
OpenSSH and OpenSSL snapshots
Hello, In order to experiment with OpenCA, I have built an RPM for redhat 7.2 of a recent OpenSSL snapshot (the binary rpm on the OpenCA was built with the different target directories and libraries. Unfortunately these recent OpenSSL snapshots seems to break all OpenSSH tarballs and RPMs that I have been able to find. None of them seem to compile successfully, even the snapshots at
2004 Jul 02
0
Can't configure Samba with Kerberos support
....h usability... no checking gssapi/gssapi.h presence... no checking for gssapi/gssapi.h... no checking com_err.h usability... yes checking com_err.h presence... yes checking for com_err.h... yes checking for _et_list in -lcom_err... no checking for krb5_encrypt_data in -lk5crypto... no checking for des_set_key in -lcrypto... no checking for copy_Authenticator in -lasn1... no checking for roken_getaddrinfo_hostspec in -lroken... no checking for gss_display_status in -lgssapi... no checking for krb5_mk_req_extended in -lkrb5... no checking for gss_display_status in -lgssapi_krb5... no checking for krb5_set...
2006 Sep 12
1
openssh (OpenBSD) , bsdauth and tis authsrv
nuqneH, I've tried using TIS authsrv authentication via bsd auth and found it quite limited. The most important restriction it does not log ip and fqdn of the remote peer, nor the application name, to the authentication server. It does not matter much for TIS authsrv, but since other applications do provide such information, our authsrv version uses it for extra authentication restrictions.
2004 Jan 15
2
Installation Problem !!!
...ability... yes checking gssapi/gssapi.h presence... yes checking for gssapi/gssapi.h... yes checking com_err.h usability... yes checking com_err.h presence... yes checking for com_err.h... yes checking for _et_list in -lcom_err... yes checking for krb5_encrypt_data in -lk5crypto... yes checking for des_set_key in -lcrypto... yes checking for copy_Authenticator in -lasn1... no checking for roken_getaddrinfo_hostspec in -lroken... no checking for gss_display_status in -lgssapi... no checking for krb5_mk_req_extended in -lkrb5... yes checking for gss_display_status in -lgssapi_krb5... yes checking for krb5_...
2004 Jan 01
1
[PATCH] Add winbind-backed NTLMSSP support to Cyrus-SASL
...; - K64[4] = ((K[3] << 4) & 0xFF) | (K[4] >> 4); - K64[5] = ((K[4] << 3) & 0xFF) | (K[5] >> 5); - K64[6] = ((K[5] << 2) & 0xFF) | (K[6] >> 6); - K64[7] = (K[6] << 1) & 0xFF; - - des_set_odd_parity(&K64); /* XXX is this necessary? */ - des_set_key(&K64, ks); - - for (d = 0, Dp = D; d < Dlen; - d += BLOCK_SIZE, Dp += BLOCK_SIZE, out += BLOCK_SIZE) { - des_ecb_encrypt((void *) Dp, (void *) out, ks, DES_ENCRYPT); - } - } -} - -static unsigned char *P16_lm(unsigned char *P16, const char *passwd) +static void ntlm_kill_helper(...
2010 Feb 04
3
3.3 and 3.4 compile failure on dbwrap
...ability... yes checking gssapi/gssapi.h presence... yes checking for gssapi/gssapi.h... yes checking com_err.h usability... yes checking com_err.h presence... yes checking for com_err.h... yes checking for _et_list in -lcom_err... yes checking for krb5_encrypt_data in -lk5crypto... yes checking for des_set_key in -lcrypto... no checking for copy_Authenticator in -lasn1... no checking for roken_getaddrinfo_hostspec in -lroken... no checking for gss_display_status in -lgssapi... no checking for krb5_mk_req_extended in -lkrb5... yes checking for krb5_kt_compare in -lkrb5... no checking for gss_display_statu...
2004 Jun 02
0
Re: samba Digest, Vol 18, Issue 3
...sability... yes checking gssapi/gssapi.h presence... yes checking for gssapi/gssapi.h... yes checking com_err.h usability... yes checking com_err.h presence... yes checking for com_err.h... yes checking for _et_list in -lcom_err... no checking for krb5_encrypt_data in -lk5crypto... yes checking for des_set_key in -lcrypto... no checking for copy_Authenticator in -lasn1... no checking for roken_getaddrinfo_hostspec in -lroken... no checking for gss_display_status in -lgssapi... no checking for krb5_mk_req_extended in -lkrb5... yes checking for gss_display_status in -lgssapi_krb5... yes checking for krb5_s...
2004 Jun 02
0
SAMBA 3.0.4 on AIX 5.2 configure usability question?
...sability... yes checking gssapi/gssapi.h presence... yes checking for gssapi/gssapi.h... yes checking com_err.h usability... yes checking com_err.h presence... yes checking for com_err.h... yes checking for _et_list in -lcom_err... no checking for krb5_encrypt_data in -lk5crypto... yes checking for des_set_key in -lcrypto... no checking for copy_Authenticator in -lasn1... no checking for roken_getaddrinfo_hostspec in -lroken... no checking for gss_display_status in -lgssapi... no checking for krb5_mk_req_extended in -lkrb5... yes checking for gss_display_status in -lgssapi_krb5... yes checking for krb5_s...
2010 May 11
1
Samba 3.5.2 compile on AIX
...usability... yes checking gssapi/gssapi.h presence... yes checking for gssapi/gssapi.h... yes checking com_err.h usability... yes checking com_err.h presence... yes checking for com_err.h... yes checking for _et_list in -lcom_err... no checking for krb5_encrypt_data in -lk5crypto... no checking for des_set_key in -lcrypto... no checking for copy_Authenticator in -lasn1... yes checking for roken_getaddrinfo_hostspec in -lroken... yes checking for gss_display_status in -lgssapi... yes checking for krb5_mk_req_extended in -lkrb5... yes checking for krb5_kt_compare in -lkrb5... yes checking for krb5_set_real...