Home
last modified time | relevance | path

Searched refs:dot (Results 1 – 11 of 11) sorted by relevance

/openssl/doc/life-cycles/
H A DMakefile1 GRAPHS=cipher.dot digest.dot kdf.dot mac.dot pkey.dot rand.dot
5 png: $(subst .dot,.png,$(GRAPHS))
6 txt: $(subst .dot,.txt,$(GRAPHS))
14 %.png: %.dot
15 dot -Tpng -O $<
21 %.txt: %.dot
22 graph-easy --from=dot --as_ascii < $< > $@
H A DREADME.md8 The various .dot files are graph descriptions for the
18 These are the rendered `.dot` files. The `.txt` files require
/openssl/crypto/x509/
H A Dv3_ac_tgt.c105 int64_t dot = 0; in i2r_OBJECT_DIGEST_INFO() local
116 if (!ASN1_ENUMERATED_get_int64(&dot, &odi->digestedObjectType)) { in i2r_OBJECT_DIGEST_INFO()
119 switch (dot) { in i2r_OBJECT_DIGEST_INFO()
/openssl/doc/internal/man3/
H A Dossl_punycode_decode.pod26 ossl_punycode_decode() decodes one label (one dot-separated part) from
/openssl/apps/
H A Ds_server.c3156 int i, j, k, dot; in www_body() local
3453 dot = 1; in www_body()
3460 dot = -1; in www_body()
3464 switch (dot) { in www_body()
3466 dot = (e[0] == '.') ? 2 : 0; in www_body()
3469 dot = (e[0] == '.') ? 3 : 0; in www_body()
3472 dot = (e[0] == '/' || e[0] == '\\') ? -1 : 0; in www_body()
3475 if (dot == 0) in www_body()
3476 dot = (e[0] == '/' || e[0] == '\\') ? 1 : 0; in www_body()
3478 dot = (dot == 3) || (dot == -1); /* filename contains ".." in www_body()
[all …]
H A Dopenssl-vms.cnf326 clock_precision_digits = 0 # number of digits after dot. (optional)
H A Dopenssl.cnf326 clock_precision_digits = 0 # number of digits after dot. (optional)
/openssl/.github/workflows/
H A Dstatic-analysis.yml28 --progress=dot:giga -O coverity_tool.tgz
/openssl/doc/man3/
H A DX509_check_host.pod40 with a dot (e.g. ".example.com"), it will be matched by a certificate
/openssl/doc/man5/
H A Dconfig.pod355 dot in the configuration section are ignored, so that the same command can
/openssl/
H A DCHANGES.md20544 "dot" format. The "dot" format stuff didn't work. Added new function

Completed in 66 milliseconds