Hi,
        I was able to download and build the OpenSSL 0.9.6A Engine
 kit on an OpenVMS V7.1-2 Alpha system with DEC C V6.0-001 and
 TCP/IP Services for OpenVMS Alpha V5.0A on a AlphaStation 200 4/166.
 But I ran into a problem when running the tests.

        I used the following commands to build it:
        
        $ define/system openssl_no_asm true
        $ define/system openssl_no_idea true
        $ @makevms/output=makevms.log all norsaref nodebug decc ucx nothread

        I did receive the error about the undefined symbol
OPENSSL_ISSETUGID.
 When I attempted to run the tests, @[.TEST]TESTS, I received the following
 error from TESTSS.COM.  Is this the result of the undefined symbol??  I
have
 included the log file of the build below.

 Thanks,
 Kevin


.
.
.

make a certificate request using 'req'
Using configuration from CAss.cnf
Generating a 512 bit RSA private key
................++++++++++++
.................++++++++++++
writing new private key to 'keyCA.ss'
-----
You are about to be asked to enter information that will be incorporated
into your certificate request.
What you are about to enter is what is called a Distinguished Name or a DN.
There are quite a few fields but you can leave some blank
For some fields there will be a default value,
If you enter '.', the field will be left blank.
-----
Country Name (2 letter code) [AU]:AU
Organization Name (eg, company) []:Dodgy Brothers
Common Name (eg, YOUR name) []:Dodgy CA

convert the certificate request into a self signed certificate using 'x509'
%SYSTEM-F-ACCVIO, access violation, reason mask=00, virtual
address=0000000000000000, PC=0000000000000000, PS=0000001B

  Improperly handled condition, image exit forced.
    Signal arguments:   Number = 0000000000000005
                        Name   = 000000000000000C
                                 0000000000010000
                                 0000000000000000
                                 0000000000000000
                                 000000000000001B

    Register dump:
    R0  = 0000000000000000  R1  = 0000000000000001  R2  = 0000000000037DA0
    R3  = 000000007AFF0E80  R4  = 00000000000000C8  R5  = 0000000000000000
    R6  = 0000000000000000  R7  = 0000000000000003  R8  = 0000000000000000
    R9  = 0000000000000001  R10 = 0000000000000000  R11 = 0000000000070100
    R12 = 00000000004B652E  R13 = 00000000004B654A  R14 = 0000000000000000
    R15 = 0000000000000000  R16 = 000000007AFF0E80  R17 = 00000000000000C8
    R18 = 0000000000000000  R19 = 0000000000000000  R20 = 00000000000000F1
    R21 = 0000000079656B00  R22 = 0000000000000001  R23 = 0000000000000000
    R24 = 00000000004B655D  R25 = 0000000000000000  R26 = 000000000013FB38
    R27 = 0000000000000000  R28 = 0000000079656B00  R29 = 000000007AFF0E30
    SP  = 000000007AFF0E30  PC  = 0000000000000000  PS  = 300000000000001B



MAKEVMS.LOG

Reply via email to