Home
last modified time | relevance | path

Searched refs:usage (Results 1 – 25 of 157) sorted by relevance

1234567

/openssl/crypto/x509/
H A Dv3_pku.c18 PKEY_USAGE_PERIOD *usage, BIO *out,
37 PKEY_USAGE_PERIOD *usage, BIO *out,
41 if (usage->notBefore) {
43 ASN1_GENERALIZEDTIME_print(out, usage->notBefore);
44 if (usage->notAfter)
47 if (usage->notAfter) {
49 ASN1_GENERALIZEDTIME_print(out, usage->notAfter);
H A Dv3_purp.c386 #define ku_reject(x, usage) \ argument
387 (((x)->ex_flags & EXFLAG_KUSAGE) != 0 && ((x)->ex_kusage & (usage)) == 0)
388 #define xku_reject(x, usage) \ argument
390 #define ns_reject(x, usage) \ argument
404 ASN1_BIT_STRING *usage; in ossl_x509v3_cache_extensions() local
474 if ((usage = X509_get_ext_d2i(x, NID_key_usage, &i, NULL)) != NULL) { in ossl_x509v3_cache_extensions()
476 if (usage->length > 0) { in ossl_x509v3_cache_extensions()
477 x->ex_kusage = usage->data[0]; in ossl_x509v3_cache_extensions()
478 if (usage->length > 1) in ossl_x509v3_cache_extensions()
479 x->ex_kusage |= usage->data[1] << 8; in ossl_x509v3_cache_extensions()
[all …]
/openssl/test/recipes/30-test_evp_data/
H A Devpciph_camellia_cts.txt15 # salt = 0000000 || usage || AA,
34 # Key usage: 0
45 # Key usage: 1
56 # Key usage: 2
67 # Key usage: 3
78 # Key usage: 4
89 # Key usage: 0
100 # Key usage: 1
111 # Key usage: 2
122 # Key usage: 3
[all …]
/openssl/test/
H A Dtiming_load_creds.c83 static void usage(void) in usage() function
112 usage(); in main()
116 usage(); in main()
123 usage(); in main()
126 usage(); in main()
141 usage(); in main()
H A DCAtsa.cnf82 # The following key usage flags are needed for TSA server certificates.
92 # This is not a CA cert and not a TSA cert, either (timeStamping usage missing)
95 # The following key usage flags are needed for TSA server certificates.
151 # This configuration uses a certificate which doesn't have timeStamping usage.
H A Ddanetest.c245 static uint8_t usage; in tlsa_import_rr() local
250 { &usage, "usage", checked_uint8 }, in tlsa_import_rr()
268 ret = SSL_dane_tlsa_add(ssl, usage, selector, mtype, data, len); in tlsa_import_rr()
/openssl/doc/designs/ddd/
H A DREADME.md13 usage.
16 the usage patterns common in codebases which use OpenSSL, so that it can
18 directory seeks to maintain a set of **API usage demos** which demonstrate a
24 usage patterns and with reference to the impact on existing applications.
29 a present body of understanding of API usage patterns, which can be used to plan
42 The demos also deliberately focus on aspects of libssl usage which are likely to
60 applications to determine libssl API usage patterns. The commonly occurring usage
110 ….c) | S-BIOc | A `BIO_s_connect`-based blocking example demonstrating exemplary OpenSSL API usage |
111 …_s_connect`-based nonblocking example demonstrating exemplary OpenSSL API usage, with use of a buf…
112 … `SSL_set_fd`-based blocking example demonstrating real-world OpenSSL API usage (corresponding to …
[all …]
H A DREPORT.md8 OpenSSL usage patterns based on analysis of a broad spectrum of open source
19 correspondence of our actual final API and usage patterns with the planned diffs
36 This demo exists to demonstrate the simplest possible usage of OpenSSL, whether
63 This demo exists to demonstrate simple non-blocking usage. As with
67 as this is a common application usage pattern.
240 usage pattern for applications. Managing this pattern for QUIC is more elaborate
332 sophistication of each demo and the kind of application usage pattern it
/openssl/doc/man3/
H A DX509_get_extension_flags.pod102 The certificate contains a key usage extension. The value can be retrieved
107 The certificate contains an extended key usage extension. The value can be
112 X509_get_key_usage() returns the value of the key usage extension. If key
113 usage is present will return zero or more of the flags:
117 individual key usage bits. If key usage is absent then B<UINT32_MAX> is
120 X509_get_extended_key_usage() returns the value of the extended key usage
121 extension. If extended key usage is present it will return zero or more of the
164 If the key usage or extended key usage extension is absent then typically usage
H A DSSL_CTX_dane_enable.pod20 int SSL_dane_tlsa_add(SSL *s, uint8_t usage, uint8_t selector,
23 int SSL_get0_dane_tlsa(SSL *s, uint8_t *usage, uint8_t *selector,
125 When the return value is nonnegative, the storage pointed to by the B<usage>,
167 SSL library, while a return value of B<0> indicates incorrect usage or invalid
168 input, such as an unsupported TLSA record certificate usage, selector or
201 uint8_t usage, selector, mtype;
228 /* set usage, selector, mtype, data, len */
235 switch (usage) {
245 ret = SSL_dane_tlsa_add(ssl, usage, selector, mtype, data, len);
308 (void) SSL_get0_dane_tlsa(ssl, &usage, &selector, &mtype, NULL, NULL);
[all …]
H A DEVP_rc4.pod33 WARNING: this function is obsolete. Its usage should be replaced with the
40 WARNING: this is not intended for usage outside of TLS and requires calling of
H A DEVP_PKEY_CTX_set_rsa_pss_keygen_md.pod39 If the key has usage restrictions then an error is returned if an attempt is
43 usage restrictions.
47 key has usage restrictions then an error is returned if an attempt is made to
/openssl/apps/
H A Dtsget.in120 sub usage {
138 getopts($getopt_arg, \%options) or usage;
141 getopts($getopt_arg, \%options) or usage;
147 usage;
/openssl/demos/sslecho/
H A Dmain.c126 static void usage(void) in usage() function
175 usage(); in main()
182 usage(); in main()
H A DREADME.md7 of operation (client or server). Start it with no parameters to see usage.
/openssl/crypto/pkcs12/
H A Dp12_attr.c29 int PKCS8_add_keyusage(PKCS8_PRIV_KEY_INFO *p8, int usage) in PKCS8_add_keyusage() argument
31 unsigned char us_val = (unsigned char)usage; in PKCS8_add_keyusage()
/openssl/util/
H A Dquicserver.c136 static void usage(void) in usage() function
179 usage(); in main()
186 usage(); in main()
/openssl/VMS/
H A Dtranslatesyms.pl31 usage() if scalar @ARGV < 1;
/openssl/doc/man7/
H A DEVP_KDF-PKCS12KDF.pod15 using a salt, iteration count and the intended usage.
42 This parameter is used to specify the intended usage of the output bits, as per
H A Dopenssl-quic.pod11 usage of QUIC client functionality for both existing and new applications.
22 application usage patterns. In this mode, the connection has a single
54 Recommended usage approaches for new applications.
106 The recommended usage mode for new applications adopting QUIC is multi-stream
205 after their usage of a QUIC connection is completed. A rapid shutdown mode
362 Changes needed: Disable the usage of L<BIO_f_buffer(3)> when using QUIC. Usage
432 Ensure that your usage of L<SSL_want(3)>, L<SSL_want_read(3)> and
478 Simple demos for QUIC usage under these various scenarios can be found at
508 usage.
521 new usage.
[all …]
/openssl/
H A Dconfig.com14 $ ! -h prints a usage and exits
/openssl/test/testutil/
H A Dprovider.c54 OSSL_PROVIDER **provider, int argn, const char *usage) in test_arg_libctx() argument
59 TEST_error("usage: <prog> %s", usage); in test_arg_libctx()
/openssl/include/internal/
H A Ddane.h44 uint8_t usage; member
/openssl/doc/designs/quic-design/
H A Dqlog.md41 Basic usage is in the form of
136 See the manpage openssl-qlog(7) for additional usage guidance.
/openssl/doc/man1/
H A Dopenssl-errstr.pod.in27 Display a usage message.

Completed in 52 milliseconds

1234567