Add blacklist feature for weak Debian-generated ssh keys.
[dragonfly.git] / crypto / openssl-0.9 / README.DRAGONFLY
1 Original source can be downloaded from OpenSSL at
2 <http://www.openssl.org/source/>.
3
4 Here's some hints to upgrading:
5 ./Configure shared no-asm --prefix=/usr --openssldir=/etc/ssl BSD-x86-elf
6 cp crypto/opensslconf.h ../../secure/lib/libcrypto/opensslconf-i386.h
7 ./Configure shared no-asm --prefix=/usr --openssldir=/etc/ssl BSD-x86_64
8 cp crypto/opensslconf.h ../../secure/lib/libcrypto/opensslconf-amd64.h
9 cd ../../secure/lib/libcrypto
10 # Update the version in Makefile.inc
11 # Add DragonFly keywords to opensslconf-*.h
12 make man-makefile-update && make man-update
13 cd ../libssl
14 make man-makefile-update && make man-update
15 cd ../../usr.bin/openssl
16 make man-makefile-update && make man-update
17 cd ../..
18 cvs add lib/libcrypto/man/*.3 lib/libssl/man/*.3 usr.bin/openssl/man/*.1
19 cd ../crypto/openssl-0.9
20 xargs rm -rf < README.DELETED
21 # make sure things work then import and commit
22 # cvs import hint:
23 # cvs import src/crypto/openssl-0.9 OPENSSL v0_9_??