File tree
5 files changed
+7
-7
lines changed- main
- src/main/cpp
5 files changed
+7
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
- apps/crl2p7.c+10-8
- apps/enc.c+2-2
- apps/s_server.c+12-1
- apps/s_socket.c+11-1
- crypto/armcap.c+15
- crypto/asn1/a_object.c+9-6
- crypto/asn1/a_strex.c+3-1
- crypto/asn1/asn1_lib.c+12-2
- crypto/asn1/bio_asn1.c+6-1
- crypto/asn1/bio_ndef.c+3
- crypto/asn1/d2i_pr.c+50-23
- crypto/asn1/t_spki.c+2-2
- crypto/bio/b_addr.c+2-2
- crypto/bio/b_sock2.c+3-2
- crypto/bn/bn_div.c+5-4
- crypto/buildinf.h+1-1
- crypto/chacha/asm/chacha-x86_64.pl+43-11
- crypto/dsa/dsa_prn.c+9-5
- crypto/ec/ec2_oct.c+34-9
- crypto/ec/ec_asn1.c+5-2
- crypto/err/openssl.txt+5
- crypto/evp/e_aes.c+93-99
- crypto/evp/e_camellia.c+5-5
- crypto/hmac/hm_ameth.c+3-2
- crypto/pkcs12/p12_key.c+2-2
- crypto/poly1305/poly1305_ameth.c+2-2
- crypto/rand/rand_unix.c+9-1
- crypto/rsa/rsa_prn.c+5-3
- crypto/siphash/siphash_ameth.c+2-2
- crypto/sm2/sm2_crypt.c+12-17
- crypto/sm2/sm2_pmeth.c+2-2
- crypto/sparcv9cap.c+2-1
- crypto/srp/srp_vfy.c+7-6
- crypto/store/loader_file.c+2-1
- crypto/uid.c+7-1
- crypto/x509/t_x509.c+3-3
- crypto/x509/x509_vpm.c+3-3
- crypto/x509v3/v3_akey.c+34-6
- crypto/x509v3/v3_alt.c+8-4
- crypto/x509v3/v3_cpols.c+7-4
- crypto/x509v3/v3_ncons.c+53-26
- crypto/x509v3/v3_pci.c+3-2
- crypto/x509v3/v3_utl.c+47-13
- crypto/x509v3/v3err.c+5-1
- include/crypto/sm2.h+2-3
- include/crypto/x509.h+6-1
- include/openssl/e_os2.h+3-2
- include/openssl/opensslv.h+2-2
- include/openssl/sslerr.h+4-1
- include/openssl/x509v3err.h+3-1
- openssl.version+1-1
- ssl/bio_ssl.c+2-1
- ssl/d1_lib.c+1-2
- ssl/record/rec_layer_s3.c+4-4
- ssl/record/ssl3_buffer.c+1-2
- ssl/record/ssl3_record.c+18-18
- ssl/s3_msg.c+3-1
- ssl/ssl_cert.c+25-10
- ssl/ssl_err.c+6-1
- ssl/ssl_lib.c+52-7
- ssl/ssl_local.h+1-1
- ssl/statem/extensions.c+29-2
- ssl/statem/extensions_srvr.c+8-1
- ssl/statem/statem_clnt.c+3-2
- ssl/statem/statem_local.h+3-1
- ssl/statem/statem_srvr.c+6-3
- ssl/t1_lib.c+9-2
- .github/workflows/build.yaml+1-1
- Changes.rst+4
- configure.ac+6
- contrib/vcpkg-ports/openssl/portfile.cmake-25
- contrib/vcpkg-ports/openssl/unix/CMakeLists.txt-280
- contrib/vcpkg-ports/openssl/unix/portfile.cmake-49
- contrib/vcpkg-ports/openssl/unix/remove-deps.cmake-7
- contrib/vcpkg-ports/openssl/unix/vcpkg-cmake-wrapper.cmake-18
- contrib/vcpkg-ports/openssl/usage-4
- contrib/vcpkg-ports/openssl/uwp/EnableUWPSupport.patch-170
- contrib/vcpkg-ports/openssl/uwp/make-openssl.bat-16
- contrib/vcpkg-ports/openssl/uwp/portfile.cmake-156
- contrib/vcpkg-ports/openssl/vcpkg.json-7
- contrib/vcpkg-ports/openssl/windows/portfile.cmake-174
- contrib/vcpkg-ports/openssl/windows/vcpkg-cmake-wrapper.cmake-10
- contrib/vcpkg-triplets/arm64-windows-ovpn.cmake+2
- contrib/vcpkg-triplets/x64-windows-ovpn.cmake+2
- contrib/vcpkg-triplets/x86-windows-ovpn.cmake+2
- doc/Makefile.am+1
- doc/man-sections/example-fingerprint.rst+196
- doc/man-sections/server-options.rst+10-4
- doc/management-notes.txt+32-15
- doc/openvpn-examples.5.rst+1
- doc/tls-crypt-v2.txt+2-2
- include/openvpn-plugin.h.in+1-1
- src/openvpn/auth_token.c+67-24
- src/openvpn/auth_token.h+10-1
- src/openvpn/init.c+4-5
- src/openvpn/manage.c+2-2
- src/openvpn/options.c+8-7
- src/openvpn/push.c-8
- src/openvpn/route.c+11-27
- src/openvpn/ssl.c+24-6
- src/openvpn/ssl_common.h+9-7
- src/openvpn/ssl_mbedtls.c+22-1
- src/openvpn/ssl_ncp.c+3-5
- src/openvpn/ssl_verify.c+10-21
- tests/unit_tests/openvpn/test_argv.c-1
- tests/unit_tests/openvpn/test_auth_token.c+40-10
- tests/unit_tests/openvpn/test_crypto.c-1
- tests/unit_tests/openvpn/test_misc.c-1
- tests/unit_tests/openvpn/test_ncp.c-1
- tests/unit_tests/openvpn/test_tls_crypt.c-1
- client/ovpncli.hpp+2-1
- cmake/CMakeLists.txt.in+1-1
- deps/lib-versions+2-2
- doc/webauth.md+40-14
- openvpn/buffer/safestr.hpp+15-10
- openvpn/client/clicreds.hpp+2-2
- openvpn/client/cliopthelper.hpp+3-2
- openvpn/client/cliproto.hpp+16-3
- openvpn/client/remotelist.hpp+2-5
- openvpn/common/clamp.hpp+9
- openvpn/common/peercred.hpp+1-1
- openvpn/common/persistfile.hpp+1-1
- openvpn/common/runcontext.hpp+26
- openvpn/common/strneq.hpp+2
- openvpn/frame/frame.hpp+8
- openvpn/server/servproto.hpp+14-6
- openvpn/transport/pktstream.hpp+25-19
- test/ovpncli/cli.cpp+60-21
- test/ovpncli/go+1
- test/unittests/.gitignore+2
- test/unittests/CMakeLists.txt+2
- test/unittests/test_helper.hpp+41-3
- test/unittests/test_pktstream.cpp+152
- test/unittests/test_remotelist.cpp+20-14
- test/unittests/test_safestr.cpp+50
0 commit comments