diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-03-17 13:51:00 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-03-17 13:51:00 +0000 |
commit | 130313c7d4007ffb303bcdc3bc6c7c41fc10e006 (patch) | |
tree | e1d8b0b71c36eedcc4bbe73128923d3b2ed08cf3 /security/openssl-beta/files | |
parent | Update to v0.21.0. (diff) |
- Security update to 0.9.7d
http://www.openssl.org/news/secadv_20040317.txt
Notes
Notes:
svn path=/head/; revision=104290
Diffstat (limited to 'security/openssl-beta/files')
5 files changed, 11 insertions, 44 deletions
diff --git a/security/openssl-beta/files/patch-ag b/security/openssl-beta/files/patch-ag deleted file mode 100644 index b768d1ec5012..000000000000 --- a/security/openssl-beta/files/patch-ag +++ /dev/null @@ -1,11 +0,0 @@ ---- apps/dgst.c.orig Tue Jun 11 13:41:17 2002 -+++ apps/dgst.c Sat Aug 10 14:40:26 2002 -@@ -340,7 +340,7 @@ - if(!out_bin) - { - tmp=tofree=OPENSSL_malloc(strlen(name)+strlen(argv[i])+5); -- sprintf(tmp,"%s(%s)= ",name,argv[i]); -+ sprintf(tmp,"%s(%s) = ",name,argv[i]); - } - else - tmp=""; diff --git a/security/openssl-beta/files/patch-apps-dgst.c b/security/openssl-beta/files/patch-apps-dgst.c new file mode 100644 index 000000000000..25fbf96d2c7f --- /dev/null +++ b/security/openssl-beta/files/patch-apps-dgst.c @@ -0,0 +1,11 @@ +--- apps/dgst.c.orig Sat Dec 27 15:40:56 2003 ++++ apps/dgst.c Wed Mar 17 13:59:05 2004 +@@ -349,7 +349,7 @@ + { + size_t len = strlen(name)+strlen(argv[i])+5; + tmp=tofree=OPENSSL_malloc(len); +- BIO_snprintf(tmp,len,"%s(%s)= ",name,argv[i]); ++ BIO_snprintf(tmp,len,"%s(%s) = ",name,argv[i]); + } + else + tmp=""; diff --git a/security/openssl-beta/files/patch-doc-crypto-EVP_BytesToKey.pod b/security/openssl-beta/files/patch-doc-crypto-EVP_BytesToKey.pod deleted file mode 100644 index f534dc2b6478..000000000000 --- a/security/openssl-beta/files/patch-doc-crypto-EVP_BytesToKey.pod +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/crypto/EVP_BytesToKey.pod.orig Mon Dec 3 04:07:37 2001 -+++ doc/crypto/EVP_BytesToKey.pod Tue Sep 30 18:55:24 2003 -@@ -2,7 +2,7 @@ - - =head1 NAME - -- EVP_BytesToKey - password based encryption routine -+EVP_BytesToKey - password based encryption routine - - =head1 SYNOPSIS - diff --git a/security/openssl-beta/files/patch-doc-crypto-EVP_DigestInit.pod b/security/openssl-beta/files/patch-doc-crypto-EVP_DigestInit.pod deleted file mode 100644 index 1a7f256c8410..000000000000 --- a/security/openssl-beta/files/patch-doc-crypto-EVP_DigestInit.pod +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/crypto/EVP_DigestInit.pod.orig Thu Jul 18 20:55:04 2002 -+++ doc/crypto/EVP_DigestInit.pod Tue Sep 30 18:57:18 2003 -@@ -4,7 +4,7 @@ - - EVP_MD_CTX_init, EVP_MD_CTX_create, EVP_DigestInit_ex, EVP_DigestUpdate, - EVP_DigestFinal_ex, EVP_MD_CTX_cleanup, EVP_MD_CTX_destroy, EVP_MAX_MD_SIZE, --EVP_MD_CTX_copy_ex EVP_MD_CTX_copy, EVP_MD_type, EVP_MD_pkey_type, EVP_MD_size, -+EVP_MD_CTX_copy_ex, EVP_MD_CTX_copy, EVP_MD_type, EVP_MD_pkey_type, EVP_MD_size, - EVP_MD_block_size, EVP_MD_CTX_md, EVP_MD_CTX_size, EVP_MD_CTX_block_size, EVP_MD_CTX_type, - EVP_md_null, EVP_md2, EVP_md5, EVP_sha, EVP_sha1, EVP_dss, EVP_dss1, EVP_mdc2, - EVP_ripemd160, EVP_get_digestbyname, EVP_get_digestbynid, EVP_get_digestbyobj - diff --git a/security/openssl-beta/files/patch-doc-crypto-ui.pod b/security/openssl-beta/files/patch-doc-crypto-ui.pod deleted file mode 100644 index fad6e3693ecf..000000000000 --- a/security/openssl-beta/files/patch-doc-crypto-ui.pod +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/crypto/ui.pod.orig Thu Oct 25 18:55:17 2001 -+++ doc/crypto/ui.pod Tue Sep 30 18:59:45 2003 -@@ -5,7 +5,7 @@ - UI_new, UI_new_method, UI_free, UI_add_input_string, UI_dup_input_string, - UI_add_verify_string, UI_dup_verify_string, UI_add_input_boolean, - UI_dup_input_boolean, UI_add_info_string, UI_dup_info_string, --UI_add_error_string, UI_dup_error_string, UI_construct_prompt -+UI_add_error_string, UI_dup_error_string, UI_construct_prompt, - UI_add_user_data, UI_get0_user_data, UI_get0_result, UI_process, - UI_ctrl, UI_set_default_method, UI_get_default_method, UI_get_method, - UI_set_method, UI_OpenSSL, ERR_load_UI_strings - New User Interface |