Home
last modified time | relevance | path

Searched refs:modified (Results 1 – 25 of 79) sorted by relevance

1234

/openssl/crypto/x509/
H A Dx509_set.c31 x->cert_info.enc.modified = 1; in X509_set_version()
40 x->cert_info.enc.modified = 1; in X509_set_version()
53 x->cert_info.enc.modified = 1; in X509_set_serialNumber()
61 x->cert_info.enc.modified = 1; in X509_set_issuer_name()
69 x->cert_info.enc.modified = 1; in X509_set_subject_name()
73 int ossl_x509_set1_time(int *modified, ASN1_TIME **ptm, const ASN1_TIME *tm) in ossl_x509_set1_time() argument
84 if (modified != NULL) in ossl_x509_set1_time()
85 *modified = 1; in ossl_x509_set1_time()
93 return ossl_x509_set1_time(&x->cert_info.enc.modified, in X509_set1_notBefore()
101 return ossl_x509_set1_time(&x->cert_info.enc.modified, in X509_set1_notAfter()
[all …]
H A Dx509cset.c29 x->crl.enc.modified = 1; in X509_CRL_set_version()
39 x->crl.enc.modified = 1; in X509_CRL_set_issuer_name()
47 return ossl_x509_set1_time(&x->crl.enc.modified, &x->crl.lastUpdate, tm); in X509_CRL_set1_lastUpdate()
54 return ossl_x509_set1_time(&x->crl.enc.modified, &x->crl.nextUpdate, tm); in X509_CRL_set1_nextUpdate()
70 c->crl.enc.modified = 1; in X509_CRL_sort()
179 crl->crl.enc.modified = 1; in i2d_re_X509_CRL_tbs()
H A Dx509rset.c24 x->req_info.enc.modified = 1; in X509_REQ_set_version()
32 x->req_info.enc.modified = 1; in X509_REQ_set_subject_name()
40 x->req_info.enc.modified = 1; in X509_REQ_set_pubkey()
H A Dx509_req.c246 req->req_info.enc.modified = 1; in X509_REQ_delete_attr()
258 req->req_info.enc.modified = 1; in X509_REQ_add1_attr()
273 req->req_info.enc.modified = 1; in X509_REQ_add1_attr_by_OBJ()
288 req->req_info.enc.modified = 1; in X509_REQ_add1_attr_by_NID()
303 req->req_info.enc.modified = 1; in X509_REQ_add1_attr_by_txt()
349 req->req_info.enc.modified = 1; in i2d_re_X509_REQ_tbs()
H A Dx_name.c104 ret->modified = 1; in IMPLEMENT_EXTERN_ASN1()
200 nm.x->modified = 0; in x509_name_ex_d2i()
220 if (a->modified) { in x509_name_ex_i2d()
279 a->modified = 0; in x509_name_encode()
H A Dx509_cmp.c173 if (!a->cert_info.enc.modified && !b->cert_info.enc.modified) { in X509_cmp()
264 if (a->canon_enc == NULL || a->modified) { in X509_NAME_cmp()
270 if (b->canon_enc == NULL || b->modified) { in X509_NAME_cmp()
H A Dx_all.c94 x->cert_info.enc.modified = 1; in X509_sign()
109 x->cert_info.enc.modified = 1; in X509_sign_ctx()
147 x->req_info.enc.modified = 1; in X509_REQ_sign()
159 x->req_info.enc.modified = 1; in X509_REQ_sign_ctx()
171 x->crl.enc.modified = 1; in X509_CRL_sign()
183 x->crl.enc.modified = 1; in X509_CRL_sign_ctx()
H A Dx509name.c114 name->modified = 1; in X509_NAME_delete_entry()
204 name->modified = 1; in X509_NAME_add_entry()
/openssl/crypto/asn1/
H A Dtasn_utl.c148 enc->modified = 1; in ossl_asn1_enc_init()
160 enc->modified = 1; in ossl_asn1_enc_free()
179 enc->modified = 0; in ossl_asn1_enc_save()
189 if (enc == NULL || enc->modified) in ossl_asn1_enc_restore()
/openssl/doc/man3/
H A DCRYPTO_THREAD_run_once.pod96 variable is modified by CRYPTO_atomic_add() then CRYPTO_atomic_add() must
97 be the only way that the variable is modified. If atomic operations are not
105 variable is modified by CRYPTO_atomic_add64() then CRYPTO_atomic_add64() must
106 be the only way that the variable is modified. If atomic operations are not
114 specific platform. Because of this, if a variable is modified by
116 be the only way that the variable is modified. If atomic operations are not
124 specific platform. Because of this, if a variable is modified by
126 be the only way that the variable is modified. If atomic operations are not
133 platform. Because of this, if a variable is modified by CRYPTO_atomic_or() or
H A DX509_SIG_get0.pod20 except the pointers returned are not constant and can be modified:
H A DSSL_CTX_sessions.pod25 modified directly but by using the
H A DSSL_CTX_sess_set_cache_size.pod26 can be modified using the SSL_CTX_sess_set_cache_size() call. A special
H A DBIO_s_connect.pod82 This return value is an internal pointer which should not be modified.
85 This return value is an internal pointer which should not be modified.
88 This return value is an internal pointer which should not be modified.
H A DSSL_CTX_set_timeout.pod32 The expiration time of a single session can be modified using the
H A DSSL_set_session_secret_cb.pod26 OpenSSL TLS state machine to match the modified TLS behaviour as described in
H A DX509_sign.pod50 internally. If the signed portion of the structure is modified the encoding
H A DEVP_set_default_properties.pod52 being modified by a different thread.
H A DCMS_get0_SignerInfos.pod35 modified.
/openssl/
H A DNOTES-VALGRIND.md25 Test behavior can be modified by adjusting environment variables.
31 to allow programs to find shared libraries. The variable can be modified
/openssl/demos/sslecho/
H A DREADME.md10 The server code was modified to perform the echo function, and client code
/openssl/include/crypto/
H A Dx509.h41 int modified; /* true if 'bytes' needs to be built */ member
312 int ossl_x509_set1_time(int *modified, ASN1_TIME **ptm, const ASN1_TIME *tm);
/openssl/util/
H A Dmknum.pl130 if $stats{modified};
/openssl/external/perl/Text-Template-1.56/
H A DLICENSE63 software. If the software is modified by someone else and passed on, we
95 a) cause the modified files to carry prominent notices stating that
105 c) If the modified program normally reads commands interactively when
296 - "Standard Version" refers to such a Package if it has not been modified,
297 or has been modified in accordance with the wishes of the Copyright
316 from the Public Domain or from the Copyright Holder. A Package modified in such
329 b) use the modified Package only within your corporation or organization.
/openssl/doc/designs/quic-design/
H A Dquic-tls.md167 implementation to work out which record method should be used next is modified
171 The TLS record layer code is further modified to provide the following
175 above). This is passed as part of a modified `new_record_layer` call.

Completed in 27 milliseconds

1234