/openssl/crypto/objects/ |
H A D | obj_dat.h | 13 static const unsigned char so[9220] = { variable 1325 {"MD2", "md2", NID_md2, 8, &so[13]}, 1326 {"MD5", "md5", NID_md5, 8, &so[21]}, 1327 {"RC4", "rc4", NID_rc4, 8, &so[29]}, 1341 {"RSA", "rsa", NID_rsa, 4, &so[103]}, 1363 {"SHA", "sha", NID_sha, 5, &so[225]}, 1579 {"MD4", "md4", NID_md4, 8, &so[1870]}, 1701 {"ORG", "org", NID_org, 1, &so[2833]}, 1702 {"DOD", "dod", NID_dod, 2, &so[2834]}, 1757 {"pss", "pss", NID_pss, 3, &so[3184]}, [all …]
|
/openssl/demos/http3/ |
H A D | build.info | 10 GENERATE[libnghttp3.so libnghttp3.a libnghttp3.dylib libnghttp3.lib libnghttp3.dll]=gen_nghttp3.pl 11 DEPEND[ossl-nghttp3-demo.o]=libnghttp3.so libnghttp3.a libnghttp3.dylib libnghttp3.lib libnghttp3.d… 12 DEPEND[ossl-nghttp3.o]=libnghttp3.so libnghttp3.a libnghttp3.dylib libnghttp3.lib libnghttp3.dll
|
/openssl/util/ |
H A D | update_abi_check.sh | 3 abidw --out-file ./.github/workflows/libcrypto-abi.xml libcrypto.so 4 abidw --out-file ./.github/workflows/libssl-abi.xml libssl.so
|
/openssl/ |
H A D | README-FIPS.md | 26 The OpenSSL FIPS provider is a shared library called `fips.so` (on Unix), or 66 /usr/local/lib/ossl-modules/fips.so on Unix, and 73 - Generates the so-called FIPS module configuration file containing information 83 … openssl fipsinstall -out /usr/local/ssl/fipsmodule.cnf -module /usr/local/lib/ossl-modules/fips.so 123 so it must not be used for FIPS purposes. 125 $ cp ../openssl-3.0.0/providers/fips.so providers/. 139 Copy the FIPS provider artifacts (`fips.so` & `fipsmodule.cnf`) to known locations 192 so, FIPS provider should uniquely identify its own name and version
|
H A D | README-ENGINES.md | 43 the ENGINE model so that alternative implementations of existing 60 NCONF) code so that applications using OpenSSL's existing configuration 142 maintain the smallest foot-print possible and so do not link in various 160 independent things. Other ENGINEs typically don't do this so there is 194 ENGINE_ctrl_cmd_string(e, "SO_PATH", "/lib/libfoo.so", 0); 204 -pre SO_PATH:/lib/libfoo.so \ 212 -pre SO_PATH:/lib/libfoo.so \ 231 so that additional initialisation is no longer possible. In 235 it has been initialised for use, and so the "-post" switch would be 296 gcc -shared -o dyn_atalla.so tmp_atalla.o -L../.. -lcrypto [all …]
|
H A D | NOTES-PERL.md | 16 source, so if you build Perl on your own, you should be set. 24 install the core Perl modules as well, so you will be fine. 49 You will need to install Perl separately. One way to do so is to 121 characters, so the lines above would be:
|
/openssl/crypto/ripemd/ |
H A D | build.info | 15 # Implementations are now spread across several libraries, so the defines 22 # RIPEMD160 functions, so we must include them directly in liblegacy.a
|
/openssl/.github/workflows/ |
H A D | fips-checksums.yml | 112 …so ./build/libcrypto.so && abidiff --headers-dir1 build-pristine/include/openssl --headers-dir2 bu…
|
H A D | run-checker-ci.yml | 61 …un: ./util/checkplatformsyms.pl ./util/platform_symbols/unix-symbols.txt ./libcrypto.so ./libssl.so
|
/openssl/doc/man7/ |
H A D | openssl-threads.pod | 13 use of this support is so that OpenSSL itself can use a single consistent 24 Many objects within OpenSSL are reference-counted, so resources are not 39 updates the attribute's reference count so that the object is shared 56 uses a C cast to remove that so it can lock objects, generate and cache 57 a DER encoding, and so on.
|
/openssl/crypto/rc4/ |
H A D | build.info | 23 # rc4 functions, so we must include them directly in liblegacy.a 28 # Implementations are now spread across several libraries, so the defines
|
/openssl/providers/ |
H A D | build.info | 21 # -o {modulename}.so {object files...} lib{modulename}.a libcommon.a 48 # files in crypto/, so let's have a common include list for them all. 98 # diverse build.info files. libfips.a, fips.so and their sources aren't 99 # built unless the proper LIBS or MODULES statement has been seen, so we 142 # implementation specific build.info files harder to write, so we don't.
|
/openssl/doc/man3/ |
H A D | X509_CRL_get0_by_serial.pod | 51 The supplied I<serial> pointer is not used internally so it should be 55 I<tm>. The supplied I<tm> pointer is not used internally so it should be 59 pointer I<rev> is used internally so it B<MUST NOT> be freed after the call:
|
H A D | UI_create_method.pod | 71 the other, so care must be taken which ones it actually uses. 76 has been output so far. 86 the other, so care must be taken which ones it actually uses. 107 write, but would rather do so in the reader, because of the sequential 190 CRYPTO_set_ex_data() does so).
|
H A D | DSA_set_method.pod | 43 been set as a default for DSA, so this function is no longer recommended. 49 whether the ENGINE API is being used, so this function is no longer 62 DSA_new_method() allocates and initializes a DSA structure so that B<engine>
|
H A D | DH_set_method.pod | 43 as a default for DH, so this function is no longer recommended. 49 API is being used, so this function is no longer recommended. 59 DH_new_method() allocates and initializes a DH structure so that B<engine> will
|
H A D | SSL_CTX_set_num_tickets.pod | 47 ticket be sent when it is safe to do so. New tickets are only allowed to be 50 delayed until the server is starting a new write operation, so that it is 57 together when it is safe to do so and triggered by SSL_write() or
|
H A D | X509_get0_notBefore.pod | 51 parameter I<tm> is not transferred by these functions so it must 61 parameter B<tm> is not transferred by these functions so it must 72 I<tm> is not transferred by these functions so it must be freed up after the
|
H A D | SSL_CTX_set_generate_session_id.pod | 39 transmitted in the clear when reusing the session so it must not contain 55 The location B<id> is filled with 0x00 before the callback is called, so the 60 Without the callback a random number is used, so that the probability 112 * ID (i.e. the prefix!) so all future session negotiations will
|
/openssl/test/ |
H A D | pathed.cnf | 15 module = ../test/p_test.so
|
/openssl/providers/fips/ |
H A D | build.info | 1 # We include the provider implementation into ../libfips.a, so that all
|
/openssl/crypto/md2/ |
H A D | build.info | 6 # MD2 functions, so we must include them directly in liblegacy.a
|
/openssl/crypto/md4/ |
H A D | build.info | 6 # MD4 functions, so we must include them directly in liblegacy.a
|
/openssl/crypto/mdc2/ |
H A D | build.info | 6 # MDC2 functions, so we must include them directly in liblegacy.a
|
/openssl/crypto/seed/ |
H A D | build.info | 7 # seed functions, so we must include them directly in liblegacy.a
|