From: Arne Fitzenreiter Date: Sat, 19 Jan 2019 18:58:48 +0000 (+0100) Subject: Merge remote-tracking branch 'origin/master' into next X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=9b86a7ec28bd2a2049e771b59dff817c0569e106;hp=f29ff21cd61fab2e7ed3ea443568c7c71bcb3f30 Merge remote-tracking branch 'origin/master' into next --- diff --git a/config/etc/sysctl.conf b/config/etc/sysctl.conf index 4066af767b..46ab4e1d4a 100644 --- a/config/etc/sysctl.conf +++ b/config/etc/sysctl.conf @@ -1,9 +1,6 @@ net.ipv4.ip_forward = 1 net.ipv4.ip_dynaddr = 1 -# Disable Path MTU Discovery -net.ipv4.ip_no_pmtu_disc = 1 - net.ipv4.icmp_echo_ignore_broadcasts = 1 net.ipv4.icmp_ignore_bogus_error_responses = 1 net.ipv4.icmp_ratelimit = 1000 diff --git a/config/httpd/vhosts.d/ipfire-interface-ssl.conf b/config/httpd/vhosts.d/ipfire-interface-ssl.conf index 63e77021b6..f88a6a52a7 100644 --- a/config/httpd/vhosts.d/ipfire-interface-ssl.conf +++ b/config/httpd/vhosts.d/ipfire-interface-ssl.conf @@ -11,7 +11,7 @@ SSLEngine on SSLProtocol all -SSLv3 -TLSv1 -TLSv1.1 - SSLCipherSuite ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256 + SSLCipherSuite TLS_CHACHA20_POLY1305_SHA256:TLS_AES_256_GCM_SHA384:TLS_AES_128_GCM_SHA256:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256 SSLHonorCipherOrder on SSLCompression off SSLSessionTickets off diff --git a/config/rootfiles/common/openssl b/config/rootfiles/common/openssl index 50fd196192..51867d6d00 100644 --- a/config/rootfiles/common/openssl +++ b/config/rootfiles/common/openssl @@ -1,8 +1,11 @@ #etc/ssl #etc/ssl/certs +#etc/ssl/ct_log_list.cnf +#etc/ssl/ct_log_list.cnf.dist #etc/ssl/misc #etc/ssl/misc/CA.pl #etc/ssl/misc/tsget +#etc/ssl/misc/tsget.pl etc/ssl/openssl.cnf #etc/ssl/openssl.cnf.dist #etc/ssl/private @@ -12,36 +15,52 @@ usr/bin/openssl #usr/include/openssl/aes.h #usr/include/openssl/asn1.h #usr/include/openssl/asn1_mac.h +#usr/include/openssl/asn1err.h #usr/include/openssl/asn1t.h #usr/include/openssl/async.h +#usr/include/openssl/asyncerr.h #usr/include/openssl/bio.h +#usr/include/openssl/bioerr.h #usr/include/openssl/blowfish.h #usr/include/openssl/bn.h +#usr/include/openssl/bnerr.h #usr/include/openssl/buffer.h +#usr/include/openssl/buffererr.h #usr/include/openssl/camellia.h #usr/include/openssl/cast.h #usr/include/openssl/cmac.h #usr/include/openssl/cms.h +#usr/include/openssl/cmserr.h #usr/include/openssl/comp.h +#usr/include/openssl/comperr.h #usr/include/openssl/conf.h #usr/include/openssl/conf_api.h +#usr/include/openssl/conferr.h #usr/include/openssl/crypto.h +#usr/include/openssl/cryptoerr.h #usr/include/openssl/ct.h +#usr/include/openssl/cterr.h #usr/include/openssl/des.h #usr/include/openssl/dh.h +#usr/include/openssl/dherr.h #usr/include/openssl/dsa.h +#usr/include/openssl/dsaerr.h #usr/include/openssl/dtls1.h #usr/include/openssl/e_os2.h #usr/include/openssl/ebcdic.h #usr/include/openssl/ec.h #usr/include/openssl/ecdh.h #usr/include/openssl/ecdsa.h +#usr/include/openssl/ecerr.h #usr/include/openssl/engine.h +#usr/include/openssl/engineerr.h #usr/include/openssl/err.h #usr/include/openssl/evp.h +#usr/include/openssl/evperr.h #usr/include/openssl/hmac.h #usr/include/openssl/idea.h #usr/include/openssl/kdf.h +#usr/include/openssl/kdferr.h #usr/include/openssl/lhash.h #usr/include/openssl/md2.h #usr/include/openssl/md4.h @@ -50,20 +69,28 @@ usr/bin/openssl #usr/include/openssl/modes.h #usr/include/openssl/obj_mac.h #usr/include/openssl/objects.h +#usr/include/openssl/objectserr.h #usr/include/openssl/ocsp.h +#usr/include/openssl/ocsperr.h #usr/include/openssl/opensslconf.h #usr/include/openssl/opensslv.h #usr/include/openssl/ossl_typ.h #usr/include/openssl/pem.h #usr/include/openssl/pem2.h +#usr/include/openssl/pemerr.h #usr/include/openssl/pkcs12.h +#usr/include/openssl/pkcs12err.h #usr/include/openssl/pkcs7.h +#usr/include/openssl/pkcs7err.h #usr/include/openssl/rand.h +#usr/include/openssl/rand_drbg.h +#usr/include/openssl/randerr.h #usr/include/openssl/rc2.h #usr/include/openssl/rc4.h #usr/include/openssl/rc5.h #usr/include/openssl/ripemd.h #usr/include/openssl/rsa.h +#usr/include/openssl/rsaerr.h #usr/include/openssl/safestack.h #usr/include/openssl/seed.h #usr/include/openssl/sha.h @@ -72,16 +99,23 @@ usr/bin/openssl #usr/include/openssl/ssl.h #usr/include/openssl/ssl2.h #usr/include/openssl/ssl3.h +#usr/include/openssl/sslerr.h #usr/include/openssl/stack.h +#usr/include/openssl/store.h +#usr/include/openssl/storeerr.h #usr/include/openssl/symhacks.h #usr/include/openssl/tls1.h #usr/include/openssl/ts.h +#usr/include/openssl/tserr.h #usr/include/openssl/txt_db.h #usr/include/openssl/ui.h +#usr/include/openssl/uierr.h #usr/include/openssl/whrlpool.h #usr/include/openssl/x509.h #usr/include/openssl/x509_vfy.h +#usr/include/openssl/x509err.h #usr/include/openssl/x509v3.h +#usr/include/openssl/x509v3err.h #usr/lib/engines-1.1 usr/lib/engines-1.1/afalg.so usr/lib/engines-1.1/capi.so @@ -100,8 +134,6 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man1 #usr/share/doc/openssl/html/man1/CA.pl.html #usr/share/doc/openssl/html/man1/asn1parse.html -#usr/share/doc/openssl/html/man1/blake2b.html -#usr/share/doc/openssl/html/man1/blake2s.html #usr/share/doc/openssl/html/man1/c_rehash.html #usr/share/doc/openssl/html/man1/ca.html #usr/share/doc/openssl/html/man1/ciphers.html @@ -121,9 +153,6 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man1/genpkey.html #usr/share/doc/openssl/html/man1/genrsa.html #usr/share/doc/openssl/html/man1/list.html -#usr/share/doc/openssl/html/man1/md4.html -#usr/share/doc/openssl/html/man1/md5.html -#usr/share/doc/openssl/html/man1/mdc2.html #usr/share/doc/openssl/html/man1/nseq.html #usr/share/doc/openssl/html/man1/ocsp.html #usr/share/doc/openssl/html/man1/openssl-asn1parse.html @@ -155,6 +184,7 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man1/openssl-pkey.html #usr/share/doc/openssl/html/man1/openssl-pkeyparam.html #usr/share/doc/openssl/html/man1/openssl-pkeyutl.html +#usr/share/doc/openssl/html/man1/openssl-prime.html #usr/share/doc/openssl/html/man1/openssl-rand.html #usr/share/doc/openssl/html/man1/openssl-rehash.html #usr/share/doc/openssl/html/man1/openssl-req.html @@ -167,6 +197,8 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man1/openssl-smime.html #usr/share/doc/openssl/html/man1/openssl-speed.html #usr/share/doc/openssl/html/man1/openssl-spkac.html +#usr/share/doc/openssl/html/man1/openssl-srp.html +#usr/share/doc/openssl/html/man1/openssl-storeutl.html #usr/share/doc/openssl/html/man1/openssl-ts.html #usr/share/doc/openssl/html/man1/openssl-tsget.html #usr/share/doc/openssl/html/man1/openssl-verify.html @@ -180,25 +212,21 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man1/pkey.html #usr/share/doc/openssl/html/man1/pkeyparam.html #usr/share/doc/openssl/html/man1/pkeyutl.html +#usr/share/doc/openssl/html/man1/prime.html #usr/share/doc/openssl/html/man1/rand.html #usr/share/doc/openssl/html/man1/rehash.html #usr/share/doc/openssl/html/man1/req.html -#usr/share/doc/openssl/html/man1/ripemd160.html #usr/share/doc/openssl/html/man1/rsa.html #usr/share/doc/openssl/html/man1/rsautl.html #usr/share/doc/openssl/html/man1/s_client.html #usr/share/doc/openssl/html/man1/s_server.html #usr/share/doc/openssl/html/man1/s_time.html #usr/share/doc/openssl/html/man1/sess_id.html -#usr/share/doc/openssl/html/man1/sha.html -#usr/share/doc/openssl/html/man1/sha1.html -#usr/share/doc/openssl/html/man1/sha224.html -#usr/share/doc/openssl/html/man1/sha256.html -#usr/share/doc/openssl/html/man1/sha384.html -#usr/share/doc/openssl/html/man1/sha512.html #usr/share/doc/openssl/html/man1/smime.html #usr/share/doc/openssl/html/man1/speed.html #usr/share/doc/openssl/html/man1/spkac.html +#usr/share/doc/openssl/html/man1/srp.html +#usr/share/doc/openssl/html/man1/storeutl.html #usr/share/doc/openssl/html/man1/ts.html #usr/share/doc/openssl/html/man1/tsget.html #usr/share/doc/openssl/html/man1/verify.html @@ -207,6 +235,22 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3 #usr/share/doc/openssl/html/man3/ACCESS_DESCRIPTION_free.html #usr/share/doc/openssl/html/man3/ACCESS_DESCRIPTION_new.html +#usr/share/doc/openssl/html/man3/ADMISSIONS.html +#usr/share/doc/openssl/html/man3/ADMISSIONS_free.html +#usr/share/doc/openssl/html/man3/ADMISSIONS_get0_admissionAuthority.html +#usr/share/doc/openssl/html/man3/ADMISSIONS_get0_namingAuthority.html +#usr/share/doc/openssl/html/man3/ADMISSIONS_get0_professionInfos.html +#usr/share/doc/openssl/html/man3/ADMISSIONS_new.html +#usr/share/doc/openssl/html/man3/ADMISSIONS_set0_admissionAuthority.html +#usr/share/doc/openssl/html/man3/ADMISSIONS_set0_namingAuthority.html +#usr/share/doc/openssl/html/man3/ADMISSIONS_set0_professionInfos.html +#usr/share/doc/openssl/html/man3/ADMISSION_SYNTAX.html +#usr/share/doc/openssl/html/man3/ADMISSION_SYNTAX_free.html +#usr/share/doc/openssl/html/man3/ADMISSION_SYNTAX_get0_admissionAuthority.html +#usr/share/doc/openssl/html/man3/ADMISSION_SYNTAX_get0_contentsOfAdmissions.html +#usr/share/doc/openssl/html/man3/ADMISSION_SYNTAX_new.html +#usr/share/doc/openssl/html/man3/ADMISSION_SYNTAX_set0_admissionAuthority.html +#usr/share/doc/openssl/html/man3/ADMISSION_SYNTAX_set0_contentsOfAdmissions.html #usr/share/doc/openssl/html/man3/ASIdOrRange_free.html #usr/share/doc/openssl/html/man3/ASIdOrRange_new.html #usr/share/doc/openssl/html/man3/ASIdentifierChoice_free.html @@ -218,6 +262,11 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/ASN1_ENUMERATED_set.html #usr/share/doc/openssl/html/man3/ASN1_ENUMERATED_set_int64.html #usr/share/doc/openssl/html/man3/ASN1_ENUMERATED_to_BN.html +#usr/share/doc/openssl/html/man3/ASN1_GENERALIZEDTIME_adj.html +#usr/share/doc/openssl/html/man3/ASN1_GENERALIZEDTIME_check.html +#usr/share/doc/openssl/html/man3/ASN1_GENERALIZEDTIME_print.html +#usr/share/doc/openssl/html/man3/ASN1_GENERALIZEDTIME_set.html +#usr/share/doc/openssl/html/man3/ASN1_GENERALIZEDTIME_set_string.html #usr/share/doc/openssl/html/man3/ASN1_INTEGER_get.html #usr/share/doc/openssl/html/man3/ASN1_INTEGER_get_int64.html #usr/share/doc/openssl/html/man3/ASN1_INTEGER_get_uint64.html @@ -226,8 +275,14 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/ASN1_INTEGER_set_uint64.html #usr/share/doc/openssl/html/man3/ASN1_INTEGER_to_BN.html #usr/share/doc/openssl/html/man3/ASN1_ITEM.html +#usr/share/doc/openssl/html/man3/ASN1_ITEM_get.html +#usr/share/doc/openssl/html/man3/ASN1_ITEM_lookup.html #usr/share/doc/openssl/html/man3/ASN1_OBJECT_free.html #usr/share/doc/openssl/html/man3/ASN1_OBJECT_new.html +#usr/share/doc/openssl/html/man3/ASN1_STRING_TABLE.html +#usr/share/doc/openssl/html/man3/ASN1_STRING_TABLE_add.html +#usr/share/doc/openssl/html/man3/ASN1_STRING_TABLE_cleanup.html +#usr/share/doc/openssl/html/man3/ASN1_STRING_TABLE_get.html #usr/share/doc/openssl/html/man3/ASN1_STRING_cmp.html #usr/share/doc/openssl/html/man3/ASN1_STRING_data.html #usr/share/doc/openssl/html/man3/ASN1_STRING_dup.html @@ -244,16 +299,28 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/ASN1_STRING_type_new.html #usr/share/doc/openssl/html/man3/ASN1_TIME_adj.html #usr/share/doc/openssl/html/man3/ASN1_TIME_check.html +#usr/share/doc/openssl/html/man3/ASN1_TIME_cmp_time_t.html +#usr/share/doc/openssl/html/man3/ASN1_TIME_compare.html #usr/share/doc/openssl/html/man3/ASN1_TIME_diff.html +#usr/share/doc/openssl/html/man3/ASN1_TIME_normalize.html #usr/share/doc/openssl/html/man3/ASN1_TIME_print.html #usr/share/doc/openssl/html/man3/ASN1_TIME_set.html #usr/share/doc/openssl/html/man3/ASN1_TIME_set_string.html +#usr/share/doc/openssl/html/man3/ASN1_TIME_set_string_X509.html +#usr/share/doc/openssl/html/man3/ASN1_TIME_to_generalizedtime.html +#usr/share/doc/openssl/html/man3/ASN1_TIME_to_tm.html #usr/share/doc/openssl/html/man3/ASN1_TYPE_cmp.html #usr/share/doc/openssl/html/man3/ASN1_TYPE_get.html #usr/share/doc/openssl/html/man3/ASN1_TYPE_pack_sequence.html #usr/share/doc/openssl/html/man3/ASN1_TYPE_set.html #usr/share/doc/openssl/html/man3/ASN1_TYPE_set1.html #usr/share/doc/openssl/html/man3/ASN1_TYPE_unpack_sequence.html +#usr/share/doc/openssl/html/man3/ASN1_UTCTIME_adj.html +#usr/share/doc/openssl/html/man3/ASN1_UTCTIME_check.html +#usr/share/doc/openssl/html/man3/ASN1_UTCTIME_cmp_time_t.html +#usr/share/doc/openssl/html/man3/ASN1_UTCTIME_print.html +#usr/share/doc/openssl/html/man3/ASN1_UTCTIME_set.html +#usr/share/doc/openssl/html/man3/ASN1_UTCTIME_set_string.html #usr/share/doc/openssl/html/man3/ASN1_add_oid_module.html #usr/share/doc/openssl/html/man3/ASN1_generate_nconf.html #usr/share/doc/openssl/html/man3/ASN1_generate_v3.html @@ -310,6 +377,7 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/BIO_ADDR_service_string.html #usr/share/doc/openssl/html/man3/BIO_accept_ex.html #usr/share/doc/openssl/html/man3/BIO_append_filename.html +#usr/share/doc/openssl/html/man3/BIO_bind.html #usr/share/doc/openssl/html/man3/BIO_callback_ctrl.html #usr/share/doc/openssl/html/man3/BIO_callback_fn.html #usr/share/doc/openssl/html/man3/BIO_callback_fn_ex.html @@ -337,6 +405,7 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/BIO_flush.html #usr/share/doc/openssl/html/man3/BIO_free.html #usr/share/doc/openssl/html/man3/BIO_free_all.html +#usr/share/doc/openssl/html/man3/BIO_get_accept_ip_family.html #usr/share/doc/openssl/html/man3/BIO_get_accept_name.html #usr/share/doc/openssl/html/man3/BIO_get_accept_port.html #usr/share/doc/openssl/html/man3/BIO_get_bind_mode.html @@ -349,6 +418,7 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/BIO_get_close.html #usr/share/doc/openssl/html/man3/BIO_get_conn_address.html #usr/share/doc/openssl/html/man3/BIO_get_conn_hostname.html +#usr/share/doc/openssl/html/man3/BIO_get_conn_ip_family.html #usr/share/doc/openssl/html/man3/BIO_get_conn_port.html #usr/share/doc/openssl/html/man3/BIO_get_data.html #usr/share/doc/openssl/html/man3/BIO_get_ex_data.html @@ -363,6 +433,8 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/BIO_get_mem_ptr.html #usr/share/doc/openssl/html/man3/BIO_get_new_index.html #usr/share/doc/openssl/html/man3/BIO_get_num_renegotiates.html +#usr/share/doc/openssl/html/man3/BIO_get_peer_name.html +#usr/share/doc/openssl/html/man3/BIO_get_peer_port.html #usr/share/doc/openssl/html/man3/BIO_get_read_request.html #usr/share/doc/openssl/html/man3/BIO_get_retry_BIO.html #usr/share/doc/openssl/html/man3/BIO_get_retry_reason.html @@ -376,6 +448,7 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/BIO_int_ctrl.html #usr/share/doc/openssl/html/man3/BIO_listen.html #usr/share/doc/openssl/html/man3/BIO_lookup.html +#usr/share/doc/openssl/html/man3/BIO_lookup_ex.html #usr/share/doc/openssl/html/man3/BIO_lookup_type.html #usr/share/doc/openssl/html/man3/BIO_make_bio_pair.html #usr/share/doc/openssl/html/man3/BIO_meth_free.html @@ -386,7 +459,9 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/BIO_meth_get_gets.html #usr/share/doc/openssl/html/man3/BIO_meth_get_puts.html #usr/share/doc/openssl/html/man3/BIO_meth_get_read.html +#usr/share/doc/openssl/html/man3/BIO_meth_get_read_ex.html #usr/share/doc/openssl/html/man3/BIO_meth_get_write.html +#usr/share/doc/openssl/html/man3/BIO_meth_get_write_ex.html #usr/share/doc/openssl/html/man3/BIO_meth_new.html #usr/share/doc/openssl/html/man3/BIO_meth_set_callback_ctrl.html #usr/share/doc/openssl/html/man3/BIO_meth_set_create.html @@ -395,7 +470,9 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/BIO_meth_set_gets.html #usr/share/doc/openssl/html/man3/BIO_meth_set_puts.html #usr/share/doc/openssl/html/man3/BIO_meth_set_read.html +#usr/share/doc/openssl/html/man3/BIO_meth_set_read_ex.html #usr/share/doc/openssl/html/man3/BIO_meth_set_write.html +#usr/share/doc/openssl/html/man3/BIO_meth_set_write_ex.html #usr/share/doc/openssl/html/man3/BIO_method_type.html #usr/share/doc/openssl/html/man3/BIO_new.html #usr/share/doc/openssl/html/man3/BIO_new_CMS.html @@ -419,6 +496,7 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/BIO_push.html #usr/share/doc/openssl/html/man3/BIO_puts.html #usr/share/doc/openssl/html/man3/BIO_read.html +#usr/share/doc/openssl/html/man3/BIO_read_ex.html #usr/share/doc/openssl/html/man3/BIO_read_filename.html #usr/share/doc/openssl/html/man3/BIO_reset.html #usr/share/doc/openssl/html/man3/BIO_retry_type.html @@ -433,8 +511,8 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/BIO_s_secmem.html #usr/share/doc/openssl/html/man3/BIO_s_socket.html #usr/share/doc/openssl/html/man3/BIO_seek.html -#usr/share/doc/openssl/html/man3/BIO_set.html #usr/share/doc/openssl/html/man3/BIO_set_accept_bios.html +#usr/share/doc/openssl/html/man3/BIO_set_accept_ip_family.html #usr/share/doc/openssl/html/man3/BIO_set_accept_name.html #usr/share/doc/openssl/html/man3/BIO_set_accept_port.html #usr/share/doc/openssl/html/man3/BIO_set_bind_mode.html @@ -447,6 +525,7 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/BIO_set_close.html #usr/share/doc/openssl/html/man3/BIO_set_conn_address.html #usr/share/doc/openssl/html/man3/BIO_set_conn_hostname.html +#usr/share/doc/openssl/html/man3/BIO_set_conn_ip_family.html #usr/share/doc/openssl/html/man3/BIO_set_conn_port.html #usr/share/doc/openssl/html/man3/BIO_set_data.html #usr/share/doc/openssl/html/man3/BIO_set_ex_data.html @@ -485,6 +564,7 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/BIO_vsnprintf.html #usr/share/doc/openssl/html/man3/BIO_wpending.html #usr/share/doc/openssl/html/man3/BIO_write.html +#usr/share/doc/openssl/html/man3/BIO_write_ex.html #usr/share/doc/openssl/html/man3/BIO_write_filename.html #usr/share/doc/openssl/html/man3/BN_BLINDING_convert.html #usr/share/doc/openssl/html/man3/BN_BLINDING_convert_ex.html @@ -593,6 +673,8 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/BN_one.html #usr/share/doc/openssl/html/man3/BN_print.html #usr/share/doc/openssl/html/man3/BN_print_fp.html +#usr/share/doc/openssl/html/man3/BN_priv_rand.html +#usr/share/doc/openssl/html/man3/BN_priv_rand_range.html #usr/share/doc/openssl/html/man3/BN_pseudo_rand.html #usr/share/doc/openssl/html/man3/BN_pseudo_rand_range.html #usr/share/doc/openssl/html/man3/BN_rand.html @@ -600,6 +682,7 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/BN_rshift.html #usr/share/doc/openssl/html/man3/BN_rshift1.html #usr/share/doc/openssl/html/man3/BN_secure_new.html +#usr/share/doc/openssl/html/man3/BN_security_bits.html #usr/share/doc/openssl/html/man3/BN_set_bit.html #usr/share/doc/openssl/html/man3/BN_set_word.html #usr/share/doc/openssl/html/man3/BN_sqr.html @@ -691,6 +774,7 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/CRYPTO_free.html #usr/share/doc/openssl/html/man3/CRYPTO_free_ex_data.html #usr/share/doc/openssl/html/man3/CRYPTO_free_ex_index.html +#usr/share/doc/openssl/html/man3/CRYPTO_get_alloc_counts.html #usr/share/doc/openssl/html/man3/CRYPTO_get_ex_data.html #usr/share/doc/openssl/html/man3/CRYPTO_get_ex_new_index.html #usr/share/doc/openssl/html/man3/CRYPTO_get_mem_functions.html @@ -699,6 +783,7 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/CRYPTO_mem_debug_pop.html #usr/share/doc/openssl/html/man3/CRYPTO_mem_debug_push.html #usr/share/doc/openssl/html/man3/CRYPTO_mem_leaks.html +#usr/share/doc/openssl/html/man3/CRYPTO_mem_leaks_cb.html #usr/share/doc/openssl/html/man3/CRYPTO_mem_leaks_fp.html #usr/share/doc/openssl/html/man3/CRYPTO_new_ex_data.html #usr/share/doc/openssl/html/man3/CRYPTO_realloc.html @@ -776,7 +861,10 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/DH_OpenSSL.html #usr/share/doc/openssl/html/man3/DH_bits.html #usr/share/doc/openssl/html/man3/DH_check.html +#usr/share/doc/openssl/html/man3/DH_check_ex.html #usr/share/doc/openssl/html/man3/DH_check_params.html +#usr/share/doc/openssl/html/man3/DH_check_params_ex.html +#usr/share/doc/openssl/html/man3/DH_check_pub_key_ex.html #usr/share/doc/openssl/html/man3/DH_clear_flags.html #usr/share/doc/openssl/html/man3/DH_compute_key.html #usr/share/doc/openssl/html/man3/DH_free.html @@ -784,8 +872,13 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/DH_generate_parameters.html #usr/share/doc/openssl/html/man3/DH_generate_parameters_ex.html #usr/share/doc/openssl/html/man3/DH_get0_engine.html +#usr/share/doc/openssl/html/man3/DH_get0_g.html #usr/share/doc/openssl/html/man3/DH_get0_key.html +#usr/share/doc/openssl/html/man3/DH_get0_p.html #usr/share/doc/openssl/html/man3/DH_get0_pqg.html +#usr/share/doc/openssl/html/man3/DH_get0_priv_key.html +#usr/share/doc/openssl/html/man3/DH_get0_pub_key.html +#usr/share/doc/openssl/html/man3/DH_get0_q.html #usr/share/doc/openssl/html/man3/DH_get_1024_160.html #usr/share/doc/openssl/html/man3/DH_get_2048_224.html #usr/share/doc/openssl/html/man3/DH_get_2048_256.html @@ -793,6 +886,7 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/DH_get_ex_data.html #usr/share/doc/openssl/html/man3/DH_get_ex_new_index.html #usr/share/doc/openssl/html/man3/DH_get_length.html +#usr/share/doc/openssl/html/man3/DH_get_nid.html #usr/share/doc/openssl/html/man3/DH_meth_dup.html #usr/share/doc/openssl/html/man3/DH_meth_free.html #usr/share/doc/openssl/html/man3/DH_meth_get0_app_data.html @@ -815,7 +909,9 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/DH_meth_set_generate_params.html #usr/share/doc/openssl/html/man3/DH_meth_set_init.html #usr/share/doc/openssl/html/man3/DH_new.html +#usr/share/doc/openssl/html/man3/DH_new_by_nid.html #usr/share/doc/openssl/html/man3/DH_new_method.html +#usr/share/doc/openssl/html/man3/DH_security_bits.html #usr/share/doc/openssl/html/man3/DH_set0_key.html #usr/share/doc/openssl/html/man3/DH_set0_pqg.html #usr/share/doc/openssl/html/man3/DH_set_default_method.html @@ -850,8 +946,13 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/DSA_generate_parameters.html #usr/share/doc/openssl/html/man3/DSA_generate_parameters_ex.html #usr/share/doc/openssl/html/man3/DSA_get0_engine.html +#usr/share/doc/openssl/html/man3/DSA_get0_g.html #usr/share/doc/openssl/html/man3/DSA_get0_key.html +#usr/share/doc/openssl/html/man3/DSA_get0_p.html #usr/share/doc/openssl/html/man3/DSA_get0_pqg.html +#usr/share/doc/openssl/html/man3/DSA_get0_priv_key.html +#usr/share/doc/openssl/html/man3/DSA_get0_pub_key.html +#usr/share/doc/openssl/html/man3/DSA_get0_q.html #usr/share/doc/openssl/html/man3/DSA_get_default_method.html #usr/share/doc/openssl/html/man3/DSA_get_ex_data.html #usr/share/doc/openssl/html/man3/DSA_get_ex_new_index.html @@ -886,6 +987,7 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/DSA_new_method.html #usr/share/doc/openssl/html/man3/DSA_print.html #usr/share/doc/openssl/html/man3/DSA_print_fp.html +#usr/share/doc/openssl/html/man3/DSA_security_bits.html #usr/share/doc/openssl/html/man3/DSA_set0_key.html #usr/share/doc/openssl/html/man3/DSA_set0_pqg.html #usr/share/doc/openssl/html/man3/DSA_set_default_method.html @@ -901,8 +1003,11 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/DSAparams_print.html #usr/share/doc/openssl/html/man3/DSAparams_print_fp.html #usr/share/doc/openssl/html/man3/DTLS_client_method.html +#usr/share/doc/openssl/html/man3/DTLS_get_data_mtu.html #usr/share/doc/openssl/html/man3/DTLS_method.html #usr/share/doc/openssl/html/man3/DTLS_server_method.html +#usr/share/doc/openssl/html/man3/DTLS_set_timer_cb.html +#usr/share/doc/openssl/html/man3/DTLS_timer_cb.html #usr/share/doc/openssl/html/man3/DTLSv1_2_client_method.html #usr/share/doc/openssl/html/man3/DTLSv1_2_method.html #usr/share/doc/openssl/html/man3/DTLSv1_2_server_method.html @@ -915,6 +1020,8 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/ECDH_set_ex_data.html #usr/share/doc/openssl/html/man3/ECDSA_SIG_free.html #usr/share/doc/openssl/html/man3/ECDSA_SIG_get0.html +#usr/share/doc/openssl/html/man3/ECDSA_SIG_get0_r.html +#usr/share/doc/openssl/html/man3/ECDSA_SIG_get0_s.html #usr/share/doc/openssl/html/man3/ECDSA_SIG_new.html #usr/share/doc/openssl/html/man3/ECDSA_SIG_set0.html #usr/share/doc/openssl/html/man3/ECDSA_do_sign.html @@ -952,6 +1059,7 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/EC_GROUP_get_asn1_flag.html #usr/share/doc/openssl/html/man3/EC_GROUP_get_basis_type.html #usr/share/doc/openssl/html/man3/EC_GROUP_get_cofactor.html +#usr/share/doc/openssl/html/man3/EC_GROUP_get_curve.html #usr/share/doc/openssl/html/man3/EC_GROUP_get_curve_GF2m.html #usr/share/doc/openssl/html/man3/EC_GROUP_get_curve_GFp.html #usr/share/doc/openssl/html/man3/EC_GROUP_get_curve_name.html @@ -974,6 +1082,7 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/EC_GROUP_order_bits.html #usr/share/doc/openssl/html/man3/EC_GROUP_precompute_mult.html #usr/share/doc/openssl/html/man3/EC_GROUP_set_asn1_flag.html +#usr/share/doc/openssl/html/man3/EC_GROUP_set_curve.html #usr/share/doc/openssl/html/man3/EC_GROUP_set_curve_GF2m.html #usr/share/doc/openssl/html/man3/EC_GROUP_set_curve_GFp.html #usr/share/doc/openssl/html/man3/EC_GROUP_set_curve_name.html @@ -986,6 +1095,7 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/EC_KEY_dup.html #usr/share/doc/openssl/html/man3/EC_KEY_free.html #usr/share/doc/openssl/html/man3/EC_KEY_generate_key.html +#usr/share/doc/openssl/html/man3/EC_KEY_get0_engine.html #usr/share/doc/openssl/html/man3/EC_KEY_get0_group.html #usr/share/doc/openssl/html/man3/EC_KEY_get0_private_key.html #usr/share/doc/openssl/html/man3/EC_KEY_get0_public_key.html @@ -1024,6 +1134,7 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/EC_POINT_dup.html #usr/share/doc/openssl/html/man3/EC_POINT_free.html #usr/share/doc/openssl/html/man3/EC_POINT_get_Jprojective_coordinates_GFp.html +#usr/share/doc/openssl/html/man3/EC_POINT_get_affine_coordinates.html #usr/share/doc/openssl/html/man3/EC_POINT_get_affine_coordinates_GF2m.html #usr/share/doc/openssl/html/man3/EC_POINT_get_affine_coordinates_GFp.html #usr/share/doc/openssl/html/man3/EC_POINT_hex2point.html @@ -1040,8 +1151,10 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/EC_POINT_point2hex.html #usr/share/doc/openssl/html/man3/EC_POINT_point2oct.html #usr/share/doc/openssl/html/man3/EC_POINT_set_Jprojective_coordinates_GFp.html +#usr/share/doc/openssl/html/man3/EC_POINT_set_affine_coordinates.html #usr/share/doc/openssl/html/man3/EC_POINT_set_affine_coordinates_GF2m.html #usr/share/doc/openssl/html/man3/EC_POINT_set_affine_coordinates_GFp.html +#usr/share/doc/openssl/html/man3/EC_POINT_set_compressed_coordinates.html #usr/share/doc/openssl/html/man3/EC_POINT_set_compressed_coordinates_GF2m.html #usr/share/doc/openssl/html/man3/EC_POINT_set_compressed_coordinates_GFp.html #usr/share/doc/openssl/html/man3/EC_POINT_set_to_infinity.html @@ -1062,8 +1175,6 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/ENGINE_free.html #usr/share/doc/openssl/html/man3/ENGINE_get_DH.html #usr/share/doc/openssl/html/man3/ENGINE_get_DSA.html -#usr/share/doc/openssl/html/man3/ENGINE_get_ECDH.html -#usr/share/doc/openssl/html/man3/ENGINE_get_ECDSA.html #usr/share/doc/openssl/html/man3/ENGINE_get_RAND.html #usr/share/doc/openssl/html/man3/ENGINE_get_RSA.html #usr/share/doc/openssl/html/man3/ENGINE_get_cipher.html @@ -1073,8 +1184,6 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/ENGINE_get_ctrl_function.html #usr/share/doc/openssl/html/man3/ENGINE_get_default_DH.html #usr/share/doc/openssl/html/man3/ENGINE_get_default_DSA.html -#usr/share/doc/openssl/html/man3/ENGINE_get_default_ECDH.html -#usr/share/doc/openssl/html/man3/ENGINE_get_default_ECDSA.html #usr/share/doc/openssl/html/man3/ENGINE_get_default_RAND.html #usr/share/doc/openssl/html/man3/ENGINE_get_default_RSA.html #usr/share/doc/openssl/html/man3/ENGINE_get_destroy_function.html @@ -1102,14 +1211,10 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/ENGINE_new.html #usr/share/doc/openssl/html/man3/ENGINE_register_DH.html #usr/share/doc/openssl/html/man3/ENGINE_register_DSA.html -#usr/share/doc/openssl/html/man3/ENGINE_register_ECDH.html -#usr/share/doc/openssl/html/man3/ENGINE_register_ECDSA.html #usr/share/doc/openssl/html/man3/ENGINE_register_RAND.html #usr/share/doc/openssl/html/man3/ENGINE_register_RSA.html #usr/share/doc/openssl/html/man3/ENGINE_register_all_DH.html #usr/share/doc/openssl/html/man3/ENGINE_register_all_DSA.html -#usr/share/doc/openssl/html/man3/ENGINE_register_all_ECDH.html -#usr/share/doc/openssl/html/man3/ENGINE_register_all_ECDSA.html #usr/share/doc/openssl/html/man3/ENGINE_register_all_RAND.html #usr/share/doc/openssl/html/man3/ENGINE_register_all_RSA.html #usr/share/doc/openssl/html/man3/ENGINE_register_all_ciphers.html @@ -1121,8 +1226,6 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/ENGINE_remove.html #usr/share/doc/openssl/html/man3/ENGINE_set_DH.html #usr/share/doc/openssl/html/man3/ENGINE_set_DSA.html -#usr/share/doc/openssl/html/man3/ENGINE_set_ECDH.html -#usr/share/doc/openssl/html/man3/ENGINE_set_ECDSA.html #usr/share/doc/openssl/html/man3/ENGINE_set_RAND.html #usr/share/doc/openssl/html/man3/ENGINE_set_RSA.html #usr/share/doc/openssl/html/man3/ENGINE_set_ciphers.html @@ -1131,8 +1234,6 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/ENGINE_set_default.html #usr/share/doc/openssl/html/man3/ENGINE_set_default_DH.html #usr/share/doc/openssl/html/man3/ENGINE_set_default_DSA.html -#usr/share/doc/openssl/html/man3/ENGINE_set_default_ECDH.html -#usr/share/doc/openssl/html/man3/ENGINE_set_default_ECDSA.html #usr/share/doc/openssl/html/man3/ENGINE_set_default_RAND.html #usr/share/doc/openssl/html/man3/ENGINE_set_default_RSA.html #usr/share/doc/openssl/html/man3/ENGINE_set_default_ciphers.html @@ -1151,8 +1252,6 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/ENGINE_set_table_flags.html #usr/share/doc/openssl/html/man3/ENGINE_unregister_DH.html #usr/share/doc/openssl/html/man3/ENGINE_unregister_DSA.html -#usr/share/doc/openssl/html/man3/ENGINE_unregister_ECDH.html -#usr/share/doc/openssl/html/man3/ENGINE_unregister_ECDSA.html #usr/share/doc/openssl/html/man3/ENGINE_unregister_RAND.html #usr/share/doc/openssl/html/man3/ENGINE_unregister_RSA.html #usr/share/doc/openssl/html/man3/ENGINE_unregister_ciphers.html @@ -1164,6 +1263,7 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/ERR_GET_REASON.html #usr/share/doc/openssl/html/man3/ERR_PACK.html #usr/share/doc/openssl/html/man3/ERR_add_error_data.html +#usr/share/doc/openssl/html/man3/ERR_add_error_vdata.html #usr/share/doc/openssl/html/man3/ERR_clear_error.html #usr/share/doc/openssl/html/man3/ERR_error_string.html #usr/share/doc/openssl/html/man3/ERR_error_string_n.html @@ -1261,13 +1361,16 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/EVP_DecryptInit_ex.html #usr/share/doc/openssl/html/man3/EVP_DecryptUpdate.html #usr/share/doc/openssl/html/man3/EVP_DigestFinal.html +#usr/share/doc/openssl/html/man3/EVP_DigestFinalXOF.html #usr/share/doc/openssl/html/man3/EVP_DigestFinal_ex.html #usr/share/doc/openssl/html/man3/EVP_DigestInit.html #usr/share/doc/openssl/html/man3/EVP_DigestInit_ex.html +#usr/share/doc/openssl/html/man3/EVP_DigestSign.html #usr/share/doc/openssl/html/man3/EVP_DigestSignFinal.html #usr/share/doc/openssl/html/man3/EVP_DigestSignInit.html #usr/share/doc/openssl/html/man3/EVP_DigestSignUpdate.html #usr/share/doc/openssl/html/man3/EVP_DigestUpdate.html +#usr/share/doc/openssl/html/man3/EVP_DigestVerify.html #usr/share/doc/openssl/html/man3/EVP_DigestVerifyFinal.html #usr/share/doc/openssl/html/man3/EVP_DigestVerifyInit.html #usr/share/doc/openssl/html/man3/EVP_DigestVerifyUpdate.html @@ -1288,12 +1391,14 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/EVP_MD_CTX_clear_flags.html #usr/share/doc/openssl/html/man3/EVP_MD_CTX_copy.html #usr/share/doc/openssl/html/man3/EVP_MD_CTX_copy_ex.html +#usr/share/doc/openssl/html/man3/EVP_MD_CTX_ctrl.html #usr/share/doc/openssl/html/man3/EVP_MD_CTX_free.html #usr/share/doc/openssl/html/man3/EVP_MD_CTX_md.html #usr/share/doc/openssl/html/man3/EVP_MD_CTX_md_data.html #usr/share/doc/openssl/html/man3/EVP_MD_CTX_new.html #usr/share/doc/openssl/html/man3/EVP_MD_CTX_reset.html #usr/share/doc/openssl/html/man3/EVP_MD_CTX_set_flags.html +#usr/share/doc/openssl/html/man3/EVP_MD_CTX_set_pkey_ctx.html #usr/share/doc/openssl/html/man3/EVP_MD_CTX_size.html #usr/share/doc/openssl/html/man3/EVP_MD_CTX_test_flags.html #usr/share/doc/openssl/html/man3/EVP_MD_CTX_type.html @@ -1332,30 +1437,83 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_add1_tls1_prf_seed.html #usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_ctrl.html #usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_ctrl_str.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_ctrl_uint64.html #usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_dup.html #usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_free.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_get0_dh_kdf_oid.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_get0_dh_kdf_ukm.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_get0_ecdh_kdf_ukm.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_get0_rsa_oaep_label.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_get1_id.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_get1_id_len.html #usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_get_app_data.html #usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_get_cb.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_get_dh_kdf_md.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_get_dh_kdf_outlen.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_get_dh_kdf_type.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_get_ecdh_cofactor_mode.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_get_ecdh_kdf_md.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_get_ecdh_kdf_outlen.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_get_ecdh_kdf_type.html #usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_get_keygen_info.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_get_rsa_mgf1_md.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_get_rsa_oaep_md.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_get_rsa_padding.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_get_rsa_pss_saltlen.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_get_signature_md.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_hkdf_mode.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_md.html #usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_new.html #usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_new_id.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_set0_dh_kdf_oid.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_set0_dh_kdf_ukm.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_set0_ecdh_kdf_ukm.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_set0_rsa_oaep_label.html #usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_set1_hkdf_key.html #usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_set1_hkdf_salt.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_set1_id.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_set1_pbe_pass.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_set1_scrypt_salt.html #usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_set1_tls1_prf_secret.html #usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_set_app_data.html #usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_set_cb.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_set_dh_kdf_md.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_set_dh_kdf_outlen.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_set_dh_kdf_type.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_set_dh_nid.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_set_dh_pad.html #usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_set_dh_paramgen_generator.html #usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_set_dh_paramgen_prime_len.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_set_dh_paramgen_subprime_len.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_set_dh_paramgen_type.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_set_dh_rfc5114.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_set_dhx_rfc5114.html #usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_set_dsa_paramgen_bits.html #usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_set_ec_param_enc.html #usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_set_ec_paramgen_curve_nid.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_set_ecdh_cofactor_mode.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_set_ecdh_kdf_md.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_set_ecdh_kdf_outlen.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_set_ecdh_kdf_type.html #usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_set_hkdf_md.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_set_mac_key.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_set_rsa_keygen_bits.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_set_rsa_keygen_primes.html #usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_set_rsa_keygen_pubexp.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_set_rsa_mgf1_md.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_set_rsa_oaep_md.html #usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_set_rsa_padding.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_set_rsa_pss_keygen_md.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_set_rsa_pss_keygen_mgf1_md.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_set_rsa_pss_keygen_saltlen.html #usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_set_rsa_pss_saltlen.html -#usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_set_rsa_rsa_keygen_bits.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_set_scrypt_N.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_set_scrypt_maxmem_bytes.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_set_scrypt_p.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_set_scrypt_r.html #usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_set_signature_md.html #usr/share/doc/openssl/html/man3/EVP_PKEY_CTX_set_tls1_prf_md.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_METHOD.html #usr/share/doc/openssl/html/man3/EVP_PKEY_asn1_add0.html #usr/share/doc/openssl/html/man3/EVP_PKEY_asn1_add_alias.html #usr/share/doc/openssl/html/man3/EVP_PKEY_asn1_copy.html @@ -1366,18 +1524,29 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/EVP_PKEY_asn1_get0_info.html #usr/share/doc/openssl/html/man3/EVP_PKEY_asn1_get_count.html #usr/share/doc/openssl/html/man3/EVP_PKEY_asn1_new.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_asn1_set_check.html #usr/share/doc/openssl/html/man3/EVP_PKEY_asn1_set_ctrl.html #usr/share/doc/openssl/html/man3/EVP_PKEY_asn1_set_free.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_asn1_set_get_priv_key.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_asn1_set_get_pub_key.html #usr/share/doc/openssl/html/man3/EVP_PKEY_asn1_set_item.html #usr/share/doc/openssl/html/man3/EVP_PKEY_asn1_set_param.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_asn1_set_param_check.html #usr/share/doc/openssl/html/man3/EVP_PKEY_asn1_set_private.html #usr/share/doc/openssl/html/man3/EVP_PKEY_asn1_set_public.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_asn1_set_public_check.html #usr/share/doc/openssl/html/man3/EVP_PKEY_asn1_set_security_bits.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_asn1_set_set_priv_key.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_asn1_set_set_pub_key.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_asn1_set_siginf.html #usr/share/doc/openssl/html/man3/EVP_PKEY_assign_DH.html #usr/share/doc/openssl/html/man3/EVP_PKEY_assign_DSA.html #usr/share/doc/openssl/html/man3/EVP_PKEY_assign_EC_KEY.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_assign_POLY1305.html #usr/share/doc/openssl/html/man3/EVP_PKEY_assign_RSA.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_assign_SIPHASH.html #usr/share/doc/openssl/html/man3/EVP_PKEY_base_id.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_check.html #usr/share/doc/openssl/html/man3/EVP_PKEY_cmp.html #usr/share/doc/openssl/html/man3/EVP_PKEY_cmp_parameters.html #usr/share/doc/openssl/html/man3/EVP_PKEY_copy_parameters.html @@ -1396,26 +1565,83 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/EVP_PKEY_get0_RSA.html #usr/share/doc/openssl/html/man3/EVP_PKEY_get0_asn1.html #usr/share/doc/openssl/html/man3/EVP_PKEY_get0_hmac.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_get0_poly1305.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_get0_siphash.html #usr/share/doc/openssl/html/man3/EVP_PKEY_get1_DH.html #usr/share/doc/openssl/html/man3/EVP_PKEY_get1_DSA.html #usr/share/doc/openssl/html/man3/EVP_PKEY_get1_EC_KEY.html #usr/share/doc/openssl/html/man3/EVP_PKEY_get1_RSA.html #usr/share/doc/openssl/html/man3/EVP_PKEY_get_default_digest_nid.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_get_raw_private_key.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_get_raw_public_key.html #usr/share/doc/openssl/html/man3/EVP_PKEY_id.html #usr/share/doc/openssl/html/man3/EVP_PKEY_keygen.html #usr/share/doc/openssl/html/man3/EVP_PKEY_keygen_init.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_meth_add0.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_meth_copy.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_meth_find.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_meth_free.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_meth_get0.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_meth_get0_info.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_meth_get_check.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_meth_get_cleanup.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_meth_get_copy.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_meth_get_count.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_meth_get_ctrl.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_meth_get_decrypt.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_meth_get_derive.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_meth_get_digest_custom.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_meth_get_encrypt.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_meth_get_init.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_meth_get_keygen.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_meth_get_param_check.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_meth_get_paramgen.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_meth_get_public_check.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_meth_get_sign.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_meth_get_signctx.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_meth_get_verify.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_meth_get_verify_recover.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_meth_get_verifyctx.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_meth_new.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_meth_remove.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_meth_set_check.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_meth_set_cleanup.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_meth_set_copy.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_meth_set_ctrl.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_meth_set_decrypt.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_meth_set_derive.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_meth_set_digest_custom.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_meth_set_encrypt.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_meth_set_init.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_meth_set_keygen.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_meth_set_param_check.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_meth_set_paramgen.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_meth_set_public_check.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_meth_set_sign.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_meth_set_signctx.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_meth_set_verify.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_meth_set_verify_recover.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_meth_set_verifyctx.html #usr/share/doc/openssl/html/man3/EVP_PKEY_missing_parameters.html #usr/share/doc/openssl/html/man3/EVP_PKEY_new.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_new_CMAC_key.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_new_mac_key.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_new_raw_private_key.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_new_raw_public_key.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_param_check.html #usr/share/doc/openssl/html/man3/EVP_PKEY_paramgen.html #usr/share/doc/openssl/html/man3/EVP_PKEY_paramgen_init.html #usr/share/doc/openssl/html/man3/EVP_PKEY_print_params.html #usr/share/doc/openssl/html/man3/EVP_PKEY_print_private.html #usr/share/doc/openssl/html/man3/EVP_PKEY_print_public.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_public_check.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_security_bits.html #usr/share/doc/openssl/html/man3/EVP_PKEY_set1_DH.html #usr/share/doc/openssl/html/man3/EVP_PKEY_set1_DSA.html #usr/share/doc/openssl/html/man3/EVP_PKEY_set1_EC_KEY.html #usr/share/doc/openssl/html/man3/EVP_PKEY_set1_RSA.html #usr/share/doc/openssl/html/man3/EVP_PKEY_set1_engine.html +#usr/share/doc/openssl/html/man3/EVP_PKEY_set_alias_type.html #usr/share/doc/openssl/html/man3/EVP_PKEY_sign.html #usr/share/doc/openssl/html/man3/EVP_PKEY_sign_init.html #usr/share/doc/openssl/html/man3/EVP_PKEY_size.html @@ -1436,51 +1662,144 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/EVP_VerifyInit.html #usr/share/doc/openssl/html/man3/EVP_VerifyInit_ex.html #usr/share/doc/openssl/html/man3/EVP_VerifyUpdate.html +#usr/share/doc/openssl/html/man3/EVP_aes.html #usr/share/doc/openssl/html/man3/EVP_aes_128_cbc.html #usr/share/doc/openssl/html/man3/EVP_aes_128_cbc_hmac_sha1.html #usr/share/doc/openssl/html/man3/EVP_aes_128_cbc_hmac_sha256.html #usr/share/doc/openssl/html/man3/EVP_aes_128_ccm.html #usr/share/doc/openssl/html/man3/EVP_aes_128_cfb.html +#usr/share/doc/openssl/html/man3/EVP_aes_128_cfb1.html +#usr/share/doc/openssl/html/man3/EVP_aes_128_cfb128.html +#usr/share/doc/openssl/html/man3/EVP_aes_128_cfb8.html +#usr/share/doc/openssl/html/man3/EVP_aes_128_ctr.html #usr/share/doc/openssl/html/man3/EVP_aes_128_ecb.html #usr/share/doc/openssl/html/man3/EVP_aes_128_gcm.html +#usr/share/doc/openssl/html/man3/EVP_aes_128_ocb.html #usr/share/doc/openssl/html/man3/EVP_aes_128_ofb.html +#usr/share/doc/openssl/html/man3/EVP_aes_128_wrap.html +#usr/share/doc/openssl/html/man3/EVP_aes_128_wrap_pad.html +#usr/share/doc/openssl/html/man3/EVP_aes_128_xts.html #usr/share/doc/openssl/html/man3/EVP_aes_192_cbc.html #usr/share/doc/openssl/html/man3/EVP_aes_192_ccm.html #usr/share/doc/openssl/html/man3/EVP_aes_192_cfb.html +#usr/share/doc/openssl/html/man3/EVP_aes_192_cfb1.html +#usr/share/doc/openssl/html/man3/EVP_aes_192_cfb128.html +#usr/share/doc/openssl/html/man3/EVP_aes_192_cfb8.html +#usr/share/doc/openssl/html/man3/EVP_aes_192_ctr.html #usr/share/doc/openssl/html/man3/EVP_aes_192_ecb.html #usr/share/doc/openssl/html/man3/EVP_aes_192_gcm.html +#usr/share/doc/openssl/html/man3/EVP_aes_192_ocb.html #usr/share/doc/openssl/html/man3/EVP_aes_192_ofb.html +#usr/share/doc/openssl/html/man3/EVP_aes_192_wrap.html +#usr/share/doc/openssl/html/man3/EVP_aes_192_wrap_pad.html #usr/share/doc/openssl/html/man3/EVP_aes_256_cbc.html #usr/share/doc/openssl/html/man3/EVP_aes_256_cbc_hmac_sha1.html #usr/share/doc/openssl/html/man3/EVP_aes_256_cbc_hmac_sha256.html #usr/share/doc/openssl/html/man3/EVP_aes_256_ccm.html #usr/share/doc/openssl/html/man3/EVP_aes_256_cfb.html +#usr/share/doc/openssl/html/man3/EVP_aes_256_cfb1.html +#usr/share/doc/openssl/html/man3/EVP_aes_256_cfb128.html +#usr/share/doc/openssl/html/man3/EVP_aes_256_cfb8.html +#usr/share/doc/openssl/html/man3/EVP_aes_256_ctr.html #usr/share/doc/openssl/html/man3/EVP_aes_256_ecb.html #usr/share/doc/openssl/html/man3/EVP_aes_256_gcm.html +#usr/share/doc/openssl/html/man3/EVP_aes_256_ocb.html #usr/share/doc/openssl/html/man3/EVP_aes_256_ofb.html +#usr/share/doc/openssl/html/man3/EVP_aes_256_wrap.html +#usr/share/doc/openssl/html/man3/EVP_aes_256_wrap_pad.html +#usr/share/doc/openssl/html/man3/EVP_aes_256_xts.html +#usr/share/doc/openssl/html/man3/EVP_aria.html +#usr/share/doc/openssl/html/man3/EVP_aria_128_cbc.html +#usr/share/doc/openssl/html/man3/EVP_aria_128_ccm.html +#usr/share/doc/openssl/html/man3/EVP_aria_128_cfb.html +#usr/share/doc/openssl/html/man3/EVP_aria_128_cfb1.html +#usr/share/doc/openssl/html/man3/EVP_aria_128_cfb128.html +#usr/share/doc/openssl/html/man3/EVP_aria_128_cfb8.html +#usr/share/doc/openssl/html/man3/EVP_aria_128_ctr.html +#usr/share/doc/openssl/html/man3/EVP_aria_128_ecb.html +#usr/share/doc/openssl/html/man3/EVP_aria_128_gcm.html +#usr/share/doc/openssl/html/man3/EVP_aria_128_ofb.html +#usr/share/doc/openssl/html/man3/EVP_aria_192_cbc.html +#usr/share/doc/openssl/html/man3/EVP_aria_192_ccm.html +#usr/share/doc/openssl/html/man3/EVP_aria_192_cfb.html +#usr/share/doc/openssl/html/man3/EVP_aria_192_cfb1.html +#usr/share/doc/openssl/html/man3/EVP_aria_192_cfb128.html +#usr/share/doc/openssl/html/man3/EVP_aria_192_cfb8.html +#usr/share/doc/openssl/html/man3/EVP_aria_192_ctr.html +#usr/share/doc/openssl/html/man3/EVP_aria_192_ecb.html +#usr/share/doc/openssl/html/man3/EVP_aria_192_gcm.html +#usr/share/doc/openssl/html/man3/EVP_aria_192_ofb.html +#usr/share/doc/openssl/html/man3/EVP_aria_256_cbc.html +#usr/share/doc/openssl/html/man3/EVP_aria_256_ccm.html +#usr/share/doc/openssl/html/man3/EVP_aria_256_cfb.html +#usr/share/doc/openssl/html/man3/EVP_aria_256_cfb1.html +#usr/share/doc/openssl/html/man3/EVP_aria_256_cfb128.html +#usr/share/doc/openssl/html/man3/EVP_aria_256_cfb8.html +#usr/share/doc/openssl/html/man3/EVP_aria_256_ctr.html +#usr/share/doc/openssl/html/man3/EVP_aria_256_ecb.html +#usr/share/doc/openssl/html/man3/EVP_aria_256_gcm.html +#usr/share/doc/openssl/html/man3/EVP_aria_256_ofb.html #usr/share/doc/openssl/html/man3/EVP_bf_cbc.html #usr/share/doc/openssl/html/man3/EVP_bf_cfb.html +#usr/share/doc/openssl/html/man3/EVP_bf_cfb64.html #usr/share/doc/openssl/html/man3/EVP_bf_ecb.html #usr/share/doc/openssl/html/man3/EVP_bf_ofb.html #usr/share/doc/openssl/html/man3/EVP_blake2b512.html #usr/share/doc/openssl/html/man3/EVP_blake2s256.html +#usr/share/doc/openssl/html/man3/EVP_camellia.html +#usr/share/doc/openssl/html/man3/EVP_camellia_128_cbc.html +#usr/share/doc/openssl/html/man3/EVP_camellia_128_cfb.html +#usr/share/doc/openssl/html/man3/EVP_camellia_128_cfb1.html +#usr/share/doc/openssl/html/man3/EVP_camellia_128_cfb128.html +#usr/share/doc/openssl/html/man3/EVP_camellia_128_cfb8.html +#usr/share/doc/openssl/html/man3/EVP_camellia_128_ctr.html +#usr/share/doc/openssl/html/man3/EVP_camellia_128_ecb.html +#usr/share/doc/openssl/html/man3/EVP_camellia_128_ofb.html +#usr/share/doc/openssl/html/man3/EVP_camellia_192_cbc.html +#usr/share/doc/openssl/html/man3/EVP_camellia_192_cfb.html +#usr/share/doc/openssl/html/man3/EVP_camellia_192_cfb1.html +#usr/share/doc/openssl/html/man3/EVP_camellia_192_cfb128.html +#usr/share/doc/openssl/html/man3/EVP_camellia_192_cfb8.html +#usr/share/doc/openssl/html/man3/EVP_camellia_192_ctr.html +#usr/share/doc/openssl/html/man3/EVP_camellia_192_ecb.html +#usr/share/doc/openssl/html/man3/EVP_camellia_192_ofb.html +#usr/share/doc/openssl/html/man3/EVP_camellia_256_cbc.html +#usr/share/doc/openssl/html/man3/EVP_camellia_256_cfb.html +#usr/share/doc/openssl/html/man3/EVP_camellia_256_cfb1.html +#usr/share/doc/openssl/html/man3/EVP_camellia_256_cfb128.html +#usr/share/doc/openssl/html/man3/EVP_camellia_256_cfb8.html +#usr/share/doc/openssl/html/man3/EVP_camellia_256_ctr.html +#usr/share/doc/openssl/html/man3/EVP_camellia_256_ecb.html +#usr/share/doc/openssl/html/man3/EVP_camellia_256_ofb.html #usr/share/doc/openssl/html/man3/EVP_cast5_cbc.html #usr/share/doc/openssl/html/man3/EVP_cast5_cfb.html +#usr/share/doc/openssl/html/man3/EVP_cast5_cfb64.html #usr/share/doc/openssl/html/man3/EVP_cast5_ecb.html #usr/share/doc/openssl/html/man3/EVP_cast5_ofb.html #usr/share/doc/openssl/html/man3/EVP_chacha20.html #usr/share/doc/openssl/html/man3/EVP_chacha20_poly1305.html #usr/share/doc/openssl/html/man3/EVP_cleanup.html +#usr/share/doc/openssl/html/man3/EVP_des.html #usr/share/doc/openssl/html/man3/EVP_des_cbc.html #usr/share/doc/openssl/html/man3/EVP_des_cfb.html +#usr/share/doc/openssl/html/man3/EVP_des_cfb1.html +#usr/share/doc/openssl/html/man3/EVP_des_cfb64.html +#usr/share/doc/openssl/html/man3/EVP_des_cfb8.html #usr/share/doc/openssl/html/man3/EVP_des_ecb.html #usr/share/doc/openssl/html/man3/EVP_des_ede.html #usr/share/doc/openssl/html/man3/EVP_des_ede3.html #usr/share/doc/openssl/html/man3/EVP_des_ede3_cbc.html #usr/share/doc/openssl/html/man3/EVP_des_ede3_cfb.html +#usr/share/doc/openssl/html/man3/EVP_des_ede3_cfb1.html +#usr/share/doc/openssl/html/man3/EVP_des_ede3_cfb64.html +#usr/share/doc/openssl/html/man3/EVP_des_ede3_cfb8.html +#usr/share/doc/openssl/html/man3/EVP_des_ede3_ecb.html #usr/share/doc/openssl/html/man3/EVP_des_ede3_ofb.html +#usr/share/doc/openssl/html/man3/EVP_des_ede3_wrap.html #usr/share/doc/openssl/html/man3/EVP_des_ede_cbc.html #usr/share/doc/openssl/html/man3/EVP_des_ede_cfb.html +#usr/share/doc/openssl/html/man3/EVP_des_ede_cfb64.html +#usr/share/doc/openssl/html/man3/EVP_des_ede_ecb.html #usr/share/doc/openssl/html/man3/EVP_des_ede_ofb.html #usr/share/doc/openssl/html/man3/EVP_des_ofb.html #usr/share/doc/openssl/html/man3/EVP_desx_cbc.html @@ -1493,16 +1812,20 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/EVP_get_digestbyobj.html #usr/share/doc/openssl/html/man3/EVP_idea_cbc.html #usr/share/doc/openssl/html/man3/EVP_idea_cfb.html +#usr/share/doc/openssl/html/man3/EVP_idea_cfb64.html #usr/share/doc/openssl/html/man3/EVP_idea_ecb.html #usr/share/doc/openssl/html/man3/EVP_idea_ofb.html #usr/share/doc/openssl/html/man3/EVP_md2.html +#usr/share/doc/openssl/html/man3/EVP_md4.html #usr/share/doc/openssl/html/man3/EVP_md5.html +#usr/share/doc/openssl/html/man3/EVP_md5_sha1.html #usr/share/doc/openssl/html/man3/EVP_md_null.html #usr/share/doc/openssl/html/man3/EVP_mdc2.html #usr/share/doc/openssl/html/man3/EVP_rc2_40_cbc.html #usr/share/doc/openssl/html/man3/EVP_rc2_64_cbc.html #usr/share/doc/openssl/html/man3/EVP_rc2_cbc.html #usr/share/doc/openssl/html/man3/EVP_rc2_cfb.html +#usr/share/doc/openssl/html/man3/EVP_rc2_cfb64.html #usr/share/doc/openssl/html/man3/EVP_rc2_ecb.html #usr/share/doc/openssl/html/man3/EVP_rc2_ofb.html #usr/share/doc/openssl/html/man3/EVP_rc4.html @@ -1510,14 +1833,36 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/EVP_rc4_hmac_md5.html #usr/share/doc/openssl/html/man3/EVP_rc5_32_12_16_cbc.html #usr/share/doc/openssl/html/man3/EVP_rc5_32_12_16_cfb.html +#usr/share/doc/openssl/html/man3/EVP_rc5_32_12_16_cfb64.html #usr/share/doc/openssl/html/man3/EVP_rc5_32_12_16_ecb.html #usr/share/doc/openssl/html/man3/EVP_rc5_32_12_16_ofb.html #usr/share/doc/openssl/html/man3/EVP_ripemd160.html +#usr/share/doc/openssl/html/man3/EVP_seed_cbc.html +#usr/share/doc/openssl/html/man3/EVP_seed_cfb.html +#usr/share/doc/openssl/html/man3/EVP_seed_cfb128.html +#usr/share/doc/openssl/html/man3/EVP_seed_ecb.html +#usr/share/doc/openssl/html/man3/EVP_seed_ofb.html #usr/share/doc/openssl/html/man3/EVP_sha1.html #usr/share/doc/openssl/html/man3/EVP_sha224.html #usr/share/doc/openssl/html/man3/EVP_sha256.html #usr/share/doc/openssl/html/man3/EVP_sha384.html +#usr/share/doc/openssl/html/man3/EVP_sha3_224.html +#usr/share/doc/openssl/html/man3/EVP_sha3_256.html +#usr/share/doc/openssl/html/man3/EVP_sha3_384.html +#usr/share/doc/openssl/html/man3/EVP_sha3_512.html #usr/share/doc/openssl/html/man3/EVP_sha512.html +#usr/share/doc/openssl/html/man3/EVP_sha512_224.html +#usr/share/doc/openssl/html/man3/EVP_sha512_256.html +#usr/share/doc/openssl/html/man3/EVP_shake128.html +#usr/share/doc/openssl/html/man3/EVP_shake256.html +#usr/share/doc/openssl/html/man3/EVP_sm3.html +#usr/share/doc/openssl/html/man3/EVP_sm4_cbc.html +#usr/share/doc/openssl/html/man3/EVP_sm4_cfb.html +#usr/share/doc/openssl/html/man3/EVP_sm4_cfb128.html +#usr/share/doc/openssl/html/man3/EVP_sm4_ctr.html +#usr/share/doc/openssl/html/man3/EVP_sm4_ecb.html +#usr/share/doc/openssl/html/man3/EVP_sm4_ofb.html +#usr/share/doc/openssl/html/man3/EVP_whirlpool.html #usr/share/doc/openssl/html/man3/EXTENDED_KEY_USAGE_free.html #usr/share/doc/openssl/html/man3/EXTENDED_KEY_USAGE_new.html #usr/share/doc/openssl/html/man3/GENERAL_NAMES_free.html @@ -1539,6 +1884,7 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/HMAC_Init.html #usr/share/doc/openssl/html/man3/HMAC_Init_ex.html #usr/share/doc/openssl/html/man3/HMAC_Update.html +#usr/share/doc/openssl/html/man3/HMAC_size.html #usr/share/doc/openssl/html/man3/IMPLEMENT_ASN1_FUNCTIONS.html #usr/share/doc/openssl/html/man3/IMPLEMENT_LHASH_COMP_FN.html #usr/share/doc/openssl/html/man3/IMPLEMENT_LHASH_HASH_FN.html @@ -1552,6 +1898,7 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/IPAddressRange_new.html #usr/share/doc/openssl/html/man3/ISSUING_DIST_POINT_free.html #usr/share/doc/openssl/html/man3/ISSUING_DIST_POINT_new.html +#usr/share/doc/openssl/html/man3/LHASH.html #usr/share/doc/openssl/html/man3/LHASH_DOALL_ARG_FN_TYPE.html #usr/share/doc/openssl/html/man3/MD2.html #usr/share/doc/openssl/html/man3/MD2_Final.html @@ -1571,6 +1918,15 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/MDC2_Update.html #usr/share/doc/openssl/html/man3/NAME_CONSTRAINTS_free.html #usr/share/doc/openssl/html/man3/NAME_CONSTRAINTS_new.html +#usr/share/doc/openssl/html/man3/NAMING_AUTHORITY.html +#usr/share/doc/openssl/html/man3/NAMING_AUTHORITY_free.html +#usr/share/doc/openssl/html/man3/NAMING_AUTHORITY_get0_authorityId.html +#usr/share/doc/openssl/html/man3/NAMING_AUTHORITY_get0_authorityText.html +#usr/share/doc/openssl/html/man3/NAMING_AUTHORITY_get0_authorityURL.html +#usr/share/doc/openssl/html/man3/NAMING_AUTHORITY_new.html +#usr/share/doc/openssl/html/man3/NAMING_AUTHORITY_set0_authorityId.html +#usr/share/doc/openssl/html/man3/NAMING_AUTHORITY_set0_authorityText.html +#usr/share/doc/openssl/html/man3/NAMING_AUTHORITY_set0_authorityURL.html #usr/share/doc/openssl/html/man3/NETSCAPE_CERT_SEQUENCE_free.html #usr/share/doc/openssl/html/man3/NETSCAPE_CERT_SEQUENCE_new.html #usr/share/doc/openssl/html/man3/NETSCAPE_SPKAC_free.html @@ -1632,6 +1988,8 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/OCSP_SINGLERESP_free.html #usr/share/doc/openssl/html/man3/OCSP_SINGLERESP_new.html #usr/share/doc/openssl/html/man3/OCSP_basic_add1_nonce.html +#usr/share/doc/openssl/html/man3/OCSP_basic_sign.html +#usr/share/doc/openssl/html/man3/OCSP_basic_sign_ctx.html #usr/share/doc/openssl/html/man3/OCSP_basic_verify.html #usr/share/doc/openssl/html/man3/OCSP_cert_id_new.html #usr/share/doc/openssl/html/man3/OCSP_cert_to_id.html @@ -1658,6 +2016,7 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/OCSP_resp_get0_signature.html #usr/share/doc/openssl/html/man3/OCSP_resp_get0_signer.html #usr/share/doc/openssl/html/man3/OCSP_resp_get0_tbs_sigalg.html +#usr/share/doc/openssl/html/man3/OCSP_resp_get1_id.html #usr/share/doc/openssl/html/man3/OCSP_response_create.html #usr/share/doc/openssl/html/man3/OCSP_response_get1_basic.html #usr/share/doc/openssl/html/man3/OCSP_response_status.html @@ -1668,6 +2027,7 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/OCSP_single_get0_status.html #usr/share/doc/openssl/html/man3/OPENSSL_Applink.html #usr/share/doc/openssl/html/man3/OPENSSL_INIT_free.html +#usr/share/doc/openssl/html/man3/OPENSSL_INIT_new.html #usr/share/doc/openssl/html/man3/OPENSSL_INIT_set_config_appname.html #usr/share/doc/openssl/html/man3/OPENSSL_LH_COMPFUNC.html #usr/share/doc/openssl/html/man3/OPENSSL_LH_DOALL_FUNC.html @@ -1678,21 +2038,26 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/OPENSSL_LH_node_usage_stats_bio.html #usr/share/doc/openssl/html/man3/OPENSSL_LH_stats.html #usr/share/doc/openssl/html/man3/OPENSSL_LH_stats_bio.html +#usr/share/doc/openssl/html/man3/OPENSSL_MALLOC_FAILURES.html +#usr/share/doc/openssl/html/man3/OPENSSL_MALLOC_FD.html #usr/share/doc/openssl/html/man3/OPENSSL_VERSION_NUMBER.html #usr/share/doc/openssl/html/man3/OPENSSL_VERSION_TEXT.html #usr/share/doc/openssl/html/man3/OPENSSL_atexit.html #usr/share/doc/openssl/html/man3/OPENSSL_buf2hexstr.html +#usr/share/doc/openssl/html/man3/OPENSSL_cipher_name.html #usr/share/doc/openssl/html/man3/OPENSSL_cleanse.html #usr/share/doc/openssl/html/man3/OPENSSL_cleanup.html #usr/share/doc/openssl/html/man3/OPENSSL_clear_free.html #usr/share/doc/openssl/html/man3/OPENSSL_clear_realloc.html #usr/share/doc/openssl/html/man3/OPENSSL_config.html +#usr/share/doc/openssl/html/man3/OPENSSL_fork_child.html +#usr/share/doc/openssl/html/man3/OPENSSL_fork_parent.html +#usr/share/doc/openssl/html/man3/OPENSSL_fork_prepare.html #usr/share/doc/openssl/html/man3/OPENSSL_free.html #usr/share/doc/openssl/html/man3/OPENSSL_hexchar2int.html #usr/share/doc/openssl/html/man3/OPENSSL_hexstr2buf.html #usr/share/doc/openssl/html/man3/OPENSSL_ia32cap.html #usr/share/doc/openssl/html/man3/OPENSSL_init_crypto.html -#usr/share/doc/openssl/html/man3/OPENSSL_init_new.html #usr/share/doc/openssl/html/man3/OPENSSL_init_ssl.html #usr/share/doc/openssl/html/man3/OPENSSL_instrument_bus.html #usr/share/doc/openssl/html/man3/OPENSSL_instrument_bus2.html @@ -1705,39 +2070,85 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/OPENSSL_no_config.html #usr/share/doc/openssl/html/man3/OPENSSL_realloc.html #usr/share/doc/openssl/html/man3/OPENSSL_secure_actual_size.html -#usr/share/doc/openssl/html/man3/OPENSSL_secure_allocated.html #usr/share/doc/openssl/html/man3/OPENSSL_secure_clear_free.html #usr/share/doc/openssl/html/man3/OPENSSL_secure_free.html #usr/share/doc/openssl/html/man3/OPENSSL_secure_malloc.html #usr/share/doc/openssl/html/man3/OPENSSL_secure_zalloc.html -#usr/share/doc/openssl/html/man3/OPENSSL_sk_deep_copy.html -#usr/share/doc/openssl/html/man3/OPENSSL_sk_delete.html -#usr/share/doc/openssl/html/man3/OPENSSL_sk_delete_ptr.html -#usr/share/doc/openssl/html/man3/OPENSSL_sk_dup.html -#usr/share/doc/openssl/html/man3/OPENSSL_sk_find.html -#usr/share/doc/openssl/html/man3/OPENSSL_sk_find_ex.html -#usr/share/doc/openssl/html/man3/OPENSSL_sk_free.html -#usr/share/doc/openssl/html/man3/OPENSSL_sk_insert.html -#usr/share/doc/openssl/html/man3/OPENSSL_sk_is_sorted.html -#usr/share/doc/openssl/html/man3/OPENSSL_sk_new.html -#usr/share/doc/openssl/html/man3/OPENSSL_sk_new_null.html -#usr/share/doc/openssl/html/man3/OPENSSL_sk_num.html -#usr/share/doc/openssl/html/man3/OPENSSL_sk_pop.html -#usr/share/doc/openssl/html/man3/OPENSSL_sk_pop_free.html -#usr/share/doc/openssl/html/man3/OPENSSL_sk_push.html -#usr/share/doc/openssl/html/man3/OPENSSL_sk_set.html -#usr/share/doc/openssl/html/man3/OPENSSL_sk_set_cmp_func.html -#usr/share/doc/openssl/html/man3/OPENSSL_sk_shift.html -#usr/share/doc/openssl/html/man3/OPENSSL_sk_sort.html -#usr/share/doc/openssl/html/man3/OPENSSL_sk_unshift.html -#usr/share/doc/openssl/html/man3/OPENSSL_sk_value.html -#usr/share/doc/openssl/html/man3/OPENSSL_sk_zero.html #usr/share/doc/openssl/html/man3/OPENSSL_strdup.html #usr/share/doc/openssl/html/man3/OPENSSL_strlcat.html #usr/share/doc/openssl/html/man3/OPENSSL_strlcpy.html #usr/share/doc/openssl/html/man3/OPENSSL_strndup.html #usr/share/doc/openssl/html/man3/OPENSSL_thread_stop.html #usr/share/doc/openssl/html/man3/OPENSSL_zalloc.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_CTX.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_INFO.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_INFO_free.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_INFO_get0_CERT.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_INFO_get0_CRL.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_INFO_get0_NAME.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_INFO_get0_NAME_description.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_INFO_get0_PARAMS.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_INFO_get0_PKEY.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_INFO_get1_CERT.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_INFO_get1_CRL.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_INFO_get1_NAME.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_INFO_get1_NAME_description.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_INFO_get1_PARAMS.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_INFO_get1_PKEY.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_INFO_get_type.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_INFO_new_CERT.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_INFO_new_CRL.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_INFO_new_NAME.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_INFO_new_PARAMS.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_INFO_new_PKEY.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_INFO_set0_NAME_description.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_INFO_type_string.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_LOADER.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_LOADER_CTX.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_LOADER_free.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_LOADER_get0_engine.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_LOADER_get0_scheme.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_LOADER_new.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_LOADER_set_close.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_LOADER_set_ctrl.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_LOADER_set_eof.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_LOADER_set_error.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_LOADER_set_expect.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_LOADER_set_find.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_LOADER_set_load.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_LOADER_set_open.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_SEARCH.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_SEARCH_by_alias.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_SEARCH_by_issuer_serial.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_SEARCH_by_key_fingerprint.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_SEARCH_by_name.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_SEARCH_free.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_SEARCH_get0_bytes.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_SEARCH_get0_digest.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_SEARCH_get0_name.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_SEARCH_get0_serial.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_SEARCH_get0_string.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_SEARCH_get_type.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_close.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_close_fn.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_ctrl.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_ctrl_fn.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_eof.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_eof_fn.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_error.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_error_fn.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_expect.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_expect_fn.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_find.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_find_fn.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_load.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_load_fn.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_open.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_open_fn.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_post_process_info_fn.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_register_loader.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_supports_search.html +#usr/share/doc/openssl/html/man3/OSSL_STORE_unregister_loader.html #usr/share/doc/openssl/html/man3/OTHERNAME_free.html #usr/share/doc/openssl/html/man3/OTHERNAME_new.html #usr/share/doc/openssl/html/man3/OpenSSL_add_all_algorithms.html @@ -1752,6 +2163,11 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/PBEPARAM_new.html #usr/share/doc/openssl/html/man3/PBKDF2PARAM_free.html #usr/share/doc/openssl/html/man3/PBKDF2PARAM_new.html +#usr/share/doc/openssl/html/man3/PEM_FLAG_EAY_COMPATIBLE.html +#usr/share/doc/openssl/html/man3/PEM_FLAG_ONLY_B64.html +#usr/share/doc/openssl/html/man3/PEM_FLAG_SECURE.html +#usr/share/doc/openssl/html/man3/PEM_bytes_read_bio.html +#usr/share/doc/openssl/html/man3/PEM_bytes_read_bio_secmem.html #usr/share/doc/openssl/html/man3/PEM_do_header.html #usr/share/doc/openssl/html/man3/PEM_get_EVP_CIPHER_INFO.html #usr/share/doc/openssl/html/man3/PEM_read.html @@ -1799,6 +2215,7 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/PEM_read_bio_X509_AUX.html #usr/share/doc/openssl/html/man3/PEM_read_bio_X509_CRL.html #usr/share/doc/openssl/html/man3/PEM_read_bio_X509_REQ.html +#usr/share/doc/openssl/html/man3/PEM_read_bio_ex.html #usr/share/doc/openssl/html/man3/PEM_write.html #usr/share/doc/openssl/html/man3/PEM_write_CMS.html #usr/share/doc/openssl/html/man3/PEM_write_DHparams.html @@ -1910,10 +2327,50 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/POLICY_CONSTRAINTS_new.html #usr/share/doc/openssl/html/man3/POLICY_MAPPING_free.html #usr/share/doc/openssl/html/man3/POLICY_MAPPING_new.html +#usr/share/doc/openssl/html/man3/PROFESSION_INFO.html +#usr/share/doc/openssl/html/man3/PROFESSION_INFOS.html +#usr/share/doc/openssl/html/man3/PROFESSION_INFOS_free.html +#usr/share/doc/openssl/html/man3/PROFESSION_INFOS_new.html +#usr/share/doc/openssl/html/man3/PROFESSION_INFO_free.html +#usr/share/doc/openssl/html/man3/PROFESSION_INFO_get0_addProfessionInfo.html +#usr/share/doc/openssl/html/man3/PROFESSION_INFO_get0_namingAuthority.html +#usr/share/doc/openssl/html/man3/PROFESSION_INFO_get0_professionItems.html +#usr/share/doc/openssl/html/man3/PROFESSION_INFO_get0_professionOIDs.html +#usr/share/doc/openssl/html/man3/PROFESSION_INFO_get0_registrationNumber.html +#usr/share/doc/openssl/html/man3/PROFESSION_INFO_new.html +#usr/share/doc/openssl/html/man3/PROFESSION_INFO_set0_addProfessionInfo.html +#usr/share/doc/openssl/html/man3/PROFESSION_INFO_set0_namingAuthority.html +#usr/share/doc/openssl/html/man3/PROFESSION_INFO_set0_professionItems.html +#usr/share/doc/openssl/html/man3/PROFESSION_INFO_set0_professionOIDs.html +#usr/share/doc/openssl/html/man3/PROFESSION_INFO_set0_registrationNumber.html #usr/share/doc/openssl/html/man3/PROXY_CERT_INFO_EXTENSION_free.html #usr/share/doc/openssl/html/man3/PROXY_CERT_INFO_EXTENSION_new.html #usr/share/doc/openssl/html/man3/PROXY_POLICY_free.html #usr/share/doc/openssl/html/man3/PROXY_POLICY_new.html +#usr/share/doc/openssl/html/man3/RAND_DRBG_bytes.html +#usr/share/doc/openssl/html/man3/RAND_DRBG_cleanup_entropy_fn.html +#usr/share/doc/openssl/html/man3/RAND_DRBG_cleanup_nonce_fn.html +#usr/share/doc/openssl/html/man3/RAND_DRBG_free.html +#usr/share/doc/openssl/html/man3/RAND_DRBG_generate.html +#usr/share/doc/openssl/html/man3/RAND_DRBG_get0_master.html +#usr/share/doc/openssl/html/man3/RAND_DRBG_get0_private.html +#usr/share/doc/openssl/html/man3/RAND_DRBG_get0_public.html +#usr/share/doc/openssl/html/man3/RAND_DRBG_get_entropy_fn.html +#usr/share/doc/openssl/html/man3/RAND_DRBG_get_ex_data.html +#usr/share/doc/openssl/html/man3/RAND_DRBG_get_ex_new_index.html +#usr/share/doc/openssl/html/man3/RAND_DRBG_get_nonce_fn.html +#usr/share/doc/openssl/html/man3/RAND_DRBG_instantiate.html +#usr/share/doc/openssl/html/man3/RAND_DRBG_new.html +#usr/share/doc/openssl/html/man3/RAND_DRBG_reseed.html +#usr/share/doc/openssl/html/man3/RAND_DRBG_secure_new.html +#usr/share/doc/openssl/html/man3/RAND_DRBG_set.html +#usr/share/doc/openssl/html/man3/RAND_DRBG_set_callbacks.html +#usr/share/doc/openssl/html/man3/RAND_DRBG_set_defaults.html +#usr/share/doc/openssl/html/man3/RAND_DRBG_set_ex_data.html +#usr/share/doc/openssl/html/man3/RAND_DRBG_set_reseed_defaults.html +#usr/share/doc/openssl/html/man3/RAND_DRBG_set_reseed_interval.html +#usr/share/doc/openssl/html/man3/RAND_DRBG_set_reseed_time_interval.html +#usr/share/doc/openssl/html/man3/RAND_DRBG_uninstantiate.html #usr/share/doc/openssl/html/man3/RAND_OpenSSL.html #usr/share/doc/openssl/html/man3/RAND_add.html #usr/share/doc/openssl/html/man3/RAND_bytes.html @@ -1923,7 +2380,10 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/RAND_event.html #usr/share/doc/openssl/html/man3/RAND_file_name.html #usr/share/doc/openssl/html/man3/RAND_get_rand_method.html +#usr/share/doc/openssl/html/man3/RAND_keep_random_devices_open.html #usr/share/doc/openssl/html/man3/RAND_load_file.html +#usr/share/doc/openssl/html/man3/RAND_poll.html +#usr/share/doc/openssl/html/man3/RAND_priv_bytes.html #usr/share/doc/openssl/html/man3/RAND_pseudo_bytes.html #usr/share/doc/openssl/html/man3/RAND_query_egd_bytes.html #usr/share/doc/openssl/html/man3/RAND_screen.html @@ -1954,14 +2414,27 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/RSA_free.html #usr/share/doc/openssl/html/man3/RSA_generate_key.html #usr/share/doc/openssl/html/man3/RSA_generate_key_ex.html +#usr/share/doc/openssl/html/man3/RSA_generate_multi_prime_key.html #usr/share/doc/openssl/html/man3/RSA_get0_crt_params.html +#usr/share/doc/openssl/html/man3/RSA_get0_d.html +#usr/share/doc/openssl/html/man3/RSA_get0_dmp1.html +#usr/share/doc/openssl/html/man3/RSA_get0_dmq1.html +#usr/share/doc/openssl/html/man3/RSA_get0_e.html #usr/share/doc/openssl/html/man3/RSA_get0_engine.html #usr/share/doc/openssl/html/man3/RSA_get0_factors.html +#usr/share/doc/openssl/html/man3/RSA_get0_iqmp.html #usr/share/doc/openssl/html/man3/RSA_get0_key.html +#usr/share/doc/openssl/html/man3/RSA_get0_multi_prime_crt_params.html +#usr/share/doc/openssl/html/man3/RSA_get0_multi_prime_factors.html +#usr/share/doc/openssl/html/man3/RSA_get0_n.html +#usr/share/doc/openssl/html/man3/RSA_get0_p.html +#usr/share/doc/openssl/html/man3/RSA_get0_q.html #usr/share/doc/openssl/html/man3/RSA_get_default_method.html #usr/share/doc/openssl/html/man3/RSA_get_ex_data.html #usr/share/doc/openssl/html/man3/RSA_get_ex_new_index.html #usr/share/doc/openssl/html/man3/RSA_get_method.html +#usr/share/doc/openssl/html/man3/RSA_get_multi_prime_extra_count.html +#usr/share/doc/openssl/html/man3/RSA_get_version.html #usr/share/doc/openssl/html/man3/RSA_meth_dup.html #usr/share/doc/openssl/html/man3/RSA_meth_free.html #usr/share/doc/openssl/html/man3/RSA_meth_get0_app_data.html @@ -1972,6 +2445,7 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/RSA_meth_get_init.html #usr/share/doc/openssl/html/man3/RSA_meth_get_keygen.html #usr/share/doc/openssl/html/man3/RSA_meth_get_mod_exp.html +#usr/share/doc/openssl/html/man3/RSA_meth_get_multi_prime_keygen.html #usr/share/doc/openssl/html/man3/RSA_meth_get_priv_dec.html #usr/share/doc/openssl/html/man3/RSA_meth_get_priv_enc.html #usr/share/doc/openssl/html/man3/RSA_meth_get_pub_dec.html @@ -1987,6 +2461,7 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/RSA_meth_set_init.html #usr/share/doc/openssl/html/man3/RSA_meth_set_keygen.html #usr/share/doc/openssl/html/man3/RSA_meth_set_mod_exp.html +#usr/share/doc/openssl/html/man3/RSA_meth_set_multi_prime_keygen.html #usr/share/doc/openssl/html/man3/RSA_meth_set_priv_dec.html #usr/share/doc/openssl/html/man3/RSA_meth_set_priv_enc.html #usr/share/doc/openssl/html/man3/RSA_meth_set_pub_dec.html @@ -2011,9 +2486,11 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/RSA_private_encrypt.html #usr/share/doc/openssl/html/man3/RSA_public_decrypt.html #usr/share/doc/openssl/html/man3/RSA_public_encrypt.html +#usr/share/doc/openssl/html/man3/RSA_security_bits.html #usr/share/doc/openssl/html/man3/RSA_set0_crt_params.html #usr/share/doc/openssl/html/man3/RSA_set0_factors.html #usr/share/doc/openssl/html/man3/RSA_set0_key.html +#usr/share/doc/openssl/html/man3/RSA_set0_multi_prime_params.html #usr/share/doc/openssl/html/man3/RSA_set_default_method.html #usr/share/doc/openssl/html/man3/RSA_set_ex_data.html #usr/share/doc/openssl/html/man3/RSA_set_flags.html @@ -2024,6 +2501,8 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/RSA_test_flags.html #usr/share/doc/openssl/html/man3/RSA_verify.html #usr/share/doc/openssl/html/man3/RSA_verify_ASN1_OCTET_STRING.html +#usr/share/doc/openssl/html/man3/SCRYPT_PARAMS_free.html +#usr/share/doc/openssl/html/man3/SCRYPT_PARAMS_new.html #usr/share/doc/openssl/html/man3/SCT_LIST_free.html #usr/share/doc/openssl/html/man3/SCT_LIST_print.html #usr/share/doc/openssl/html/man3/SCT_LIST_validate.html @@ -2078,14 +2557,19 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/SMIME_write_CMS.html #usr/share/doc/openssl/html/man3/SMIME_write_PKCS7.html #usr/share/doc/openssl/html/man3/SSL_CIPHER_description.html +#usr/share/doc/openssl/html/man3/SSL_CIPHER_find.html #usr/share/doc/openssl/html/man3/SSL_CIPHER_get_auth_nid.html #usr/share/doc/openssl/html/man3/SSL_CIPHER_get_bits.html #usr/share/doc/openssl/html/man3/SSL_CIPHER_get_cipher_nid.html #usr/share/doc/openssl/html/man3/SSL_CIPHER_get_digest_nid.html +#usr/share/doc/openssl/html/man3/SSL_CIPHER_get_handshake_digest.html +#usr/share/doc/openssl/html/man3/SSL_CIPHER_get_id.html #usr/share/doc/openssl/html/man3/SSL_CIPHER_get_kx_nid.html #usr/share/doc/openssl/html/man3/SSL_CIPHER_get_name.html +#usr/share/doc/openssl/html/man3/SSL_CIPHER_get_protocol_id.html #usr/share/doc/openssl/html/man3/SSL_CIPHER_get_version.html #usr/share/doc/openssl/html/man3/SSL_CIPHER_is_aead.html +#usr/share/doc/openssl/html/man3/SSL_CIPHER_standard_name.html #usr/share/doc/openssl/html/man3/SSL_COMP_add_compression_method.html #usr/share/doc/openssl/html/man3/SSL_COMP_free_compression_methods.html #usr/share/doc/openssl/html/man3/SSL_COMP_get0_name.html @@ -2101,11 +2585,12 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/SSL_CONF_cmd.html #usr/share/doc/openssl/html/man3/SSL_CONF_cmd_argv.html #usr/share/doc/openssl/html/man3/SSL_CONF_cmd_value_type.html -#usr/share/doc/openssl/html/man3/SSL_CONF_finish.html #usr/share/doc/openssl/html/man3/SSL_CTX_add0_chain_cert.html #usr/share/doc/openssl/html/man3/SSL_CTX_add1_chain_cert.html +#usr/share/doc/openssl/html/man3/SSL_CTX_add1_to_CA_list.html #usr/share/doc/openssl/html/man3/SSL_CTX_add_client_CA.html #usr/share/doc/openssl/html/man3/SSL_CTX_add_client_custom_ext.html +#usr/share/doc/openssl/html/man3/SSL_CTX_add_custom_ext.html #usr/share/doc/openssl/html/man3/SSL_CTX_add_extra_chain_cert.html #usr/share/doc/openssl/html/man3/SSL_CTX_add_server_custom_ext.html #usr/share/doc/openssl/html/man3/SSL_CTX_add_session.html @@ -2114,6 +2599,7 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/SSL_CTX_check_private_key.html #usr/share/doc/openssl/html/man3/SSL_CTX_clear_chain_certs.html #usr/share/doc/openssl/html/man3/SSL_CTX_clear_extra_chain_certs.html +#usr/share/doc/openssl/html/man3/SSL_CTX_clear_mode.html #usr/share/doc/openssl/html/man3/SSL_CTX_clear_options.html #usr/share/doc/openssl/html/man3/SSL_CTX_config.html #usr/share/doc/openssl/html/man3/SSL_CTX_ct_is_enabled.html @@ -2122,10 +2608,13 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/SSL_CTX_dane_enable.html #usr/share/doc/openssl/html/man3/SSL_CTX_dane_mtype_set.html #usr/share/doc/openssl/html/man3/SSL_CTX_dane_set_flags.html +#usr/share/doc/openssl/html/man3/SSL_CTX_decrypt_session_ticket_fn.html #usr/share/doc/openssl/html/man3/SSL_CTX_disable_ct.html #usr/share/doc/openssl/html/man3/SSL_CTX_enable_ct.html #usr/share/doc/openssl/html/man3/SSL_CTX_flush_sessions.html #usr/share/doc/openssl/html/man3/SSL_CTX_free.html +#usr/share/doc/openssl/html/man3/SSL_CTX_generate_session_ticket_fn.html +#usr/share/doc/openssl/html/man3/SSL_CTX_get0_CA_list.html #usr/share/doc/openssl/html/man3/SSL_CTX_get0_chain_certs.html #usr/share/doc/openssl/html/man3/SSL_CTX_get0_param.html #usr/share/doc/openssl/html/man3/SSL_CTX_get0_security_ex_data.html @@ -2138,13 +2627,18 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/SSL_CTX_get_default_read_ahead.html #usr/share/doc/openssl/html/man3/SSL_CTX_get_ex_data.html #usr/share/doc/openssl/html/man3/SSL_CTX_get_info_callback.html +#usr/share/doc/openssl/html/man3/SSL_CTX_get_keylog_callback.html #usr/share/doc/openssl/html/man3/SSL_CTX_get_max_cert_list.html +#usr/share/doc/openssl/html/man3/SSL_CTX_get_max_early_data.html #usr/share/doc/openssl/html/man3/SSL_CTX_get_max_proto_version.html #usr/share/doc/openssl/html/man3/SSL_CTX_get_min_proto_version.html #usr/share/doc/openssl/html/man3/SSL_CTX_get_mode.html +#usr/share/doc/openssl/html/man3/SSL_CTX_get_num_tickets.html #usr/share/doc/openssl/html/man3/SSL_CTX_get_options.html #usr/share/doc/openssl/html/man3/SSL_CTX_get_quiet_shutdown.html #usr/share/doc/openssl/html/man3/SSL_CTX_get_read_ahead.html +#usr/share/doc/openssl/html/man3/SSL_CTX_get_record_padding_callback_arg.html +#usr/share/doc/openssl/html/man3/SSL_CTX_get_recv_max_early_data.html #usr/share/doc/openssl/html/man3/SSL_CTX_get_security_callback.html #usr/share/doc/openssl/html/man3/SSL_CTX_get_security_level.html #usr/share/doc/openssl/html/man3/SSL_CTX_get_session_cache_mode.html @@ -2156,6 +2650,7 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/SSL_CTX_get_verify_depth.html #usr/share/doc/openssl/html/man3/SSL_CTX_get_verify_mode.html #usr/share/doc/openssl/html/man3/SSL_CTX_has_client_custom_ext.html +#usr/share/doc/openssl/html/man3/SSL_CTX_keylog_cb_func.html #usr/share/doc/openssl/html/man3/SSL_CTX_load_verify_locations.html #usr/share/doc/openssl/html/man3/SSL_CTX_new.html #usr/share/doc/openssl/html/man3/SSL_CTX_remove_session.html @@ -2181,28 +2676,36 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/SSL_CTX_sess_set_remove_cb.html #usr/share/doc/openssl/html/man3/SSL_CTX_sess_timeouts.html #usr/share/doc/openssl/html/man3/SSL_CTX_sessions.html +#usr/share/doc/openssl/html/man3/SSL_CTX_set0_CA_list.html #usr/share/doc/openssl/html/man3/SSL_CTX_set0_chain.html #usr/share/doc/openssl/html/man3/SSL_CTX_set0_chain_cert_store.html #usr/share/doc/openssl/html/man3/SSL_CTX_set0_security_ex_data.html #usr/share/doc/openssl/html/man3/SSL_CTX_set0_verify_cert_store.html +#usr/share/doc/openssl/html/man3/SSL_CTX_set1_cert_store.html #usr/share/doc/openssl/html/man3/SSL_CTX_set1_chain.html #usr/share/doc/openssl/html/man3/SSL_CTX_set1_chain_cert_store.html #usr/share/doc/openssl/html/man3/SSL_CTX_set1_client_sigalgs.html #usr/share/doc/openssl/html/man3/SSL_CTX_set1_client_sigalgs_list.html #usr/share/doc/openssl/html/man3/SSL_CTX_set1_curves.html #usr/share/doc/openssl/html/man3/SSL_CTX_set1_curves_list.html +#usr/share/doc/openssl/html/man3/SSL_CTX_set1_groups.html +#usr/share/doc/openssl/html/man3/SSL_CTX_set1_groups_list.html #usr/share/doc/openssl/html/man3/SSL_CTX_set1_param.html #usr/share/doc/openssl/html/man3/SSL_CTX_set1_sigalgs.html #usr/share/doc/openssl/html/man3/SSL_CTX_set1_sigalgs_list.html #usr/share/doc/openssl/html/man3/SSL_CTX_set1_verify_cert_store.html +#usr/share/doc/openssl/html/man3/SSL_CTX_set_allow_early_data_cb.html #usr/share/doc/openssl/html/man3/SSL_CTX_set_alpn_protos.html #usr/share/doc/openssl/html/man3/SSL_CTX_set_alpn_select_cb.html +#usr/share/doc/openssl/html/man3/SSL_CTX_set_block_padding.html #usr/share/doc/openssl/html/man3/SSL_CTX_set_cert_cb.html #usr/share/doc/openssl/html/man3/SSL_CTX_set_cert_store.html #usr/share/doc/openssl/html/man3/SSL_CTX_set_cert_verify_callback.html #usr/share/doc/openssl/html/man3/SSL_CTX_set_cipher_list.html +#usr/share/doc/openssl/html/man3/SSL_CTX_set_ciphersuites.html #usr/share/doc/openssl/html/man3/SSL_CTX_set_client_CA_list.html #usr/share/doc/openssl/html/man3/SSL_CTX_set_client_cert_cb.html +#usr/share/doc/openssl/html/man3/SSL_CTX_set_client_hello_cb.html #usr/share/doc/openssl/html/man3/SSL_CTX_set_ct_validation_callback.html #usr/share/doc/openssl/html/man3/SSL_CTX_set_ctlog_list_file.html #usr/share/doc/openssl/html/man3/SSL_CTX_set_current_cert.html @@ -2216,7 +2719,9 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/SSL_CTX_set_ex_data.html #usr/share/doc/openssl/html/man3/SSL_CTX_set_generate_session_id.html #usr/share/doc/openssl/html/man3/SSL_CTX_set_info_callback.html +#usr/share/doc/openssl/html/man3/SSL_CTX_set_keylog_callback.html #usr/share/doc/openssl/html/man3/SSL_CTX_set_max_cert_list.html +#usr/share/doc/openssl/html/man3/SSL_CTX_set_max_early_data.html #usr/share/doc/openssl/html/man3/SSL_CTX_set_max_pipelines.html #usr/share/doc/openssl/html/man3/SSL_CTX_set_max_proto_version.html #usr/share/doc/openssl/html/man3/SSL_CTX_set_max_send_fragment.html @@ -2226,18 +2731,31 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/SSL_CTX_set_msg_callback_arg.html #usr/share/doc/openssl/html/man3/SSL_CTX_set_next_proto_select_cb.html #usr/share/doc/openssl/html/man3/SSL_CTX_set_next_protos_advertised_cb.html +#usr/share/doc/openssl/html/man3/SSL_CTX_set_num_tickets.html #usr/share/doc/openssl/html/man3/SSL_CTX_set_options.html +#usr/share/doc/openssl/html/man3/SSL_CTX_set_post_handshake_auth.html #usr/share/doc/openssl/html/man3/SSL_CTX_set_psk_client_callback.html +#usr/share/doc/openssl/html/man3/SSL_CTX_set_psk_find_session_callback.html #usr/share/doc/openssl/html/man3/SSL_CTX_set_psk_server_callback.html +#usr/share/doc/openssl/html/man3/SSL_CTX_set_psk_use_session_callback.html #usr/share/doc/openssl/html/man3/SSL_CTX_set_quiet_shutdown.html #usr/share/doc/openssl/html/man3/SSL_CTX_set_read_ahead.html +#usr/share/doc/openssl/html/man3/SSL_CTX_set_record_padding_callback.html +#usr/share/doc/openssl/html/man3/SSL_CTX_set_record_padding_callback_arg.html +#usr/share/doc/openssl/html/man3/SSL_CTX_set_recv_max_early_data.html #usr/share/doc/openssl/html/man3/SSL_CTX_set_security_callback.html #usr/share/doc/openssl/html/man3/SSL_CTX_set_security_level.html #usr/share/doc/openssl/html/man3/SSL_CTX_set_session_cache_mode.html #usr/share/doc/openssl/html/man3/SSL_CTX_set_session_id_context.html +#usr/share/doc/openssl/html/man3/SSL_CTX_set_session_ticket_cb.html #usr/share/doc/openssl/html/man3/SSL_CTX_set_split_send_fragment.html #usr/share/doc/openssl/html/man3/SSL_CTX_set_ssl_version.html +#usr/share/doc/openssl/html/man3/SSL_CTX_set_stateless_cookie_generate_cb.html +#usr/share/doc/openssl/html/man3/SSL_CTX_set_stateless_cookie_verify_cb.html #usr/share/doc/openssl/html/man3/SSL_CTX_set_timeout.html +#usr/share/doc/openssl/html/man3/SSL_CTX_set_tlsext_max_fragment_length.html +#usr/share/doc/openssl/html/man3/SSL_CTX_set_tlsext_servername_arg.html +#usr/share/doc/openssl/html/man3/SSL_CTX_set_tlsext_servername_callback.html #usr/share/doc/openssl/html/man3/SSL_CTX_set_tlsext_status_arg.html #usr/share/doc/openssl/html/man3/SSL_CTX_set_tlsext_status_cb.html #usr/share/doc/openssl/html/man3/SSL_CTX_set_tlsext_status_type.html @@ -2254,35 +2772,50 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/SSL_CTX_use_RSAPrivateKey.html #usr/share/doc/openssl/html/man3/SSL_CTX_use_RSAPrivateKey_ASN1.html #usr/share/doc/openssl/html/man3/SSL_CTX_use_RSAPrivateKey_file.html +#usr/share/doc/openssl/html/man3/SSL_CTX_use_cert_and_key.html #usr/share/doc/openssl/html/man3/SSL_CTX_use_certificate.html #usr/share/doc/openssl/html/man3/SSL_CTX_use_certificate_ASN1.html #usr/share/doc/openssl/html/man3/SSL_CTX_use_certificate_chain_file.html #usr/share/doc/openssl/html/man3/SSL_CTX_use_certificate_file.html #usr/share/doc/openssl/html/man3/SSL_CTX_use_psk_identity_hint.html #usr/share/doc/openssl/html/man3/SSL_CTX_use_serverinfo.html +#usr/share/doc/openssl/html/man3/SSL_CTX_use_serverinfo_ex.html #usr/share/doc/openssl/html/man3/SSL_CTX_use_serverinfo_file.html +#usr/share/doc/openssl/html/man3/SSL_SESSION_dup.html #usr/share/doc/openssl/html/man3/SSL_SESSION_free.html +#usr/share/doc/openssl/html/man3/SSL_SESSION_get0_alpn_selected.html #usr/share/doc/openssl/html/man3/SSL_SESSION_get0_cipher.html #usr/share/doc/openssl/html/man3/SSL_SESSION_get0_hostname.html #usr/share/doc/openssl/html/man3/SSL_SESSION_get0_id_context.html #usr/share/doc/openssl/html/man3/SSL_SESSION_get0_peer.html #usr/share/doc/openssl/html/man3/SSL_SESSION_get0_ticket.html +#usr/share/doc/openssl/html/man3/SSL_SESSION_get0_ticket_appdata.html #usr/share/doc/openssl/html/man3/SSL_SESSION_get_compress_id.html #usr/share/doc/openssl/html/man3/SSL_SESSION_get_ex_data.html #usr/share/doc/openssl/html/man3/SSL_SESSION_get_id.html #usr/share/doc/openssl/html/man3/SSL_SESSION_get_master_key.html +#usr/share/doc/openssl/html/man3/SSL_SESSION_get_max_early_data.html +#usr/share/doc/openssl/html/man3/SSL_SESSION_get_max_fragment_length.html #usr/share/doc/openssl/html/man3/SSL_SESSION_get_protocol_version.html #usr/share/doc/openssl/html/man3/SSL_SESSION_get_ticket_lifetime_hint.html #usr/share/doc/openssl/html/man3/SSL_SESSION_get_time.html #usr/share/doc/openssl/html/man3/SSL_SESSION_get_timeout.html #usr/share/doc/openssl/html/man3/SSL_SESSION_has_ticket.html +#usr/share/doc/openssl/html/man3/SSL_SESSION_is_resumable.html #usr/share/doc/openssl/html/man3/SSL_SESSION_new.html #usr/share/doc/openssl/html/man3/SSL_SESSION_print.html #usr/share/doc/openssl/html/man3/SSL_SESSION_print_fp.html #usr/share/doc/openssl/html/man3/SSL_SESSION_print_keylog.html +#usr/share/doc/openssl/html/man3/SSL_SESSION_set1_alpn_selected.html +#usr/share/doc/openssl/html/man3/SSL_SESSION_set1_hostname.html #usr/share/doc/openssl/html/man3/SSL_SESSION_set1_id.html #usr/share/doc/openssl/html/man3/SSL_SESSION_set1_id_context.html +#usr/share/doc/openssl/html/man3/SSL_SESSION_set1_master_key.html +#usr/share/doc/openssl/html/man3/SSL_SESSION_set1_ticket_appdata.html +#usr/share/doc/openssl/html/man3/SSL_SESSION_set_cipher.html #usr/share/doc/openssl/html/man3/SSL_SESSION_set_ex_data.html +#usr/share/doc/openssl/html/man3/SSL_SESSION_set_max_early_data.html +#usr/share/doc/openssl/html/man3/SSL_SESSION_set_protocol_version.html #usr/share/doc/openssl/html/man3/SSL_SESSION_set_time.html #usr/share/doc/openssl/html/man3/SSL_SESSION_set_timeout.html #usr/share/doc/openssl/html/man3/SSL_SESSION_up_ref.html @@ -2290,19 +2823,33 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/SSL_add0_chain_cert.html #usr/share/doc/openssl/html/man3/SSL_add1_chain_cert.html #usr/share/doc/openssl/html/man3/SSL_add1_host.html +#usr/share/doc/openssl/html/man3/SSL_add1_to_CA_list.html #usr/share/doc/openssl/html/man3/SSL_add_client_CA.html -#usr/share/doc/openssl/html/man3/SSL_add_session.html #usr/share/doc/openssl/html/man3/SSL_alert_desc_string.html #usr/share/doc/openssl/html/man3/SSL_alert_desc_string_long.html #usr/share/doc/openssl/html/man3/SSL_alert_type_string.html #usr/share/doc/openssl/html/man3/SSL_alert_type_string_long.html +#usr/share/doc/openssl/html/man3/SSL_alloc_buffers.html +#usr/share/doc/openssl/html/man3/SSL_allow_early_data_cb_fn.html #usr/share/doc/openssl/html/man3/SSL_build_cert_chain.html +#usr/share/doc/openssl/html/man3/SSL_bytes_to_cipher_list.html #usr/share/doc/openssl/html/man3/SSL_callback_ctrl.html #usr/share/doc/openssl/html/man3/SSL_check_chain.html #usr/share/doc/openssl/html/man3/SSL_check_private_key.html #usr/share/doc/openssl/html/man3/SSL_clear.html #usr/share/doc/openssl/html/man3/SSL_clear_chain_certs.html +#usr/share/doc/openssl/html/man3/SSL_clear_mode.html #usr/share/doc/openssl/html/man3/SSL_clear_options.html +#usr/share/doc/openssl/html/man3/SSL_client_hello_cb_fn.html +#usr/share/doc/openssl/html/man3/SSL_client_hello_get0_ciphers.html +#usr/share/doc/openssl/html/man3/SSL_client_hello_get0_compression_methods.html +#usr/share/doc/openssl/html/man3/SSL_client_hello_get0_ext.html +#usr/share/doc/openssl/html/man3/SSL_client_hello_get0_legacy_version.html +#usr/share/doc/openssl/html/man3/SSL_client_hello_get0_random.html +#usr/share/doc/openssl/html/man3/SSL_client_hello_get0_session_id.html +#usr/share/doc/openssl/html/man3/SSL_client_hello_get1_extensions_present.html +#usr/share/doc/openssl/html/man3/SSL_client_hello_isv2.html +#usr/share/doc/openssl/html/man3/SSL_client_version.html #usr/share/doc/openssl/html/man3/SSL_config.html #usr/share/doc/openssl/html/man3/SSL_connect.html #usr/share/doc/openssl/html/man3/SSL_ct_is_enabled.html @@ -2313,23 +2860,28 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/SSL_dane_tlsa_add.html #usr/share/doc/openssl/html/man3/SSL_disable_ct.html #usr/share/doc/openssl/html/man3/SSL_do_handshake.html +#usr/share/doc/openssl/html/man3/SSL_dup.html #usr/share/doc/openssl/html/man3/SSL_enable_ct.html #usr/share/doc/openssl/html/man3/SSL_export_keying_material.html +#usr/share/doc/openssl/html/man3/SSL_export_keying_material_early.html #usr/share/doc/openssl/html/man3/SSL_extension_supported.html -#usr/share/doc/openssl/html/man3/SSL_flush_sessions.html #usr/share/doc/openssl/html/man3/SSL_free.html +#usr/share/doc/openssl/html/man3/SSL_free_buffers.html +#usr/share/doc/openssl/html/man3/SSL_get0_CA_list.html #usr/share/doc/openssl/html/man3/SSL_get0_alpn_selected.html #usr/share/doc/openssl/html/man3/SSL_get0_chain_certs.html #usr/share/doc/openssl/html/man3/SSL_get0_dane_authority.html #usr/share/doc/openssl/html/man3/SSL_get0_dane_tlsa.html #usr/share/doc/openssl/html/man3/SSL_get0_next_proto_negotiated.html #usr/share/doc/openssl/html/man3/SSL_get0_param.html +#usr/share/doc/openssl/html/man3/SSL_get0_peer_CA_list.html #usr/share/doc/openssl/html/man3/SSL_get0_peer_scts.html #usr/share/doc/openssl/html/man3/SSL_get0_peername.html #usr/share/doc/openssl/html/man3/SSL_get0_security_ex_data.html #usr/share/doc/openssl/html/man3/SSL_get0_session.html #usr/share/doc/openssl/html/man3/SSL_get0_verified_chain.html #usr/share/doc/openssl/html/man3/SSL_get1_curves.html +#usr/share/doc/openssl/html/man3/SSL_get1_groups.html #usr/share/doc/openssl/html/man3/SSL_get1_session.html #usr/share/doc/openssl/html/man3/SSL_get1_supported_ciphers.html #usr/share/doc/openssl/html/man3/SSL_get_SSL_CTX.html @@ -2348,42 +2900,60 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/SSL_get_default_passwd_cb.html #usr/share/doc/openssl/html/man3/SSL_get_default_passwd_cb_userdata.html #usr/share/doc/openssl/html/man3/SSL_get_default_timeout.html +#usr/share/doc/openssl/html/man3/SSL_get_early_data_status.html #usr/share/doc/openssl/html/man3/SSL_get_error.html #usr/share/doc/openssl/html/man3/SSL_get_ex_data.html #usr/share/doc/openssl/html/man3/SSL_get_ex_data_X509_STORE_CTX_idx.html #usr/share/doc/openssl/html/man3/SSL_get_extms_support.html #usr/share/doc/openssl/html/man3/SSL_get_fd.html #usr/share/doc/openssl/html/man3/SSL_get_info_callback.html +#usr/share/doc/openssl/html/man3/SSL_get_key_update_type.html #usr/share/doc/openssl/html/man3/SSL_get_max_cert_list.html +#usr/share/doc/openssl/html/man3/SSL_get_max_early_data.html #usr/share/doc/openssl/html/man3/SSL_get_max_proto_version.html #usr/share/doc/openssl/html/man3/SSL_get_min_proto_version.html #usr/share/doc/openssl/html/man3/SSL_get_mode.html +#usr/share/doc/openssl/html/man3/SSL_get_num_tickets.html #usr/share/doc/openssl/html/man3/SSL_get_options.html #usr/share/doc/openssl/html/man3/SSL_get_peer_cert_chain.html #usr/share/doc/openssl/html/man3/SSL_get_peer_certificate.html +#usr/share/doc/openssl/html/man3/SSL_get_peer_signature_nid.html +#usr/share/doc/openssl/html/man3/SSL_get_peer_signature_type_nid.html +#usr/share/doc/openssl/html/man3/SSL_get_peer_tmp_key.html +#usr/share/doc/openssl/html/man3/SSL_get_pending_cipher.html #usr/share/doc/openssl/html/man3/SSL_get_psk_identity.html #usr/share/doc/openssl/html/man3/SSL_get_psk_identity_hint.html #usr/share/doc/openssl/html/man3/SSL_get_quiet_shutdown.html #usr/share/doc/openssl/html/man3/SSL_get_rbio.html #usr/share/doc/openssl/html/man3/SSL_get_read_ahead.html +#usr/share/doc/openssl/html/man3/SSL_get_record_padding_callback_arg.html +#usr/share/doc/openssl/html/man3/SSL_get_recv_max_early_data.html #usr/share/doc/openssl/html/man3/SSL_get_rfd.html #usr/share/doc/openssl/html/man3/SSL_get_secure_renegotiation_support.html #usr/share/doc/openssl/html/man3/SSL_get_security_callback.html #usr/share/doc/openssl/html/man3/SSL_get_security_level.html #usr/share/doc/openssl/html/man3/SSL_get_selected_srtp_profile.html #usr/share/doc/openssl/html/man3/SSL_get_server_random.html +#usr/share/doc/openssl/html/man3/SSL_get_server_tmp_key.html +#usr/share/doc/openssl/html/man3/SSL_get_servername.html +#usr/share/doc/openssl/html/man3/SSL_get_servername_type.html #usr/share/doc/openssl/html/man3/SSL_get_session.html #usr/share/doc/openssl/html/man3/SSL_get_shared_ciphers.html #usr/share/doc/openssl/html/man3/SSL_get_shared_curve.html +#usr/share/doc/openssl/html/man3/SSL_get_shared_group.html #usr/share/doc/openssl/html/man3/SSL_get_shared_sigalgs.html #usr/share/doc/openssl/html/man3/SSL_get_shutdown.html #usr/share/doc/openssl/html/man3/SSL_get_sigalgs.html +#usr/share/doc/openssl/html/man3/SSL_get_signature_nid.html +#usr/share/doc/openssl/html/man3/SSL_get_signature_type_nid.html #usr/share/doc/openssl/html/man3/SSL_get_srtp_profiles.html #usr/share/doc/openssl/html/man3/SSL_get_ssl_method.html +#usr/share/doc/openssl/html/man3/SSL_get_state.html #usr/share/doc/openssl/html/man3/SSL_get_time.html #usr/share/doc/openssl/html/man3/SSL_get_timeout.html #usr/share/doc/openssl/html/man3/SSL_get_tlsext_status_ocsp_resp.html #usr/share/doc/openssl/html/man3/SSL_get_tlsext_status_type.html +#usr/share/doc/openssl/html/man3/SSL_get_tmp_key.html #usr/share/doc/openssl/html/man3/SSL_get_verify_callback.html #usr/share/doc/openssl/html/man3/SSL_get_verify_depth.html #usr/share/doc/openssl/html/man3/SSL_get_verify_mode.html @@ -2393,19 +2963,37 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/SSL_get_wfd.html #usr/share/doc/openssl/html/man3/SSL_has_matching_session_id.html #usr/share/doc/openssl/html/man3/SSL_has_pending.html +#usr/share/doc/openssl/html/man3/SSL_in_accept_init.html +#usr/share/doc/openssl/html/man3/SSL_in_before.html +#usr/share/doc/openssl/html/man3/SSL_in_connect_init.html +#usr/share/doc/openssl/html/man3/SSL_in_init.html #usr/share/doc/openssl/html/man3/SSL_is_dtls.html +#usr/share/doc/openssl/html/man3/SSL_is_init_finished.html +#usr/share/doc/openssl/html/man3/SSL_is_server.html +#usr/share/doc/openssl/html/man3/SSL_key_update.html #usr/share/doc/openssl/html/man3/SSL_library_init.html #usr/share/doc/openssl/html/man3/SSL_load_client_CA_file.html #usr/share/doc/openssl/html/man3/SSL_load_error_strings.html #usr/share/doc/openssl/html/man3/SSL_new.html +#usr/share/doc/openssl/html/man3/SSL_peek.html +#usr/share/doc/openssl/html/man3/SSL_peek_ex.html #usr/share/doc/openssl/html/man3/SSL_pending.html +#usr/share/doc/openssl/html/man3/SSL_psk_client_cb_func.html +#usr/share/doc/openssl/html/man3/SSL_psk_find_session_cb_func.html +#usr/share/doc/openssl/html/man3/SSL_psk_server_cb_func.html +#usr/share/doc/openssl/html/man3/SSL_psk_use_session_cb_func.html #usr/share/doc/openssl/html/man3/SSL_read.html -#usr/share/doc/openssl/html/man3/SSL_remove_session.html +#usr/share/doc/openssl/html/man3/SSL_read_early_data.html +#usr/share/doc/openssl/html/man3/SSL_read_ex.html +#usr/share/doc/openssl/html/man3/SSL_renegotiate.html +#usr/share/doc/openssl/html/man3/SSL_renegotiate_abbreviated.html +#usr/share/doc/openssl/html/man3/SSL_renegotiate_pending.html #usr/share/doc/openssl/html/man3/SSL_rstate_string.html #usr/share/doc/openssl/html/man3/SSL_rstate_string_long.html #usr/share/doc/openssl/html/man3/SSL_select_current_cert.html #usr/share/doc/openssl/html/man3/SSL_select_next_proto.html #usr/share/doc/openssl/html/man3/SSL_session_reused.html +#usr/share/doc/openssl/html/man3/SSL_set0_CA_list.html #usr/share/doc/openssl/html/man3/SSL_set0_chain.html #usr/share/doc/openssl/html/man3/SSL_set0_chain_cert_store.html #usr/share/doc/openssl/html/man3/SSL_set0_rbio.html @@ -2418,16 +3006,21 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/SSL_set1_client_sigalgs_list.html #usr/share/doc/openssl/html/man3/SSL_set1_curves.html #usr/share/doc/openssl/html/man3/SSL_set1_curves_list.html +#usr/share/doc/openssl/html/man3/SSL_set1_groups.html +#usr/share/doc/openssl/html/man3/SSL_set1_groups_list.html #usr/share/doc/openssl/html/man3/SSL_set1_host.html #usr/share/doc/openssl/html/man3/SSL_set1_param.html #usr/share/doc/openssl/html/man3/SSL_set1_sigalgs.html #usr/share/doc/openssl/html/man3/SSL_set1_sigalgs_list.html #usr/share/doc/openssl/html/man3/SSL_set1_verify_cert_store.html #usr/share/doc/openssl/html/man3/SSL_set_accept_state.html +#usr/share/doc/openssl/html/man3/SSL_set_allow_early_data_cb.html #usr/share/doc/openssl/html/man3/SSL_set_alpn_protos.html #usr/share/doc/openssl/html/man3/SSL_set_bio.html +#usr/share/doc/openssl/html/man3/SSL_set_block_padding.html #usr/share/doc/openssl/html/man3/SSL_set_cert_cb.html #usr/share/doc/openssl/html/man3/SSL_set_cipher_list.html +#usr/share/doc/openssl/html/man3/SSL_set_ciphersuites.html #usr/share/doc/openssl/html/man3/SSL_set_client_CA_list.html #usr/share/doc/openssl/html/man3/SSL_set_connect_state.html #usr/share/doc/openssl/html/man3/SSL_set_ct_validation_callback.html @@ -2441,6 +3034,7 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/SSL_set_hostflags.html #usr/share/doc/openssl/html/man3/SSL_set_info_callback.html #usr/share/doc/openssl/html/man3/SSL_set_max_cert_list.html +#usr/share/doc/openssl/html/man3/SSL_set_max_early_data.html #usr/share/doc/openssl/html/man3/SSL_set_max_pipelines.html #usr/share/doc/openssl/html/man3/SSL_set_max_proto_version.html #usr/share/doc/openssl/html/man3/SSL_set_max_send_fragment.html @@ -2448,11 +3042,18 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/SSL_set_mode.html #usr/share/doc/openssl/html/man3/SSL_set_msg_callback.html #usr/share/doc/openssl/html/man3/SSL_set_msg_callback_arg.html +#usr/share/doc/openssl/html/man3/SSL_set_num_tickets.html #usr/share/doc/openssl/html/man3/SSL_set_options.html +#usr/share/doc/openssl/html/man3/SSL_set_post_handshake_auth.html #usr/share/doc/openssl/html/man3/SSL_set_psk_client_callback.html +#usr/share/doc/openssl/html/man3/SSL_set_psk_find_session_callback.html #usr/share/doc/openssl/html/man3/SSL_set_psk_server_callback.html +#usr/share/doc/openssl/html/man3/SSL_set_psk_use_session_callback.html #usr/share/doc/openssl/html/man3/SSL_set_quiet_shutdown.html #usr/share/doc/openssl/html/man3/SSL_set_read_ahead.html +#usr/share/doc/openssl/html/man3/SSL_set_record_padding_callback.html +#usr/share/doc/openssl/html/man3/SSL_set_record_padding_callback_arg.html +#usr/share/doc/openssl/html/man3/SSL_set_recv_max_early_data.html #usr/share/doc/openssl/html/man3/SSL_set_rfd.html #usr/share/doc/openssl/html/man3/SSL_set_security_callback.html #usr/share/doc/openssl/html/man3/SSL_set_security_level.html @@ -2463,6 +3064,8 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/SSL_set_ssl_method.html #usr/share/doc/openssl/html/man3/SSL_set_time.html #usr/share/doc/openssl/html/man3/SSL_set_timeout.html +#usr/share/doc/openssl/html/man3/SSL_set_tlsext_host_name.html +#usr/share/doc/openssl/html/man3/SSL_set_tlsext_max_fragment_length.html #usr/share/doc/openssl/html/man3/SSL_set_tlsext_status_ocsp_resp.html #usr/share/doc/openssl/html/man3/SSL_set_tlsext_status_type.html #usr/share/doc/openssl/html/man3/SSL_set_tlsext_use_srtp.html @@ -2475,6 +3078,7 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/SSL_shutdown.html #usr/share/doc/openssl/html/man3/SSL_state_string.html #usr/share/doc/openssl/html/man3/SSL_state_string_long.html +#usr/share/doc/openssl/html/man3/SSL_stateless.html #usr/share/doc/openssl/html/man3/SSL_up_ref.html #usr/share/doc/openssl/html/man3/SSL_use_PrivateKey.html #usr/share/doc/openssl/html/man3/SSL_use_PrivateKey_ASN1.html @@ -2482,21 +3086,27 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/SSL_use_RSAPrivateKey.html #usr/share/doc/openssl/html/man3/SSL_use_RSAPrivateKey_ASN1.html #usr/share/doc/openssl/html/man3/SSL_use_RSAPrivateKey_file.html +#usr/share/doc/openssl/html/man3/SSL_use_cert_and_key.html #usr/share/doc/openssl/html/man3/SSL_use_certificate.html #usr/share/doc/openssl/html/man3/SSL_use_certificate_ASN1.html #usr/share/doc/openssl/html/man3/SSL_use_certificate_chain_file.html #usr/share/doc/openssl/html/man3/SSL_use_certificate_file.html #usr/share/doc/openssl/html/man3/SSL_use_psk_identity_hint.html #usr/share/doc/openssl/html/man3/SSL_verify_cb.html +#usr/share/doc/openssl/html/man3/SSL_verify_client_post_handshake.html +#usr/share/doc/openssl/html/man3/SSL_version.html #usr/share/doc/openssl/html/man3/SSL_waiting_for_async.html #usr/share/doc/openssl/html/man3/SSL_want.html #usr/share/doc/openssl/html/man3/SSL_want_async.html #usr/share/doc/openssl/html/man3/SSL_want_async_job.html +#usr/share/doc/openssl/html/man3/SSL_want_client_hello_cb.html #usr/share/doc/openssl/html/man3/SSL_want_nothing.html #usr/share/doc/openssl/html/man3/SSL_want_read.html #usr/share/doc/openssl/html/man3/SSL_want_write.html #usr/share/doc/openssl/html/man3/SSL_want_x509_lookup.html #usr/share/doc/openssl/html/man3/SSL_write.html +#usr/share/doc/openssl/html/man3/SSL_write_early_data.html +#usr/share/doc/openssl/html/man3/SSL_write_ex.html #usr/share/doc/openssl/html/man3/SSLv23_client_method.html #usr/share/doc/openssl/html/man3/SSLv23_method.html #usr/share/doc/openssl/html/man3/SSLv23_server_method.html @@ -2543,6 +3153,9 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/UI_METHOD.html #usr/share/doc/openssl/html/man3/UI_OpenSSL.html #usr/share/doc/openssl/html/man3/UI_STRING.html +#usr/share/doc/openssl/html/man3/UI_UTIL_read_pw.html +#usr/share/doc/openssl/html/man3/UI_UTIL_read_pw_string.html +#usr/share/doc/openssl/html/man3/UI_UTIL_wrap_read_pem_callback.html #usr/share/doc/openssl/html/man3/UI_add_error_string.html #usr/share/doc/openssl/html/man3/UI_add_info_string.html #usr/share/doc/openssl/html/man3/UI_add_input_boolean.html @@ -2557,6 +3170,7 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/UI_dup_info_string.html #usr/share/doc/openssl/html/man3/UI_dup_input_boolean.html #usr/share/doc/openssl/html/man3/UI_dup_input_string.html +#usr/share/doc/openssl/html/man3/UI_dup_user_data.html #usr/share/doc/openssl/html/man3/UI_dup_verify_string.html #usr/share/doc/openssl/html/man3/UI_free.html #usr/share/doc/openssl/html/man3/UI_get0_action_string.html @@ -2570,10 +3184,14 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/UI_get_ex_new_index.html #usr/share/doc/openssl/html/man3/UI_get_input_flags.html #usr/share/doc/openssl/html/man3/UI_get_method.html +#usr/share/doc/openssl/html/man3/UI_get_result_length.html #usr/share/doc/openssl/html/man3/UI_get_result_maxsize.html #usr/share/doc/openssl/html/man3/UI_get_result_minsize.html +#usr/share/doc/openssl/html/man3/UI_get_result_string_length.html #usr/share/doc/openssl/html/man3/UI_get_string_type.html #usr/share/doc/openssl/html/man3/UI_method_get_closer.html +#usr/share/doc/openssl/html/man3/UI_method_get_data_destructor.html +#usr/share/doc/openssl/html/man3/UI_method_get_data_duplicator.html #usr/share/doc/openssl/html/man3/UI_method_get_ex_data.html #usr/share/doc/openssl/html/man3/UI_method_get_flusher.html #usr/share/doc/openssl/html/man3/UI_method_get_opener.html @@ -2581,6 +3199,7 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/UI_method_get_reader.html #usr/share/doc/openssl/html/man3/UI_method_get_writer.html #usr/share/doc/openssl/html/man3/UI_method_set_closer.html +#usr/share/doc/openssl/html/man3/UI_method_set_data_duplicator.html #usr/share/doc/openssl/html/man3/UI_method_set_ex_data.html #usr/share/doc/openssl/html/man3/UI_method_set_flusher.html #usr/share/doc/openssl/html/man3/UI_method_set_opener.html @@ -2595,6 +3214,7 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/UI_set_ex_data.html #usr/share/doc/openssl/html/man3/UI_set_method.html #usr/share/doc/openssl/html/man3/UI_set_result.html +#usr/share/doc/openssl/html/man3/UI_set_result_ex.html #usr/share/doc/openssl/html/man3/UI_string_types.html #usr/share/doc/openssl/html/man3/USERNOTICE_free.html #usr/share/doc/openssl/html/man3/USERNOTICE_new.html @@ -2732,6 +3352,7 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/X509_PUBKEY_set0_param.html #usr/share/doc/openssl/html/man3/X509_REQ_INFO_free.html #usr/share/doc/openssl/html/man3/X509_REQ_INFO_new.html +#usr/share/doc/openssl/html/man3/X509_REQ_check_private_key.html #usr/share/doc/openssl/html/man3/X509_REQ_digest.html #usr/share/doc/openssl/html/man3/X509_REQ_dup.html #usr/share/doc/openssl/html/man3/X509_REQ_free.html @@ -2766,6 +3387,8 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/X509_REVOKED_new.html #usr/share/doc/openssl/html/man3/X509_REVOKED_set_revocationDate.html #usr/share/doc/openssl/html/man3/X509_REVOKED_set_serialNumber.html +#usr/share/doc/openssl/html/man3/X509_SIG_INFO_get.html +#usr/share/doc/openssl/html/man3/X509_SIG_INFO_set.html #usr/share/doc/openssl/html/man3/X509_SIG_free.html #usr/share/doc/openssl/html/man3/X509_SIG_get0.html #usr/share/doc/openssl/html/man3/X509_SIG_getm.html @@ -2822,6 +3445,8 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/X509_STORE_CTX_set_verify_cb.html #usr/share/doc/openssl/html/man3/X509_STORE_CTX_verify_cb.html #usr/share/doc/openssl/html/man3/X509_STORE_CTX_verify_fn.html +#usr/share/doc/openssl/html/man3/X509_STORE_add_cert.html +#usr/share/doc/openssl/html/man3/X509_STORE_add_crl.html #usr/share/doc/openssl/html/man3/X509_STORE_free.html #usr/share/doc/openssl/html/man3/X509_STORE_get0_objects.html #usr/share/doc/openssl/html/man3/X509_STORE_get0_param.html @@ -2838,6 +3463,7 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/X509_STORE_get_lookup_certs.html #usr/share/doc/openssl/html/man3/X509_STORE_get_lookup_crls.html #usr/share/doc/openssl/html/man3/X509_STORE_get_verify_cb.html +#usr/share/doc/openssl/html/man3/X509_STORE_load_locations.html #usr/share/doc/openssl/html/man3/X509_STORE_lock.html #usr/share/doc/openssl/html/man3/X509_STORE_new.html #usr/share/doc/openssl/html/man3/X509_STORE_set1_param.html @@ -2847,12 +3473,17 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/X509_STORE_set_check_policy.html #usr/share/doc/openssl/html/man3/X509_STORE_set_check_revocation.html #usr/share/doc/openssl/html/man3/X509_STORE_set_cleanup.html +#usr/share/doc/openssl/html/man3/X509_STORE_set_default_paths.html +#usr/share/doc/openssl/html/man3/X509_STORE_set_depth.html #usr/share/doc/openssl/html/man3/X509_STORE_set_ex_data.html +#usr/share/doc/openssl/html/man3/X509_STORE_set_flags.html #usr/share/doc/openssl/html/man3/X509_STORE_set_get_crl.html #usr/share/doc/openssl/html/man3/X509_STORE_set_get_issuer.html #usr/share/doc/openssl/html/man3/X509_STORE_set_lookup_certs.html #usr/share/doc/openssl/html/man3/X509_STORE_set_lookup_crls.html #usr/share/doc/openssl/html/man3/X509_STORE_set_lookup_crls_cb.html +#usr/share/doc/openssl/html/man3/X509_STORE_set_purpose.html +#usr/share/doc/openssl/html/man3/X509_STORE_set_trust.html #usr/share/doc/openssl/html/man3/X509_STORE_set_verify.html #usr/share/doc/openssl/html/man3/X509_STORE_set_verify_cb.html #usr/share/doc/openssl/html/man3/X509_STORE_set_verify_cb_func.html @@ -2893,6 +3524,8 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/X509_check_ip.html #usr/share/doc/openssl/html/man3/X509_check_ip_asc.html #usr/share/doc/openssl/html/man3/X509_check_issued.html +#usr/share/doc/openssl/html/man3/X509_check_private_key.html +#usr/share/doc/openssl/html/man3/X509_cmp_current_time.html #usr/share/doc/openssl/html/man3/X509_cmp_time.html #usr/share/doc/openssl/html/man3/X509_delete_ext.html #usr/share/doc/openssl/html/man3/X509_digest.html @@ -2925,6 +3558,7 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/X509_get_proxy_pathlen.html #usr/share/doc/openssl/html/man3/X509_get_pubkey.html #usr/share/doc/openssl/html/man3/X509_get_serialNumber.html +#usr/share/doc/openssl/html/man3/X509_get_signature_info.html #usr/share/doc/openssl/html/man3/X509_get_signature_nid.html #usr/share/doc/openssl/html/man3/X509_get_subject_name.html #usr/share/doc/openssl/html/man3/X509_get_version.html @@ -2947,6 +3581,8 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/X509_set_version.html #usr/share/doc/openssl/html/man3/X509_sign.html #usr/share/doc/openssl/html/man3/X509_sign_ctx.html +#usr/share/doc/openssl/html/man3/X509_time_adj.html +#usr/share/doc/openssl/html/man3/X509_time_adj_ex.html #usr/share/doc/openssl/html/man3/X509_up_ref.html #usr/share/doc/openssl/html/man3/X509_verify.html #usr/share/doc/openssl/html/man3/X509_verify_cert.html @@ -2958,11 +3594,12 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/X509v3_get_ext_by_OBJ.html #usr/share/doc/openssl/html/man3/X509v3_get_ext_by_critical.html #usr/share/doc/openssl/html/man3/X509v3_get_ext_count.html -#usr/share/doc/openssl/html/man3/bio.html #usr/share/doc/openssl/html/man3/custom_ext_add_cb.html #usr/share/doc/openssl/html/man3/custom_ext_free_cb.html #usr/share/doc/openssl/html/man3/custom_ext_parse_cb.html #usr/share/doc/openssl/html/man3/d2i_ACCESS_DESCRIPTION.html +#usr/share/doc/openssl/html/man3/d2i_ADMISSIONS.html +#usr/share/doc/openssl/html/man3/d2i_ADMISSION_SYNTAX.html #usr/share/doc/openssl/html/man3/d2i_ASIdOrRange.html #usr/share/doc/openssl/html/man3/d2i_ASIdentifierChoice.html #usr/share/doc/openssl/html/man3/d2i_ASIdentifiers.html @@ -3034,11 +3671,11 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/d2i_IPAddressOrRange.html #usr/share/doc/openssl/html/man3/d2i_IPAddressRange.html #usr/share/doc/openssl/html/man3/d2i_ISSUING_DIST_POINT.html +#usr/share/doc/openssl/html/man3/d2i_NAMING_AUTHORITY.html #usr/share/doc/openssl/html/man3/d2i_NETSCAPE_CERT_SEQUENCE.html #usr/share/doc/openssl/html/man3/d2i_NETSCAPE_SPKAC.html #usr/share/doc/openssl/html/man3/d2i_NETSCAPE_SPKI.html #usr/share/doc/openssl/html/man3/d2i_NOTICEREF.html -#usr/share/doc/openssl/html/man3/d2i_Netscape_RSA.html #usr/share/doc/openssl/html/man3/d2i_OCSP_BASICRESP.html #usr/share/doc/openssl/html/man3/d2i_OCSP_CERTID.html #usr/share/doc/openssl/html/man3/d2i_OCSP_CERTSTATUS.html @@ -3086,6 +3723,7 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/d2i_PKEY_USAGE_PERIOD.html #usr/share/doc/openssl/html/man3/d2i_POLICYINFO.html #usr/share/doc/openssl/html/man3/d2i_POLICYQUALINFO.html +#usr/share/doc/openssl/html/man3/d2i_PROFESSION_INFO.html #usr/share/doc/openssl/html/man3/d2i_PROXY_CERT_INFO_EXTENSION.html #usr/share/doc/openssl/html/man3/d2i_PROXY_POLICY.html #usr/share/doc/openssl/html/man3/d2i_PUBKEY.html @@ -3106,6 +3744,7 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/d2i_RSA_PUBKEY.html #usr/share/doc/openssl/html/man3/d2i_RSA_PUBKEY_bio.html #usr/share/doc/openssl/html/man3/d2i_RSA_PUBKEY_fp.html +#usr/share/doc/openssl/html/man3/d2i_SCRYPT_PARAMS.html #usr/share/doc/openssl/html/man3/d2i_SCT_LIST.html #usr/share/doc/openssl/html/man3/d2i_SSL_SESSION.html #usr/share/doc/openssl/html/man3/d2i_SXNET.html @@ -3149,6 +3788,8 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/d2i_X509_SIG.html #usr/share/doc/openssl/html/man3/d2i_X509_VAL.html #usr/share/doc/openssl/html/man3/i2d_ACCESS_DESCRIPTION.html +#usr/share/doc/openssl/html/man3/i2d_ADMISSIONS.html +#usr/share/doc/openssl/html/man3/i2d_ADMISSION_SYNTAX.html #usr/share/doc/openssl/html/man3/i2d_ASIdOrRange.html #usr/share/doc/openssl/html/man3/i2d_ASIdentifierChoice.html #usr/share/doc/openssl/html/man3/i2d_ASIdentifiers.html @@ -3220,11 +3861,11 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/i2d_IPAddressOrRange.html #usr/share/doc/openssl/html/man3/i2d_IPAddressRange.html #usr/share/doc/openssl/html/man3/i2d_ISSUING_DIST_POINT.html +#usr/share/doc/openssl/html/man3/i2d_NAMING_AUTHORITY.html #usr/share/doc/openssl/html/man3/i2d_NETSCAPE_CERT_SEQUENCE.html #usr/share/doc/openssl/html/man3/i2d_NETSCAPE_SPKAC.html #usr/share/doc/openssl/html/man3/i2d_NETSCAPE_SPKI.html #usr/share/doc/openssl/html/man3/i2d_NOTICEREF.html -#usr/share/doc/openssl/html/man3/i2d_Netscape_RSA.html #usr/share/doc/openssl/html/man3/i2d_OCSP_BASICRESP.html #usr/share/doc/openssl/html/man3/i2d_OCSP_CERTID.html #usr/share/doc/openssl/html/man3/i2d_OCSP_CERTSTATUS.html @@ -3278,6 +3919,7 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/i2d_PKEY_USAGE_PERIOD.html #usr/share/doc/openssl/html/man3/i2d_POLICYINFO.html #usr/share/doc/openssl/html/man3/i2d_POLICYQUALINFO.html +#usr/share/doc/openssl/html/man3/i2d_PROFESSION_INFO.html #usr/share/doc/openssl/html/man3/i2d_PROXY_CERT_INFO_EXTENSION.html #usr/share/doc/openssl/html/man3/i2d_PROXY_POLICY.html #usr/share/doc/openssl/html/man3/i2d_PUBKEY.html @@ -3296,6 +3938,7 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/i2d_RSA_PUBKEY.html #usr/share/doc/openssl/html/man3/i2d_RSA_PUBKEY_bio.html #usr/share/doc/openssl/html/man3/i2d_RSA_PUBKEY_fp.html +#usr/share/doc/openssl/html/man3/i2d_SCRYPT_PARAMS.html #usr/share/doc/openssl/html/man3/i2d_SCT_LIST.html #usr/share/doc/openssl/html/man3/i2d_SSL_SESSION.html #usr/share/doc/openssl/html/man3/i2d_SXNET.html @@ -3366,10 +4009,12 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/sk_TYPE_is_sorted.html #usr/share/doc/openssl/html/man3/sk_TYPE_new.html #usr/share/doc/openssl/html/man3/sk_TYPE_new_null.html +#usr/share/doc/openssl/html/man3/sk_TYPE_new_reserve.html #usr/share/doc/openssl/html/man3/sk_TYPE_num.html #usr/share/doc/openssl/html/man3/sk_TYPE_pop.html #usr/share/doc/openssl/html/man3/sk_TYPE_pop_free.html #usr/share/doc/openssl/html/man3/sk_TYPE_push.html +#usr/share/doc/openssl/html/man3/sk_TYPE_reserve.html #usr/share/doc/openssl/html/man3/sk_TYPE_set.html #usr/share/doc/openssl/html/man3/sk_TYPE_set_cmp_func.html #usr/share/doc/openssl/html/man3/sk_TYPE_shift.html @@ -3382,16 +4027,27 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man5/config.html #usr/share/doc/openssl/html/man5/x509v3_config.html #usr/share/doc/openssl/html/man7 +#usr/share/doc/openssl/html/man7/Ed25519.html +#usr/share/doc/openssl/html/man7/Ed448.html +#usr/share/doc/openssl/html/man7/RAND.html +#usr/share/doc/openssl/html/man7/RAND_DRBG.html +#usr/share/doc/openssl/html/man7/RSA-PSS.html +#usr/share/doc/openssl/html/man7/SM2.html +#usr/share/doc/openssl/html/man7/X25519.html +#usr/share/doc/openssl/html/man7/X448.html +#usr/share/doc/openssl/html/man7/bio.html #usr/share/doc/openssl/html/man7/crypto.html #usr/share/doc/openssl/html/man7/ct.html #usr/share/doc/openssl/html/man7/des_modes.html #usr/share/doc/openssl/html/man7/evp.html +#usr/share/doc/openssl/html/man7/ossl_store-file.html +#usr/share/doc/openssl/html/man7/ossl_store.html +#usr/share/doc/openssl/html/man7/passphrase-encoding.html +#usr/share/doc/openssl/html/man7/scrypt.html #usr/share/doc/openssl/html/man7/ssl.html #usr/share/doc/openssl/html/man7/x509.html #usr/share/man/man1/CA.pl.1 #usr/share/man/man1/asn1parse.1 -#usr/share/man/man1/blake2b.1 -#usr/share/man/man1/blake2s.1 #usr/share/man/man1/c_rehash.1 #usr/share/man/man1/ca.1 #usr/share/man/man1/ciphers.1 @@ -3411,9 +4067,6 @@ usr/lib/libssl.so.1.1 #usr/share/man/man1/genpkey.1 #usr/share/man/man1/genrsa.1 #usr/share/man/man1/list.1 -#usr/share/man/man1/md4.1 -#usr/share/man/man1/md5.1 -#usr/share/man/man1/mdc2.1 #usr/share/man/man1/nseq.1 #usr/share/man/man1/ocsp.1 #usr/share/man/man1/openssl-asn1parse.1 @@ -3445,6 +4098,7 @@ usr/lib/libssl.so.1.1 #usr/share/man/man1/openssl-pkey.1 #usr/share/man/man1/openssl-pkeyparam.1 #usr/share/man/man1/openssl-pkeyutl.1 +#usr/share/man/man1/openssl-prime.1 #usr/share/man/man1/openssl-rand.1 #usr/share/man/man1/openssl-rehash.1 #usr/share/man/man1/openssl-req.1 @@ -3457,6 +4111,8 @@ usr/lib/libssl.so.1.1 #usr/share/man/man1/openssl-smime.1 #usr/share/man/man1/openssl-speed.1 #usr/share/man/man1/openssl-spkac.1 +#usr/share/man/man1/openssl-srp.1 +#usr/share/man/man1/openssl-storeutl.1 #usr/share/man/man1/openssl-ts.1 #usr/share/man/man1/openssl-tsget.1 #usr/share/man/man1/openssl-verify.1 @@ -3469,25 +4125,21 @@ usr/lib/libssl.so.1.1 #usr/share/man/man1/pkey.1 #usr/share/man/man1/pkeyparam.1 #usr/share/man/man1/pkeyutl.1 +#usr/share/man/man1/prime.1 #usr/share/man/man1/rand.1 #usr/share/man/man1/rehash.1 #usr/share/man/man1/req.1 -#usr/share/man/man1/ripemd160.1 #usr/share/man/man1/rsa.1 #usr/share/man/man1/rsautl.1 #usr/share/man/man1/s_client.1 #usr/share/man/man1/s_server.1 #usr/share/man/man1/s_time.1 #usr/share/man/man1/sess_id.1 -#usr/share/man/man1/sha.1 -#usr/share/man/man1/sha1.1 -#usr/share/man/man1/sha224.1 -#usr/share/man/man1/sha256.1 -#usr/share/man/man1/sha384.1 -#usr/share/man/man1/sha512.1 #usr/share/man/man1/smime.1 #usr/share/man/man1/speed.1 #usr/share/man/man1/spkac.1 +#usr/share/man/man1/srp.1 +#usr/share/man/man1/storeutl.1 #usr/share/man/man1/ts.1 #usr/share/man/man1/tsget.1 #usr/share/man/man1/verify.1 @@ -3495,6 +4147,22 @@ usr/lib/libssl.so.1.1 #usr/share/man/man1/x509.1 #usr/share/man/man3/ACCESS_DESCRIPTION_free.3 #usr/share/man/man3/ACCESS_DESCRIPTION_new.3 +#usr/share/man/man3/ADMISSIONS.3 +#usr/share/man/man3/ADMISSIONS_free.3 +#usr/share/man/man3/ADMISSIONS_get0_admissionAuthority.3 +#usr/share/man/man3/ADMISSIONS_get0_namingAuthority.3 +#usr/share/man/man3/ADMISSIONS_get0_professionInfos.3 +#usr/share/man/man3/ADMISSIONS_new.3 +#usr/share/man/man3/ADMISSIONS_set0_admissionAuthority.3 +#usr/share/man/man3/ADMISSIONS_set0_namingAuthority.3 +#usr/share/man/man3/ADMISSIONS_set0_professionInfos.3 +#usr/share/man/man3/ADMISSION_SYNTAX.3 +#usr/share/man/man3/ADMISSION_SYNTAX_free.3 +#usr/share/man/man3/ADMISSION_SYNTAX_get0_admissionAuthority.3 +#usr/share/man/man3/ADMISSION_SYNTAX_get0_contentsOfAdmissions.3 +#usr/share/man/man3/ADMISSION_SYNTAX_new.3 +#usr/share/man/man3/ADMISSION_SYNTAX_set0_admissionAuthority.3 +#usr/share/man/man3/ADMISSION_SYNTAX_set0_contentsOfAdmissions.3 #usr/share/man/man3/ASIdOrRange_free.3 #usr/share/man/man3/ASIdOrRange_new.3 #usr/share/man/man3/ASIdentifierChoice_free.3 @@ -3506,6 +4174,11 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/ASN1_ENUMERATED_set.3 #usr/share/man/man3/ASN1_ENUMERATED_set_int64.3 #usr/share/man/man3/ASN1_ENUMERATED_to_BN.3 +#usr/share/man/man3/ASN1_GENERALIZEDTIME_adj.3 +#usr/share/man/man3/ASN1_GENERALIZEDTIME_check.3 +#usr/share/man/man3/ASN1_GENERALIZEDTIME_print.3 +#usr/share/man/man3/ASN1_GENERALIZEDTIME_set.3 +#usr/share/man/man3/ASN1_GENERALIZEDTIME_set_string.3 #usr/share/man/man3/ASN1_INTEGER_get.3 #usr/share/man/man3/ASN1_INTEGER_get_int64.3 #usr/share/man/man3/ASN1_INTEGER_get_uint64.3 @@ -3514,8 +4187,14 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/ASN1_INTEGER_set_uint64.3 #usr/share/man/man3/ASN1_INTEGER_to_BN.3 #usr/share/man/man3/ASN1_ITEM.3 +#usr/share/man/man3/ASN1_ITEM_get.3 +#usr/share/man/man3/ASN1_ITEM_lookup.3 #usr/share/man/man3/ASN1_OBJECT_free.3 #usr/share/man/man3/ASN1_OBJECT_new.3 +#usr/share/man/man3/ASN1_STRING_TABLE.3 +#usr/share/man/man3/ASN1_STRING_TABLE_add.3 +#usr/share/man/man3/ASN1_STRING_TABLE_cleanup.3 +#usr/share/man/man3/ASN1_STRING_TABLE_get.3 #usr/share/man/man3/ASN1_STRING_cmp.3 #usr/share/man/man3/ASN1_STRING_data.3 #usr/share/man/man3/ASN1_STRING_dup.3 @@ -3532,16 +4211,28 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/ASN1_STRING_type_new.3 #usr/share/man/man3/ASN1_TIME_adj.3 #usr/share/man/man3/ASN1_TIME_check.3 +#usr/share/man/man3/ASN1_TIME_cmp_time_t.3 +#usr/share/man/man3/ASN1_TIME_compare.3 #usr/share/man/man3/ASN1_TIME_diff.3 +#usr/share/man/man3/ASN1_TIME_normalize.3 #usr/share/man/man3/ASN1_TIME_print.3 #usr/share/man/man3/ASN1_TIME_set.3 #usr/share/man/man3/ASN1_TIME_set_string.3 +#usr/share/man/man3/ASN1_TIME_set_string_X509.3 +#usr/share/man/man3/ASN1_TIME_to_generalizedtime.3 +#usr/share/man/man3/ASN1_TIME_to_tm.3 #usr/share/man/man3/ASN1_TYPE_cmp.3 #usr/share/man/man3/ASN1_TYPE_get.3 #usr/share/man/man3/ASN1_TYPE_pack_sequence.3 #usr/share/man/man3/ASN1_TYPE_set.3 #usr/share/man/man3/ASN1_TYPE_set1.3 #usr/share/man/man3/ASN1_TYPE_unpack_sequence.3 +#usr/share/man/man3/ASN1_UTCTIME_adj.3 +#usr/share/man/man3/ASN1_UTCTIME_check.3 +#usr/share/man/man3/ASN1_UTCTIME_cmp_time_t.3 +#usr/share/man/man3/ASN1_UTCTIME_print.3 +#usr/share/man/man3/ASN1_UTCTIME_set.3 +#usr/share/man/man3/ASN1_UTCTIME_set_string.3 #usr/share/man/man3/ASN1_add_oid_module.3 #usr/share/man/man3/ASN1_generate_nconf.3 #usr/share/man/man3/ASN1_generate_v3.3 @@ -3598,6 +4289,7 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/BIO_ADDR_service_string.3 #usr/share/man/man3/BIO_accept_ex.3 #usr/share/man/man3/BIO_append_filename.3 +#usr/share/man/man3/BIO_bind.3 #usr/share/man/man3/BIO_callback_ctrl.3 #usr/share/man/man3/BIO_callback_fn.3 #usr/share/man/man3/BIO_callback_fn_ex.3 @@ -3625,6 +4317,7 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/BIO_flush.3 #usr/share/man/man3/BIO_free.3 #usr/share/man/man3/BIO_free_all.3 +#usr/share/man/man3/BIO_get_accept_ip_family.3 #usr/share/man/man3/BIO_get_accept_name.3 #usr/share/man/man3/BIO_get_accept_port.3 #usr/share/man/man3/BIO_get_bind_mode.3 @@ -3637,6 +4330,7 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/BIO_get_close.3 #usr/share/man/man3/BIO_get_conn_address.3 #usr/share/man/man3/BIO_get_conn_hostname.3 +#usr/share/man/man3/BIO_get_conn_ip_family.3 #usr/share/man/man3/BIO_get_conn_port.3 #usr/share/man/man3/BIO_get_data.3 #usr/share/man/man3/BIO_get_ex_data.3 @@ -3651,6 +4345,8 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/BIO_get_mem_ptr.3 #usr/share/man/man3/BIO_get_new_index.3 #usr/share/man/man3/BIO_get_num_renegotiates.3 +#usr/share/man/man3/BIO_get_peer_name.3 +#usr/share/man/man3/BIO_get_peer_port.3 #usr/share/man/man3/BIO_get_read_request.3 #usr/share/man/man3/BIO_get_retry_BIO.3 #usr/share/man/man3/BIO_get_retry_reason.3 @@ -3664,6 +4360,7 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/BIO_int_ctrl.3 #usr/share/man/man3/BIO_listen.3 #usr/share/man/man3/BIO_lookup.3 +#usr/share/man/man3/BIO_lookup_ex.3 #usr/share/man/man3/BIO_lookup_type.3 #usr/share/man/man3/BIO_make_bio_pair.3 #usr/share/man/man3/BIO_meth_free.3 @@ -3674,7 +4371,9 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/BIO_meth_get_gets.3 #usr/share/man/man3/BIO_meth_get_puts.3 #usr/share/man/man3/BIO_meth_get_read.3 +#usr/share/man/man3/BIO_meth_get_read_ex.3 #usr/share/man/man3/BIO_meth_get_write.3 +#usr/share/man/man3/BIO_meth_get_write_ex.3 #usr/share/man/man3/BIO_meth_new.3 #usr/share/man/man3/BIO_meth_set_callback_ctrl.3 #usr/share/man/man3/BIO_meth_set_create.3 @@ -3683,7 +4382,9 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/BIO_meth_set_gets.3 #usr/share/man/man3/BIO_meth_set_puts.3 #usr/share/man/man3/BIO_meth_set_read.3 +#usr/share/man/man3/BIO_meth_set_read_ex.3 #usr/share/man/man3/BIO_meth_set_write.3 +#usr/share/man/man3/BIO_meth_set_write_ex.3 #usr/share/man/man3/BIO_method_type.3 #usr/share/man/man3/BIO_new.3 #usr/share/man/man3/BIO_new_CMS.3 @@ -3707,6 +4408,7 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/BIO_push.3 #usr/share/man/man3/BIO_puts.3 #usr/share/man/man3/BIO_read.3 +#usr/share/man/man3/BIO_read_ex.3 #usr/share/man/man3/BIO_read_filename.3 #usr/share/man/man3/BIO_reset.3 #usr/share/man/man3/BIO_retry_type.3 @@ -3721,8 +4423,8 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/BIO_s_secmem.3 #usr/share/man/man3/BIO_s_socket.3 #usr/share/man/man3/BIO_seek.3 -#usr/share/man/man3/BIO_set.3 #usr/share/man/man3/BIO_set_accept_bios.3 +#usr/share/man/man3/BIO_set_accept_ip_family.3 #usr/share/man/man3/BIO_set_accept_name.3 #usr/share/man/man3/BIO_set_accept_port.3 #usr/share/man/man3/BIO_set_bind_mode.3 @@ -3735,6 +4437,7 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/BIO_set_close.3 #usr/share/man/man3/BIO_set_conn_address.3 #usr/share/man/man3/BIO_set_conn_hostname.3 +#usr/share/man/man3/BIO_set_conn_ip_family.3 #usr/share/man/man3/BIO_set_conn_port.3 #usr/share/man/man3/BIO_set_data.3 #usr/share/man/man3/BIO_set_ex_data.3 @@ -3773,6 +4476,7 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/BIO_vsnprintf.3 #usr/share/man/man3/BIO_wpending.3 #usr/share/man/man3/BIO_write.3 +#usr/share/man/man3/BIO_write_ex.3 #usr/share/man/man3/BIO_write_filename.3 #usr/share/man/man3/BN_BLINDING_convert.3 #usr/share/man/man3/BN_BLINDING_convert_ex.3 @@ -3881,6 +4585,8 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/BN_one.3 #usr/share/man/man3/BN_print.3 #usr/share/man/man3/BN_print_fp.3 +#usr/share/man/man3/BN_priv_rand.3 +#usr/share/man/man3/BN_priv_rand_range.3 #usr/share/man/man3/BN_pseudo_rand.3 #usr/share/man/man3/BN_pseudo_rand_range.3 #usr/share/man/man3/BN_rand.3 @@ -3888,6 +4594,7 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/BN_rshift.3 #usr/share/man/man3/BN_rshift1.3 #usr/share/man/man3/BN_secure_new.3 +#usr/share/man/man3/BN_security_bits.3 #usr/share/man/man3/BN_set_bit.3 #usr/share/man/man3/BN_set_word.3 #usr/share/man/man3/BN_sqr.3 @@ -3979,6 +4686,7 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/CRYPTO_free.3 #usr/share/man/man3/CRYPTO_free_ex_data.3 #usr/share/man/man3/CRYPTO_free_ex_index.3 +#usr/share/man/man3/CRYPTO_get_alloc_counts.3 #usr/share/man/man3/CRYPTO_get_ex_data.3 #usr/share/man/man3/CRYPTO_get_ex_new_index.3 #usr/share/man/man3/CRYPTO_get_mem_functions.3 @@ -3987,6 +4695,7 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/CRYPTO_mem_debug_pop.3 #usr/share/man/man3/CRYPTO_mem_debug_push.3 #usr/share/man/man3/CRYPTO_mem_leaks.3 +#usr/share/man/man3/CRYPTO_mem_leaks_cb.3 #usr/share/man/man3/CRYPTO_mem_leaks_fp.3 #usr/share/man/man3/CRYPTO_new_ex_data.3 #usr/share/man/man3/CRYPTO_realloc.3 @@ -4064,7 +4773,10 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/DH_OpenSSL.3 #usr/share/man/man3/DH_bits.3 #usr/share/man/man3/DH_check.3 +#usr/share/man/man3/DH_check_ex.3 #usr/share/man/man3/DH_check_params.3 +#usr/share/man/man3/DH_check_params_ex.3 +#usr/share/man/man3/DH_check_pub_key_ex.3 #usr/share/man/man3/DH_clear_flags.3 #usr/share/man/man3/DH_compute_key.3 #usr/share/man/man3/DH_free.3 @@ -4072,8 +4784,13 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/DH_generate_parameters.3 #usr/share/man/man3/DH_generate_parameters_ex.3 #usr/share/man/man3/DH_get0_engine.3 +#usr/share/man/man3/DH_get0_g.3 #usr/share/man/man3/DH_get0_key.3 +#usr/share/man/man3/DH_get0_p.3 #usr/share/man/man3/DH_get0_pqg.3 +#usr/share/man/man3/DH_get0_priv_key.3 +#usr/share/man/man3/DH_get0_pub_key.3 +#usr/share/man/man3/DH_get0_q.3 #usr/share/man/man3/DH_get_1024_160.3 #usr/share/man/man3/DH_get_2048_224.3 #usr/share/man/man3/DH_get_2048_256.3 @@ -4081,6 +4798,7 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/DH_get_ex_data.3 #usr/share/man/man3/DH_get_ex_new_index.3 #usr/share/man/man3/DH_get_length.3 +#usr/share/man/man3/DH_get_nid.3 #usr/share/man/man3/DH_meth_dup.3 #usr/share/man/man3/DH_meth_free.3 #usr/share/man/man3/DH_meth_get0_app_data.3 @@ -4103,7 +4821,9 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/DH_meth_set_generate_params.3 #usr/share/man/man3/DH_meth_set_init.3 #usr/share/man/man3/DH_new.3 +#usr/share/man/man3/DH_new_by_nid.3 #usr/share/man/man3/DH_new_method.3 +#usr/share/man/man3/DH_security_bits.3 #usr/share/man/man3/DH_set0_key.3 #usr/share/man/man3/DH_set0_pqg.3 #usr/share/man/man3/DH_set_default_method.3 @@ -4138,8 +4858,13 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/DSA_generate_parameters.3 #usr/share/man/man3/DSA_generate_parameters_ex.3 #usr/share/man/man3/DSA_get0_engine.3 +#usr/share/man/man3/DSA_get0_g.3 #usr/share/man/man3/DSA_get0_key.3 +#usr/share/man/man3/DSA_get0_p.3 #usr/share/man/man3/DSA_get0_pqg.3 +#usr/share/man/man3/DSA_get0_priv_key.3 +#usr/share/man/man3/DSA_get0_pub_key.3 +#usr/share/man/man3/DSA_get0_q.3 #usr/share/man/man3/DSA_get_default_method.3 #usr/share/man/man3/DSA_get_ex_data.3 #usr/share/man/man3/DSA_get_ex_new_index.3 @@ -4174,6 +4899,7 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/DSA_new_method.3 #usr/share/man/man3/DSA_print.3 #usr/share/man/man3/DSA_print_fp.3 +#usr/share/man/man3/DSA_security_bits.3 #usr/share/man/man3/DSA_set0_key.3 #usr/share/man/man3/DSA_set0_pqg.3 #usr/share/man/man3/DSA_set_default_method.3 @@ -4189,8 +4915,11 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/DSAparams_print.3 #usr/share/man/man3/DSAparams_print_fp.3 #usr/share/man/man3/DTLS_client_method.3 +#usr/share/man/man3/DTLS_get_data_mtu.3 #usr/share/man/man3/DTLS_method.3 #usr/share/man/man3/DTLS_server_method.3 +#usr/share/man/man3/DTLS_set_timer_cb.3 +#usr/share/man/man3/DTLS_timer_cb.3 #usr/share/man/man3/DTLSv1_2_client_method.3 #usr/share/man/man3/DTLSv1_2_method.3 #usr/share/man/man3/DTLSv1_2_server_method.3 @@ -4203,6 +4932,8 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/ECDH_set_ex_data.3 #usr/share/man/man3/ECDSA_SIG_free.3 #usr/share/man/man3/ECDSA_SIG_get0.3 +#usr/share/man/man3/ECDSA_SIG_get0_r.3 +#usr/share/man/man3/ECDSA_SIG_get0_s.3 #usr/share/man/man3/ECDSA_SIG_new.3 #usr/share/man/man3/ECDSA_SIG_set0.3 #usr/share/man/man3/ECDSA_do_sign.3 @@ -4240,6 +4971,7 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/EC_GROUP_get_asn1_flag.3 #usr/share/man/man3/EC_GROUP_get_basis_type.3 #usr/share/man/man3/EC_GROUP_get_cofactor.3 +#usr/share/man/man3/EC_GROUP_get_curve.3 #usr/share/man/man3/EC_GROUP_get_curve_GF2m.3 #usr/share/man/man3/EC_GROUP_get_curve_GFp.3 #usr/share/man/man3/EC_GROUP_get_curve_name.3 @@ -4262,6 +4994,7 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/EC_GROUP_order_bits.3 #usr/share/man/man3/EC_GROUP_precompute_mult.3 #usr/share/man/man3/EC_GROUP_set_asn1_flag.3 +#usr/share/man/man3/EC_GROUP_set_curve.3 #usr/share/man/man3/EC_GROUP_set_curve_GF2m.3 #usr/share/man/man3/EC_GROUP_set_curve_GFp.3 #usr/share/man/man3/EC_GROUP_set_curve_name.3 @@ -4274,6 +5007,7 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/EC_KEY_dup.3 #usr/share/man/man3/EC_KEY_free.3 #usr/share/man/man3/EC_KEY_generate_key.3 +#usr/share/man/man3/EC_KEY_get0_engine.3 #usr/share/man/man3/EC_KEY_get0_group.3 #usr/share/man/man3/EC_KEY_get0_private_key.3 #usr/share/man/man3/EC_KEY_get0_public_key.3 @@ -4312,6 +5046,7 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/EC_POINT_dup.3 #usr/share/man/man3/EC_POINT_free.3 #usr/share/man/man3/EC_POINT_get_Jprojective_coordinates_GFp.3 +#usr/share/man/man3/EC_POINT_get_affine_coordinates.3 #usr/share/man/man3/EC_POINT_get_affine_coordinates_GF2m.3 #usr/share/man/man3/EC_POINT_get_affine_coordinates_GFp.3 #usr/share/man/man3/EC_POINT_hex2point.3 @@ -4328,8 +5063,10 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/EC_POINT_point2hex.3 #usr/share/man/man3/EC_POINT_point2oct.3 #usr/share/man/man3/EC_POINT_set_Jprojective_coordinates_GFp.3 +#usr/share/man/man3/EC_POINT_set_affine_coordinates.3 #usr/share/man/man3/EC_POINT_set_affine_coordinates_GF2m.3 #usr/share/man/man3/EC_POINT_set_affine_coordinates_GFp.3 +#usr/share/man/man3/EC_POINT_set_compressed_coordinates.3 #usr/share/man/man3/EC_POINT_set_compressed_coordinates_GF2m.3 #usr/share/man/man3/EC_POINT_set_compressed_coordinates_GFp.3 #usr/share/man/man3/EC_POINT_set_to_infinity.3 @@ -4350,8 +5087,6 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/ENGINE_free.3 #usr/share/man/man3/ENGINE_get_DH.3 #usr/share/man/man3/ENGINE_get_DSA.3 -#usr/share/man/man3/ENGINE_get_ECDH.3 -#usr/share/man/man3/ENGINE_get_ECDSA.3 #usr/share/man/man3/ENGINE_get_RAND.3 #usr/share/man/man3/ENGINE_get_RSA.3 #usr/share/man/man3/ENGINE_get_cipher.3 @@ -4361,8 +5096,6 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/ENGINE_get_ctrl_function.3 #usr/share/man/man3/ENGINE_get_default_DH.3 #usr/share/man/man3/ENGINE_get_default_DSA.3 -#usr/share/man/man3/ENGINE_get_default_ECDH.3 -#usr/share/man/man3/ENGINE_get_default_ECDSA.3 #usr/share/man/man3/ENGINE_get_default_RAND.3 #usr/share/man/man3/ENGINE_get_default_RSA.3 #usr/share/man/man3/ENGINE_get_destroy_function.3 @@ -4390,14 +5123,10 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/ENGINE_new.3 #usr/share/man/man3/ENGINE_register_DH.3 #usr/share/man/man3/ENGINE_register_DSA.3 -#usr/share/man/man3/ENGINE_register_ECDH.3 -#usr/share/man/man3/ENGINE_register_ECDSA.3 #usr/share/man/man3/ENGINE_register_RAND.3 #usr/share/man/man3/ENGINE_register_RSA.3 #usr/share/man/man3/ENGINE_register_all_DH.3 #usr/share/man/man3/ENGINE_register_all_DSA.3 -#usr/share/man/man3/ENGINE_register_all_ECDH.3 -#usr/share/man/man3/ENGINE_register_all_ECDSA.3 #usr/share/man/man3/ENGINE_register_all_RAND.3 #usr/share/man/man3/ENGINE_register_all_RSA.3 #usr/share/man/man3/ENGINE_register_all_ciphers.3 @@ -4409,8 +5138,6 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/ENGINE_remove.3 #usr/share/man/man3/ENGINE_set_DH.3 #usr/share/man/man3/ENGINE_set_DSA.3 -#usr/share/man/man3/ENGINE_set_ECDH.3 -#usr/share/man/man3/ENGINE_set_ECDSA.3 #usr/share/man/man3/ENGINE_set_RAND.3 #usr/share/man/man3/ENGINE_set_RSA.3 #usr/share/man/man3/ENGINE_set_ciphers.3 @@ -4419,8 +5146,6 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/ENGINE_set_default.3 #usr/share/man/man3/ENGINE_set_default_DH.3 #usr/share/man/man3/ENGINE_set_default_DSA.3 -#usr/share/man/man3/ENGINE_set_default_ECDH.3 -#usr/share/man/man3/ENGINE_set_default_ECDSA.3 #usr/share/man/man3/ENGINE_set_default_RAND.3 #usr/share/man/man3/ENGINE_set_default_RSA.3 #usr/share/man/man3/ENGINE_set_default_ciphers.3 @@ -4439,8 +5164,6 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/ENGINE_set_table_flags.3 #usr/share/man/man3/ENGINE_unregister_DH.3 #usr/share/man/man3/ENGINE_unregister_DSA.3 -#usr/share/man/man3/ENGINE_unregister_ECDH.3 -#usr/share/man/man3/ENGINE_unregister_ECDSA.3 #usr/share/man/man3/ENGINE_unregister_RAND.3 #usr/share/man/man3/ENGINE_unregister_RSA.3 #usr/share/man/man3/ENGINE_unregister_ciphers.3 @@ -4452,6 +5175,7 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/ERR_GET_REASON.3 #usr/share/man/man3/ERR_PACK.3 #usr/share/man/man3/ERR_add_error_data.3 +#usr/share/man/man3/ERR_add_error_vdata.3 #usr/share/man/man3/ERR_clear_error.3 #usr/share/man/man3/ERR_error_string.3 #usr/share/man/man3/ERR_error_string_n.3 @@ -4549,13 +5273,16 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/EVP_DecryptInit_ex.3 #usr/share/man/man3/EVP_DecryptUpdate.3 #usr/share/man/man3/EVP_DigestFinal.3 +#usr/share/man/man3/EVP_DigestFinalXOF.3 #usr/share/man/man3/EVP_DigestFinal_ex.3 #usr/share/man/man3/EVP_DigestInit.3 #usr/share/man/man3/EVP_DigestInit_ex.3 +#usr/share/man/man3/EVP_DigestSign.3 #usr/share/man/man3/EVP_DigestSignFinal.3 #usr/share/man/man3/EVP_DigestSignInit.3 #usr/share/man/man3/EVP_DigestSignUpdate.3 #usr/share/man/man3/EVP_DigestUpdate.3 +#usr/share/man/man3/EVP_DigestVerify.3 #usr/share/man/man3/EVP_DigestVerifyFinal.3 #usr/share/man/man3/EVP_DigestVerifyInit.3 #usr/share/man/man3/EVP_DigestVerifyUpdate.3 @@ -4576,12 +5303,14 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/EVP_MD_CTX_clear_flags.3 #usr/share/man/man3/EVP_MD_CTX_copy.3 #usr/share/man/man3/EVP_MD_CTX_copy_ex.3 +#usr/share/man/man3/EVP_MD_CTX_ctrl.3 #usr/share/man/man3/EVP_MD_CTX_free.3 #usr/share/man/man3/EVP_MD_CTX_md.3 #usr/share/man/man3/EVP_MD_CTX_md_data.3 #usr/share/man/man3/EVP_MD_CTX_new.3 #usr/share/man/man3/EVP_MD_CTX_reset.3 #usr/share/man/man3/EVP_MD_CTX_set_flags.3 +#usr/share/man/man3/EVP_MD_CTX_set_pkey_ctx.3 #usr/share/man/man3/EVP_MD_CTX_size.3 #usr/share/man/man3/EVP_MD_CTX_test_flags.3 #usr/share/man/man3/EVP_MD_CTX_type.3 @@ -4620,30 +5349,83 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/EVP_PKEY_CTX_add1_tls1_prf_seed.3 #usr/share/man/man3/EVP_PKEY_CTX_ctrl.3 #usr/share/man/man3/EVP_PKEY_CTX_ctrl_str.3 +#usr/share/man/man3/EVP_PKEY_CTX_ctrl_uint64.3 #usr/share/man/man3/EVP_PKEY_CTX_dup.3 #usr/share/man/man3/EVP_PKEY_CTX_free.3 +#usr/share/man/man3/EVP_PKEY_CTX_get0_dh_kdf_oid.3 +#usr/share/man/man3/EVP_PKEY_CTX_get0_dh_kdf_ukm.3 +#usr/share/man/man3/EVP_PKEY_CTX_get0_ecdh_kdf_ukm.3 +#usr/share/man/man3/EVP_PKEY_CTX_get0_rsa_oaep_label.3 +#usr/share/man/man3/EVP_PKEY_CTX_get1_id.3 +#usr/share/man/man3/EVP_PKEY_CTX_get1_id_len.3 #usr/share/man/man3/EVP_PKEY_CTX_get_app_data.3 #usr/share/man/man3/EVP_PKEY_CTX_get_cb.3 +#usr/share/man/man3/EVP_PKEY_CTX_get_dh_kdf_md.3 +#usr/share/man/man3/EVP_PKEY_CTX_get_dh_kdf_outlen.3 +#usr/share/man/man3/EVP_PKEY_CTX_get_dh_kdf_type.3 +#usr/share/man/man3/EVP_PKEY_CTX_get_ecdh_cofactor_mode.3 +#usr/share/man/man3/EVP_PKEY_CTX_get_ecdh_kdf_md.3 +#usr/share/man/man3/EVP_PKEY_CTX_get_ecdh_kdf_outlen.3 +#usr/share/man/man3/EVP_PKEY_CTX_get_ecdh_kdf_type.3 #usr/share/man/man3/EVP_PKEY_CTX_get_keygen_info.3 +#usr/share/man/man3/EVP_PKEY_CTX_get_rsa_mgf1_md.3 +#usr/share/man/man3/EVP_PKEY_CTX_get_rsa_oaep_md.3 +#usr/share/man/man3/EVP_PKEY_CTX_get_rsa_padding.3 +#usr/share/man/man3/EVP_PKEY_CTX_get_rsa_pss_saltlen.3 +#usr/share/man/man3/EVP_PKEY_CTX_get_signature_md.3 +#usr/share/man/man3/EVP_PKEY_CTX_hkdf_mode.3 +#usr/share/man/man3/EVP_PKEY_CTX_md.3 #usr/share/man/man3/EVP_PKEY_CTX_new.3 #usr/share/man/man3/EVP_PKEY_CTX_new_id.3 +#usr/share/man/man3/EVP_PKEY_CTX_set0_dh_kdf_oid.3 +#usr/share/man/man3/EVP_PKEY_CTX_set0_dh_kdf_ukm.3 +#usr/share/man/man3/EVP_PKEY_CTX_set0_ecdh_kdf_ukm.3 +#usr/share/man/man3/EVP_PKEY_CTX_set0_rsa_oaep_label.3 #usr/share/man/man3/EVP_PKEY_CTX_set1_hkdf_key.3 #usr/share/man/man3/EVP_PKEY_CTX_set1_hkdf_salt.3 +#usr/share/man/man3/EVP_PKEY_CTX_set1_id.3 +#usr/share/man/man3/EVP_PKEY_CTX_set1_pbe_pass.3 +#usr/share/man/man3/EVP_PKEY_CTX_set1_scrypt_salt.3 #usr/share/man/man3/EVP_PKEY_CTX_set1_tls1_prf_secret.3 #usr/share/man/man3/EVP_PKEY_CTX_set_app_data.3 #usr/share/man/man3/EVP_PKEY_CTX_set_cb.3 +#usr/share/man/man3/EVP_PKEY_CTX_set_dh_kdf_md.3 +#usr/share/man/man3/EVP_PKEY_CTX_set_dh_kdf_outlen.3 +#usr/share/man/man3/EVP_PKEY_CTX_set_dh_kdf_type.3 +#usr/share/man/man3/EVP_PKEY_CTX_set_dh_nid.3 +#usr/share/man/man3/EVP_PKEY_CTX_set_dh_pad.3 #usr/share/man/man3/EVP_PKEY_CTX_set_dh_paramgen_generator.3 #usr/share/man/man3/EVP_PKEY_CTX_set_dh_paramgen_prime_len.3 +#usr/share/man/man3/EVP_PKEY_CTX_set_dh_paramgen_subprime_len.3 +#usr/share/man/man3/EVP_PKEY_CTX_set_dh_paramgen_type.3 +#usr/share/man/man3/EVP_PKEY_CTX_set_dh_rfc5114.3 +#usr/share/man/man3/EVP_PKEY_CTX_set_dhx_rfc5114.3 #usr/share/man/man3/EVP_PKEY_CTX_set_dsa_paramgen_bits.3 #usr/share/man/man3/EVP_PKEY_CTX_set_ec_param_enc.3 #usr/share/man/man3/EVP_PKEY_CTX_set_ec_paramgen_curve_nid.3 +#usr/share/man/man3/EVP_PKEY_CTX_set_ecdh_cofactor_mode.3 +#usr/share/man/man3/EVP_PKEY_CTX_set_ecdh_kdf_md.3 +#usr/share/man/man3/EVP_PKEY_CTX_set_ecdh_kdf_outlen.3 +#usr/share/man/man3/EVP_PKEY_CTX_set_ecdh_kdf_type.3 #usr/share/man/man3/EVP_PKEY_CTX_set_hkdf_md.3 +#usr/share/man/man3/EVP_PKEY_CTX_set_mac_key.3 +#usr/share/man/man3/EVP_PKEY_CTX_set_rsa_keygen_bits.3 +#usr/share/man/man3/EVP_PKEY_CTX_set_rsa_keygen_primes.3 #usr/share/man/man3/EVP_PKEY_CTX_set_rsa_keygen_pubexp.3 +#usr/share/man/man3/EVP_PKEY_CTX_set_rsa_mgf1_md.3 +#usr/share/man/man3/EVP_PKEY_CTX_set_rsa_oaep_md.3 #usr/share/man/man3/EVP_PKEY_CTX_set_rsa_padding.3 +#usr/share/man/man3/EVP_PKEY_CTX_set_rsa_pss_keygen_md.3 +#usr/share/man/man3/EVP_PKEY_CTX_set_rsa_pss_keygen_mgf1_md.3 +#usr/share/man/man3/EVP_PKEY_CTX_set_rsa_pss_keygen_saltlen.3 #usr/share/man/man3/EVP_PKEY_CTX_set_rsa_pss_saltlen.3 -#usr/share/man/man3/EVP_PKEY_CTX_set_rsa_rsa_keygen_bits.3 +#usr/share/man/man3/EVP_PKEY_CTX_set_scrypt_N.3 +#usr/share/man/man3/EVP_PKEY_CTX_set_scrypt_maxmem_bytes.3 +#usr/share/man/man3/EVP_PKEY_CTX_set_scrypt_p.3 +#usr/share/man/man3/EVP_PKEY_CTX_set_scrypt_r.3 #usr/share/man/man3/EVP_PKEY_CTX_set_signature_md.3 #usr/share/man/man3/EVP_PKEY_CTX_set_tls1_prf_md.3 +#usr/share/man/man3/EVP_PKEY_METHOD.3 #usr/share/man/man3/EVP_PKEY_asn1_add0.3 #usr/share/man/man3/EVP_PKEY_asn1_add_alias.3 #usr/share/man/man3/EVP_PKEY_asn1_copy.3 @@ -4654,18 +5436,29 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/EVP_PKEY_asn1_get0_info.3 #usr/share/man/man3/EVP_PKEY_asn1_get_count.3 #usr/share/man/man3/EVP_PKEY_asn1_new.3 +#usr/share/man/man3/EVP_PKEY_asn1_set_check.3 #usr/share/man/man3/EVP_PKEY_asn1_set_ctrl.3 #usr/share/man/man3/EVP_PKEY_asn1_set_free.3 +#usr/share/man/man3/EVP_PKEY_asn1_set_get_priv_key.3 +#usr/share/man/man3/EVP_PKEY_asn1_set_get_pub_key.3 #usr/share/man/man3/EVP_PKEY_asn1_set_item.3 #usr/share/man/man3/EVP_PKEY_asn1_set_param.3 +#usr/share/man/man3/EVP_PKEY_asn1_set_param_check.3 #usr/share/man/man3/EVP_PKEY_asn1_set_private.3 #usr/share/man/man3/EVP_PKEY_asn1_set_public.3 +#usr/share/man/man3/EVP_PKEY_asn1_set_public_check.3 #usr/share/man/man3/EVP_PKEY_asn1_set_security_bits.3 +#usr/share/man/man3/EVP_PKEY_asn1_set_set_priv_key.3 +#usr/share/man/man3/EVP_PKEY_asn1_set_set_pub_key.3 +#usr/share/man/man3/EVP_PKEY_asn1_set_siginf.3 #usr/share/man/man3/EVP_PKEY_assign_DH.3 #usr/share/man/man3/EVP_PKEY_assign_DSA.3 #usr/share/man/man3/EVP_PKEY_assign_EC_KEY.3 +#usr/share/man/man3/EVP_PKEY_assign_POLY1305.3 #usr/share/man/man3/EVP_PKEY_assign_RSA.3 +#usr/share/man/man3/EVP_PKEY_assign_SIPHASH.3 #usr/share/man/man3/EVP_PKEY_base_id.3 +#usr/share/man/man3/EVP_PKEY_check.3 #usr/share/man/man3/EVP_PKEY_cmp.3 #usr/share/man/man3/EVP_PKEY_cmp_parameters.3 #usr/share/man/man3/EVP_PKEY_copy_parameters.3 @@ -4684,26 +5477,83 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/EVP_PKEY_get0_RSA.3 #usr/share/man/man3/EVP_PKEY_get0_asn1.3 #usr/share/man/man3/EVP_PKEY_get0_hmac.3 +#usr/share/man/man3/EVP_PKEY_get0_poly1305.3 +#usr/share/man/man3/EVP_PKEY_get0_siphash.3 #usr/share/man/man3/EVP_PKEY_get1_DH.3 #usr/share/man/man3/EVP_PKEY_get1_DSA.3 #usr/share/man/man3/EVP_PKEY_get1_EC_KEY.3 #usr/share/man/man3/EVP_PKEY_get1_RSA.3 #usr/share/man/man3/EVP_PKEY_get_default_digest_nid.3 +#usr/share/man/man3/EVP_PKEY_get_raw_private_key.3 +#usr/share/man/man3/EVP_PKEY_get_raw_public_key.3 #usr/share/man/man3/EVP_PKEY_id.3 #usr/share/man/man3/EVP_PKEY_keygen.3 #usr/share/man/man3/EVP_PKEY_keygen_init.3 +#usr/share/man/man3/EVP_PKEY_meth_add0.3 +#usr/share/man/man3/EVP_PKEY_meth_copy.3 +#usr/share/man/man3/EVP_PKEY_meth_find.3 +#usr/share/man/man3/EVP_PKEY_meth_free.3 +#usr/share/man/man3/EVP_PKEY_meth_get0.3 +#usr/share/man/man3/EVP_PKEY_meth_get0_info.3 +#usr/share/man/man3/EVP_PKEY_meth_get_check.3 +#usr/share/man/man3/EVP_PKEY_meth_get_cleanup.3 +#usr/share/man/man3/EVP_PKEY_meth_get_copy.3 +#usr/share/man/man3/EVP_PKEY_meth_get_count.3 +#usr/share/man/man3/EVP_PKEY_meth_get_ctrl.3 +#usr/share/man/man3/EVP_PKEY_meth_get_decrypt.3 +#usr/share/man/man3/EVP_PKEY_meth_get_derive.3 +#usr/share/man/man3/EVP_PKEY_meth_get_digest_custom.3 +#usr/share/man/man3/EVP_PKEY_meth_get_encrypt.3 +#usr/share/man/man3/EVP_PKEY_meth_get_init.3 +#usr/share/man/man3/EVP_PKEY_meth_get_keygen.3 +#usr/share/man/man3/EVP_PKEY_meth_get_param_check.3 +#usr/share/man/man3/EVP_PKEY_meth_get_paramgen.3 +#usr/share/man/man3/EVP_PKEY_meth_get_public_check.3 +#usr/share/man/man3/EVP_PKEY_meth_get_sign.3 +#usr/share/man/man3/EVP_PKEY_meth_get_signctx.3 +#usr/share/man/man3/EVP_PKEY_meth_get_verify.3 +#usr/share/man/man3/EVP_PKEY_meth_get_verify_recover.3 +#usr/share/man/man3/EVP_PKEY_meth_get_verifyctx.3 +#usr/share/man/man3/EVP_PKEY_meth_new.3 +#usr/share/man/man3/EVP_PKEY_meth_remove.3 +#usr/share/man/man3/EVP_PKEY_meth_set_check.3 +#usr/share/man/man3/EVP_PKEY_meth_set_cleanup.3 +#usr/share/man/man3/EVP_PKEY_meth_set_copy.3 +#usr/share/man/man3/EVP_PKEY_meth_set_ctrl.3 +#usr/share/man/man3/EVP_PKEY_meth_set_decrypt.3 +#usr/share/man/man3/EVP_PKEY_meth_set_derive.3 +#usr/share/man/man3/EVP_PKEY_meth_set_digest_custom.3 +#usr/share/man/man3/EVP_PKEY_meth_set_encrypt.3 +#usr/share/man/man3/EVP_PKEY_meth_set_init.3 +#usr/share/man/man3/EVP_PKEY_meth_set_keygen.3 +#usr/share/man/man3/EVP_PKEY_meth_set_param_check.3 +#usr/share/man/man3/EVP_PKEY_meth_set_paramgen.3 +#usr/share/man/man3/EVP_PKEY_meth_set_public_check.3 +#usr/share/man/man3/EVP_PKEY_meth_set_sign.3 +#usr/share/man/man3/EVP_PKEY_meth_set_signctx.3 +#usr/share/man/man3/EVP_PKEY_meth_set_verify.3 +#usr/share/man/man3/EVP_PKEY_meth_set_verify_recover.3 +#usr/share/man/man3/EVP_PKEY_meth_set_verifyctx.3 #usr/share/man/man3/EVP_PKEY_missing_parameters.3 #usr/share/man/man3/EVP_PKEY_new.3 +#usr/share/man/man3/EVP_PKEY_new_CMAC_key.3 +#usr/share/man/man3/EVP_PKEY_new_mac_key.3 +#usr/share/man/man3/EVP_PKEY_new_raw_private_key.3 +#usr/share/man/man3/EVP_PKEY_new_raw_public_key.3 +#usr/share/man/man3/EVP_PKEY_param_check.3 #usr/share/man/man3/EVP_PKEY_paramgen.3 #usr/share/man/man3/EVP_PKEY_paramgen_init.3 #usr/share/man/man3/EVP_PKEY_print_params.3 #usr/share/man/man3/EVP_PKEY_print_private.3 #usr/share/man/man3/EVP_PKEY_print_public.3 +#usr/share/man/man3/EVP_PKEY_public_check.3 +#usr/share/man/man3/EVP_PKEY_security_bits.3 #usr/share/man/man3/EVP_PKEY_set1_DH.3 #usr/share/man/man3/EVP_PKEY_set1_DSA.3 #usr/share/man/man3/EVP_PKEY_set1_EC_KEY.3 #usr/share/man/man3/EVP_PKEY_set1_RSA.3 #usr/share/man/man3/EVP_PKEY_set1_engine.3 +#usr/share/man/man3/EVP_PKEY_set_alias_type.3 #usr/share/man/man3/EVP_PKEY_sign.3 #usr/share/man/man3/EVP_PKEY_sign_init.3 #usr/share/man/man3/EVP_PKEY_size.3 @@ -4724,51 +5574,144 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/EVP_VerifyInit.3 #usr/share/man/man3/EVP_VerifyInit_ex.3 #usr/share/man/man3/EVP_VerifyUpdate.3 +#usr/share/man/man3/EVP_aes.3 #usr/share/man/man3/EVP_aes_128_cbc.3 #usr/share/man/man3/EVP_aes_128_cbc_hmac_sha1.3 #usr/share/man/man3/EVP_aes_128_cbc_hmac_sha256.3 #usr/share/man/man3/EVP_aes_128_ccm.3 #usr/share/man/man3/EVP_aes_128_cfb.3 +#usr/share/man/man3/EVP_aes_128_cfb1.3 +#usr/share/man/man3/EVP_aes_128_cfb128.3 +#usr/share/man/man3/EVP_aes_128_cfb8.3 +#usr/share/man/man3/EVP_aes_128_ctr.3 #usr/share/man/man3/EVP_aes_128_ecb.3 #usr/share/man/man3/EVP_aes_128_gcm.3 +#usr/share/man/man3/EVP_aes_128_ocb.3 #usr/share/man/man3/EVP_aes_128_ofb.3 +#usr/share/man/man3/EVP_aes_128_wrap.3 +#usr/share/man/man3/EVP_aes_128_wrap_pad.3 +#usr/share/man/man3/EVP_aes_128_xts.3 #usr/share/man/man3/EVP_aes_192_cbc.3 #usr/share/man/man3/EVP_aes_192_ccm.3 #usr/share/man/man3/EVP_aes_192_cfb.3 +#usr/share/man/man3/EVP_aes_192_cfb1.3 +#usr/share/man/man3/EVP_aes_192_cfb128.3 +#usr/share/man/man3/EVP_aes_192_cfb8.3 +#usr/share/man/man3/EVP_aes_192_ctr.3 #usr/share/man/man3/EVP_aes_192_ecb.3 #usr/share/man/man3/EVP_aes_192_gcm.3 +#usr/share/man/man3/EVP_aes_192_ocb.3 #usr/share/man/man3/EVP_aes_192_ofb.3 +#usr/share/man/man3/EVP_aes_192_wrap.3 +#usr/share/man/man3/EVP_aes_192_wrap_pad.3 #usr/share/man/man3/EVP_aes_256_cbc.3 #usr/share/man/man3/EVP_aes_256_cbc_hmac_sha1.3 #usr/share/man/man3/EVP_aes_256_cbc_hmac_sha256.3 #usr/share/man/man3/EVP_aes_256_ccm.3 #usr/share/man/man3/EVP_aes_256_cfb.3 +#usr/share/man/man3/EVP_aes_256_cfb1.3 +#usr/share/man/man3/EVP_aes_256_cfb128.3 +#usr/share/man/man3/EVP_aes_256_cfb8.3 +#usr/share/man/man3/EVP_aes_256_ctr.3 #usr/share/man/man3/EVP_aes_256_ecb.3 #usr/share/man/man3/EVP_aes_256_gcm.3 +#usr/share/man/man3/EVP_aes_256_ocb.3 #usr/share/man/man3/EVP_aes_256_ofb.3 +#usr/share/man/man3/EVP_aes_256_wrap.3 +#usr/share/man/man3/EVP_aes_256_wrap_pad.3 +#usr/share/man/man3/EVP_aes_256_xts.3 +#usr/share/man/man3/EVP_aria.3 +#usr/share/man/man3/EVP_aria_128_cbc.3 +#usr/share/man/man3/EVP_aria_128_ccm.3 +#usr/share/man/man3/EVP_aria_128_cfb.3 +#usr/share/man/man3/EVP_aria_128_cfb1.3 +#usr/share/man/man3/EVP_aria_128_cfb128.3 +#usr/share/man/man3/EVP_aria_128_cfb8.3 +#usr/share/man/man3/EVP_aria_128_ctr.3 +#usr/share/man/man3/EVP_aria_128_ecb.3 +#usr/share/man/man3/EVP_aria_128_gcm.3 +#usr/share/man/man3/EVP_aria_128_ofb.3 +#usr/share/man/man3/EVP_aria_192_cbc.3 +#usr/share/man/man3/EVP_aria_192_ccm.3 +#usr/share/man/man3/EVP_aria_192_cfb.3 +#usr/share/man/man3/EVP_aria_192_cfb1.3 +#usr/share/man/man3/EVP_aria_192_cfb128.3 +#usr/share/man/man3/EVP_aria_192_cfb8.3 +#usr/share/man/man3/EVP_aria_192_ctr.3 +#usr/share/man/man3/EVP_aria_192_ecb.3 +#usr/share/man/man3/EVP_aria_192_gcm.3 +#usr/share/man/man3/EVP_aria_192_ofb.3 +#usr/share/man/man3/EVP_aria_256_cbc.3 +#usr/share/man/man3/EVP_aria_256_ccm.3 +#usr/share/man/man3/EVP_aria_256_cfb.3 +#usr/share/man/man3/EVP_aria_256_cfb1.3 +#usr/share/man/man3/EVP_aria_256_cfb128.3 +#usr/share/man/man3/EVP_aria_256_cfb8.3 +#usr/share/man/man3/EVP_aria_256_ctr.3 +#usr/share/man/man3/EVP_aria_256_ecb.3 +#usr/share/man/man3/EVP_aria_256_gcm.3 +#usr/share/man/man3/EVP_aria_256_ofb.3 #usr/share/man/man3/EVP_bf_cbc.3 #usr/share/man/man3/EVP_bf_cfb.3 +#usr/share/man/man3/EVP_bf_cfb64.3 #usr/share/man/man3/EVP_bf_ecb.3 #usr/share/man/man3/EVP_bf_ofb.3 #usr/share/man/man3/EVP_blake2b512.3 #usr/share/man/man3/EVP_blake2s256.3 +#usr/share/man/man3/EVP_camellia.3 +#usr/share/man/man3/EVP_camellia_128_cbc.3 +#usr/share/man/man3/EVP_camellia_128_cfb.3 +#usr/share/man/man3/EVP_camellia_128_cfb1.3 +#usr/share/man/man3/EVP_camellia_128_cfb128.3 +#usr/share/man/man3/EVP_camellia_128_cfb8.3 +#usr/share/man/man3/EVP_camellia_128_ctr.3 +#usr/share/man/man3/EVP_camellia_128_ecb.3 +#usr/share/man/man3/EVP_camellia_128_ofb.3 +#usr/share/man/man3/EVP_camellia_192_cbc.3 +#usr/share/man/man3/EVP_camellia_192_cfb.3 +#usr/share/man/man3/EVP_camellia_192_cfb1.3 +#usr/share/man/man3/EVP_camellia_192_cfb128.3 +#usr/share/man/man3/EVP_camellia_192_cfb8.3 +#usr/share/man/man3/EVP_camellia_192_ctr.3 +#usr/share/man/man3/EVP_camellia_192_ecb.3 +#usr/share/man/man3/EVP_camellia_192_ofb.3 +#usr/share/man/man3/EVP_camellia_256_cbc.3 +#usr/share/man/man3/EVP_camellia_256_cfb.3 +#usr/share/man/man3/EVP_camellia_256_cfb1.3 +#usr/share/man/man3/EVP_camellia_256_cfb128.3 +#usr/share/man/man3/EVP_camellia_256_cfb8.3 +#usr/share/man/man3/EVP_camellia_256_ctr.3 +#usr/share/man/man3/EVP_camellia_256_ecb.3 +#usr/share/man/man3/EVP_camellia_256_ofb.3 #usr/share/man/man3/EVP_cast5_cbc.3 #usr/share/man/man3/EVP_cast5_cfb.3 +#usr/share/man/man3/EVP_cast5_cfb64.3 #usr/share/man/man3/EVP_cast5_ecb.3 #usr/share/man/man3/EVP_cast5_ofb.3 #usr/share/man/man3/EVP_chacha20.3 #usr/share/man/man3/EVP_chacha20_poly1305.3 #usr/share/man/man3/EVP_cleanup.3 +#usr/share/man/man3/EVP_des.3 #usr/share/man/man3/EVP_des_cbc.3 #usr/share/man/man3/EVP_des_cfb.3 +#usr/share/man/man3/EVP_des_cfb1.3 +#usr/share/man/man3/EVP_des_cfb64.3 +#usr/share/man/man3/EVP_des_cfb8.3 #usr/share/man/man3/EVP_des_ecb.3 #usr/share/man/man3/EVP_des_ede.3 #usr/share/man/man3/EVP_des_ede3.3 #usr/share/man/man3/EVP_des_ede3_cbc.3 #usr/share/man/man3/EVP_des_ede3_cfb.3 +#usr/share/man/man3/EVP_des_ede3_cfb1.3 +#usr/share/man/man3/EVP_des_ede3_cfb64.3 +#usr/share/man/man3/EVP_des_ede3_cfb8.3 +#usr/share/man/man3/EVP_des_ede3_ecb.3 #usr/share/man/man3/EVP_des_ede3_ofb.3 +#usr/share/man/man3/EVP_des_ede3_wrap.3 #usr/share/man/man3/EVP_des_ede_cbc.3 #usr/share/man/man3/EVP_des_ede_cfb.3 +#usr/share/man/man3/EVP_des_ede_cfb64.3 +#usr/share/man/man3/EVP_des_ede_ecb.3 #usr/share/man/man3/EVP_des_ede_ofb.3 #usr/share/man/man3/EVP_des_ofb.3 #usr/share/man/man3/EVP_desx_cbc.3 @@ -4781,16 +5724,20 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/EVP_get_digestbyobj.3 #usr/share/man/man3/EVP_idea_cbc.3 #usr/share/man/man3/EVP_idea_cfb.3 +#usr/share/man/man3/EVP_idea_cfb64.3 #usr/share/man/man3/EVP_idea_ecb.3 #usr/share/man/man3/EVP_idea_ofb.3 #usr/share/man/man3/EVP_md2.3 +#usr/share/man/man3/EVP_md4.3 #usr/share/man/man3/EVP_md5.3 +#usr/share/man/man3/EVP_md5_sha1.3 #usr/share/man/man3/EVP_md_null.3 #usr/share/man/man3/EVP_mdc2.3 #usr/share/man/man3/EVP_rc2_40_cbc.3 #usr/share/man/man3/EVP_rc2_64_cbc.3 #usr/share/man/man3/EVP_rc2_cbc.3 #usr/share/man/man3/EVP_rc2_cfb.3 +#usr/share/man/man3/EVP_rc2_cfb64.3 #usr/share/man/man3/EVP_rc2_ecb.3 #usr/share/man/man3/EVP_rc2_ofb.3 #usr/share/man/man3/EVP_rc4.3 @@ -4798,14 +5745,36 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/EVP_rc4_hmac_md5.3 #usr/share/man/man3/EVP_rc5_32_12_16_cbc.3 #usr/share/man/man3/EVP_rc5_32_12_16_cfb.3 +#usr/share/man/man3/EVP_rc5_32_12_16_cfb64.3 #usr/share/man/man3/EVP_rc5_32_12_16_ecb.3 #usr/share/man/man3/EVP_rc5_32_12_16_ofb.3 #usr/share/man/man3/EVP_ripemd160.3 +#usr/share/man/man3/EVP_seed_cbc.3 +#usr/share/man/man3/EVP_seed_cfb.3 +#usr/share/man/man3/EVP_seed_cfb128.3 +#usr/share/man/man3/EVP_seed_ecb.3 +#usr/share/man/man3/EVP_seed_ofb.3 #usr/share/man/man3/EVP_sha1.3 #usr/share/man/man3/EVP_sha224.3 #usr/share/man/man3/EVP_sha256.3 #usr/share/man/man3/EVP_sha384.3 +#usr/share/man/man3/EVP_sha3_224.3 +#usr/share/man/man3/EVP_sha3_256.3 +#usr/share/man/man3/EVP_sha3_384.3 +#usr/share/man/man3/EVP_sha3_512.3 #usr/share/man/man3/EVP_sha512.3 +#usr/share/man/man3/EVP_sha512_224.3 +#usr/share/man/man3/EVP_sha512_256.3 +#usr/share/man/man3/EVP_shake128.3 +#usr/share/man/man3/EVP_shake256.3 +#usr/share/man/man3/EVP_sm3.3 +#usr/share/man/man3/EVP_sm4_cbc.3 +#usr/share/man/man3/EVP_sm4_cfb.3 +#usr/share/man/man3/EVP_sm4_cfb128.3 +#usr/share/man/man3/EVP_sm4_ctr.3 +#usr/share/man/man3/EVP_sm4_ecb.3 +#usr/share/man/man3/EVP_sm4_ofb.3 +#usr/share/man/man3/EVP_whirlpool.3 #usr/share/man/man3/EXTENDED_KEY_USAGE_free.3 #usr/share/man/man3/EXTENDED_KEY_USAGE_new.3 #usr/share/man/man3/GENERAL_NAMES_free.3 @@ -4827,6 +5796,7 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/HMAC_Init.3 #usr/share/man/man3/HMAC_Init_ex.3 #usr/share/man/man3/HMAC_Update.3 +#usr/share/man/man3/HMAC_size.3 #usr/share/man/man3/IMPLEMENT_ASN1_FUNCTIONS.3 #usr/share/man/man3/IMPLEMENT_LHASH_COMP_FN.3 #usr/share/man/man3/IMPLEMENT_LHASH_HASH_FN.3 @@ -4840,6 +5810,7 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/IPAddressRange_new.3 #usr/share/man/man3/ISSUING_DIST_POINT_free.3 #usr/share/man/man3/ISSUING_DIST_POINT_new.3 +#usr/share/man/man3/LHASH.3 #usr/share/man/man3/LHASH_DOALL_ARG_FN_TYPE.3 #usr/share/man/man3/MD2.3 #usr/share/man/man3/MD2_Final.3 @@ -4859,6 +5830,15 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/MDC2_Update.3 #usr/share/man/man3/NAME_CONSTRAINTS_free.3 #usr/share/man/man3/NAME_CONSTRAINTS_new.3 +#usr/share/man/man3/NAMING_AUTHORITY.3 +#usr/share/man/man3/NAMING_AUTHORITY_free.3 +#usr/share/man/man3/NAMING_AUTHORITY_get0_authorityId.3 +#usr/share/man/man3/NAMING_AUTHORITY_get0_authorityText.3 +#usr/share/man/man3/NAMING_AUTHORITY_get0_authorityURL.3 +#usr/share/man/man3/NAMING_AUTHORITY_new.3 +#usr/share/man/man3/NAMING_AUTHORITY_set0_authorityId.3 +#usr/share/man/man3/NAMING_AUTHORITY_set0_authorityText.3 +#usr/share/man/man3/NAMING_AUTHORITY_set0_authorityURL.3 #usr/share/man/man3/NETSCAPE_CERT_SEQUENCE_free.3 #usr/share/man/man3/NETSCAPE_CERT_SEQUENCE_new.3 #usr/share/man/man3/NETSCAPE_SPKAC_free.3 @@ -4920,6 +5900,8 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/OCSP_SINGLERESP_free.3 #usr/share/man/man3/OCSP_SINGLERESP_new.3 #usr/share/man/man3/OCSP_basic_add1_nonce.3 +#usr/share/man/man3/OCSP_basic_sign.3 +#usr/share/man/man3/OCSP_basic_sign_ctx.3 #usr/share/man/man3/OCSP_basic_verify.3 #usr/share/man/man3/OCSP_cert_id_new.3 #usr/share/man/man3/OCSP_cert_to_id.3 @@ -4946,6 +5928,7 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/OCSP_resp_get0_signature.3 #usr/share/man/man3/OCSP_resp_get0_signer.3 #usr/share/man/man3/OCSP_resp_get0_tbs_sigalg.3 +#usr/share/man/man3/OCSP_resp_get1_id.3 #usr/share/man/man3/OCSP_response_create.3 #usr/share/man/man3/OCSP_response_get1_basic.3 #usr/share/man/man3/OCSP_response_status.3 @@ -4956,6 +5939,7 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/OCSP_single_get0_status.3 #usr/share/man/man3/OPENSSL_Applink.3 #usr/share/man/man3/OPENSSL_INIT_free.3 +#usr/share/man/man3/OPENSSL_INIT_new.3 #usr/share/man/man3/OPENSSL_INIT_set_config_appname.3 #usr/share/man/man3/OPENSSL_LH_COMPFUNC.3 #usr/share/man/man3/OPENSSL_LH_DOALL_FUNC.3 @@ -4966,21 +5950,26 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/OPENSSL_LH_node_usage_stats_bio.3 #usr/share/man/man3/OPENSSL_LH_stats.3 #usr/share/man/man3/OPENSSL_LH_stats_bio.3 +#usr/share/man/man3/OPENSSL_MALLOC_FAILURES.3 +#usr/share/man/man3/OPENSSL_MALLOC_FD.3 #usr/share/man/man3/OPENSSL_VERSION_NUMBER.3 #usr/share/man/man3/OPENSSL_VERSION_TEXT.3 #usr/share/man/man3/OPENSSL_atexit.3 #usr/share/man/man3/OPENSSL_buf2hexstr.3 +#usr/share/man/man3/OPENSSL_cipher_name.3 #usr/share/man/man3/OPENSSL_cleanse.3 #usr/share/man/man3/OPENSSL_cleanup.3 #usr/share/man/man3/OPENSSL_clear_free.3 #usr/share/man/man3/OPENSSL_clear_realloc.3 #usr/share/man/man3/OPENSSL_config.3 +#usr/share/man/man3/OPENSSL_fork_child.3 +#usr/share/man/man3/OPENSSL_fork_parent.3 +#usr/share/man/man3/OPENSSL_fork_prepare.3 #usr/share/man/man3/OPENSSL_free.3 #usr/share/man/man3/OPENSSL_hexchar2int.3 #usr/share/man/man3/OPENSSL_hexstr2buf.3 #usr/share/man/man3/OPENSSL_ia32cap.3 #usr/share/man/man3/OPENSSL_init_crypto.3 -#usr/share/man/man3/OPENSSL_init_new.3 #usr/share/man/man3/OPENSSL_init_ssl.3 #usr/share/man/man3/OPENSSL_instrument_bus.3 #usr/share/man/man3/OPENSSL_instrument_bus2.3 @@ -4993,39 +5982,85 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/OPENSSL_no_config.3 #usr/share/man/man3/OPENSSL_realloc.3 #usr/share/man/man3/OPENSSL_secure_actual_size.3 -#usr/share/man/man3/OPENSSL_secure_allocated.3 #usr/share/man/man3/OPENSSL_secure_clear_free.3 #usr/share/man/man3/OPENSSL_secure_free.3 #usr/share/man/man3/OPENSSL_secure_malloc.3 #usr/share/man/man3/OPENSSL_secure_zalloc.3 -#usr/share/man/man3/OPENSSL_sk_deep_copy.3 -#usr/share/man/man3/OPENSSL_sk_delete.3 -#usr/share/man/man3/OPENSSL_sk_delete_ptr.3 -#usr/share/man/man3/OPENSSL_sk_dup.3 -#usr/share/man/man3/OPENSSL_sk_find.3 -#usr/share/man/man3/OPENSSL_sk_find_ex.3 -#usr/share/man/man3/OPENSSL_sk_free.3 -#usr/share/man/man3/OPENSSL_sk_insert.3 -#usr/share/man/man3/OPENSSL_sk_is_sorted.3 -#usr/share/man/man3/OPENSSL_sk_new.3 -#usr/share/man/man3/OPENSSL_sk_new_null.3 -#usr/share/man/man3/OPENSSL_sk_num.3 -#usr/share/man/man3/OPENSSL_sk_pop.3 -#usr/share/man/man3/OPENSSL_sk_pop_free.3 -#usr/share/man/man3/OPENSSL_sk_push.3 -#usr/share/man/man3/OPENSSL_sk_set.3 -#usr/share/man/man3/OPENSSL_sk_set_cmp_func.3 -#usr/share/man/man3/OPENSSL_sk_shift.3 -#usr/share/man/man3/OPENSSL_sk_sort.3 -#usr/share/man/man3/OPENSSL_sk_unshift.3 -#usr/share/man/man3/OPENSSL_sk_value.3 -#usr/share/man/man3/OPENSSL_sk_zero.3 #usr/share/man/man3/OPENSSL_strdup.3 #usr/share/man/man3/OPENSSL_strlcat.3 #usr/share/man/man3/OPENSSL_strlcpy.3 #usr/share/man/man3/OPENSSL_strndup.3 #usr/share/man/man3/OPENSSL_thread_stop.3 #usr/share/man/man3/OPENSSL_zalloc.3 +#usr/share/man/man3/OSSL_STORE_CTX.3 +#usr/share/man/man3/OSSL_STORE_INFO.3 +#usr/share/man/man3/OSSL_STORE_INFO_free.3 +#usr/share/man/man3/OSSL_STORE_INFO_get0_CERT.3 +#usr/share/man/man3/OSSL_STORE_INFO_get0_CRL.3 +#usr/share/man/man3/OSSL_STORE_INFO_get0_NAME.3 +#usr/share/man/man3/OSSL_STORE_INFO_get0_NAME_description.3 +#usr/share/man/man3/OSSL_STORE_INFO_get0_PARAMS.3 +#usr/share/man/man3/OSSL_STORE_INFO_get0_PKEY.3 +#usr/share/man/man3/OSSL_STORE_INFO_get1_CERT.3 +#usr/share/man/man3/OSSL_STORE_INFO_get1_CRL.3 +#usr/share/man/man3/OSSL_STORE_INFO_get1_NAME.3 +#usr/share/man/man3/OSSL_STORE_INFO_get1_NAME_description.3 +#usr/share/man/man3/OSSL_STORE_INFO_get1_PARAMS.3 +#usr/share/man/man3/OSSL_STORE_INFO_get1_PKEY.3 +#usr/share/man/man3/OSSL_STORE_INFO_get_type.3 +#usr/share/man/man3/OSSL_STORE_INFO_new_CERT.3 +#usr/share/man/man3/OSSL_STORE_INFO_new_CRL.3 +#usr/share/man/man3/OSSL_STORE_INFO_new_NAME.3 +#usr/share/man/man3/OSSL_STORE_INFO_new_PARAMS.3 +#usr/share/man/man3/OSSL_STORE_INFO_new_PKEY.3 +#usr/share/man/man3/OSSL_STORE_INFO_set0_NAME_description.3 +#usr/share/man/man3/OSSL_STORE_INFO_type_string.3 +#usr/share/man/man3/OSSL_STORE_LOADER.3 +#usr/share/man/man3/OSSL_STORE_LOADER_CTX.3 +#usr/share/man/man3/OSSL_STORE_LOADER_free.3 +#usr/share/man/man3/OSSL_STORE_LOADER_get0_engine.3 +#usr/share/man/man3/OSSL_STORE_LOADER_get0_scheme.3 +#usr/share/man/man3/OSSL_STORE_LOADER_new.3 +#usr/share/man/man3/OSSL_STORE_LOADER_set_close.3 +#usr/share/man/man3/OSSL_STORE_LOADER_set_ctrl.3 +#usr/share/man/man3/OSSL_STORE_LOADER_set_eof.3 +#usr/share/man/man3/OSSL_STORE_LOADER_set_error.3 +#usr/share/man/man3/OSSL_STORE_LOADER_set_expect.3 +#usr/share/man/man3/OSSL_STORE_LOADER_set_find.3 +#usr/share/man/man3/OSSL_STORE_LOADER_set_load.3 +#usr/share/man/man3/OSSL_STORE_LOADER_set_open.3 +#usr/share/man/man3/OSSL_STORE_SEARCH.3 +#usr/share/man/man3/OSSL_STORE_SEARCH_by_alias.3 +#usr/share/man/man3/OSSL_STORE_SEARCH_by_issuer_serial.3 +#usr/share/man/man3/OSSL_STORE_SEARCH_by_key_fingerprint.3 +#usr/share/man/man3/OSSL_STORE_SEARCH_by_name.3 +#usr/share/man/man3/OSSL_STORE_SEARCH_free.3 +#usr/share/man/man3/OSSL_STORE_SEARCH_get0_bytes.3 +#usr/share/man/man3/OSSL_STORE_SEARCH_get0_digest.3 +#usr/share/man/man3/OSSL_STORE_SEARCH_get0_name.3 +#usr/share/man/man3/OSSL_STORE_SEARCH_get0_serial.3 +#usr/share/man/man3/OSSL_STORE_SEARCH_get0_string.3 +#usr/share/man/man3/OSSL_STORE_SEARCH_get_type.3 +#usr/share/man/man3/OSSL_STORE_close.3 +#usr/share/man/man3/OSSL_STORE_close_fn.3 +#usr/share/man/man3/OSSL_STORE_ctrl.3 +#usr/share/man/man3/OSSL_STORE_ctrl_fn.3 +#usr/share/man/man3/OSSL_STORE_eof.3 +#usr/share/man/man3/OSSL_STORE_eof_fn.3 +#usr/share/man/man3/OSSL_STORE_error.3 +#usr/share/man/man3/OSSL_STORE_error_fn.3 +#usr/share/man/man3/OSSL_STORE_expect.3 +#usr/share/man/man3/OSSL_STORE_expect_fn.3 +#usr/share/man/man3/OSSL_STORE_find.3 +#usr/share/man/man3/OSSL_STORE_find_fn.3 +#usr/share/man/man3/OSSL_STORE_load.3 +#usr/share/man/man3/OSSL_STORE_load_fn.3 +#usr/share/man/man3/OSSL_STORE_open.3 +#usr/share/man/man3/OSSL_STORE_open_fn.3 +#usr/share/man/man3/OSSL_STORE_post_process_info_fn.3 +#usr/share/man/man3/OSSL_STORE_register_loader.3 +#usr/share/man/man3/OSSL_STORE_supports_search.3 +#usr/share/man/man3/OSSL_STORE_unregister_loader.3 #usr/share/man/man3/OTHERNAME_free.3 #usr/share/man/man3/OTHERNAME_new.3 #usr/share/man/man3/OpenSSL_add_all_algorithms.3 @@ -5040,6 +6075,11 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/PBEPARAM_new.3 #usr/share/man/man3/PBKDF2PARAM_free.3 #usr/share/man/man3/PBKDF2PARAM_new.3 +#usr/share/man/man3/PEM_FLAG_EAY_COMPATIBLE.3 +#usr/share/man/man3/PEM_FLAG_ONLY_B64.3 +#usr/share/man/man3/PEM_FLAG_SECURE.3 +#usr/share/man/man3/PEM_bytes_read_bio.3 +#usr/share/man/man3/PEM_bytes_read_bio_secmem.3 #usr/share/man/man3/PEM_do_header.3 #usr/share/man/man3/PEM_get_EVP_CIPHER_INFO.3 #usr/share/man/man3/PEM_read.3 @@ -5087,6 +6127,7 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/PEM_read_bio_X509_AUX.3 #usr/share/man/man3/PEM_read_bio_X509_CRL.3 #usr/share/man/man3/PEM_read_bio_X509_REQ.3 +#usr/share/man/man3/PEM_read_bio_ex.3 #usr/share/man/man3/PEM_write.3 #usr/share/man/man3/PEM_write_CMS.3 #usr/share/man/man3/PEM_write_DHparams.3 @@ -5198,10 +6239,50 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/POLICY_CONSTRAINTS_new.3 #usr/share/man/man3/POLICY_MAPPING_free.3 #usr/share/man/man3/POLICY_MAPPING_new.3 +#usr/share/man/man3/PROFESSION_INFO.3 +#usr/share/man/man3/PROFESSION_INFOS.3 +#usr/share/man/man3/PROFESSION_INFOS_free.3 +#usr/share/man/man3/PROFESSION_INFOS_new.3 +#usr/share/man/man3/PROFESSION_INFO_free.3 +#usr/share/man/man3/PROFESSION_INFO_get0_addProfessionInfo.3 +#usr/share/man/man3/PROFESSION_INFO_get0_namingAuthority.3 +#usr/share/man/man3/PROFESSION_INFO_get0_professionItems.3 +#usr/share/man/man3/PROFESSION_INFO_get0_professionOIDs.3 +#usr/share/man/man3/PROFESSION_INFO_get0_registrationNumber.3 +#usr/share/man/man3/PROFESSION_INFO_new.3 +#usr/share/man/man3/PROFESSION_INFO_set0_addProfessionInfo.3 +#usr/share/man/man3/PROFESSION_INFO_set0_namingAuthority.3 +#usr/share/man/man3/PROFESSION_INFO_set0_professionItems.3 +#usr/share/man/man3/PROFESSION_INFO_set0_professionOIDs.3 +#usr/share/man/man3/PROFESSION_INFO_set0_registrationNumber.3 #usr/share/man/man3/PROXY_CERT_INFO_EXTENSION_free.3 #usr/share/man/man3/PROXY_CERT_INFO_EXTENSION_new.3 #usr/share/man/man3/PROXY_POLICY_free.3 #usr/share/man/man3/PROXY_POLICY_new.3 +#usr/share/man/man3/RAND_DRBG_bytes.3 +#usr/share/man/man3/RAND_DRBG_cleanup_entropy_fn.3 +#usr/share/man/man3/RAND_DRBG_cleanup_nonce_fn.3 +#usr/share/man/man3/RAND_DRBG_free.3 +#usr/share/man/man3/RAND_DRBG_generate.3 +#usr/share/man/man3/RAND_DRBG_get0_master.3 +#usr/share/man/man3/RAND_DRBG_get0_private.3 +#usr/share/man/man3/RAND_DRBG_get0_public.3 +#usr/share/man/man3/RAND_DRBG_get_entropy_fn.3 +#usr/share/man/man3/RAND_DRBG_get_ex_data.3 +#usr/share/man/man3/RAND_DRBG_get_ex_new_index.3 +#usr/share/man/man3/RAND_DRBG_get_nonce_fn.3 +#usr/share/man/man3/RAND_DRBG_instantiate.3 +#usr/share/man/man3/RAND_DRBG_new.3 +#usr/share/man/man3/RAND_DRBG_reseed.3 +#usr/share/man/man3/RAND_DRBG_secure_new.3 +#usr/share/man/man3/RAND_DRBG_set.3 +#usr/share/man/man3/RAND_DRBG_set_callbacks.3 +#usr/share/man/man3/RAND_DRBG_set_defaults.3 +#usr/share/man/man3/RAND_DRBG_set_ex_data.3 +#usr/share/man/man3/RAND_DRBG_set_reseed_defaults.3 +#usr/share/man/man3/RAND_DRBG_set_reseed_interval.3 +#usr/share/man/man3/RAND_DRBG_set_reseed_time_interval.3 +#usr/share/man/man3/RAND_DRBG_uninstantiate.3 #usr/share/man/man3/RAND_OpenSSL.3 #usr/share/man/man3/RAND_add.3 #usr/share/man/man3/RAND_bytes.3 @@ -5211,7 +6292,10 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/RAND_event.3 #usr/share/man/man3/RAND_file_name.3 #usr/share/man/man3/RAND_get_rand_method.3 +#usr/share/man/man3/RAND_keep_random_devices_open.3 #usr/share/man/man3/RAND_load_file.3 +#usr/share/man/man3/RAND_poll.3 +#usr/share/man/man3/RAND_priv_bytes.3 #usr/share/man/man3/RAND_pseudo_bytes.3 #usr/share/man/man3/RAND_query_egd_bytes.3 #usr/share/man/man3/RAND_screen.3 @@ -5242,14 +6326,27 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/RSA_free.3 #usr/share/man/man3/RSA_generate_key.3 #usr/share/man/man3/RSA_generate_key_ex.3 +#usr/share/man/man3/RSA_generate_multi_prime_key.3 #usr/share/man/man3/RSA_get0_crt_params.3 +#usr/share/man/man3/RSA_get0_d.3 +#usr/share/man/man3/RSA_get0_dmp1.3 +#usr/share/man/man3/RSA_get0_dmq1.3 +#usr/share/man/man3/RSA_get0_e.3 #usr/share/man/man3/RSA_get0_engine.3 #usr/share/man/man3/RSA_get0_factors.3 +#usr/share/man/man3/RSA_get0_iqmp.3 #usr/share/man/man3/RSA_get0_key.3 +#usr/share/man/man3/RSA_get0_multi_prime_crt_params.3 +#usr/share/man/man3/RSA_get0_multi_prime_factors.3 +#usr/share/man/man3/RSA_get0_n.3 +#usr/share/man/man3/RSA_get0_p.3 +#usr/share/man/man3/RSA_get0_q.3 #usr/share/man/man3/RSA_get_default_method.3 #usr/share/man/man3/RSA_get_ex_data.3 #usr/share/man/man3/RSA_get_ex_new_index.3 #usr/share/man/man3/RSA_get_method.3 +#usr/share/man/man3/RSA_get_multi_prime_extra_count.3 +#usr/share/man/man3/RSA_get_version.3 #usr/share/man/man3/RSA_meth_dup.3 #usr/share/man/man3/RSA_meth_free.3 #usr/share/man/man3/RSA_meth_get0_app_data.3 @@ -5260,6 +6357,7 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/RSA_meth_get_init.3 #usr/share/man/man3/RSA_meth_get_keygen.3 #usr/share/man/man3/RSA_meth_get_mod_exp.3 +#usr/share/man/man3/RSA_meth_get_multi_prime_keygen.3 #usr/share/man/man3/RSA_meth_get_priv_dec.3 #usr/share/man/man3/RSA_meth_get_priv_enc.3 #usr/share/man/man3/RSA_meth_get_pub_dec.3 @@ -5275,6 +6373,7 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/RSA_meth_set_init.3 #usr/share/man/man3/RSA_meth_set_keygen.3 #usr/share/man/man3/RSA_meth_set_mod_exp.3 +#usr/share/man/man3/RSA_meth_set_multi_prime_keygen.3 #usr/share/man/man3/RSA_meth_set_priv_dec.3 #usr/share/man/man3/RSA_meth_set_priv_enc.3 #usr/share/man/man3/RSA_meth_set_pub_dec.3 @@ -5299,9 +6398,11 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/RSA_private_encrypt.3 #usr/share/man/man3/RSA_public_decrypt.3 #usr/share/man/man3/RSA_public_encrypt.3 +#usr/share/man/man3/RSA_security_bits.3 #usr/share/man/man3/RSA_set0_crt_params.3 #usr/share/man/man3/RSA_set0_factors.3 #usr/share/man/man3/RSA_set0_key.3 +#usr/share/man/man3/RSA_set0_multi_prime_params.3 #usr/share/man/man3/RSA_set_default_method.3 #usr/share/man/man3/RSA_set_ex_data.3 #usr/share/man/man3/RSA_set_flags.3 @@ -5312,6 +6413,8 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/RSA_test_flags.3 #usr/share/man/man3/RSA_verify.3 #usr/share/man/man3/RSA_verify_ASN1_OCTET_STRING.3 +#usr/share/man/man3/SCRYPT_PARAMS_free.3 +#usr/share/man/man3/SCRYPT_PARAMS_new.3 #usr/share/man/man3/SCT_LIST_free.3 #usr/share/man/man3/SCT_LIST_print.3 #usr/share/man/man3/SCT_LIST_validate.3 @@ -5366,14 +6469,19 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/SMIME_write_CMS.3 #usr/share/man/man3/SMIME_write_PKCS7.3 #usr/share/man/man3/SSL_CIPHER_description.3 +#usr/share/man/man3/SSL_CIPHER_find.3 #usr/share/man/man3/SSL_CIPHER_get_auth_nid.3 #usr/share/man/man3/SSL_CIPHER_get_bits.3 #usr/share/man/man3/SSL_CIPHER_get_cipher_nid.3 #usr/share/man/man3/SSL_CIPHER_get_digest_nid.3 +#usr/share/man/man3/SSL_CIPHER_get_handshake_digest.3 +#usr/share/man/man3/SSL_CIPHER_get_id.3 #usr/share/man/man3/SSL_CIPHER_get_kx_nid.3 #usr/share/man/man3/SSL_CIPHER_get_name.3 +#usr/share/man/man3/SSL_CIPHER_get_protocol_id.3 #usr/share/man/man3/SSL_CIPHER_get_version.3 #usr/share/man/man3/SSL_CIPHER_is_aead.3 +#usr/share/man/man3/SSL_CIPHER_standard_name.3 #usr/share/man/man3/SSL_COMP_add_compression_method.3 #usr/share/man/man3/SSL_COMP_free_compression_methods.3 #usr/share/man/man3/SSL_COMP_get0_name.3 @@ -5389,11 +6497,12 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/SSL_CONF_cmd.3 #usr/share/man/man3/SSL_CONF_cmd_argv.3 #usr/share/man/man3/SSL_CONF_cmd_value_type.3 -#usr/share/man/man3/SSL_CONF_finish.3 #usr/share/man/man3/SSL_CTX_add0_chain_cert.3 #usr/share/man/man3/SSL_CTX_add1_chain_cert.3 +#usr/share/man/man3/SSL_CTX_add1_to_CA_list.3 #usr/share/man/man3/SSL_CTX_add_client_CA.3 #usr/share/man/man3/SSL_CTX_add_client_custom_ext.3 +#usr/share/man/man3/SSL_CTX_add_custom_ext.3 #usr/share/man/man3/SSL_CTX_add_extra_chain_cert.3 #usr/share/man/man3/SSL_CTX_add_server_custom_ext.3 #usr/share/man/man3/SSL_CTX_add_session.3 @@ -5402,6 +6511,7 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/SSL_CTX_check_private_key.3 #usr/share/man/man3/SSL_CTX_clear_chain_certs.3 #usr/share/man/man3/SSL_CTX_clear_extra_chain_certs.3 +#usr/share/man/man3/SSL_CTX_clear_mode.3 #usr/share/man/man3/SSL_CTX_clear_options.3 #usr/share/man/man3/SSL_CTX_config.3 #usr/share/man/man3/SSL_CTX_ct_is_enabled.3 @@ -5410,10 +6520,13 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/SSL_CTX_dane_enable.3 #usr/share/man/man3/SSL_CTX_dane_mtype_set.3 #usr/share/man/man3/SSL_CTX_dane_set_flags.3 +#usr/share/man/man3/SSL_CTX_decrypt_session_ticket_fn.3 #usr/share/man/man3/SSL_CTX_disable_ct.3 #usr/share/man/man3/SSL_CTX_enable_ct.3 #usr/share/man/man3/SSL_CTX_flush_sessions.3 #usr/share/man/man3/SSL_CTX_free.3 +#usr/share/man/man3/SSL_CTX_generate_session_ticket_fn.3 +#usr/share/man/man3/SSL_CTX_get0_CA_list.3 #usr/share/man/man3/SSL_CTX_get0_chain_certs.3 #usr/share/man/man3/SSL_CTX_get0_param.3 #usr/share/man/man3/SSL_CTX_get0_security_ex_data.3 @@ -5426,13 +6539,18 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/SSL_CTX_get_default_read_ahead.3 #usr/share/man/man3/SSL_CTX_get_ex_data.3 #usr/share/man/man3/SSL_CTX_get_info_callback.3 +#usr/share/man/man3/SSL_CTX_get_keylog_callback.3 #usr/share/man/man3/SSL_CTX_get_max_cert_list.3 +#usr/share/man/man3/SSL_CTX_get_max_early_data.3 #usr/share/man/man3/SSL_CTX_get_max_proto_version.3 #usr/share/man/man3/SSL_CTX_get_min_proto_version.3 #usr/share/man/man3/SSL_CTX_get_mode.3 +#usr/share/man/man3/SSL_CTX_get_num_tickets.3 #usr/share/man/man3/SSL_CTX_get_options.3 #usr/share/man/man3/SSL_CTX_get_quiet_shutdown.3 #usr/share/man/man3/SSL_CTX_get_read_ahead.3 +#usr/share/man/man3/SSL_CTX_get_record_padding_callback_arg.3 +#usr/share/man/man3/SSL_CTX_get_recv_max_early_data.3 #usr/share/man/man3/SSL_CTX_get_security_callback.3 #usr/share/man/man3/SSL_CTX_get_security_level.3 #usr/share/man/man3/SSL_CTX_get_session_cache_mode.3 @@ -5444,6 +6562,7 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/SSL_CTX_get_verify_depth.3 #usr/share/man/man3/SSL_CTX_get_verify_mode.3 #usr/share/man/man3/SSL_CTX_has_client_custom_ext.3 +#usr/share/man/man3/SSL_CTX_keylog_cb_func.3 #usr/share/man/man3/SSL_CTX_load_verify_locations.3 #usr/share/man/man3/SSL_CTX_new.3 #usr/share/man/man3/SSL_CTX_remove_session.3 @@ -5469,28 +6588,36 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/SSL_CTX_sess_set_remove_cb.3 #usr/share/man/man3/SSL_CTX_sess_timeouts.3 #usr/share/man/man3/SSL_CTX_sessions.3 +#usr/share/man/man3/SSL_CTX_set0_CA_list.3 #usr/share/man/man3/SSL_CTX_set0_chain.3 #usr/share/man/man3/SSL_CTX_set0_chain_cert_store.3 #usr/share/man/man3/SSL_CTX_set0_security_ex_data.3 #usr/share/man/man3/SSL_CTX_set0_verify_cert_store.3 +#usr/share/man/man3/SSL_CTX_set1_cert_store.3 #usr/share/man/man3/SSL_CTX_set1_chain.3 #usr/share/man/man3/SSL_CTX_set1_chain_cert_store.3 #usr/share/man/man3/SSL_CTX_set1_client_sigalgs.3 #usr/share/man/man3/SSL_CTX_set1_client_sigalgs_list.3 #usr/share/man/man3/SSL_CTX_set1_curves.3 #usr/share/man/man3/SSL_CTX_set1_curves_list.3 +#usr/share/man/man3/SSL_CTX_set1_groups.3 +#usr/share/man/man3/SSL_CTX_set1_groups_list.3 #usr/share/man/man3/SSL_CTX_set1_param.3 #usr/share/man/man3/SSL_CTX_set1_sigalgs.3 #usr/share/man/man3/SSL_CTX_set1_sigalgs_list.3 #usr/share/man/man3/SSL_CTX_set1_verify_cert_store.3 +#usr/share/man/man3/SSL_CTX_set_allow_early_data_cb.3 #usr/share/man/man3/SSL_CTX_set_alpn_protos.3 #usr/share/man/man3/SSL_CTX_set_alpn_select_cb.3 +#usr/share/man/man3/SSL_CTX_set_block_padding.3 #usr/share/man/man3/SSL_CTX_set_cert_cb.3 #usr/share/man/man3/SSL_CTX_set_cert_store.3 #usr/share/man/man3/SSL_CTX_set_cert_verify_callback.3 #usr/share/man/man3/SSL_CTX_set_cipher_list.3 +#usr/share/man/man3/SSL_CTX_set_ciphersuites.3 #usr/share/man/man3/SSL_CTX_set_client_CA_list.3 #usr/share/man/man3/SSL_CTX_set_client_cert_cb.3 +#usr/share/man/man3/SSL_CTX_set_client_hello_cb.3 #usr/share/man/man3/SSL_CTX_set_ct_validation_callback.3 #usr/share/man/man3/SSL_CTX_set_ctlog_list_file.3 #usr/share/man/man3/SSL_CTX_set_current_cert.3 @@ -5504,7 +6631,9 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/SSL_CTX_set_ex_data.3 #usr/share/man/man3/SSL_CTX_set_generate_session_id.3 #usr/share/man/man3/SSL_CTX_set_info_callback.3 +#usr/share/man/man3/SSL_CTX_set_keylog_callback.3 #usr/share/man/man3/SSL_CTX_set_max_cert_list.3 +#usr/share/man/man3/SSL_CTX_set_max_early_data.3 #usr/share/man/man3/SSL_CTX_set_max_pipelines.3 #usr/share/man/man3/SSL_CTX_set_max_proto_version.3 #usr/share/man/man3/SSL_CTX_set_max_send_fragment.3 @@ -5514,18 +6643,31 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/SSL_CTX_set_msg_callback_arg.3 #usr/share/man/man3/SSL_CTX_set_next_proto_select_cb.3 #usr/share/man/man3/SSL_CTX_set_next_protos_advertised_cb.3 +#usr/share/man/man3/SSL_CTX_set_num_tickets.3 #usr/share/man/man3/SSL_CTX_set_options.3 +#usr/share/man/man3/SSL_CTX_set_post_handshake_auth.3 #usr/share/man/man3/SSL_CTX_set_psk_client_callback.3 +#usr/share/man/man3/SSL_CTX_set_psk_find_session_callback.3 #usr/share/man/man3/SSL_CTX_set_psk_server_callback.3 +#usr/share/man/man3/SSL_CTX_set_psk_use_session_callback.3 #usr/share/man/man3/SSL_CTX_set_quiet_shutdown.3 #usr/share/man/man3/SSL_CTX_set_read_ahead.3 +#usr/share/man/man3/SSL_CTX_set_record_padding_callback.3 +#usr/share/man/man3/SSL_CTX_set_record_padding_callback_arg.3 +#usr/share/man/man3/SSL_CTX_set_recv_max_early_data.3 #usr/share/man/man3/SSL_CTX_set_security_callback.3 #usr/share/man/man3/SSL_CTX_set_security_level.3 #usr/share/man/man3/SSL_CTX_set_session_cache_mode.3 #usr/share/man/man3/SSL_CTX_set_session_id_context.3 +#usr/share/man/man3/SSL_CTX_set_session_ticket_cb.3 #usr/share/man/man3/SSL_CTX_set_split_send_fragment.3 #usr/share/man/man3/SSL_CTX_set_ssl_version.3 +#usr/share/man/man3/SSL_CTX_set_stateless_cookie_generate_cb.3 +#usr/share/man/man3/SSL_CTX_set_stateless_cookie_verify_cb.3 #usr/share/man/man3/SSL_CTX_set_timeout.3 +#usr/share/man/man3/SSL_CTX_set_tlsext_max_fragment_length.3 +#usr/share/man/man3/SSL_CTX_set_tlsext_servername_arg.3 +#usr/share/man/man3/SSL_CTX_set_tlsext_servername_callback.3 #usr/share/man/man3/SSL_CTX_set_tlsext_status_arg.3 #usr/share/man/man3/SSL_CTX_set_tlsext_status_cb.3 #usr/share/man/man3/SSL_CTX_set_tlsext_status_type.3 @@ -5542,35 +6684,50 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/SSL_CTX_use_RSAPrivateKey.3 #usr/share/man/man3/SSL_CTX_use_RSAPrivateKey_ASN1.3 #usr/share/man/man3/SSL_CTX_use_RSAPrivateKey_file.3 +#usr/share/man/man3/SSL_CTX_use_cert_and_key.3 #usr/share/man/man3/SSL_CTX_use_certificate.3 #usr/share/man/man3/SSL_CTX_use_certificate_ASN1.3 #usr/share/man/man3/SSL_CTX_use_certificate_chain_file.3 #usr/share/man/man3/SSL_CTX_use_certificate_file.3 #usr/share/man/man3/SSL_CTX_use_psk_identity_hint.3 #usr/share/man/man3/SSL_CTX_use_serverinfo.3 +#usr/share/man/man3/SSL_CTX_use_serverinfo_ex.3 #usr/share/man/man3/SSL_CTX_use_serverinfo_file.3 +#usr/share/man/man3/SSL_SESSION_dup.3 #usr/share/man/man3/SSL_SESSION_free.3 +#usr/share/man/man3/SSL_SESSION_get0_alpn_selected.3 #usr/share/man/man3/SSL_SESSION_get0_cipher.3 #usr/share/man/man3/SSL_SESSION_get0_hostname.3 #usr/share/man/man3/SSL_SESSION_get0_id_context.3 #usr/share/man/man3/SSL_SESSION_get0_peer.3 #usr/share/man/man3/SSL_SESSION_get0_ticket.3 +#usr/share/man/man3/SSL_SESSION_get0_ticket_appdata.3 #usr/share/man/man3/SSL_SESSION_get_compress_id.3 #usr/share/man/man3/SSL_SESSION_get_ex_data.3 #usr/share/man/man3/SSL_SESSION_get_id.3 #usr/share/man/man3/SSL_SESSION_get_master_key.3 +#usr/share/man/man3/SSL_SESSION_get_max_early_data.3 +#usr/share/man/man3/SSL_SESSION_get_max_fragment_length.3 #usr/share/man/man3/SSL_SESSION_get_protocol_version.3 #usr/share/man/man3/SSL_SESSION_get_ticket_lifetime_hint.3 #usr/share/man/man3/SSL_SESSION_get_time.3 #usr/share/man/man3/SSL_SESSION_get_timeout.3 #usr/share/man/man3/SSL_SESSION_has_ticket.3 +#usr/share/man/man3/SSL_SESSION_is_resumable.3 #usr/share/man/man3/SSL_SESSION_new.3 #usr/share/man/man3/SSL_SESSION_print.3 #usr/share/man/man3/SSL_SESSION_print_fp.3 #usr/share/man/man3/SSL_SESSION_print_keylog.3 +#usr/share/man/man3/SSL_SESSION_set1_alpn_selected.3 +#usr/share/man/man3/SSL_SESSION_set1_hostname.3 #usr/share/man/man3/SSL_SESSION_set1_id.3 #usr/share/man/man3/SSL_SESSION_set1_id_context.3 +#usr/share/man/man3/SSL_SESSION_set1_master_key.3 +#usr/share/man/man3/SSL_SESSION_set1_ticket_appdata.3 +#usr/share/man/man3/SSL_SESSION_set_cipher.3 #usr/share/man/man3/SSL_SESSION_set_ex_data.3 +#usr/share/man/man3/SSL_SESSION_set_max_early_data.3 +#usr/share/man/man3/SSL_SESSION_set_protocol_version.3 #usr/share/man/man3/SSL_SESSION_set_time.3 #usr/share/man/man3/SSL_SESSION_set_timeout.3 #usr/share/man/man3/SSL_SESSION_up_ref.3 @@ -5578,19 +6735,33 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/SSL_add0_chain_cert.3 #usr/share/man/man3/SSL_add1_chain_cert.3 #usr/share/man/man3/SSL_add1_host.3 +#usr/share/man/man3/SSL_add1_to_CA_list.3 #usr/share/man/man3/SSL_add_client_CA.3 -#usr/share/man/man3/SSL_add_session.3 #usr/share/man/man3/SSL_alert_desc_string.3 #usr/share/man/man3/SSL_alert_desc_string_long.3 #usr/share/man/man3/SSL_alert_type_string.3 #usr/share/man/man3/SSL_alert_type_string_long.3 +#usr/share/man/man3/SSL_alloc_buffers.3 +#usr/share/man/man3/SSL_allow_early_data_cb_fn.3 #usr/share/man/man3/SSL_build_cert_chain.3 +#usr/share/man/man3/SSL_bytes_to_cipher_list.3 #usr/share/man/man3/SSL_callback_ctrl.3 #usr/share/man/man3/SSL_check_chain.3 #usr/share/man/man3/SSL_check_private_key.3 #usr/share/man/man3/SSL_clear.3 #usr/share/man/man3/SSL_clear_chain_certs.3 +#usr/share/man/man3/SSL_clear_mode.3 #usr/share/man/man3/SSL_clear_options.3 +#usr/share/man/man3/SSL_client_hello_cb_fn.3 +#usr/share/man/man3/SSL_client_hello_get0_ciphers.3 +#usr/share/man/man3/SSL_client_hello_get0_compression_methods.3 +#usr/share/man/man3/SSL_client_hello_get0_ext.3 +#usr/share/man/man3/SSL_client_hello_get0_legacy_version.3 +#usr/share/man/man3/SSL_client_hello_get0_random.3 +#usr/share/man/man3/SSL_client_hello_get0_session_id.3 +#usr/share/man/man3/SSL_client_hello_get1_extensions_present.3 +#usr/share/man/man3/SSL_client_hello_isv2.3 +#usr/share/man/man3/SSL_client_version.3 #usr/share/man/man3/SSL_config.3 #usr/share/man/man3/SSL_connect.3 #usr/share/man/man3/SSL_ct_is_enabled.3 @@ -5601,23 +6772,28 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/SSL_dane_tlsa_add.3 #usr/share/man/man3/SSL_disable_ct.3 #usr/share/man/man3/SSL_do_handshake.3 +#usr/share/man/man3/SSL_dup.3 #usr/share/man/man3/SSL_enable_ct.3 #usr/share/man/man3/SSL_export_keying_material.3 +#usr/share/man/man3/SSL_export_keying_material_early.3 #usr/share/man/man3/SSL_extension_supported.3 -#usr/share/man/man3/SSL_flush_sessions.3 #usr/share/man/man3/SSL_free.3 +#usr/share/man/man3/SSL_free_buffers.3 +#usr/share/man/man3/SSL_get0_CA_list.3 #usr/share/man/man3/SSL_get0_alpn_selected.3 #usr/share/man/man3/SSL_get0_chain_certs.3 #usr/share/man/man3/SSL_get0_dane_authority.3 #usr/share/man/man3/SSL_get0_dane_tlsa.3 #usr/share/man/man3/SSL_get0_next_proto_negotiated.3 #usr/share/man/man3/SSL_get0_param.3 +#usr/share/man/man3/SSL_get0_peer_CA_list.3 #usr/share/man/man3/SSL_get0_peer_scts.3 #usr/share/man/man3/SSL_get0_peername.3 #usr/share/man/man3/SSL_get0_security_ex_data.3 #usr/share/man/man3/SSL_get0_session.3 #usr/share/man/man3/SSL_get0_verified_chain.3 #usr/share/man/man3/SSL_get1_curves.3 +#usr/share/man/man3/SSL_get1_groups.3 #usr/share/man/man3/SSL_get1_session.3 #usr/share/man/man3/SSL_get1_supported_ciphers.3 #usr/share/man/man3/SSL_get_SSL_CTX.3 @@ -5636,42 +6812,60 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/SSL_get_default_passwd_cb.3 #usr/share/man/man3/SSL_get_default_passwd_cb_userdata.3 #usr/share/man/man3/SSL_get_default_timeout.3 +#usr/share/man/man3/SSL_get_early_data_status.3 #usr/share/man/man3/SSL_get_error.3 #usr/share/man/man3/SSL_get_ex_data.3 #usr/share/man/man3/SSL_get_ex_data_X509_STORE_CTX_idx.3 #usr/share/man/man3/SSL_get_extms_support.3 #usr/share/man/man3/SSL_get_fd.3 #usr/share/man/man3/SSL_get_info_callback.3 +#usr/share/man/man3/SSL_get_key_update_type.3 #usr/share/man/man3/SSL_get_max_cert_list.3 +#usr/share/man/man3/SSL_get_max_early_data.3 #usr/share/man/man3/SSL_get_max_proto_version.3 #usr/share/man/man3/SSL_get_min_proto_version.3 #usr/share/man/man3/SSL_get_mode.3 +#usr/share/man/man3/SSL_get_num_tickets.3 #usr/share/man/man3/SSL_get_options.3 #usr/share/man/man3/SSL_get_peer_cert_chain.3 #usr/share/man/man3/SSL_get_peer_certificate.3 +#usr/share/man/man3/SSL_get_peer_signature_nid.3 +#usr/share/man/man3/SSL_get_peer_signature_type_nid.3 +#usr/share/man/man3/SSL_get_peer_tmp_key.3 +#usr/share/man/man3/SSL_get_pending_cipher.3 #usr/share/man/man3/SSL_get_psk_identity.3 #usr/share/man/man3/SSL_get_psk_identity_hint.3 #usr/share/man/man3/SSL_get_quiet_shutdown.3 #usr/share/man/man3/SSL_get_rbio.3 #usr/share/man/man3/SSL_get_read_ahead.3 +#usr/share/man/man3/SSL_get_record_padding_callback_arg.3 +#usr/share/man/man3/SSL_get_recv_max_early_data.3 #usr/share/man/man3/SSL_get_rfd.3 #usr/share/man/man3/SSL_get_secure_renegotiation_support.3 #usr/share/man/man3/SSL_get_security_callback.3 #usr/share/man/man3/SSL_get_security_level.3 #usr/share/man/man3/SSL_get_selected_srtp_profile.3 #usr/share/man/man3/SSL_get_server_random.3 +#usr/share/man/man3/SSL_get_server_tmp_key.3 +#usr/share/man/man3/SSL_get_servername.3 +#usr/share/man/man3/SSL_get_servername_type.3 #usr/share/man/man3/SSL_get_session.3 #usr/share/man/man3/SSL_get_shared_ciphers.3 #usr/share/man/man3/SSL_get_shared_curve.3 +#usr/share/man/man3/SSL_get_shared_group.3 #usr/share/man/man3/SSL_get_shared_sigalgs.3 #usr/share/man/man3/SSL_get_shutdown.3 #usr/share/man/man3/SSL_get_sigalgs.3 +#usr/share/man/man3/SSL_get_signature_nid.3 +#usr/share/man/man3/SSL_get_signature_type_nid.3 #usr/share/man/man3/SSL_get_srtp_profiles.3 #usr/share/man/man3/SSL_get_ssl_method.3 +#usr/share/man/man3/SSL_get_state.3 #usr/share/man/man3/SSL_get_time.3 #usr/share/man/man3/SSL_get_timeout.3 #usr/share/man/man3/SSL_get_tlsext_status_ocsp_resp.3 #usr/share/man/man3/SSL_get_tlsext_status_type.3 +#usr/share/man/man3/SSL_get_tmp_key.3 #usr/share/man/man3/SSL_get_verify_callback.3 #usr/share/man/man3/SSL_get_verify_depth.3 #usr/share/man/man3/SSL_get_verify_mode.3 @@ -5681,19 +6875,37 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/SSL_get_wfd.3 #usr/share/man/man3/SSL_has_matching_session_id.3 #usr/share/man/man3/SSL_has_pending.3 +#usr/share/man/man3/SSL_in_accept_init.3 +#usr/share/man/man3/SSL_in_before.3 +#usr/share/man/man3/SSL_in_connect_init.3 +#usr/share/man/man3/SSL_in_init.3 #usr/share/man/man3/SSL_is_dtls.3 +#usr/share/man/man3/SSL_is_init_finished.3 +#usr/share/man/man3/SSL_is_server.3 +#usr/share/man/man3/SSL_key_update.3 #usr/share/man/man3/SSL_library_init.3 #usr/share/man/man3/SSL_load_client_CA_file.3 #usr/share/man/man3/SSL_load_error_strings.3 #usr/share/man/man3/SSL_new.3 +#usr/share/man/man3/SSL_peek.3 +#usr/share/man/man3/SSL_peek_ex.3 #usr/share/man/man3/SSL_pending.3 +#usr/share/man/man3/SSL_psk_client_cb_func.3 +#usr/share/man/man3/SSL_psk_find_session_cb_func.3 +#usr/share/man/man3/SSL_psk_server_cb_func.3 +#usr/share/man/man3/SSL_psk_use_session_cb_func.3 #usr/share/man/man3/SSL_read.3 -#usr/share/man/man3/SSL_remove_session.3 +#usr/share/man/man3/SSL_read_early_data.3 +#usr/share/man/man3/SSL_read_ex.3 +#usr/share/man/man3/SSL_renegotiate.3 +#usr/share/man/man3/SSL_renegotiate_abbreviated.3 +#usr/share/man/man3/SSL_renegotiate_pending.3 #usr/share/man/man3/SSL_rstate_string.3 #usr/share/man/man3/SSL_rstate_string_long.3 #usr/share/man/man3/SSL_select_current_cert.3 #usr/share/man/man3/SSL_select_next_proto.3 #usr/share/man/man3/SSL_session_reused.3 +#usr/share/man/man3/SSL_set0_CA_list.3 #usr/share/man/man3/SSL_set0_chain.3 #usr/share/man/man3/SSL_set0_chain_cert_store.3 #usr/share/man/man3/SSL_set0_rbio.3 @@ -5706,16 +6918,21 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/SSL_set1_client_sigalgs_list.3 #usr/share/man/man3/SSL_set1_curves.3 #usr/share/man/man3/SSL_set1_curves_list.3 +#usr/share/man/man3/SSL_set1_groups.3 +#usr/share/man/man3/SSL_set1_groups_list.3 #usr/share/man/man3/SSL_set1_host.3 #usr/share/man/man3/SSL_set1_param.3 #usr/share/man/man3/SSL_set1_sigalgs.3 #usr/share/man/man3/SSL_set1_sigalgs_list.3 #usr/share/man/man3/SSL_set1_verify_cert_store.3 #usr/share/man/man3/SSL_set_accept_state.3 +#usr/share/man/man3/SSL_set_allow_early_data_cb.3 #usr/share/man/man3/SSL_set_alpn_protos.3 #usr/share/man/man3/SSL_set_bio.3 +#usr/share/man/man3/SSL_set_block_padding.3 #usr/share/man/man3/SSL_set_cert_cb.3 #usr/share/man/man3/SSL_set_cipher_list.3 +#usr/share/man/man3/SSL_set_ciphersuites.3 #usr/share/man/man3/SSL_set_client_CA_list.3 #usr/share/man/man3/SSL_set_connect_state.3 #usr/share/man/man3/SSL_set_ct_validation_callback.3 @@ -5729,6 +6946,7 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/SSL_set_hostflags.3 #usr/share/man/man3/SSL_set_info_callback.3 #usr/share/man/man3/SSL_set_max_cert_list.3 +#usr/share/man/man3/SSL_set_max_early_data.3 #usr/share/man/man3/SSL_set_max_pipelines.3 #usr/share/man/man3/SSL_set_max_proto_version.3 #usr/share/man/man3/SSL_set_max_send_fragment.3 @@ -5736,11 +6954,18 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/SSL_set_mode.3 #usr/share/man/man3/SSL_set_msg_callback.3 #usr/share/man/man3/SSL_set_msg_callback_arg.3 +#usr/share/man/man3/SSL_set_num_tickets.3 #usr/share/man/man3/SSL_set_options.3 +#usr/share/man/man3/SSL_set_post_handshake_auth.3 #usr/share/man/man3/SSL_set_psk_client_callback.3 +#usr/share/man/man3/SSL_set_psk_find_session_callback.3 #usr/share/man/man3/SSL_set_psk_server_callback.3 +#usr/share/man/man3/SSL_set_psk_use_session_callback.3 #usr/share/man/man3/SSL_set_quiet_shutdown.3 #usr/share/man/man3/SSL_set_read_ahead.3 +#usr/share/man/man3/SSL_set_record_padding_callback.3 +#usr/share/man/man3/SSL_set_record_padding_callback_arg.3 +#usr/share/man/man3/SSL_set_recv_max_early_data.3 #usr/share/man/man3/SSL_set_rfd.3 #usr/share/man/man3/SSL_set_security_callback.3 #usr/share/man/man3/SSL_set_security_level.3 @@ -5751,6 +6976,8 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/SSL_set_ssl_method.3 #usr/share/man/man3/SSL_set_time.3 #usr/share/man/man3/SSL_set_timeout.3 +#usr/share/man/man3/SSL_set_tlsext_host_name.3 +#usr/share/man/man3/SSL_set_tlsext_max_fragment_length.3 #usr/share/man/man3/SSL_set_tlsext_status_ocsp_resp.3 #usr/share/man/man3/SSL_set_tlsext_status_type.3 #usr/share/man/man3/SSL_set_tlsext_use_srtp.3 @@ -5763,6 +6990,7 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/SSL_shutdown.3 #usr/share/man/man3/SSL_state_string.3 #usr/share/man/man3/SSL_state_string_long.3 +#usr/share/man/man3/SSL_stateless.3 #usr/share/man/man3/SSL_up_ref.3 #usr/share/man/man3/SSL_use_PrivateKey.3 #usr/share/man/man3/SSL_use_PrivateKey_ASN1.3 @@ -5770,21 +6998,27 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/SSL_use_RSAPrivateKey.3 #usr/share/man/man3/SSL_use_RSAPrivateKey_ASN1.3 #usr/share/man/man3/SSL_use_RSAPrivateKey_file.3 +#usr/share/man/man3/SSL_use_cert_and_key.3 #usr/share/man/man3/SSL_use_certificate.3 #usr/share/man/man3/SSL_use_certificate_ASN1.3 #usr/share/man/man3/SSL_use_certificate_chain_file.3 #usr/share/man/man3/SSL_use_certificate_file.3 #usr/share/man/man3/SSL_use_psk_identity_hint.3 #usr/share/man/man3/SSL_verify_cb.3 +#usr/share/man/man3/SSL_verify_client_post_handshake.3 +#usr/share/man/man3/SSL_version.3 #usr/share/man/man3/SSL_waiting_for_async.3 #usr/share/man/man3/SSL_want.3 #usr/share/man/man3/SSL_want_async.3 #usr/share/man/man3/SSL_want_async_job.3 +#usr/share/man/man3/SSL_want_client_hello_cb.3 #usr/share/man/man3/SSL_want_nothing.3 #usr/share/man/man3/SSL_want_read.3 #usr/share/man/man3/SSL_want_write.3 #usr/share/man/man3/SSL_want_x509_lookup.3 #usr/share/man/man3/SSL_write.3 +#usr/share/man/man3/SSL_write_early_data.3 +#usr/share/man/man3/SSL_write_ex.3 #usr/share/man/man3/SSLv23_client_method.3 #usr/share/man/man3/SSLv23_method.3 #usr/share/man/man3/SSLv23_server_method.3 @@ -5831,6 +7065,9 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/UI_METHOD.3 #usr/share/man/man3/UI_OpenSSL.3 #usr/share/man/man3/UI_STRING.3 +#usr/share/man/man3/UI_UTIL_read_pw.3 +#usr/share/man/man3/UI_UTIL_read_pw_string.3 +#usr/share/man/man3/UI_UTIL_wrap_read_pem_callback.3 #usr/share/man/man3/UI_add_error_string.3 #usr/share/man/man3/UI_add_info_string.3 #usr/share/man/man3/UI_add_input_boolean.3 @@ -5845,6 +7082,7 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/UI_dup_info_string.3 #usr/share/man/man3/UI_dup_input_boolean.3 #usr/share/man/man3/UI_dup_input_string.3 +#usr/share/man/man3/UI_dup_user_data.3 #usr/share/man/man3/UI_dup_verify_string.3 #usr/share/man/man3/UI_free.3 #usr/share/man/man3/UI_get0_action_string.3 @@ -5858,10 +7096,14 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/UI_get_ex_new_index.3 #usr/share/man/man3/UI_get_input_flags.3 #usr/share/man/man3/UI_get_method.3 +#usr/share/man/man3/UI_get_result_length.3 #usr/share/man/man3/UI_get_result_maxsize.3 #usr/share/man/man3/UI_get_result_minsize.3 +#usr/share/man/man3/UI_get_result_string_length.3 #usr/share/man/man3/UI_get_string_type.3 #usr/share/man/man3/UI_method_get_closer.3 +#usr/share/man/man3/UI_method_get_data_destructor.3 +#usr/share/man/man3/UI_method_get_data_duplicator.3 #usr/share/man/man3/UI_method_get_ex_data.3 #usr/share/man/man3/UI_method_get_flusher.3 #usr/share/man/man3/UI_method_get_opener.3 @@ -5869,6 +7111,7 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/UI_method_get_reader.3 #usr/share/man/man3/UI_method_get_writer.3 #usr/share/man/man3/UI_method_set_closer.3 +#usr/share/man/man3/UI_method_set_data_duplicator.3 #usr/share/man/man3/UI_method_set_ex_data.3 #usr/share/man/man3/UI_method_set_flusher.3 #usr/share/man/man3/UI_method_set_opener.3 @@ -5883,6 +7126,7 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/UI_set_ex_data.3 #usr/share/man/man3/UI_set_method.3 #usr/share/man/man3/UI_set_result.3 +#usr/share/man/man3/UI_set_result_ex.3 #usr/share/man/man3/UI_string_types.3 #usr/share/man/man3/USERNOTICE_free.3 #usr/share/man/man3/USERNOTICE_new.3 @@ -6020,6 +7264,7 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/X509_PUBKEY_set0_param.3 #usr/share/man/man3/X509_REQ_INFO_free.3 #usr/share/man/man3/X509_REQ_INFO_new.3 +#usr/share/man/man3/X509_REQ_check_private_key.3 #usr/share/man/man3/X509_REQ_digest.3 #usr/share/man/man3/X509_REQ_dup.3 #usr/share/man/man3/X509_REQ_free.3 @@ -6054,6 +7299,8 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/X509_REVOKED_new.3 #usr/share/man/man3/X509_REVOKED_set_revocationDate.3 #usr/share/man/man3/X509_REVOKED_set_serialNumber.3 +#usr/share/man/man3/X509_SIG_INFO_get.3 +#usr/share/man/man3/X509_SIG_INFO_set.3 #usr/share/man/man3/X509_SIG_free.3 #usr/share/man/man3/X509_SIG_get0.3 #usr/share/man/man3/X509_SIG_getm.3 @@ -6110,6 +7357,8 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/X509_STORE_CTX_set_verify_cb.3 #usr/share/man/man3/X509_STORE_CTX_verify_cb.3 #usr/share/man/man3/X509_STORE_CTX_verify_fn.3 +#usr/share/man/man3/X509_STORE_add_cert.3 +#usr/share/man/man3/X509_STORE_add_crl.3 #usr/share/man/man3/X509_STORE_free.3 #usr/share/man/man3/X509_STORE_get0_objects.3 #usr/share/man/man3/X509_STORE_get0_param.3 @@ -6126,6 +7375,7 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/X509_STORE_get_lookup_certs.3 #usr/share/man/man3/X509_STORE_get_lookup_crls.3 #usr/share/man/man3/X509_STORE_get_verify_cb.3 +#usr/share/man/man3/X509_STORE_load_locations.3 #usr/share/man/man3/X509_STORE_lock.3 #usr/share/man/man3/X509_STORE_new.3 #usr/share/man/man3/X509_STORE_set1_param.3 @@ -6135,12 +7385,17 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/X509_STORE_set_check_policy.3 #usr/share/man/man3/X509_STORE_set_check_revocation.3 #usr/share/man/man3/X509_STORE_set_cleanup.3 +#usr/share/man/man3/X509_STORE_set_default_paths.3 +#usr/share/man/man3/X509_STORE_set_depth.3 #usr/share/man/man3/X509_STORE_set_ex_data.3 +#usr/share/man/man3/X509_STORE_set_flags.3 #usr/share/man/man3/X509_STORE_set_get_crl.3 #usr/share/man/man3/X509_STORE_set_get_issuer.3 #usr/share/man/man3/X509_STORE_set_lookup_certs.3 #usr/share/man/man3/X509_STORE_set_lookup_crls.3 #usr/share/man/man3/X509_STORE_set_lookup_crls_cb.3 +#usr/share/man/man3/X509_STORE_set_purpose.3 +#usr/share/man/man3/X509_STORE_set_trust.3 #usr/share/man/man3/X509_STORE_set_verify.3 #usr/share/man/man3/X509_STORE_set_verify_cb.3 #usr/share/man/man3/X509_STORE_set_verify_cb_func.3 @@ -6181,6 +7436,8 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/X509_check_ip.3 #usr/share/man/man3/X509_check_ip_asc.3 #usr/share/man/man3/X509_check_issued.3 +#usr/share/man/man3/X509_check_private_key.3 +#usr/share/man/man3/X509_cmp_current_time.3 #usr/share/man/man3/X509_cmp_time.3 #usr/share/man/man3/X509_delete_ext.3 #usr/share/man/man3/X509_digest.3 @@ -6213,6 +7470,7 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/X509_get_proxy_pathlen.3 #usr/share/man/man3/X509_get_pubkey.3 #usr/share/man/man3/X509_get_serialNumber.3 +#usr/share/man/man3/X509_get_signature_info.3 #usr/share/man/man3/X509_get_signature_nid.3 #usr/share/man/man3/X509_get_subject_name.3 #usr/share/man/man3/X509_get_version.3 @@ -6235,6 +7493,8 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/X509_set_version.3 #usr/share/man/man3/X509_sign.3 #usr/share/man/man3/X509_sign_ctx.3 +#usr/share/man/man3/X509_time_adj.3 +#usr/share/man/man3/X509_time_adj_ex.3 #usr/share/man/man3/X509_up_ref.3 #usr/share/man/man3/X509_verify.3 #usr/share/man/man3/X509_verify_cert.3 @@ -6246,11 +7506,12 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/X509v3_get_ext_by_OBJ.3 #usr/share/man/man3/X509v3_get_ext_by_critical.3 #usr/share/man/man3/X509v3_get_ext_count.3 -#usr/share/man/man3/bio.3 #usr/share/man/man3/custom_ext_add_cb.3 #usr/share/man/man3/custom_ext_free_cb.3 #usr/share/man/man3/custom_ext_parse_cb.3 #usr/share/man/man3/d2i_ACCESS_DESCRIPTION.3 +#usr/share/man/man3/d2i_ADMISSIONS.3 +#usr/share/man/man3/d2i_ADMISSION_SYNTAX.3 #usr/share/man/man3/d2i_ASIdOrRange.3 #usr/share/man/man3/d2i_ASIdentifierChoice.3 #usr/share/man/man3/d2i_ASIdentifiers.3 @@ -6322,11 +7583,11 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/d2i_IPAddressOrRange.3 #usr/share/man/man3/d2i_IPAddressRange.3 #usr/share/man/man3/d2i_ISSUING_DIST_POINT.3 +#usr/share/man/man3/d2i_NAMING_AUTHORITY.3 #usr/share/man/man3/d2i_NETSCAPE_CERT_SEQUENCE.3 #usr/share/man/man3/d2i_NETSCAPE_SPKAC.3 #usr/share/man/man3/d2i_NETSCAPE_SPKI.3 #usr/share/man/man3/d2i_NOTICEREF.3 -#usr/share/man/man3/d2i_Netscape_RSA.3 #usr/share/man/man3/d2i_OCSP_BASICRESP.3 #usr/share/man/man3/d2i_OCSP_CERTID.3 #usr/share/man/man3/d2i_OCSP_CERTSTATUS.3 @@ -6374,6 +7635,7 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/d2i_PKEY_USAGE_PERIOD.3 #usr/share/man/man3/d2i_POLICYINFO.3 #usr/share/man/man3/d2i_POLICYQUALINFO.3 +#usr/share/man/man3/d2i_PROFESSION_INFO.3 #usr/share/man/man3/d2i_PROXY_CERT_INFO_EXTENSION.3 #usr/share/man/man3/d2i_PROXY_POLICY.3 #usr/share/man/man3/d2i_PUBKEY.3 @@ -6394,6 +7656,7 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/d2i_RSA_PUBKEY.3 #usr/share/man/man3/d2i_RSA_PUBKEY_bio.3 #usr/share/man/man3/d2i_RSA_PUBKEY_fp.3 +#usr/share/man/man3/d2i_SCRYPT_PARAMS.3 #usr/share/man/man3/d2i_SCT_LIST.3 #usr/share/man/man3/d2i_SSL_SESSION.3 #usr/share/man/man3/d2i_SXNET.3 @@ -6437,6 +7700,8 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/d2i_X509_SIG.3 #usr/share/man/man3/d2i_X509_VAL.3 #usr/share/man/man3/i2d_ACCESS_DESCRIPTION.3 +#usr/share/man/man3/i2d_ADMISSIONS.3 +#usr/share/man/man3/i2d_ADMISSION_SYNTAX.3 #usr/share/man/man3/i2d_ASIdOrRange.3 #usr/share/man/man3/i2d_ASIdentifierChoice.3 #usr/share/man/man3/i2d_ASIdentifiers.3 @@ -6508,11 +7773,11 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/i2d_IPAddressOrRange.3 #usr/share/man/man3/i2d_IPAddressRange.3 #usr/share/man/man3/i2d_ISSUING_DIST_POINT.3 +#usr/share/man/man3/i2d_NAMING_AUTHORITY.3 #usr/share/man/man3/i2d_NETSCAPE_CERT_SEQUENCE.3 #usr/share/man/man3/i2d_NETSCAPE_SPKAC.3 #usr/share/man/man3/i2d_NETSCAPE_SPKI.3 #usr/share/man/man3/i2d_NOTICEREF.3 -#usr/share/man/man3/i2d_Netscape_RSA.3 #usr/share/man/man3/i2d_OCSP_BASICRESP.3 #usr/share/man/man3/i2d_OCSP_CERTID.3 #usr/share/man/man3/i2d_OCSP_CERTSTATUS.3 @@ -6566,6 +7831,7 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/i2d_PKEY_USAGE_PERIOD.3 #usr/share/man/man3/i2d_POLICYINFO.3 #usr/share/man/man3/i2d_POLICYQUALINFO.3 +#usr/share/man/man3/i2d_PROFESSION_INFO.3 #usr/share/man/man3/i2d_PROXY_CERT_INFO_EXTENSION.3 #usr/share/man/man3/i2d_PROXY_POLICY.3 #usr/share/man/man3/i2d_PUBKEY.3 @@ -6584,6 +7850,7 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/i2d_RSA_PUBKEY.3 #usr/share/man/man3/i2d_RSA_PUBKEY_bio.3 #usr/share/man/man3/i2d_RSA_PUBKEY_fp.3 +#usr/share/man/man3/i2d_SCRYPT_PARAMS.3 #usr/share/man/man3/i2d_SCT_LIST.3 #usr/share/man/man3/i2d_SSL_SESSION.3 #usr/share/man/man3/i2d_SXNET.3 @@ -6654,10 +7921,12 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/sk_TYPE_is_sorted.3 #usr/share/man/man3/sk_TYPE_new.3 #usr/share/man/man3/sk_TYPE_new_null.3 +#usr/share/man/man3/sk_TYPE_new_reserve.3 #usr/share/man/man3/sk_TYPE_num.3 #usr/share/man/man3/sk_TYPE_pop.3 #usr/share/man/man3/sk_TYPE_pop_free.3 #usr/share/man/man3/sk_TYPE_push.3 +#usr/share/man/man3/sk_TYPE_reserve.3 #usr/share/man/man3/sk_TYPE_set.3 #usr/share/man/man3/sk_TYPE_set_cmp_func.3 #usr/share/man/man3/sk_TYPE_shift.3 @@ -6668,9 +7937,22 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/ssl_ct_validation_cb.3 #usr/share/man/man5/config.5 #usr/share/man/man5/x509v3_config.5 +#usr/share/man/man7/Ed25519.7 +#usr/share/man/man7/Ed448.7 +#usr/share/man/man7/RAND.7 +#usr/share/man/man7/RAND_DRBG.7 +#usr/share/man/man7/RSA-PSS.7 +#usr/share/man/man7/SM2.7 +#usr/share/man/man7/X25519.7 +#usr/share/man/man7/X448.7 +#usr/share/man/man7/bio.7 #usr/share/man/man7/crypto.7 #usr/share/man/man7/ct.7 #usr/share/man/man7/des_modes.7 #usr/share/man/man7/evp.7 +#usr/share/man/man7/ossl_store-file.7 +#usr/share/man/man7/ossl_store.7 +#usr/share/man/man7/passphrase-encoding.7 +#usr/share/man/man7/scrypt.7 #usr/share/man/man7/ssl.7 -#usr/share/man/man7/x509.7 +#usr/share/man/man7/x509.7 \ No newline at end of file diff --git a/config/rootfiles/common/openssl-compat b/config/rootfiles/common/openssl-compat deleted file mode 100644 index 7ef11e6b45..0000000000 --- a/config/rootfiles/common/openssl-compat +++ /dev/null @@ -1,2 +0,0 @@ -usr/lib/libcrypto.so.10 -usr/lib/libssl.so.10 diff --git a/config/rootfiles/core/127/exclude b/config/rootfiles/core/128/exclude similarity index 100% rename from config/rootfiles/core/127/exclude rename to config/rootfiles/core/128/exclude diff --git a/config/rootfiles/core/128/filelists/apache2 b/config/rootfiles/core/128/filelists/apache2 new file mode 120000 index 0000000000..eef95efa72 --- /dev/null +++ b/config/rootfiles/core/128/filelists/apache2 @@ -0,0 +1 @@ +../../../common/apache2 \ No newline at end of file diff --git a/config/rootfiles/core/128/filelists/files b/config/rootfiles/core/128/filelists/files new file mode 100644 index 0000000000..ea80e29c87 --- /dev/null +++ b/config/rootfiles/core/128/filelists/files @@ -0,0 +1,5 @@ +etc/system-release +etc/issue +srv/web/ipfire/cgi-bin/credits.cgi +var/ipfire/langs +etc/sysctl.conf diff --git a/config/rootfiles/core/128/filelists/openssl b/config/rootfiles/core/128/filelists/openssl new file mode 120000 index 0000000000..e011a9266c --- /dev/null +++ b/config/rootfiles/core/128/filelists/openssl @@ -0,0 +1 @@ +../../../common/openssl \ No newline at end of file diff --git a/config/rootfiles/core/128/update.sh b/config/rootfiles/core/128/update.sh new file mode 100644 index 0000000000..8f54d80413 --- /dev/null +++ b/config/rootfiles/core/128/update.sh @@ -0,0 +1,67 @@ +#!/bin/bash +############################################################################ +# # +# This file is part of the IPFire Firewall. # +# # +# IPFire is free software; you can redistribute it and/or modify # +# it under the terms of the GNU General Public License as published by # +# the Free Software Foundation; either version 3 of the License, or # +# (at your option) any later version. # +# # +# IPFire is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License # +# along with IPFire; if not, write to the Free Software # +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # +# # +# Copyright (C) 2018 IPFire-Team . # +# # +############################################################################ +# +. /opt/pakfire/lib/functions.sh +/usr/local/bin/backupctrl exclude >/dev/null 2>&1 + +core=128 + +# Remove old core updates from pakfire cache to save space... +for (( i=1; i<=$core; i++ )); do + rm -f /var/cache/pakfire/core-upgrade-*-$i.ipfire +done + +# Stop services + +# Remove files +rm -vf \ + /usr/lib/libcrypto.so.10 \ + /usr/lib/libssl.so.10 + +# Extract files +extract_files + +# update linker config +ldconfig + +# Update Language cache +/usr/local/bin/update-lang-cache + +# Reload sysctl.conf +sysctl -p + +# Start services + +# Finish +/etc/init.d/fireinfo start +sendprofile + +# Update grub config to display new core version +if [ -e /boot/grub/grub.cfg ]; then + grub-mkconfig -o /boot/grub/grub.cfg +fi + +sync + +# Don't report the exitcode last command +exit 0 diff --git a/config/rootfiles/oldcore/127/exclude b/config/rootfiles/oldcore/127/exclude new file mode 100644 index 0000000000..b221598781 --- /dev/null +++ b/config/rootfiles/oldcore/127/exclude @@ -0,0 +1,28 @@ +boot/config.txt +boot/grub/grub.cfg +boot/grub/grubenv +etc/alternatives +etc/collectd.custom +etc/default/grub +etc/ipsec.conf +etc/ipsec.secrets +etc/ipsec.user.conf +etc/ipsec.user.secrets +etc/localtime +etc/shadow +etc/snort/snort.conf +etc/ssl/openssl.cnf +etc/sudoers +etc/sysconfig/firewall.local +etc/sysconfig/rc.local +etc/udev/rules.d/30-persistent-network.rules +srv/web/ipfire/html/proxy.pac +var/ipfire/dma +var/ipfire/time +var/ipfire/ovpn +var/lib/alternatives +var/log/cache +var/log/dhcpcd.log +var/log/messages +var/state/dhcp/dhcpd.leases +var/updatecache diff --git a/config/rootfiles/core/127/filelists/aarch64/files-aarch64 b/config/rootfiles/oldcore/127/filelists/aarch64/files-aarch64 similarity index 100% rename from config/rootfiles/core/127/filelists/aarch64/files-aarch64 rename to config/rootfiles/oldcore/127/filelists/aarch64/files-aarch64 diff --git a/config/rootfiles/core/127/filelists/aarch64/grub b/config/rootfiles/oldcore/127/filelists/aarch64/grub similarity index 100% rename from config/rootfiles/core/127/filelists/aarch64/grub rename to config/rootfiles/oldcore/127/filelists/aarch64/grub diff --git a/config/rootfiles/core/127/filelists/aarch64/python b/config/rootfiles/oldcore/127/filelists/aarch64/python similarity index 100% rename from config/rootfiles/core/127/filelists/aarch64/python rename to config/rootfiles/oldcore/127/filelists/aarch64/python diff --git a/config/rootfiles/core/127/filelists/aarch64/xtables-addons-kmod b/config/rootfiles/oldcore/127/filelists/aarch64/xtables-addons-kmod similarity index 100% rename from config/rootfiles/core/127/filelists/aarch64/xtables-addons-kmod rename to config/rootfiles/oldcore/127/filelists/aarch64/xtables-addons-kmod diff --git a/config/rootfiles/core/127/filelists/armv5tel/files-armvtel b/config/rootfiles/oldcore/127/filelists/armv5tel/files-armvtel similarity index 100% rename from config/rootfiles/core/127/filelists/armv5tel/files-armvtel rename to config/rootfiles/oldcore/127/filelists/armv5tel/files-armvtel diff --git a/config/rootfiles/core/127/filelists/armv5tel/python b/config/rootfiles/oldcore/127/filelists/armv5tel/python similarity index 100% rename from config/rootfiles/core/127/filelists/armv5tel/python rename to config/rootfiles/oldcore/127/filelists/armv5tel/python diff --git a/config/rootfiles/core/127/filelists/armv5tel/xtables-addons-kmod-kirkwood b/config/rootfiles/oldcore/127/filelists/armv5tel/xtables-addons-kmod-kirkwood similarity index 100% rename from config/rootfiles/core/127/filelists/armv5tel/xtables-addons-kmod-kirkwood rename to config/rootfiles/oldcore/127/filelists/armv5tel/xtables-addons-kmod-kirkwood diff --git a/config/rootfiles/core/127/filelists/armv5tel/xtables-addons-kmod-multi b/config/rootfiles/oldcore/127/filelists/armv5tel/xtables-addons-kmod-multi similarity index 100% rename from config/rootfiles/core/127/filelists/armv5tel/xtables-addons-kmod-multi rename to config/rootfiles/oldcore/127/filelists/armv5tel/xtables-addons-kmod-multi diff --git a/config/rootfiles/core/127/filelists/bind b/config/rootfiles/oldcore/127/filelists/bind similarity index 100% rename from config/rootfiles/core/127/filelists/bind rename to config/rootfiles/oldcore/127/filelists/bind diff --git a/config/rootfiles/core/127/filelists/files b/config/rootfiles/oldcore/127/filelists/files similarity index 100% rename from config/rootfiles/core/127/filelists/files rename to config/rootfiles/oldcore/127/filelists/files diff --git a/config/rootfiles/core/127/filelists/fireinfo b/config/rootfiles/oldcore/127/filelists/fireinfo similarity index 100% rename from config/rootfiles/core/127/filelists/fireinfo rename to config/rootfiles/oldcore/127/filelists/fireinfo diff --git a/config/rootfiles/core/127/filelists/i586/grub b/config/rootfiles/oldcore/127/filelists/i586/grub similarity index 100% rename from config/rootfiles/core/127/filelists/i586/grub rename to config/rootfiles/oldcore/127/filelists/i586/grub diff --git a/config/rootfiles/core/127/filelists/i586/python b/config/rootfiles/oldcore/127/filelists/i586/python similarity index 100% rename from config/rootfiles/core/127/filelists/i586/python rename to config/rootfiles/oldcore/127/filelists/i586/python diff --git a/config/rootfiles/core/127/filelists/i586/xtables-addons-kmod b/config/rootfiles/oldcore/127/filelists/i586/xtables-addons-kmod similarity index 100% rename from config/rootfiles/core/127/filelists/i586/xtables-addons-kmod rename to config/rootfiles/oldcore/127/filelists/i586/xtables-addons-kmod diff --git a/config/rootfiles/core/127/filelists/pcre b/config/rootfiles/oldcore/127/filelists/pcre similarity index 100% rename from config/rootfiles/core/127/filelists/pcre rename to config/rootfiles/oldcore/127/filelists/pcre diff --git a/config/rootfiles/core/127/filelists/perl-Net-CIDR-Lite b/config/rootfiles/oldcore/127/filelists/perl-Net-CIDR-Lite similarity index 100% rename from config/rootfiles/core/127/filelists/perl-Net-CIDR-Lite rename to config/rootfiles/oldcore/127/filelists/perl-Net-CIDR-Lite diff --git a/config/rootfiles/core/127/filelists/snort b/config/rootfiles/oldcore/127/filelists/snort similarity index 100% rename from config/rootfiles/core/127/filelists/snort rename to config/rootfiles/oldcore/127/filelists/snort diff --git a/config/rootfiles/core/127/filelists/sqlite b/config/rootfiles/oldcore/127/filelists/sqlite similarity index 100% rename from config/rootfiles/core/127/filelists/sqlite rename to config/rootfiles/oldcore/127/filelists/sqlite diff --git a/config/rootfiles/core/127/filelists/squid b/config/rootfiles/oldcore/127/filelists/squid similarity index 100% rename from config/rootfiles/core/127/filelists/squid rename to config/rootfiles/oldcore/127/filelists/squid diff --git a/config/rootfiles/core/127/filelists/tar b/config/rootfiles/oldcore/127/filelists/tar similarity index 100% rename from config/rootfiles/core/127/filelists/tar rename to config/rootfiles/oldcore/127/filelists/tar diff --git a/config/rootfiles/core/127/filelists/unbound b/config/rootfiles/oldcore/127/filelists/unbound similarity index 100% rename from config/rootfiles/core/127/filelists/unbound rename to config/rootfiles/oldcore/127/filelists/unbound diff --git a/config/rootfiles/core/127/filelists/wget b/config/rootfiles/oldcore/127/filelists/wget similarity index 100% rename from config/rootfiles/core/127/filelists/wget rename to config/rootfiles/oldcore/127/filelists/wget diff --git a/config/rootfiles/core/127/filelists/x86_64/grub b/config/rootfiles/oldcore/127/filelists/x86_64/grub similarity index 100% rename from config/rootfiles/core/127/filelists/x86_64/grub rename to config/rootfiles/oldcore/127/filelists/x86_64/grub diff --git a/config/rootfiles/core/127/filelists/x86_64/python b/config/rootfiles/oldcore/127/filelists/x86_64/python similarity index 100% rename from config/rootfiles/core/127/filelists/x86_64/python rename to config/rootfiles/oldcore/127/filelists/x86_64/python diff --git a/config/rootfiles/core/127/filelists/x86_64/xtables-addons-kmod b/config/rootfiles/oldcore/127/filelists/x86_64/xtables-addons-kmod similarity index 100% rename from config/rootfiles/core/127/filelists/x86_64/xtables-addons-kmod rename to config/rootfiles/oldcore/127/filelists/x86_64/xtables-addons-kmod diff --git a/config/rootfiles/core/127/filelists/xtables-addons b/config/rootfiles/oldcore/127/filelists/xtables-addons similarity index 100% rename from config/rootfiles/core/127/filelists/xtables-addons rename to config/rootfiles/oldcore/127/filelists/xtables-addons diff --git a/config/rootfiles/core/127/update.sh b/config/rootfiles/oldcore/127/update.sh similarity index 100% rename from config/rootfiles/core/127/update.sh rename to config/rootfiles/oldcore/127/update.sh diff --git a/lfs/openssl b/lfs/openssl index d7a616ff24..05d28ef20e 100644 --- a/lfs/openssl +++ b/lfs/openssl @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2019 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 1.1.0j +VER = 1.1.1a THISAPP = openssl-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -48,13 +48,13 @@ CONFIGURE_OPTIONS = \ shared \ zlib-dynamic \ enable-camellia \ - enable-md2 \ enable-seed \ enable-rfc3779 \ no-idea \ no-mdc2 \ no-rc5 \ no-srp \ + no-aria \ $(OPENSSL_ARCH) ifeq "$(IS_64BIT)" "1" @@ -87,7 +87,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = b4ca5b78ae6ae79da80790b30dbedbdc +$(DL_FILE)_MD5 = 963deb2272d6be7d4c2458afd2517b73 install : $(TARGET) @@ -117,7 +117,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/openssl-1.1.0g-weak-ciphers.patch + cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/openssl-1.1.1a-default-cipherlist.patch # Apply our CFLAGS cd $(DIR_APP) && sed -i Configure \ diff --git a/lfs/openssl-compat b/lfs/openssl-compat deleted file mode 100644 index 062f85fdbc..0000000000 --- a/lfs/openssl-compat +++ /dev/null @@ -1,148 +0,0 @@ -############################################################################### -# # -# IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # -# # -# This program is free software: you can redistribute it and/or modify # -# it under the terms of the GNU General Public License as published by # -# the Free Software Foundation, either version 3 of the License, or # -# (at your option) any later version. # -# # -# This program is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with this program. If not, see . # -# # -############################################################################### - -############################################################################### -# Definitions -############################################################################### - -include Config - -VER = 1.0.2q - -THISAPP = openssl-$(VER) -DL_FILE = $(THISAPP).tar.gz -DL_FROM = $(URL_IPFIRE) -DIR_APP = $(DIR_SRC)/$(THISAPP) - -TARGET = $(DIR_INFO)/$(THISAPP)$(KCFG) - -export RPM_OPT_FLAGS = $(CFLAGS) - -CONFIGURE_OPTIONS = \ - --prefix=/usr \ - --openssldir=/etc/ssl \ - --enginesdir=/usr/lib/openssl/engines \ - shared \ - zlib-dynamic \ - enable-camellia \ - enable-md2 \ - disable-ssl2 \ - enable-seed \ - enable-tlsext \ - enable-rfc3779 \ - no-idea \ - no-mdc2 \ - no-rc5 \ - no-srp \ - -DSSL_FORBID_ENULL \ - $(OPENSSL_ARCH) - -ifeq "$(IS_64BIT)" "1" - OPENSSL_ARCH = linux-generic64 -else - OPENSSL_ARCH = linux-generic32 -endif - -ifeq "$(BUILD_ARCH)" "aarch64" - OPENSSL_ARCH = linux-aarch64 -endif - -ifeq "$(BUILD_ARCH)" "x86_64" - OPENSSL_ARCH = linux-x86_64 -endif - -ifeq "$(BUILD_ARCH)" "i586" - OPENSSL_ARCH = linux-elf - - ifneq "$(KCFG)" "-sse2" - OPENSSL_ARCH += no-sse2 - endif -endif - -############################################################################### -# Top-level Rules -############################################################################### - -objects = $(DL_FILE) - -$(DL_FILE) = $(DL_FROM)/$(DL_FILE) - -$(DL_FILE)_MD5 = 7563e1ce046cb21948eeb6ba1a0eb71c - -install : $(TARGET) - -check : $(patsubst %,$(DIR_CHK)/%,$(objects)) - -download :$(patsubst %,$(DIR_DL)/%,$(objects)) - -md5 : $(subst %,%_MD5,$(objects)) - -############################################################################### -# Downloading, checking, md5sum -############################################################################### - -$(patsubst %,$(DIR_CHK)/%,$(objects)) : - @$(CHECK) - -$(patsubst %,$(DIR_DL)/%,$(objects)) : - @$(LOAD) - -$(subst %,%_MD5,$(objects)) : - @$(MD5) - -############################################################################### -# Installation Details -############################################################################### - -$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) - @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/openssl-1.0.0-beta5-enginesdir.patch - cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/openssl-1.0.2a-rpmbuild.patch - cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/openssl-1.0.2h-weak-ciphers.patch - cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/openssl-1.0.2g-disable-sslv2v3.patch - - # i586 specific patches -ifeq "$(BUILD_ARCH)" "i586" - cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/openssl-1.0.2a_disable_ssse3_for_amd.patch -endif - - # With openssl 1.0.2e, pod2mantest is missing - echo -e "#!/bin/bash\necho \$$(which pod2man)" > $(DIR_APP)/util/pod2mantest - chmod a+x $(DIR_APP)/util/pod2mantest - - # Apply our CFLAGS - cd $(DIR_APP) && sed -i Configure \ - -e "s/-O3 -fomit-frame-pointer/$(CFLAGS)/g" - - cd $(DIR_APP) && find crypto/ -name Makefile -exec \ - sed 's/^ASFLAGS=/&-Wa,--noexecstack /' -i {} \; - - cd $(DIR_APP) && ./Configure $(CONFIGURE_OPTIONS) - - cd $(DIR_APP) && make depend - cd $(DIR_APP) && make - - # Install libraries only - cd $(DIR_APP) && install -m 755 \ - libcrypto.so.10 libssl.so.10 /usr/lib - - @rm -rf $(DIR_APP) - @$(POSTBUILD) diff --git a/make.sh b/make.sh index 1ee4ba36e7..50f5be454e 100755 --- a/make.sh +++ b/make.sh @@ -25,7 +25,7 @@ NAME="IPFire" # Software name SNAME="ipfire" # Short name VERSION="2.21" # Version number -CORE="127" # Core Level (Filename) +CORE="128" # Core Level (Filename) PAKFIRE_CORE="127" # Core Level (PAKFIRE) GIT_BRANCH=`git rev-parse --abbrev-ref HEAD` # Git Branch SLOGAN="www.ipfire.org" # Software slogan @@ -1087,7 +1087,6 @@ buildipfire() { lfsmake2 backup lfsmake2 openssl [ "${BUILD_ARCH}" = "i586" ] && lfsmake2 openssl KCFG='-sse2' - lfsmake2 openssl-compat lfsmake2 popt lfsmake2 libusb lfsmake2 libusb-compat diff --git a/src/patches/openssl-1.0.2h-weak-ciphers.patch b/src/patches/openssl-1.0.2h-weak-ciphers.patch deleted file mode 100644 index d1ec6a2afc..0000000000 --- a/src/patches/openssl-1.0.2h-weak-ciphers.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur openssl-1.0.2h.org/ssl/ssl.h openssl-1.0.2h/ssl/ssl.h ---- openssl-1.0.2h.org/ssl/ssl.h 2016-05-03 15:44:42.000000000 +0200 -+++ openssl-1.0.2h/ssl/ssl.h 2016-05-03 18:49:10.393302264 +0200 -@@ -338,7 +338,7 @@ - * The following cipher list is used by default. It also is substituted when - * an application-defined cipher list string starts with 'DEFAULT'. - */ --# define SSL_DEFAULT_CIPHER_LIST "ALL:!EXPORT:!LOW:!aNULL:!eNULL:!SSLv2" -+# define SSL_DEFAULT_CIPHER_LIST "ALL:!EXPORT:!LOW:!aNULL:!eNULL:!SSLv2:!RC2:!DES" - /* - * As of OpenSSL 1.0.0, ssl_create_cipher_list() in ssl/ssl_ciph.c always - * starts with a reasonable order, and all we have to do for DEFAULT is diff --git a/src/patches/openssl-1.1.0g-weak-ciphers.patch b/src/patches/openssl-1.1.0g-weak-ciphers.patch deleted file mode 100644 index 66dad2bee5..0000000000 --- a/src/patches/openssl-1.1.0g-weak-ciphers.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- openssl-1.1.0g-orig/include/openssl/ssl.h 2017-11-02 15:29:05.000000000 +0100 -+++ openssl-1.1.0g/include/openssl/ssl.h 2018-02-27 18:23:43.522649728 +0100 -@@ -194,7 +194,7 @@ - * The following cipher list is used by default. It also is substituted when - * an application-defined cipher list string starts with 'DEFAULT'. - */ --# define SSL_DEFAULT_CIPHER_LIST "ALL:!COMPLEMENTOFDEFAULT:!eNULL" -+# define SSL_DEFAULT_CIPHER_LIST "kEECDH+ECDSA:kEECDH:kEDH:HIGH:+SHA:+kRSA:!aNULL:!eNULL:!LOW:!3DES:!MD5:!EXP:!PSK:!SRP:!kECDH:!IDEA:!SEED:!RC4:!kDH:!DSS" - /* - * As of OpenSSL 1.0.0, ssl_create_cipher_list() in ssl/ssl_ciph.c always - * starts with a reasonable order, and all we have to do for DEFAULT is diff --git a/src/patches/openssl-1.1.1a-default-cipherlist.patch b/src/patches/openssl-1.1.1a-default-cipherlist.patch new file mode 100644 index 0000000000..dfe156bf56 --- /dev/null +++ b/src/patches/openssl-1.1.1a-default-cipherlist.patch @@ -0,0 +1,18 @@ +--- openssl-1.1.1.orig/include/openssl/ssl.h 2018-09-11 14:48:23.000000000 +0200 ++++ openssl-1.1.1/include/openssl/ssl.h 2018-11-05 16:55:03.935513159 +0100 +@@ -170,11 +170,11 @@ + * an application-defined cipher list string starts with 'DEFAULT'. + * This applies to ciphersuites for TLSv1.2 and below. + */ +-# define SSL_DEFAULT_CIPHER_LIST "ALL:!COMPLEMENTOFDEFAULT:!eNULL" ++# define SSL_DEFAULT_CIPHER_LIST "TLSv1.3:CHACHA20:HIGH:+DH:+aRSA:+SHA:+kRSA:!aNULL:!eNULL:!SRP:!PSK:!DSS:!AESCCM" + /* This is the default set of TLSv1.3 ciphersuites */ + # if !defined(OPENSSL_NO_CHACHA) && !defined(OPENSSL_NO_POLY1305) +-# define TLS_DEFAULT_CIPHERSUITES "TLS_AES_256_GCM_SHA384:" \ +- "TLS_CHACHA20_POLY1305_SHA256:" \ ++# define TLS_DEFAULT_CIPHERSUITES "TLS_CHACHA20_POLY1305_SHA256:" \ ++ "TLS_AES_256_GCM_SHA384:" \ + "TLS_AES_128_GCM_SHA256" + # else + # define TLS_DEFAULT_CIPHERSUITES "TLS_AES_256_GCM_SHA384:" \ +