Home
last modified time | relevance | path

Searched refs:VMS (Results 1 – 25 of 25) sorted by relevance

/openssl/doc/
H A Dbuild.info.in40 # Especially, since VMS file specs use [ and ], the build.info parser
42 if ($^O eq 'VMS') {
43 $htmlfile = VMS::Filespec::unixify($htmlfile);
44 $manfile = VMS::Filespec::unixify($manfile);
45 $podfile = VMS::Filespec::unixify($podfile);
46 $podinfile = VMS::Filespec::unixify($podinfile)
/openssl/VMS/
H A Dtest-includes.com2 $! on VMS, even when the VMS macro isn't defined.
/openssl/Configurations/
H A Ddescrip.mms.tmpl700 install_startup : [.VMS]openssl_startup.com [.VMS]openssl_shutdown.com -
715 [.VMS]openssl_startup.com : vmsconfig.pm {- sourcefile("VMS", "openssl_startup.com.in") -}
716 - CREATE/DIR [.VMS]
721 [.VMS]openssl_utils.com : vmsconfig.pm {- sourcefile("VMS", "openssl_utils.com.in") -}
722 - CREATE/DIR [.VMS]
725 > [.VMS]openssl_utils.com
727 [.VMS]openssl_shutdown.com : vmsconfig.pm {- sourcefile("VMS", "openssl_shutdown.com.in") -}
728 - CREATE/DIR [.VMS]
733 [.VMS]openssl_ivp.com : vmsconfig.pm {- sourcefile("VMS", "openssl_ivp.com.in") -}
734 - CREATE/DIR [.VMS]
[all …]
H A DREADME.md166 and "VMS".
484 `descrip.mms` for MMS on VMS, `makefile` for `nmake` on Windows, etc.
H A Dunix-Makefile.tmpl1203 ( cd $(SRCDIR); $(PERL) VMS/VMSify-conf.pl \
/openssl/
H A DNOTES-VMS.md26 We have only tested with DEC C (aka HP VMS C / VSI C) and require
39 contains periods very well. Unfortunately, some versions of VMS tar
64 If you build for debugging, the default on VMS is that image
90 routines. The VMS config targets tries to look for a selection of
123 Should you need it, you can find UnZip for VMS here:
H A DNOTES-PERL.md6 - [Perl on VMS](#perl-on-vms)
46 Perl on VMS
51 `README-VMS.md` and follow the instructions. Another way is to download a
120 Note: on VMS, you must quote any argument that contains uppercase
H A DINSTALL.md68 * [Notes for the OpenVMS platform](NOTES-VMS.md)
443 **On VMS:** this is the filename of the zlib library (with or without a path).
1270 VMS). This can be used instead of using
1288 libraries on VMS.
1349 $ perl configdata.pm --help # Windows and VMS
1949 On VMS, shareable images (VMS speak for shared libraries) are named
H A DREADME.md124 * [Notes for the OpenVMS platform](NOTES-VMS.md)
H A DConfigure737 { VMS => qr/(?<!\^),/,
H A DCHANGES.md2837 volume names and system directory names on VMS.
3715 * *[VMS only]* The header files that the VMS compilers include automatically,
5420 platforms we support. With it comes new support for VMS.
5424 or lookalikes), or one descrip.mms (for VMS).
15210 For VMS, there's a currently-empty rand_vms.c.
15611 * Add VMS support for the Rijndael code.
16860 * On VMS, stdout may very well lead to a file that is written to
16872 Currently, it's a VMS-only method, because that's where it has
16895 * Add DSO method for VMS.
19428 * Improvements for VMS support.
[all …]
/openssl/test/recipes/20-test_dhparam_check_data/invalid/
H A Ddh_p2048_t1862_pkcs3.pem11 tGnJpClSpWwVl5xakDI/P3TFH5fbcEjlsKqLjetUD7bSP78F+toltrzWEgh7+VMS
/openssl/util/
H A Dmkdef.pl121 VMS => { writer => \&writer_VMS,
123 platforms => { VMS => 1 } },
H A Dlibcrypto.num1633 OCSP_crlID_new 1673 3_0_0 EXIST:!VMS:FUNCTION:OCSP
1634 OCSP_crlID2_new 1673 3_0_0 EXIST:VMS:FUNCTION:OCSP
2064 ERR_load_CRYPTO_strings 2112 3_0_0 EXIST:!VMS:FUNCTION:DEPRECATEDIN_3_0
2065 ERR_load_CRYPTOlib_strings 2112 3_0_0 EXIST:VMS:FUNCTION:DEPRECATEDIN_3_0
/openssl/Configurations/platform/
H A DVMS.pm1 package platform::VMS;
/openssl/doc/man3/
H A DRAND_load_file.pod49 =item On VMS
59 If C<$HOME> (on non-Windows and non-VMS system) is not set either, or
/openssl/include/openssl/
H A De_os2.h105 # if defined(__VMS) || defined(VMS)
/openssl/include/internal/
H A De_os.h173 # define VMS 1 macro
H A Dsockets.h127 # ifndef VMS
/openssl/test/
H A DREADME.md94 (on Unix and Windows, BSD style wildcards are supported, while on VMS,
95 it's VMS style wildcards)
H A Dbuild.info777 # and VMS, where the exported symbols are those listed in util/*.num), these
/openssl/crypto/modes/
H A Dbuild.info10 # ghash-ia64.s doesn't work on VMS
/openssl/providers/implementations/ciphers/
H A Dbuild.info37 # ghash-ia64.s doesn't work on VMS
/openssl/exporters/cmake/
H A DOpenSSLConfig.cmake.in41 $volume =~ s|^(.*?):$|/$1| if $^O eq "vms"; # On VMS, DEV: -> /DEV
/openssl/doc/internal/man7/
H A Dbuild.info.pod109 (possible on VMS, depending on policy).
632 F<Makefile>; on VMS, this is typically F<descrip.mms>.

Completed in 109 milliseconds