Searched refs:VMS (Results 1 – 25 of 25) sorted by relevance
/openssl/doc/ |
H A D | build.info.in | 40 # 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 D | test-includes.com | 2 $! on VMS, even when the VMS macro isn't defined.
|
/openssl/Configurations/ |
H A D | descrip.mms.tmpl | 700 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 D | README.md | 166 and "VMS". 484 `descrip.mms` for MMS on VMS, `makefile` for `nmake` on Windows, etc.
|
H A D | unix-Makefile.tmpl | 1203 ( cd $(SRCDIR); $(PERL) VMS/VMSify-conf.pl \
|
/openssl/ |
H A D | NOTES-VMS.md | 26 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 D | NOTES-PERL.md | 6 - [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 D | INSTALL.md | 68 * [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 D | README.md | 124 * [Notes for the OpenVMS platform](NOTES-VMS.md)
|
H A D | Configure | 737 { VMS => qr/(?<!\^),/,
|
H A D | CHANGES.md | 2837 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 D | dh_p2048_t1862_pkcs3.pem | 11 tGnJpClSpWwVl5xakDI/P3TFH5fbcEjlsKqLjetUD7bSP78F+toltrzWEgh7+VMS
|
/openssl/util/ |
H A D | mkdef.pl | 121 VMS => { writer => \&writer_VMS, 123 platforms => { VMS => 1 } },
|
H A D | libcrypto.num | 1633 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 D | VMS.pm | 1 package platform::VMS;
|
/openssl/doc/man3/ |
H A D | RAND_load_file.pod | 49 =item On VMS 59 If C<$HOME> (on non-Windows and non-VMS system) is not set either, or
|
/openssl/include/openssl/ |
H A D | e_os2.h | 105 # if defined(__VMS) || defined(VMS)
|
/openssl/include/internal/ |
H A D | e_os.h | 173 # define VMS 1 macro
|
H A D | sockets.h | 127 # ifndef VMS
|
/openssl/test/ |
H A D | README.md | 94 (on Unix and Windows, BSD style wildcards are supported, while on VMS, 95 it's VMS style wildcards)
|
H A D | build.info | 777 # and VMS, where the exported symbols are those listed in util/*.num), these
|
/openssl/crypto/modes/ |
H A D | build.info | 10 # ghash-ia64.s doesn't work on VMS
|
/openssl/providers/implementations/ciphers/ |
H A D | build.info | 37 # ghash-ia64.s doesn't work on VMS
|
/openssl/exporters/cmake/ |
H A D | OpenSSLConfig.cmake.in | 41 $volume =~ s|^(.*?):$|/$1| if $^O eq "vms"; # On VMS, DEV: -> /DEV
|
/openssl/doc/internal/man7/ |
H A D | build.info.pod | 109 (possible on VMS, depending on policy). 632 F<Makefile>; on VMS, this is typically F<descrip.mms>.
|
Completed in 109 milliseconds