Searched refs:dot (Results 1 – 11 of 11) sorted by relevance
/openssl/doc/life-cycles/ |
H A D | Makefile | 1 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 D | README.md | 8 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 D | v3_ac_tgt.c | 105 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 D | ossl_punycode_decode.pod | 26 ossl_punycode_decode() decodes one label (one dot-separated part) from
|
/openssl/apps/ |
H A D | s_server.c | 3156 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 D | openssl-vms.cnf | 326 clock_precision_digits = 0 # number of digits after dot. (optional)
|
H A D | openssl.cnf | 326 clock_precision_digits = 0 # number of digits after dot. (optional)
|
/openssl/.github/workflows/ |
H A D | static-analysis.yml | 28 --progress=dot:giga -O coverity_tool.tgz
|
/openssl/doc/man3/ |
H A D | X509_check_host.pod | 40 with a dot (e.g. ".example.com"), it will be matched by a certificate
|
/openssl/doc/man5/ |
H A D | config.pod | 355 dot in the configuration section are ignored, so that the same command can
|
/openssl/ |
H A D | CHANGES.md | 20544 "dot" format. The "dot" format stuff didn't work. Added new function
|
Completed in 58 milliseconds