Codebase list openssl / defe7ca
Add OPENSSL_1.0.1 to version-script.patch and libssl1.0.0.symbols for the new functions. Kurt Roeckx 12 years ago
3 changed file(s) with 81 addition(s) and 11 deletion(s). Raw diff Collapse all Expand all
22 * New upstream version
33 - Remove kfreebsd-pipe.patch, fixed upstream
44 - Update pic.patch, openssl-pod-misspell.patch and make-targets.patch
5 - Add OPENSSL_1.0.1 to version-script.patch and libssl1.0.0.symbols for
6 the new functions.
57
68 -- Kurt Roeckx <kurt@roeckx.be> Sat, 17 Mar 2012 10:09:17 +0100
79
00 libcrypto.so.1.0.0 libssl1.0.0 #MINVER#
11 *@OPENSSL_1.0.0 1.0.0
2 *@OPENSSL_1.0.1 1.0.1
23 libssl.so.1.0.0 libssl1.0.0 #MINVER#
34 *@OPENSSL_1.0.0 1.0.0
5 *@OPENSSL_1.0.1 1.0.1
0 Index: openssl-1.0.0c/Configure
0 Index: openssl-1.0.1/Configure
11 ===================================================================
2 --- openssl-1.0.0c.orig/Configure 2011-04-02 11:27:38.000000000 +0000
3 +++ openssl-1.0.0c/Configure 2011-04-02 11:27:43.000000000 +0000
4 @@ -1511,6 +1511,8 @@
2 --- openssl-1.0.1.orig/Configure 2012-03-17 09:41:49.000000000 +0000
3 +++ openssl-1.0.1/Configure 2012-03-17 09:41:49.000000000 +0000
4 @@ -1616,6 +1616,8 @@
55 }
66 }
77
1010 open(IN,'<Makefile.org') || die "unable to read Makefile.org:$!\n";
1111 unlink("$Makefile.new") || die "unable to remove old $Makefile.new:$!\n" if -e "$Makefile.new";
1212 open(OUT,">$Makefile.new") || die "unable to create $Makefile.new:$!\n";
13 Index: openssl-1.0.0c/openssl.ld
13 Index: openssl-1.0.1/openssl.ld
1414 ===================================================================
1515 --- /dev/null 1970-01-01 00:00:00.000000000 +0000
16 +++ openssl-1.0.0c/openssl.ld 2011-04-02 11:57:04.000000000 +0000
17 @@ -0,0 +1,4461 @@
16 +++ openssl-1.0.1/openssl.ld 2012-03-17 09:51:38.000000000 +0000
17 @@ -0,0 +1,4527 @@
1818 +OPENSSL_1.0.0 {
1919 + global:
2020 + BIO_f_ssl;
44764476 + *;
44774477 +};
44784478 +
4479 Index: openssl-1.0.0c/engines/openssl.ld
4479 +
4480 +OPENSSL_1.0.1 {
4481 + global:
4482 + SSL_tls1_key_exporter;
4483 + SSL_renegotiate_abbreviated;
4484 + TLSv1_1_method;
4485 + TLSv1_1_client_method;
4486 + TLSv1_1_server_method;
4487 + SSL_CTX_set_srp_client_pwd_callback;
4488 + SSL_CTX_set_srp_client_pwd_cb;
4489 + SSL_get_srp_g;
4490 + SSL_CTX_set_srp_username_callback;
4491 + SSL_CTX_set_srp_un_cb;
4492 + SSL_get_srp_userinfo;
4493 + SSL_set_srp_server_param;
4494 + SSL_set_srp_server_param_pw;
4495 + SSL_get_srp_N;
4496 + SSL_get_srp_username;
4497 + SSL_CTX_set_srp_password;
4498 + SSL_CTX_set_srp_strength;
4499 + SSL_CTX_set_srp_verify_param_callback;
4500 + SSL_CTX_set_srp_vfy_param_cb;
4501 + SSL_CTX_set_srp_miss_srp_un_cb;
4502 + SSL_CTX_set_srp_missing_srp_username_callback;
4503 + SSL_CTX_set_srp_cb_arg;
4504 + SSL_CTX_set_srp_username;
4505 + SSL_CTX_SRP_CTX_init;
4506 + SSL_SRP_CTX_init;
4507 + SRP_Calc_A_param;
4508 + SRP_generate_server_master_secret;
4509 + SRP_gen_server_master_secret;
4510 + SSL_CTX_SRP_CTX_free;
4511 + SRP_generate_client_master_secret;
4512 + SRP_gen_client_master_secret;
4513 + SSL_srp_server_param_with_username;
4514 + SSL_srp_server_param_with_un;
4515 + SRP_have_to_put_srp_username;
4516 + SSL_SRP_CTX_free;
4517 + SSL_set_debug;
4518 + SSL_SESSION_get0_peer;
4519 + TLSv1_2_client_method;
4520 + SSL_SESSION_set1_id_context;
4521 + TLSv1_2_server_method;
4522 + SSL_cache_hit;
4523 + SSL_get0_kssl_ctx;
4524 + SSL_set0_kssl_ctx;
4525 + SSL_SESSION_get0_id;
4526 + SSL_set_state;
4527 + SSL_CIPHER_get_id;
4528 + TLSv1_2_method;
4529 + SSL_SESSION_get_id_len;
4530 + kssl_ctx_get0_client_princ;
4531 + SSL_export_keying_material;
4532 + SSL_set_tlsext_use_srtp;
4533 + SSL_CTX_set_next_protos_advertised_cb;
4534 + SSL_CTX_set_next_protos_adv_cb;
4535 + SSL_get0_next_proto_negotiated;
4536 + SSL_get_selected_srtp_profile;
4537 + SSL_CTX_set_tlsext_use_srtp;
4538 + SSL_select_next_proto;
4539 + SSL_get_srtp_profiles;
4540 + SSL_CTX_set_next_proto_select_cb;
4541 + SSL_CTX_set_next_proto_sel_cb;
4542 + SSL_SESSION_get_compress_id;
4543 +} OPENSSL_1.0.0;
4544 +
4545 Index: openssl-1.0.1/engines/openssl.ld
44804546 ===================================================================
44814547 --- /dev/null 1970-01-01 00:00:00.000000000 +0000
4482 +++ openssl-1.0.0c/engines/openssl.ld 2011-04-02 11:56:49.000000000 +0000
4548 +++ openssl-1.0.1/engines/openssl.ld 2012-03-17 09:41:49.000000000 +0000
44834549 @@ -0,0 +1,10 @@
44844550 +OPENSSL_1.0.0 {
44854551 + global:
44914557 + *;
44924558 +};
44934559 +
4494 Index: openssl-1.0.0c/engines/ccgost/openssl.ld
4560 Index: openssl-1.0.1/engines/ccgost/openssl.ld
44954561 ===================================================================
44964562 --- /dev/null 1970-01-01 00:00:00.000000000 +0000
4497 +++ openssl-1.0.0c/engines/ccgost/openssl.ld 2011-04-02 11:56:49.000000000 +0000
4563 +++ openssl-1.0.1/engines/ccgost/openssl.ld 2012-03-17 09:41:49.000000000 +0000
44984564 @@ -0,0 +1,10 @@
44994565 +OPENSSL_1.0.0 {
45004566 + global: