diff options
author | schwarze <> | 2018-03-27 17:35:50 +0000 |
---|---|---|
committer | schwarze <> | 2018-03-27 17:35:50 +0000 |
commit | 46b5d933b38b75b127fede5f1fa076d84c7714a1 (patch) | |
tree | f9c6916aae3f5b1e0ac87341b497da860edfcddb /src/lib/libcrypto/man/DES_set_key.3 | |
parent | 4dbdd890b2673d2b0999aeeea41ae4e949eb040a (diff) | |
download | openbsd-46b5d933b38b75b127fede5f1fa076d84c7714a1.tar.gz openbsd-46b5d933b38b75b127fede5f1fa076d84c7714a1.tar.bz2 openbsd-46b5d933b38b75b127fede5f1fa076d84c7714a1.zip |
found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs
on the web, so fix up SSLeay HISTORY accordingly
Diffstat (limited to 'src/lib/libcrypto/man/DES_set_key.3')
-rw-r--r-- | src/lib/libcrypto/man/DES_set_key.3 | 39 |
1 files changed, 20 insertions, 19 deletions
diff --git a/src/lib/libcrypto/man/DES_set_key.3 b/src/lib/libcrypto/man/DES_set_key.3 index d0f0fd3f62..c95dc5de27 100644 --- a/src/lib/libcrypto/man/DES_set_key.3 +++ b/src/lib/libcrypto/man/DES_set_key.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: DES_set_key.3,v 1.11 2018/03/22 21:08:22 schwarze Exp $ | 1 | .\" $OpenBSD: DES_set_key.3,v 1.12 2018/03/27 17:35:50 schwarze Exp $ |
2 | .\" full merge up to: | 2 | .\" full merge up to: |
3 | .\" OpenSSL man3/DES_random_key 61f805c1 Jan 16 01:01:46 2018 +0800 | 3 | .\" OpenSSL man3/DES_random_key 61f805c1 Jan 16 01:01:46 2018 +0800 |
4 | .\" | 4 | .\" |
@@ -115,7 +115,7 @@ | |||
115 | .\" copied and put under another distribution licence | 115 | .\" copied and put under another distribution licence |
116 | .\" [including the GNU Public Licence.] | 116 | .\" [including the GNU Public Licence.] |
117 | .\" | 117 | .\" |
118 | .Dd $Mdocdate: March 22 2018 $ | 118 | .Dd $Mdocdate: March 27 2018 $ |
119 | .Dt DES_SET_KEY 3 | 119 | .Dt DES_SET_KEY 3 |
120 | .Os | 120 | .Os |
121 | .Sh NAME | 121 | .Sh NAME |
@@ -786,48 +786,49 @@ ANSI X3.106 | |||
786 | The DES library was initially written to be source code compatible | 786 | The DES library was initially written to be source code compatible |
787 | with the MIT Kerberos library. | 787 | with the MIT Kerberos library. |
788 | .Sh HISTORY | 788 | .Sh HISTORY |
789 | Versions of | ||
790 | .Fn DES_random_key , | 789 | .Fn DES_random_key , |
791 | .Fn DES_set_key , | 790 | .Fn DES_set_key , |
792 | .Fn DES_key_sched , | 791 | .Fn DES_key_sched , |
793 | .Fn DES_set_odd_parity , | 792 | .Fn DES_set_odd_parity , |
794 | .Fn DES_is_weak_key , | 793 | .Fn DES_is_weak_key , |
795 | .Fn DES_ecb_encrypt , | 794 | .Fn DES_ecb_encrypt , |
796 | .Fn DES_ecb2_encrypt , | ||
797 | .Fn DES_ecb3_encrypt , | ||
798 | .Fn DES_ncbc_encrypt , | ||
799 | .Fn DES_cfb_encrypt , | 795 | .Fn DES_cfb_encrypt , |
800 | .Fn DES_ofb_encrypt , | 796 | .Fn DES_ofb_encrypt , |
801 | .Fn DES_pcbc_encrypt , | 797 | .Fn DES_pcbc_encrypt , |
802 | .Fn DES_cfb64_encrypt , | 798 | .Fn DES_cfb64_encrypt , |
803 | .Fn DES_ofb64_encrypt , | 799 | .Fn DES_ofb64_encrypt , |
804 | .Fn DES_xcbc_encrypt , | ||
805 | .Fn DES_ede2_cbc_encrypt , | ||
806 | .Fn DES_ede2_cfb64_encrypt , | ||
807 | .Fn DES_ede2_ofb64_encrypt , | ||
808 | .Fn DES_ede3_cbc_encrypt , | 800 | .Fn DES_ede3_cbc_encrypt , |
809 | .Fn DES_ede3_cfb64_encrypt , | ||
810 | .Fn DES_ede3_ofb64_encrypt , | ||
811 | .Fn DES_cbc_cksum , | 801 | .Fn DES_cbc_cksum , |
812 | .Fn DES_quad_cksum , | 802 | .Fn DES_quad_cksum , |
813 | .Fn DES_string_to_key , | 803 | .Fn DES_string_to_key , |
814 | .Fn DES_string_to_2keys , | 804 | .Fn DES_string_to_2keys , |
815 | .Fn DES_fcrypt , | ||
816 | .Fn DES_crypt , | 805 | .Fn DES_crypt , |
817 | .Fn DES_enc_read , | 806 | .Fn DES_enc_read , |
818 | and | 807 | and |
819 | .Fn DES_enc_write | 808 | .Fn DES_enc_write |
820 | with lower case names starting with | 809 | appeared in SSLeay 0.4 or earlier. |
821 | .Sy des_ | 810 | .Fn DES_ncbc_encrypt |
822 | appeared in SSLeay 0.8.1b or earlier and have been available since | 811 | first appeared in SSLeay 0.4.2. |
812 | .Fn DES_ede2_cbc_encrypt | ||
813 | first appeared in SSLeay 0.4.4. | ||
814 | .Fn DES_ecb2_encrypt , | ||
815 | .Fn DES_ecb3_encrypt , | ||
816 | .Fn DES_ede2_cfb64_encrypt , | ||
817 | .Fn DES_ede2_ofb64_encrypt , | ||
818 | .Fn DES_ede3_cfb64_encrypt , | ||
819 | and | ||
820 | .Fn DES_ede3_ofb64_encrypt | ||
821 | first appeared in SSLeay 0.5.1. | ||
822 | .Fn DES_xcbc_encrypt | ||
823 | first appeared in SSLeay 0.6.2. | ||
824 | .Fn DES_fcrypt | ||
825 | first appeared in SSLeay 0.6.5. | ||
826 | These functions have been available since | ||
823 | .Ox 2.4 . | 827 | .Ox 2.4 . |
824 | .Pp | 828 | .Pp |
825 | Versions of | ||
826 | .Fn DES_set_key_checked | 829 | .Fn DES_set_key_checked |
827 | and | 830 | and |
828 | .Fn DES_set_key_unchecked | 831 | .Fn DES_set_key_unchecked |
829 | with lower case names starting with | ||
830 | .Sy des_ | ||
831 | first appeared in OpenSSL 0.9.5 and have been available since | 832 | first appeared in OpenSSL 0.9.5 and have been available since |
832 | .Ox 2.7 . | 833 | .Ox 2.7 . |
833 | .Pp | 834 | .Pp |