On Fri, 5 May 2000, Kris Kennaway wrote:
# #define RSAREF_F_RSAREF_BN2BIN 101
# #define RSAREF_R_LEN 0x0406
#
# RSARef can't handle keys > 1024 bits long. This is a design limitation
# which the license forbids us from fixing.
#
# Does your webserver use a long key?
Nope. I generated the key with 'make certificate' on the
apache13-php4 port. Here's what openssl says about the key.
% openssl rsa -noout -text -in server.key | grep bit
Private-Key: (1024 bit)
%
I'm beginning to wonder if it isn't something that has changed
in the ports. My problems started when I pkg_delete'd the
apache13-modssl port to install the apach13-php4 port with modssl
support so that I could play around with php4. It worked before
I did this. Even now if I go back to the port without php4
support it doesn't work. :(
-steve
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message