| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 6365bf8 commit 8e54c19
363 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -156,7 +156,7 @@ our %config = ( | |||
| 156 | 156 | ], | |
| 157 | 157 | "dynamic_engines" => "0", | |
| 158 | 158 | "ex_libs" => [], | |
| 159 | - "full_version" => "3.0.2+quic", | ||
| 159 | + "full_version" => "3.0.3+quic", | ||
| 160 | 160 | "includes" => [], | |
| 161 | 161 | "lflags" => [], | |
| 162 | 162 | "lib_defines" => [ | |
@@ -203,10 +203,10 @@ our %config = ( | |||
| 203 | 203 | "openssl_sys_defines" => [], | |
| 204 | 204 | "openssldir" => "", | |
| 205 | 205 | "options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic", | |
| 206 | - "patch" => "2", | ||
| 207 | - "perl_archname" => "x86_64-linux-thread-multi", | ||
| 206 | + "patch" => "3", | ||
| 207 | + "perl_archname" => "x86_64-linux-gnu-thread-multi", | ||
| 208 | 208 | "perl_cmd" => "/usr/bin/perl", | |
| 209 | - "perl_version" => "5.34.1", | ||
| 209 | + "perl_version" => "5.30.0", | ||
| 210 | 210 | "perlargv" => [ | |
| 211 | 211 | "no-comp", | |
| 212 | 212 | "no-shared", | |
@@ -255,11 +255,11 @@ our %config = ( | |||
| 255 | 255 | "prerelease" => "", | |
| 256 | 256 | "processor" => "", | |
| 257 | 257 | "rc4_int" => "unsigned int", | |
| 258 | - "release_date" => "15 Mar 2022", | ||
| 258 | + "release_date" => "3 May 2022", | ||
| 259 | 259 | "shlib_version" => "81.3", | |
| 260 | 260 | "sourcedir" => ".", | |
| 261 | 261 | "target" => "BSD-x86", | |
| 262 | - "version" => "3.0.2" | ||
| 262 | + "version" => "3.0.3" | ||
| 263 | 263 | ); | |
| 264 | 264 | our %target = ( | |
| 265 | 265 | "AR" => "ar", | |
@@ -1243,6 +1243,9 @@ our %unified_info = ( | |||
| 1243 | 1243 | "test/evp_libctx_test" => { | |
| 1244 | 1244 | "noinst" => "1" | |
| 1245 | 1245 | }, | |
| 1246 | + "test/evp_pkey_ctx_new_from_name" => { | ||
| 1247 | + "noinst" => "1" | ||
| 1248 | + }, | ||
| 1246 | 1249 | "test/evp_pkey_dparams_test" => { | |
| 1247 | 1250 | "noinst" => "1" | |
| 1248 | 1251 | }, | |
@@ -1288,6 +1291,9 @@ our %unified_info = ( | |||
| 1288 | 1291 | "test/lhash_test" => { | |
| 1289 | 1292 | "noinst" => "1" | |
| 1290 | 1293 | }, | |
| 1294 | + "test/localetest" => { | ||
| 1295 | + "noinst" => "1" | ||
| 1296 | + }, | ||
| 1291 | 1297 | "test/mdc2_internal_test" => { | |
| 1292 | 1298 | "noinst" => "1" | |
| 1293 | 1299 | }, | |
@@ -2890,6 +2896,9 @@ our %unified_info = ( | |||
| 2890 | 2896 | "doc/html/man3/OPENSSL_secure_malloc.html" => [ | |
| 2891 | 2897 | "doc/man3/OPENSSL_secure_malloc.pod" | |
| 2892 | 2898 | ], | |
| 2899 | + "doc/html/man3/OPENSSL_strcasecmp.html" => [ | ||
| 2900 | + "doc/man3/OPENSSL_strcasecmp.pod" | ||
| 2901 | + ], | ||
| 2893 | 2902 | "doc/html/man3/OSSL_CMP_CTX_new.html" => [ | |
| 2894 | 2903 | "doc/man3/OSSL_CMP_CTX_new.pod" | |
| 2895 | 2904 | ], | |
@@ -5233,6 +5242,9 @@ our %unified_info = ( | |||
| 5233 | 5242 | "doc/man/man3/OPENSSL_secure_malloc.3" => [ | |
| 5234 | 5243 | "doc/man3/OPENSSL_secure_malloc.pod" | |
| 5235 | 5244 | ], | |
| 5245 | + "doc/man/man3/OPENSSL_strcasecmp.3" => [ | ||
| 5246 | + "doc/man3/OPENSSL_strcasecmp.pod" | ||
| 5247 | + ], | ||
| 5236 | 5248 | "doc/man/man3/OSSL_CMP_CTX_new.3" => [ | |
| 5237 | 5249 | "doc/man3/OSSL_CMP_CTX_new.pod" | |
| 5238 | 5250 | ], | |
@@ -7613,6 +7625,9 @@ our %unified_info = ( | |||
| 7613 | 7625 | "libcrypto.a", | |
| 7614 | 7626 | "test/libtestutil.a" | |
| 7615 | 7627 | ], | |
| 7628 | + "test/evp_pkey_ctx_new_from_name" => [ | ||
| 7629 | + "libcrypto" | ||
| 7630 | + ], | ||
| 7616 | 7631 | "test/evp_pkey_dparams_test" => [ | |
| 7617 | 7632 | "libcrypto", | |
| 7618 | 7633 | "test/libtestutil.a" | |
@@ -7677,6 +7692,10 @@ our %unified_info = ( | |||
| 7677 | 7692 | "test/libtestutil.a" => [ | |
| 7678 | 7693 | "libcrypto" | |
| 7679 | 7694 | ], | |
| 7695 | + "test/localetest" => [ | ||
| 7696 | + "libcrypto", | ||
| 7697 | + "test/libtestutil.a" | ||
| 7698 | + ], | ||
| 7680 | 7699 | "test/mdc2_internal_test" => [ | |
| 7681 | 7700 | "libcrypto.a", | |
| 7682 | 7701 | "test/libtestutil.a" | |
@@ -10484,7 +10503,7 @@ our %unified_info = ( | |||
| 10484 | 10503 | "crypto/chacha/chacha-c64xplus.S" => [ | |
| 10485 | 10504 | "crypto/chacha/asm/chacha-c64xplus.pl" | |
| 10486 | 10505 | ], | |
| 10487 | - "crypto/chacha/chacha-ia64.S" => [ | ||
| 10506 | + "crypto/chacha/chacha-ia64.s" => [ | ||
| 10488 | 10507 | "crypto/chacha/asm/chacha-ia64.pl" | |
| 10489 | 10508 | ], | |
| 10490 | 10509 | "crypto/chacha/chacha-ppc.s" => [ | |
@@ -11804,6 +11823,9 @@ our %unified_info = ( | |||
| 11804 | 11823 | "doc/html/man3/OPENSSL_secure_malloc.html" => [ | |
| 11805 | 11824 | "doc/man3/OPENSSL_secure_malloc.pod" | |
| 11806 | 11825 | ], | |
| 11826 | + "doc/html/man3/OPENSSL_strcasecmp.html" => [ | ||
| 11827 | + "doc/man3/OPENSSL_strcasecmp.pod" | ||
| 11828 | + ], | ||
| 11807 | 11829 | "doc/html/man3/OSSL_CMP_CTX_new.html" => [ | |
| 11808 | 11830 | "doc/man3/OSSL_CMP_CTX_new.pod" | |
| 11809 | 11831 | ], | |
@@ -14147,6 +14169,9 @@ our %unified_info = ( | |||
| 14147 | 14169 | "doc/man/man3/OPENSSL_secure_malloc.3" => [ | |
| 14148 | 14170 | "doc/man3/OPENSSL_secure_malloc.pod" | |
| 14149 | 14171 | ], | |
| 14172 | + "doc/man/man3/OPENSSL_strcasecmp.3" => [ | ||
| 14173 | + "doc/man3/OPENSSL_strcasecmp.pod" | ||
| 14174 | + ], | ||
| 14150 | 14175 | "doc/man/man3/OSSL_CMP_CTX_new.3" => [ | |
| 14151 | 14176 | "doc/man3/OSSL_CMP_CTX_new.pod" | |
| 14152 | 14177 | ], | |
@@ -16435,6 +16460,7 @@ our %unified_info = ( | |||
| 16435 | 16460 | "doc/html/man3/OPENSSL_malloc.html", | |
| 16436 | 16461 | "doc/html/man3/OPENSSL_s390xcap.html", | |
| 16437 | 16462 | "doc/html/man3/OPENSSL_secure_malloc.html", | |
| 16463 | + "doc/html/man3/OPENSSL_strcasecmp.html", | ||
| 16438 | 16464 | "doc/html/man3/OSSL_CMP_CTX_new.html", | |
| 16439 | 16465 | "doc/html/man3/OSSL_CMP_HDR_get0_transactionID.html", | |
| 16440 | 16466 | "doc/html/man3/OSSL_CMP_ITAV_set0.html", | |
@@ -18500,6 +18526,10 @@ our %unified_info = ( | |||
| 18500 | 18526 | "include", | |
| 18501 | 18527 | "apps/include" | |
| 18502 | 18528 | ], | |
| 18529 | + "test/evp_pkey_ctx_new_from_name" => [ | ||
| 18530 | + "include", | ||
| 18531 | + "apps/include" | ||
| 18532 | + ], | ||
| 18503 | 18533 | "test/evp_pkey_dparams_test" => [ | |
| 18504 | 18534 | "include", | |
| 18505 | 18535 | "apps/include" | |
@@ -18687,6 +18717,10 @@ our %unified_info = ( | |||
| 18687 | 18717 | "apps/include", | |
| 18688 | 18718 | "." | |
| 18689 | 18719 | ], | |
| 18720 | + "test/localetest" => [ | ||
| 18721 | + "include", | ||
| 18722 | + "apps/include" | ||
| 18723 | + ], | ||
| 18690 | 18724 | "test/mdc2_internal_test" => [ | |
| 18691 | 18725 | ".", | |
| 18692 | 18726 | "include", | |
@@ -19370,6 +19404,7 @@ our %unified_info = ( | |||
| 19370 | 19404 | "doc/man/man3/OPENSSL_malloc.3", | |
| 19371 | 19405 | "doc/man/man3/OPENSSL_s390xcap.3", | |
| 19372 | 19406 | "doc/man/man3/OPENSSL_secure_malloc.3", | |
| 19407 | + "doc/man/man3/OPENSSL_strcasecmp.3", | ||
| 19373 | 19408 | "doc/man/man3/OSSL_CMP_CTX_new.3", | |
| 19374 | 19409 | "doc/man/man3/OSSL_CMP_HDR_get0_transactionID.3", | |
| 19375 | 19410 | "doc/man/man3/OSSL_CMP_ITAV_set0.3", | |
@@ -19992,6 +20027,7 @@ our %unified_info = ( | |||
| 19992 | 20027 | "test/evp_fetch_prov_test", | |
| 19993 | 20028 | "test/evp_kdf_test", | |
| 19994 | 20029 | "test/evp_libctx_test", | |
| 20030 | + "test/evp_pkey_ctx_new_from_name", | ||
| 19995 | 20031 | "test/evp_pkey_dparams_test", | |
| 19996 | 20032 | "test/evp_pkey_provided_test", | |
| 19997 | 20033 | "test/evp_test", | |
@@ -20007,6 +20043,7 @@ our %unified_info = ( | |||
| 20007 | 20043 | "test/igetest", | |
| 20008 | 20044 | "test/keymgmt_internal_test", | |
| 20009 | 20045 | "test/lhash_test", | |
| 20046 | + "test/localetest", | ||
| 20010 | 20047 | "test/mdc2_internal_test", | |
| 20011 | 20048 | "test/mdc2test", | |
| 20012 | 20049 | "test/memleaktest", | |
@@ -26389,6 +26426,12 @@ our %unified_info = ( | |||
| 26389 | 26426 | "test/evp_libctx_test-bin-evp_libctx_test.o" => [ | |
| 26390 | 26427 | "test/evp_libctx_test.c" | |
| 26391 | 26428 | ], | |
| 26429 | + "test/evp_pkey_ctx_new_from_name" => [ | ||
| 26430 | + "test/evp_pkey_ctx_new_from_name-bin-evp_pkey_ctx_new_from_name.o" | ||
| 26431 | + ], | ||
| 26432 | + "test/evp_pkey_ctx_new_from_name-bin-evp_pkey_ctx_new_from_name.o" => [ | ||
| 26433 | + "test/evp_pkey_ctx_new_from_name.c" | ||
| 26434 | + ], | ||
| 26392 | 26435 | "test/evp_pkey_dparams_test" => [ | |
| 26393 | 26436 | "test/evp_pkey_dparams_test-bin-evp_pkey_dparams_test.o" | |
| 26394 | 26437 | ], | |
@@ -26578,6 +26621,12 @@ our %unified_info = ( | |||
| 26578 | 26621 | "test/testutil/libtestutil-lib-tests.o", | |
| 26579 | 26622 | "test/testutil/libtestutil-lib-testutil_init.o" | |
| 26580 | 26623 | ], | |
| 26624 | + "test/localetest" => [ | ||
| 26625 | + "test/localetest-bin-localetest.o" | ||
| 26626 | + ], | ||
| 26627 | + "test/localetest-bin-localetest.o" => [ | ||
| 26628 | + "test/localetest.c" | ||
| 26629 | + ], | ||
| 26581 | 26630 | "test/mdc2_internal_test" => [ | |
| 26582 | 26631 | "test/mdc2_internal_test-bin-mdc2_internal_test.o" | |
| 26583 | 26632 | ], | |
@@ -27290,8 +27339,8 @@ unless (caller) { | |||
| 27290 | 27339 | use File::Copy; | |
| 27291 | 27340 | use Pod::Usage; | |
| 27292 | 27341 | ||
| 27293 | - use lib '/home/danielbevenius/work/nodejs/node/deps/openssl/openssl/util/perl'; | ||
| 27294 | - use OpenSSL::fallback '/home/danielbevenius/work/nodejs/node/deps/openssl/openssl/external/perl/MODULES.txt'; | ||
| 27342 | + use lib '/home/rafaelgss/repos/os/node/deps/openssl/openssl/util/perl'; | ||
| 27343 | + use OpenSSL::fallback '/home/rafaelgss/repos/os/node/deps/openssl/openssl/external/perl/MODULES.txt'; | ||
| 27295 | 27344 | ||
| 27296 | 27345 | my $here = dirname($0); | |
| 27297 | 27346 | ||
@@ -27318,7 +27367,7 @@ unless (caller) { | |||
| 27318 | 27367 | ); | |
| 27319 | 27368 | ||
| 27320 | 27369 | use lib '.'; | |
| 27321 | - use lib '/home/danielbevenius/work/nodejs/node/deps/openssl/openssl/Configurations'; | ||
| 27370 | + use lib '/home/rafaelgss/repos/os/node/deps/openssl/openssl/Configurations'; | ||
| 27322 | 27371 | use gentemplate; | |
| 27323 | 27372 | ||
| 27324 | 27373 | print 'Creating ',$buildfile_template,"\n"; | |
@@ -27335,8 +27384,8 @@ unless (caller) { | |||
| 27335 | 27384 | ||
| 27336 | 27385 | my $prepend = <<'_____'; | |
| 27337 | 27386 | use File::Spec::Functions; | |
| 27338 | - use lib '/home/danielbevenius/work/nodejs/node/deps/openssl/openssl/util/perl'; | ||
| 27339 | - use lib '/home/danielbevenius/work/nodejs/node/deps/openssl/openssl/Configurations'; | ||
| 27387 | + use lib '/home/rafaelgss/repos/os/node/deps/openssl/openssl/util/perl'; | ||
| 27388 | + use lib '/home/rafaelgss/repos/os/node/deps/openssl/openssl/Configurations'; | ||
| 27340 | 27389 | use lib '.'; | |
| 27341 | 27390 | use platform; | |
| 27342 | 27391 | _____ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,7 +11,7 @@ | |||
| 11 | 11 | */ | |
| 12 | 12 | ||
| 13 | 13 | #define PLATFORM "platform: BSD-x86" | |
| 14 | - #define DATE "built on: Thu May 5 17:00:46 2022 UTC" | ||
| 14 | + #define DATE "built on: Mon May 9 17:35:57 2022 UTC" | ||
| 15 | 15 | ||
| 16 | 16 | /* | |
| 17 | 17 | * Generate compiler_flags as an array of individual characters. This is a | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -132,6 +132,8 @@ int OPENSSL_hexstr2buf_ex(unsigned char *buf, size_t buf_n, size_t *buflen, | |||
| 132 | 132 | const char *str, const char sep); | |
| 133 | 133 | unsigned char *OPENSSL_hexstr2buf(const char *str, long *buflen); | |
| 134 | 134 | int OPENSSL_hexchar2int(unsigned char c); | |
| 135 | + int OPENSSL_strcasecmp(const char *s1, const char *s2); | ||
| 136 | + int OPENSSL_strncasecmp(const char *s1, const char *s2, size_t n); | ||
| 135 | 137 | ||
| 136 | 138 | # define OPENSSL_MALLOC_MAX_NELEMS(type) (((1U<<(sizeof(int)*8-1))-1)/sizeof(type)) | |
| 137 | 139 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -29,7 +29,7 @@ extern "C" { | |||
| 29 | 29 | */ | |
| 30 | 30 | # define OPENSSL_VERSION_MAJOR 3 | |
| 31 | 31 | # define OPENSSL_VERSION_MINOR 0 | |
| 32 | - # define OPENSSL_VERSION_PATCH 2 | ||
| 32 | + # define OPENSSL_VERSION_PATCH 3 | ||
| 33 | 33 | ||
| 34 | 34 | /* | |
| 35 | 35 | * Additional version information | |
@@ -74,21 +74,21 @@ extern "C" { | |||
| 74 | 74 | * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and | |
| 75 | 75 | * OPENSSL_VERSION_BUILD_METADATA_STR appended. | |
| 76 | 76 | */ | |
| 77 | - # define OPENSSL_VERSION_STR "3.0.2" | ||
| 78 | - # define OPENSSL_FULL_VERSION_STR "3.0.2+quic" | ||
| 77 | + # define OPENSSL_VERSION_STR "3.0.3" | ||
| 78 | + # define OPENSSL_FULL_VERSION_STR "3.0.3+quic" | ||
| 79 | 79 | ||
| 80 | 80 | /* | |
| 81 | 81 | * SECTION 3: ADDITIONAL METADATA | |
| 82 | 82 | * | |
| 83 | 83 | * These strings are defined separately to allow them to be parsable. | |
| 84 | 84 | */ | |
| 85 | - # define OPENSSL_RELEASE_DATE "15 Mar 2022" | ||
| 85 | + # define OPENSSL_RELEASE_DATE "3 May 2022" | ||
| 86 | 86 | ||
| 87 | 87 | /* | |
| 88 | 88 | * SECTION 4: BACKWARD COMPATIBILITY | |
| 89 | 89 | */ | |
| 90 | 90 | ||
| 91 | - # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.2+quic 15 Mar 2022" | ||
| 91 | + # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.3+quic 3 May 2022" | ||
| 92 | 92 | ||
| 93 | 93 | /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */ | |
| 94 | 94 | # ifdef OPENSSL_VERSION_PRE_RELEASE | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1381,6 +1381,8 @@ DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION) | |||
| 1381 | 1381 | # define SSL_CTRL_GET_TMP_KEY 133 | |
| 1382 | 1382 | # define SSL_CTRL_GET_NEGOTIATED_GROUP 134 | |
| 1383 | 1383 | # define SSL_CTRL_SET_RETRY_VERIFY 136 | |
| 1384 | + # define SSL_CTRL_GET_VERIFY_CERT_STORE 137 | ||
| 1385 | + # define SSL_CTRL_GET_CHAIN_CERT_STORE 138 | ||
| 1384 | 1386 | # define SSL_CERT_SET_FIRST 1 | |
| 1385 | 1387 | # define SSL_CERT_SET_NEXT 2 | |
| 1386 | 1388 | # define SSL_CERT_SET_SERVER 3 | |
@@ -1442,10 +1444,14 @@ DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION) | |||
| 1442 | 1444 | SSL_CTX_ctrl(ctx,SSL_CTRL_SET_VERIFY_CERT_STORE,0,(char *)(st)) | |
| 1443 | 1445 | # define SSL_CTX_set1_verify_cert_store(ctx,st) \ | |
| 1444 | 1446 | SSL_CTX_ctrl(ctx,SSL_CTRL_SET_VERIFY_CERT_STORE,1,(char *)(st)) | |
| 1447 | + # define SSL_CTX_get0_verify_cert_store(ctx,st) \ | ||
| 1448 | + SSL_CTX_ctrl(ctx,SSL_CTRL_GET_VERIFY_CERT_STORE,0,(char *)(st)) | ||
| 1445 | 1449 | # define SSL_CTX_set0_chain_cert_store(ctx,st) \ | |
| 1446 | 1450 | SSL_CTX_ctrl(ctx,SSL_CTRL_SET_CHAIN_CERT_STORE,0,(char *)(st)) | |
| 1447 | 1451 | # define SSL_CTX_set1_chain_cert_store(ctx,st) \ | |
| 1448 | 1452 | SSL_CTX_ctrl(ctx,SSL_CTRL_SET_CHAIN_CERT_STORE,1,(char *)(st)) | |
| 1453 | + # define SSL_CTX_get0_chain_cert_store(ctx,st) \ | ||
| 1454 | + SSL_CTX_ctrl(ctx,SSL_CTRL_GET_CHAIN_CERT_STORE,0,(char *)(st)) | ||
| 1449 | 1455 | # define SSL_set0_chain(s,sk) \ | |
| 1450 | 1456 | SSL_ctrl(s,SSL_CTRL_CHAIN,0,(char *)(sk)) | |
| 1451 | 1457 | # define SSL_set1_chain(s,sk) \ | |
@@ -1468,10 +1474,15 @@ DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION) | |||
| 1468 | 1474 | SSL_ctrl(s,SSL_CTRL_SET_VERIFY_CERT_STORE,0,(char *)(st)) | |
| 1469 | 1475 | # define SSL_set1_verify_cert_store(s,st) \ | |
| 1470 | 1476 | SSL_ctrl(s,SSL_CTRL_SET_VERIFY_CERT_STORE,1,(char *)(st)) | |
| 1477 | + #define SSL_get0_verify_cert_store(s,st) \ | ||
| 1478 | + SSL_ctrl(s,SSL_CTRL_GET_VERIFY_CERT_STORE,0,(char *)(st)) | ||
| 1471 | 1479 | # define SSL_set0_chain_cert_store(s,st) \ | |
| 1472 | 1480 | SSL_ctrl(s,SSL_CTRL_SET_CHAIN_CERT_STORE,0,(char *)(st)) | |
| 1473 | 1481 | # define SSL_set1_chain_cert_store(s,st) \ | |
| 1474 | 1482 | SSL_ctrl(s,SSL_CTRL_SET_CHAIN_CERT_STORE,1,(char *)(st)) | |
| 1483 | + #define SSL_get0_chain_cert_store(s,st) \ | ||
| 1484 | + SSL_ctrl(s,SSL_CTRL_GET_CHAIN_CERT_STORE,0,(char *)(st)) | ||
| 1485 | + | ||
| 1475 | 1486 | # define SSL_get1_groups(s, glist) \ | |
| 1476 | 1487 | SSL_ctrl(s,SSL_CTRL_GET_GROUPS,0,(int*)(glist)) | |
| 1477 | 1488 | # define SSL_CTX_set1_groups(ctx, glist, glistlen) \ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,7 +2,7 @@ | |||
| 2 | 2 | * WARNING: do not edit! | |
| 3 | 3 | * Generated by Makefile from include/openssl/x509.h.in | |
| 4 | 4 | * | |
| 5 | - * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved. | ||
| 5 | + * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved. | ||
| 6 | 6 | * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved | |
| 7 | 7 | * | |
| 8 | 8 | * Licensed under the Apache License 2.0 (the "License"). You may not use | |
@@ -552,11 +552,11 @@ int X509_NAME_digest(const X509_NAME *data, const EVP_MD *type, | |||
| 552 | 552 | X509 *X509_load_http(const char *url, BIO *bio, BIO *rbio, int timeout); | |
| 553 | 553 | X509_CRL *X509_CRL_load_http(const char *url, BIO *bio, BIO *rbio, int timeout); | |
| 554 | 554 | # ifndef OPENSSL_NO_DEPRECATED_3_0 | |
| 555 | - # include <openssl/ocsp.h> /* OCSP_REQ_CTX_nbio_d2i */ | ||
| 555 | + # include <openssl/http.h> /* OSSL_HTTP_REQ_CTX_nbio_d2i */ | ||
| 556 | 556 | # define X509_http_nbio(rctx, pcert) \ | |
| 557 | - OCSP_REQ_CTX_nbio_d2i(rctx, pcert, ASN1_ITEM_rptr(X509)) | ||
| 557 | + OSSL_HTTP_REQ_CTX_nbio_d2i(rctx, pcert, ASN1_ITEM_rptr(X509)) | ||
| 558 | 558 | # define X509_CRL_http_nbio(rctx, pcrl) \ | |
| 559 | - OCSP_REQ_CTX_nbio_d2i(rctx, pcrl, ASN1_ITEM_rptr(X509_CRL)) | ||
| 559 | + OSSL_HTTP_REQ_CTX_nbio_d2i(rctx, pcrl, ASN1_ITEM_rptr(X509_CRL)) | ||
| 560 | 560 | # endif | |
| 561 | 561 | ||
| 562 | 562 | # ifndef OPENSSL_NO_STDIO | |
| Back | FazBrowse Home | New Git URL |
0 commit comments