search for: chngview

Displaying 7 results from an estimated 7 matches for "chngview".

Did you mean: can_view
2006 Aug 03
1
Strange file upload error
...ecord.meta_data gets called, but in both cases we use update_attributes() to get the data into the db. We''re really stuck trying to work out why this fails only for doc/pdf files on a reload. This is my check in of the test code: http://lilt.ics.hawaii.edu/cgi-bin/cvstrac.cgi/prometheus/chngview?cn=737 which runs just fine. It''s just when we run through the rails app that we run into trouble. Many thanks in advance to anyone who can shed light on this problem. CHEERS> SAM
2005 Jul 13
1
ssh-keygen problem with openssh-4* and openssl-0.9.7g on AIX
hi i got a strange error for openssh-4.0p1 and openssh-4.1p1 (didn't try other versions) with openssl-0.9.7g on AIX 5.1 openssl-0.9.7g and openssh build without errors, "make test" for openssl returns no errors, "make test" for openssh stops at the first connection test "make test" for openssh with openssl-0.9.6m returns no errors (i don't get errors for
2006 Apr 21
2
Crypto hw acceleration for openssl
I got roughly the same performance results when I use the openssl speed test with and without a hifn 7956 cryto card Here's what I did: After the card is plugged in, kldload hifn; kldload cryptodev; I got the message: hifn0 mem 0xfc8f0000-0xfc8f7ffff, 0xfc8f0000-0xfc8f7ffff, 0xfc8f0000-0xfc8f7ffff irg 28 at device 3.0 on pci1 hifn0: Hifn 7956, rev 0, 32KB dram, pll=0x800<pci clk, 4x
2005 Jun 13
5
[Bug 1055] Problem with arcfour cipher and OpenSSL 0.9.7g
http://bugzilla.mindrot.org/show_bug.cgi?id=1055 Summary: Problem with arcfour cipher and OpenSSL 0.9.7g Product: Portable OpenSSH Version: 4.1p1 Platform: Itanium2 OS/Version: Linux Status: NEW Severity: major Priority: P2 Component: sshd AssignedTo: bitbucket at mindrot.org ReportedBy:
2004 Mar 17
0
FreeBSD Security Advisory FreeBSD-SA-04:05.openssl
...1.1.1.1.2.6.2.1 src/sys/conf/newvers.sh 1.44.2.29.2.18 - ------------------------------------------------------------------------- VII. References <URL: http://www.openssl.org/news/secadv_20040317.txt > <URL: http://cvs.openssl.org/chngview?cn=12033 > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAWH8nFdaIBMps37IRAgsZAKCPXaoTb16c8JGJL+Uz7eOX8/864ACbB059 AIfN8fbeiGJ3fdG0pKAMwMw= =2f24 -----END PGP SIGNATURE-----
2004 Mar 17
0
FreeBSD Security Advisory FreeBSD-SA-04:05.openssl
...1.1.1.1.2.6.2.1 src/sys/conf/newvers.sh 1.44.2.29.2.18 - ------------------------------------------------------------------------- VII. References <URL: http://www.openssl.org/news/secadv_20040317.txt > <URL: http://cvs.openssl.org/chngview?cn=12033 > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAWH8nFdaIBMps37IRAgsZAKCPXaoTb16c8JGJL+Uz7eOX8/864ACbB059 AIfN8fbeiGJ3fdG0pKAMwMw= =2f24 -----END PGP SIGNATURE-----
2008 Feb 24
0
Zeroing sensitive memory chunks [Was: Security Flaw in Popular Disk Encryption Technologies]
...{ bar31(); foo31(); return 0; } ----- As one can verify with 'gcc -O -S -o poc1.s poc1.c', there will be no cleaning in both foo31() and bar31(). > For example, OpenSSL has the OPENSSL_cleanse() function whose purpose > is two-fold (from http://cvs.openssl.org/chngview?cn=9301): > ----- > *) New function OPENSSL_cleanse(), which is used to cleanse a section of > memory from it's contents. This is done with a counter that will > place alternating values in each byte. This can be used to solve > two issues: 1) the removal of calls to m...