Previous | Next | Main Index: Frames | No Frames |
Document: Frames | No Frames |
OpenSSL | README INSTALL LICENSE |
Net::SSLeay | README |
tar xvzpf openssl-0.9.6.tar.gz (GNU tar) -OR- gunzip openssl-0.9.6.tar.gz tar xvf openssl-0.9.6.tar
./config --prefix=/PATH/TO/ssl --openssldir=/PATH/TO/ssl/openssl
make make test make install
tar xvzpf Net_SSLeay.pm-1.05.tar.gz (GNU tar) -OR- gunzip Net_SSLeay.pm-1.05.tar.gz tar xvf Net_SSLeay.pm-1.05.tar
Line | Original Code | Change To | ||
1191 | ||||
1266 |
Original Code: $openssl_path = shift || '/usr/local/ssl'; Change to: $openssl_path = '/PATH/TO/ssl';
perl Makefile.PL PREFIX=/PATH/TO/perl make make test make install
use lib '/PATH/TO/perl/lib/site_perl/5.6.0'; use lib '/PATH/TO/perl/lib/site_perl/5.6.0/i686-linux';
use lib '/PATH/TO/perl/lib/site_perl/5.005';
$merchant_file = 'merchant.surepay.cfg';
%form_files = ( # KEYS zero one '10' => ['OrderForm.Surepay.CreditCard.setup', 'Credit Card'], '11' => ['OrderForm.Surepay.Check.setup', 'Personal Check - US citizens'], '12' => ['Demo.OrderForm.Surepay.CreditCard.setup', 'Surepay Demo: Credit Card'], '13' => ['Demo.OrderForm.Surepay.Check.setup', 'Surepay Demo: Personal Check'], ); # DO NOT REMOVE - terminates %form_files
pr_Login 1001
pr_Password password
pr_Mode test # live or test
$merchant_log = 'Surepay.log';
$merchant_log_size = '100000'; (log file size = 100K)
$pr_host_live = 'xml.surepay.com'; $pr_path_live = '/xml'; $pr_port_live = '443';
$pr_host_test = 'xml.test.surepay.com'; $pr_path_test = '/xml'; $pr_port_test = '443';
$pr_login_test = '1001'; $pr_password_test = 'password';
Order Totals Response Up to $100.00 Authorized $101.00 to $1,000.00 Referred Over $1,000 Declined
Bank Routing Number 123456780 Bank Account Number 439085000 Check Number 1001
OpenSSL is based on the SSLeay library developed by Eric A. Young and Tim J. Hudson. The OpenSSL toolkit is licensed under an Apache-style license, which basically means you are free to get and use it for commercial and non-commercial purposes subject to some simple license conditions.
RDC Software strongly recommends that users fully understand the laws and regulations relating to encryption and the Internet.
THE IMPORT/EXPORT OR USE OF STRONG CRYPTOGRAPHY SOFTWARE IS ILLEGAL IN SOME PARTS OF THE WORLD. YOU ARE ADVISED TO PAY CLOSE ATTENTION TO ANY IMPORT/EXPORT OR USE LAWS WHICH APPLY TO YOU. RDC SOFTWARE IS NOT LIABLE FOR ANY VIOLATION OF LAW YOU MAKE WITH RESPECT TO THE IMPORT/EXPORT OR USE OF STRONG CRYPTOGRAPHY SOFTWARE. IT IS YOUR RESPONSIBILITY.