Skip to content

Commit

Permalink
Add information on the 'ias' port for OpenVMS
Browse files Browse the repository at this point in the history
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from #20983)

(cherry picked from commit d500f04)
  • Loading branch information
levitte committed May 22, 2023
1 parent b93c2d3 commit 9458349
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions NOTES-VMS.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,23 @@ When done, we recommend that you turn that flag back off:

$ set image /flag=nocall_debug [.test]evp_test.exe

About assembler acceleration
----------------------------

OpenSSL has assembler acceleration for a number of BIGNUM and crypto
routines. The VMS config targets tries to look for a selection of
assemblers and will use what they find. If none of the assemblers are
found, OpenSSL will be built as if `no-asm` was configured.

### For Itanium / IA64 / I64

- There is only one assembler, a port of Intel's `ias`, found in the
HP Open Source Tools CD, available through [DECUSlib](http://www.decuslib.com).
It's assumed to be set up as per the instructions, where `disk` and
`dir` are expected to be adapted to local conditions:

$ ias :== $disk:[dir]iasi64.exe

Checking the distribution
-------------------------

Expand Down

0 comments on commit 9458349

Please sign in to comment.