/openssl/crypto/x509/ |
H A D | x509_set.c | 31 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 D | x509cset.c | 29 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 D | x509rset.c | 24 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 D | x509_req.c | 246 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 D | x_name.c | 104 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 D | x509_cmp.c | 173 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 D | x_all.c | 94 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 D | x509name.c | 114 name->modified = 1; in X509_NAME_delete_entry() 204 name->modified = 1; in X509_NAME_add_entry()
|
/openssl/crypto/asn1/ |
H A D | tasn_utl.c | 148 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 D | CRYPTO_THREAD_run_once.pod | 96 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 D | X509_SIG_get0.pod | 20 except the pointers returned are not constant and can be modified:
|
H A D | SSL_CTX_sessions.pod | 25 modified directly but by using the
|
H A D | SSL_CTX_sess_set_cache_size.pod | 26 can be modified using the SSL_CTX_sess_set_cache_size() call. A special
|
H A D | BIO_s_connect.pod | 82 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 D | SSL_CTX_set_timeout.pod | 32 The expiration time of a single session can be modified using the
|
H A D | SSL_set_session_secret_cb.pod | 26 OpenSSL TLS state machine to match the modified TLS behaviour as described in
|
H A D | X509_sign.pod | 50 internally. If the signed portion of the structure is modified the encoding
|
H A D | EVP_set_default_properties.pod | 52 being modified by a different thread.
|
H A D | CMS_get0_SignerInfos.pod | 35 modified.
|
/openssl/ |
H A D | NOTES-VALGRIND.md | 25 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 D | README.md | 10 The server code was modified to perform the echo function, and client code
|
/openssl/include/crypto/ |
H A D | x509.h | 41 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 D | mknum.pl | 130 if $stats{modified};
|
/openssl/external/perl/Text-Template-1.56/ |
H A D | LICENSE | 63 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 D | quic-tls.md | 167 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.
|