aboutsummaryrefslogtreecommitdiffstats
path: root/security/openssl/files
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-10-01 01:48:20 +0800
committerdinoex <dinoex@FreeBSD.org>2003-10-01 01:48:20 +0800
commit108e2edac03781702d2789da92cc6a89d0483b84 (patch)
treee1a2810887f5caf6fe72c51de4264b0893a0cf1b /security/openssl/files
parentbfb542ad19a5ab6fc14c7ad39dc3ccc888e73a93 (diff)
downloadfreebsd-ports-gnome-108e2edac03781702d2789da92cc6a89d0483b84.tar.gz
freebsd-ports-gnome-108e2edac03781702d2789da92cc6a89d0483b84.tar.zst
freebsd-ports-gnome-108e2edac03781702d2789da92cc6a89d0483b84.zip
- Security Fix, Update to 0.9.7c
- Fix manpages
Diffstat (limited to 'security/openssl/files')
-rw-r--r--security/openssl/files/patch-doc-crypto-EVP_BytesToKey.pod11
-rw-r--r--security/openssl/files/patch-doc-crypto-EVP_DigestInit.pod11
-rw-r--r--security/openssl/files/patch-doc-crypto-des_modes.pod11
-rw-r--r--security/openssl/files/patch-doc-crypto-ui.pod11
4 files changed, 44 insertions, 0 deletions
diff --git a/security/openssl/files/patch-doc-crypto-EVP_BytesToKey.pod b/security/openssl/files/patch-doc-crypto-EVP_BytesToKey.pod
new file mode 100644
index 000000000000..f534dc2b6478
--- /dev/null
+++ b/security/openssl/files/patch-doc-crypto-EVP_BytesToKey.pod
@@ -0,0 +1,11 @@
+--- 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/files/patch-doc-crypto-EVP_DigestInit.pod b/security/openssl/files/patch-doc-crypto-EVP_DigestInit.pod
new file mode 100644
index 000000000000..1a7f256c8410
--- /dev/null
+++ b/security/openssl/files/patch-doc-crypto-EVP_DigestInit.pod
@@ -0,0 +1,11 @@
+--- 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/files/patch-doc-crypto-des_modes.pod b/security/openssl/files/patch-doc-crypto-des_modes.pod
new file mode 100644
index 000000000000..3584dda10a12
--- /dev/null
+++ b/security/openssl/files/patch-doc-crypto-des_modes.pod
@@ -0,0 +1,11 @@
+--- doc/crypto/des_modes.pod.orig Tue Mar 5 16:30:13 2002
++++ doc/crypto/des_modes.pod Tue Sep 30 18:58:27 2003
+@@ -2,7 +2,7 @@
+
+ =head1 NAME
+
+-Modes of DES - the variants of DES and other crypto algorithms of OpenSSL
++Modes_of_DES - the variants of DES and other crypto algorithms of OpenSSL
+
+ =head1 DESCRIPTION
+
diff --git a/security/openssl/files/patch-doc-crypto-ui.pod b/security/openssl/files/patch-doc-crypto-ui.pod
new file mode 100644
index 000000000000..fad6e3693ecf
--- /dev/null
+++ b/security/openssl/files/patch-doc-crypto-ui.pod
@@ -0,0 +1,11 @@
+--- 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