Home
last modified time | relevance | path

Searched refs:update (Results 1 – 25 of 91) sorted by relevance

1234

/openssl/test/ssl-tests/
H A D21-key-update.cnf5 test-0 = 0-update-key-client-update-not-requested
6 test-1 = 1-update-key-server-update-not-requested
7 test-2 = 2-update-key-client-update-requested
8 test-3 = 3-update-key-server-update-requested
11 [0-update-key-client-update-not-requested]
14 [0-update-key-client-update-not-requested-ssl]
37 [1-update-key-server-update-not-requested]
63 [2-update-key-client-update-requested]
66 [2-update-key-client-update-requested-ssl]
89 [3-update-key-server-update-requested]
[all …]
H A D21-key-update.cnf.in19 name => "update-key-client-update-not-requested",
30 name => "update-key-server-update-not-requested",
41 name => "update-key-client-update-requested",
52 name => "update-key-server-update-requested",
/openssl/doc/man3/
H A DSSL_key_update.pod25 SSL_key_update() schedules an update of the keys for the current TLS connection.
31 peer to additionally update its sending keys. It is an error if B<updatetype> is
37 update will not take place until the next time an IO operation such as
39 SSL_do_handshake() can be called to force the update to take place immediately.
41 SSL_get_key_update_type() can be used to determine whether a key update
43 update operation will be returned if there is one, or SSL_KEY_UPDATE_NONE
82 SSL_key_update() can also be used to perform a key update when using QUIC. The
84 automatically when needed. Since a locally initiated QUIC key update always
85 causes a peer to also trigger a key update, passing
90 performed, and other QUIC protocol rules govern how frequently QUIC key update
[all …]
/openssl/
H A DHACKING.md15 make update
19 `make update` ensures that your functions declarations are added to
26 after running `make update` to ensure that documentation has correct format.
28 `make update` also generates files related to OIDs (in the `crypto/objects/`
31 generated files need to be removed and regenerated using `make update`.
H A D.gitmodules12 update = rebase
/openssl/.github/workflows/
H A Drun-checker-daily.yml141 run: git submodule update --init --depth 1 fuzz/corpora
160 run: git submodule update --init --depth 1 fuzz/corpora
163 sudo apt-get update
208 run: git submodule update --init --depth 1 fuzz/corpora
225 sudo apt-get update
230 run: git submodule update --init --depth 1 fuzz/corpora
247 sudo apt-get update
252 run: git submodule update --init --depth 1 fuzz/corpora
269 sudo apt-get update
292 sudo apt-get update
[all …]
H A Dos-zoo.yml60 install: apt-get update && apt-get install -y gcc make perl
62 install: apt-get update && apt-get install -y gcc make perl
64 install: apt-get update && apt-get install -y gcc make perl
66 install: apt-get update && apt-get install -y gcc make perl
68 install: apt-get update && apt-get install -y gcc make perl
115 run: git submodule update --init --depth 1 fuzz/corpora
141 run: git submodule update --init --depth 1 fuzz/corpora
H A Dci.yml33 sudo apt-get update
42 - name: make update
43 run: make update
81 run: git submodule update --init --depth 1 fuzz/corpora
112 run: git submodule update --init --depth 1 fuzz/corpora
159 run: git submodule update --init --depth 1 fuzz/corpora
181 run: git submodule update --init --depth 1 fuzz/corpora
203 run: git submodule update --init --depth 1 fuzz/corpora
230 run: git submodule update --init --depth 1 fuzz/corpora
252 run: git submodule update --init --depth 1 fuzz/corpora
[all …]
H A Dcompiler-zoo.yml101 sudo apt-get update
118 sudo apt-get update
123 run: git submodule update --init --depth 1 fuzz/corpora
H A Drun_quic_interop.yml26 sudo apt-get update
/openssl/crypto/evp/
H A Dm_null.c22 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) in update() function
39 update,
H A Dlegacy_meth.h39 #define LEGACY_EVP_MD_METH_TABLE(init, update, final, ctrl, blksz) \ argument
40 init, update, final, NULL, NULL, blksz, 0, ctrl
H A Devp_lib.c916 int EVP_MD_meth_set_update(EVP_MD *md, int (*update)(EVP_MD_CTX *ctx, in EVP_MD_meth_set_update()
920 if (md->update != NULL) in EVP_MD_meth_set_update()
923 md->update = update; in EVP_MD_meth_set_update()
986 return md->update; in EVP_MD_meth_get_update()
1098 return ctx->update; in EVP_MD_CTX_update_fn()
1102 int (*update) (EVP_MD_CTX *ctx, in EVP_MD_CTX_set_update_fn()
1105 ctx->update = update; in EVP_MD_CTX_set_update_fn()
H A Dmac_meth.c102 if (mac->update != NULL) in evp_mac_from_algorithm()
104 mac->update = OSSL_FUNC_mac_update(fns); in evp_mac_from_algorithm()
H A Dm_sigver.c20 static int update(EVP_MD_CTX *ctx, const void *data, size_t datalen) in update() function
336 ctx->update = update; in do_sigver_init()
347 ctx->update = update; in do_sigver_init()
H A Ddigest.c343 ctx->update = type->update; in evp_md_init_internal()
427 return ctx->update != NULL ? ctx->update(ctx, data, count) : 0; in EVP_DigestUpdate()
693 out->update = in->update; in EVP_MD_CTX_copy_ex()
/openssl/test/
H A DREADME-external.md16 $ git submodule update --init
76 $ git submodule update --init
99 $ git submodule update --init
124 To update the commit for any of the above test suites:
128 $ git submodule update --init --recursive
143 - Add/commit/push the update
/openssl/dev/release-aux/
H A DREADME.md6 This is the main version and state update logic... you could say
21 that instructs it what update to do.
/openssl/doc/HOWTO/
H A Ddocumenting-functions-and-macros.md44 this will update `doc/build.info`.
120 $ make update
135 After running `make update`, you can use `git diff` to check the outcome:
152 $ git commit -a -m "make update"
156 becomes necessary to rerun `make update`.
/openssl/test/quic-openssl-docker/
H A DDockerfile12 RUN apt-get update && apt-get install -y \
21 git submodule update --init && \
/openssl/crypto/err/
H A DREADME.md50 it is recommended to leverage `make update` for error code generation.
55 subsequent `make update` has no effect.
/openssl/.github/
H A Ddependabot.yml8 prefix: "Dependabot update\n\nCLA: trivial\n\n"
/openssl/dev/
H A Drelease.sh112 --no-update )
328 make update >&42
335 make update-fips-checksums >&42
649 B<--no-update> |
709 =item B<--no-update>
/openssl/doc/designs/quic-design/
H A Dglossary.md74 update occurs.
79 packets by a QRX or QTX. Due to the QUIC key update mechanism, multiple keyslots
86 **KU:** Key update. See also TXKU, RXKU.
238 **RXKU:** RX key update. The detected condition whereby a received packet
239 has a flipped Key Phase bit, meaning the peer has initiated a key update.
272 **TXKU:** TX key update. This refers to when a QTX signals a key update for the
/openssl/doc/man7/
H A DEVP_MD-NULL.pod11 update and final methods.

Completed in 59 milliseconds

1234