Searched refs:addext (Results 1 - 2 of 2) sorted by relevance
/third_party/python/ |
H A D | setup.py | 315 def addext(self, ext, *, update_flags=True): member in PyBuildExt 926 self.addext(Extension('array', ['arraymodule.c'])) 929 self.addext(Extension('_contextvars', ['_contextvarsmodule.c'])) 932 self.addext(Extension('math', ['mathmodule.c'])) 935 self.addext(Extension('cmath', ['cmathmodule.c'])) 939 self.addext(Extension('_datetime', ['_datetimemodule.c'])) 940 self.addext(Extension('_zoneinfo', ['_zoneinfo.c'])) 942 self.addext(Extension("_random", ["_randommodule.c"])) 943 self.addext(Extension("_bisect", ["_bisectmodule.c"])) 944 self.addext(Extensio [all...] |
/third_party/mbedtls/tests/data_files/ |
H A D | Makefile | 463 -addext basicConstraints=critical,CA:FALSE \ 464 -addext keyUsage=critical,digitalSignature \ 465 -addext subjectKeyIdentifier=hash \ 466 -addext authorityKeyIdentifier=none \ 532 $(OPENSSL) req -x509 -outform der -nodes -days 7300 -newkey rsa:2048 -key $< -out $@ -addext "subjectAltName = URI:urn:example.com:5ff40f78-9210-494f-8206-c2c082f0609c" -extensions 'v3_req' -subj "/C=UK/O=Mbed TLS/CN=Mbed TLS URI SAN" 535 $(OPENSSL) req -x509 -outform der -nodes -days 7300 -newkey rsa:2048 -key $< -out $@ -addext "subjectAltName = URI:urn:example.com:5ff40f78-9210-494f-8206-c2c082f0609c, URI:urn:example.com:5ff40f78-9210-494f-8206-abcde1234567" -extensions 'v3_req' -subj "/C=UK/O=Mbed TLS/CN=Mbed TLS URI SAN" 1530 $(OPENSSL) req -key $< -out $@ -new -nodes -subj "/C=NL/O=PolarSSL/CN=PolarSSL Server 1" -sha1 -addext keyUsage=digitalSignature,nonRepudiation
|
Completed in 7 milliseconds