Searched full:openssl (Results 1 – 25 of 3468) sorted by relevance
12345678910>>...139
/third_party/openssl/ |
D | COPYRIGHT.OpenSource | 2 Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved. 3 Copyright 2019-2020 The OpenSSL Project Authors. All Rights Reserved. 4 Copyright 2019 The OpenSSL Project Authors. All Rights Reserved. 5 Copyright 2018-2021 The OpenSSL Project Authors. All Rights Reserved. 6 Copyright 2018-2020 The OpenSSL Project Authors. All Rights Reserved. 7 Copyright 2018-2019 The OpenSSL Project Authors. All Rights Reserved. 8 Copyright 2018 The OpenSSL Project Authors. All Rights Reserved. 9 Copyright 2017-2022 The OpenSSL Project Authors. All Rights Reserved. 10 Copyright 2017-2021 The OpenSSL Project Authors. All Rights Reserved. 11 Copyright 2017-2020 The OpenSSL Project Authors. All Rights Reserved. [all …]
|
D | build.info | 19 DEPEND[]=include/openssl/asn1.h \ 20 include/openssl/asn1t.h \ 21 include/openssl/bio.h \ 22 include/openssl/cmp.h \ 23 include/openssl/cms.h \ 24 include/openssl/conf.h \ 25 include/openssl/crmf.h \ 26 include/openssl/crypto.h \ 27 include/openssl/ct.h \ 28 include/openssl/err.h \ [all …]
|
D | NEWS.md | 4 This file gives a brief overview of the major changes between each OpenSSL 7 OpenSSL Releases 10 - [OpenSSL 3.0](#openssl-30) 11 - [OpenSSL 1.1.1](#openssl-111) 12 - [OpenSSL 1.1.0](#openssl-110) 13 - [OpenSSL 1.0.2](#openssl-102) 14 - [OpenSSL 1.0.1](#openssl-101) 15 - [OpenSSL 1.0.0](#openssl-100) 16 - [OpenSSL 0.9.x](#openssl-09x) 18 OpenSSL 3.0 [all …]
|
D | README.md | 1 Welcome to the OpenSSL Project 4 [![openssl logo]][www.openssl.org] 9 OpenSSL is a robust, commercial-grade, full-featured Open Source Toolkit 15 OpenSSL is descended from the SSLeay library developed by Eric A. Young 18 The official Home Page of the OpenSSL Project is [www.openssl.org]. 35 The OpenSSL toolkit includes: 44 - **openssl** 45 the OpenSSL command line tool, a swiss army knife for cryptographic tasks, 62 [www.openssl.org/source](https://www.openssl.org/source). 63 The OpenSSL project does not distribute the toolkit in binary form. [all …]
|
D | SUPPORT.md | 1 OpenSSL User Support resources 4 See the <https://www.openssl.org/support/contracts.html> for details on how to 7 If you have general questions about using OpenSSL 10 In this case the [openssl-users] mailing list is the right place for you. 11 The list is not only watched by the OpenSSL team members, but also by many 12 other OpenSSL users. Here you will most likely get the answer to your questions. 22 If you have any problems with OpenSSL then please take the following steps 34 does not mean it is necessarily a bug in OpenSSL. If you are not sure, 36 [openssl-users] mailing list first. 43 - OpenSSL version: output of `openssl version -a` [all …]
|
D | .gitignore | 26 /include/openssl/asn1.h 27 /include/openssl/asn1t.h 28 /include/openssl/bio.h 29 /include/openssl/cmp.h 30 /include/openssl/cms.h 31 /include/openssl/conf.h 32 /include/openssl/configuration.h 33 /include/openssl/crmf.h 34 /include/openssl/crypto.h 35 /include/openssl/ct.h [all …]
|
/third_party/openssl/doc/man1/ |
D | openssl-cmds.pod.in | 2 {- OpenSSL::safe::output_do_not_edit_headers(); -} 6 =for openssl names: openssl-cmds 58 - OpenSSL application commands 60 =for openssl foreign manual apropos(1) 64 =for openssl generic 66 B<openssl> I<cmd> B<-help> | [I<-option> | I<-option> I<arg>] ... [I<arg>] ... 70 Every I<cmd> listed above is a (sub-)command of the L<openssl(1)> application. 71 It has its own detailed manual page at B<openssl-I<cmd>>(1). For example, to 72 view the manual page for the B<openssl dgst> command, type C<man openssl-dgst>. 88 L<openssl(1)>, [all …]
|
D | build.info | 5 DEPEND[openssl-asn1parse.pod]=../perlvars.pm 6 DEPEND[openssl-ca.pod]=../perlvars.pm 7 DEPEND[openssl-ciphers.pod]=../perlvars.pm 8 DEPEND[openssl-cmds.pod]=../perlvars.pm 9 DEPEND[openssl-cmp.pod]=../perlvars.pm 10 DEPEND[openssl-cms.pod]=../perlvars.pm 11 DEPEND[openssl-crl2pkcs7.pod]=../perlvars.pm 12 DEPEND[openssl-crl.pod]=../perlvars.pm 13 DEPEND[openssl-dgst.pod]=../perlvars.pm 14 DEPEND[openssl-dhparam.pod]=../perlvars.pm [all …]
|
D | openssl.pod | 5 openssl - OpenSSL command line program 9 B<openssl> 14 B<openssl> B<no->I<XXX> [ I<options> ] 18 OpenSSL is a cryptography toolkit implementing the Secure Sockets Layer (SSL 22 The B<openssl> program is a command line program for using the various 23 cryptography functions of OpenSSL's B<crypto> library from the shell. 37 The B<openssl> program provides a rich variety of commands (I<command> in 43 (e.g., L<openssl-x509(1)>). The subcommand L<openssl-list(1)> may be used to list 53 availability of ciphers in the B<openssl> program. (B<no->I<XXX> is 61 The default name of the file is F<openssl.cnf> in the default certificate [all …]
|
D | openssl-ecparam.pod.in | 2 {- OpenSSL::safe::output_do_not_edit_headers(); -} 6 openssl-ecparam - EC parameter manipulation and generation 10 B<openssl ecparam> 26 {- $OpenSSL::safe::opt_engine_synopsis -}{- $OpenSSL::safe::opt_r_synopsis -} 27 {- $OpenSSL::safe::opt_provider_synopsis -} 33 OpenSSL is currently not able to generate new groups and therefore 47 See L<openssl-format-options(1)> for details. 52 See L<openssl-format-options(1)> for details. 111 is currently not implemented in OpenSSL. 122 {- $OpenSSL::safe::opt_engine_item -} [all …]
|
D | openssl-ec.pod.in | 10 openssl-ec - EC key processing 14 B<openssl> B<ec> 34 {- $OpenSSL::safe::opt_engine_synopsis -}{- $OpenSSL::safe::opt_provider_synopsis -} 38 The L<openssl-ec(1)> command processes EC keys. They can be converted between 39 various forms and their components printed out. B<Note> OpenSSL uses the 41 (http://www.secg.org/). To convert an OpenSSL EC private key into the 42 PKCS#8 private key format use the L<openssl-pkcs8(1)> command. 55 See L<openssl-format-options(1)> for details. 60 See L<openssl-format-options(1)> for details. 82 see L<openssl-passphrase-options(1)>. [all …]
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_des.data | 13 DES Encrypt OpenSSL Test Vector #1 16 DES Encrypt OpenSSL Test Vector #2 19 DES Encrypt OpenSSL Test Vector #3 22 DES Encrypt OpenSSL Test Vector #4 25 DES Encrypt OpenSSL Test Vector #5 28 DES Encrypt OpenSSL Test Vector #6 31 DES Encrypt OpenSSL Test Vector #7 34 DES Encrypt OpenSSL Test Vector #8 37 DES Encrypt OpenSSL Test Vector #9 40 DES Encrypt OpenSSL Test Vector #10 [all …]
|
/third_party/rust/crates/rust-openssl/openssl-sys/ |
D | CHANGELOG.md | 16 Fixed builds against OpenSSL built with `no-cast`. 104 * Added `X509_V_ERR_INVALID_CA` back when building against OpenSSL 3.0. 121 * Temporarily downgraded the vendored OpenSSL back to 1.1.1 due to significant performance regressi… 134 * Fixed linkage to static OpenSSL 3.0.0 libraries on some 32 bit Android targets. 155 * Fixed linkage to static 3.0.0 OpenSSL libraries on some 32 bit architectures. 161 * Upgraded the vendored OpenSSL to 3.0.0. 165 * Added support for automatic detection of Homebrew `openssl@3` installs. 201 * Added support for OpenSSL 3.x.x. 230 * Added support for automatic detection of OpenSSL installations via pkgsrc and MacPorts on macOS. 291 * Fixed windows-msvc library names when using OpenSSL from vcpkg. [all …]
|
/third_party/node/doc/guides/ |
D | maintaining-openssl.md | 1 # Maintaining OpenSSL 3 This document describes how to update `deps/openssl/`. 15 updates to the openssl source code, with a new commit generated 43 ## 1. Obtain and extract new OpenSSL sources 45 Get a new source from <https://www.openssl.org/source/> and extract 46 all files into `deps/openssl/openssl`. Then add all files and commit 49 % cd deps/openssl/ 50 % rm -rf openssl 51 % tar zxf ~/tmp/openssl-1.1.0h.tar.gz 52 % mv openssl-1.1.0h openssl [all …]
|
/third_party/rust/crates/rust-openssl/openssl/ |
D | CHANGELOG.md | 17 * Fixed builds against OpenSSL built with `no-cast`. 93 * Fixed a use-after-free in `Error::function` and `Error::file` with OpenSSL 3.x. 107 * Fixed the openssl-sys dependency version. 138 * Fixed linkage against OpenSSL distributions built with `no-chacha`. 163 * Added support for OpenSSL 3.x.x. 308 * Fixed a memory leak in `EcdsaSig::from_private_components` when using OpenSSL 1.0.x. 319 * Worked around an OpenSSL 1.0.x bug triggered by code calling `SSL_set_app_data`. 373 * The openssl-sys build script now logs the values of environment variables. 374 * Added `ERR_PACK` to openssl-sys. 375 * The `ERR_*` functions in openssl-sys are const functions when building against newer Rust version… [all …]
|
/third_party/node/test/fixtures/keys/ |
D | Makefile | 88 openssl req -new -x509 -days 99999 -config ca1.cnf -keyout ca1-key.pem -out ca1-cert.pem 95 openssl req -new -x509 -days 99999 -config ca2.cnf -keyout ca2-key.pem -out ca2-cert.pem 104 openssl genrsa -out ca3-key.pem 1024 107 openssl req -new \ 114 openssl x509 -req \ 130 openssl genrsa -out ca4-key.pem 1024 133 openssl req -new \ 140 openssl x509 -req \ 156 openssl ecparam -genkey -out ca5-key.pem -name prime256v1 159 openssl req -new \ [all …]
|
/third_party/openssl/crypto/err/ |
D | openssl.ec | 7 L BN include/openssl/bnerr.h crypto/bn/bn_err.c include/cry… 8 L RSA include/openssl/rsaerr.h crypto/rsa/rsa_err.c include/cry… 9 L DH include/openssl/dherr.h crypto/dh/dh_err.c include/cry… 10 L EVP include/openssl/evperr.h crypto/evp/evp_err.c include/cry… 11 L BUF include/openssl/buffererr.h crypto/buffer/buf_err.c include/cry… 12 L OBJ include/openssl/objectserr.h crypto/objects/obj_err.c include/cry… 13 L PEM include/openssl/pemerr.h crypto/pem/pem_err.c include/cry… 14 L DSA include/openssl/dsaerr.h crypto/dsa/dsa_err.c include/cry… 15 L X509 include/openssl/x509err.h crypto/x509/x509_err.c include/cry… 16 L ASN1 include/openssl/asn1err.h crypto/asn1/asn1_err.c include/cry… [all …]
|
/third_party/openssl/test/smime-certs/ |
D | mksmime-certs.sh | 2 # Copyright 2013-2022 The OpenSSL Project Authors. All Rights Reserved. 7 # https://www.openssl.org/source/license.html 12 OPENSSL=../../apps/openssl 17 CN="Test S/MIME RSA Root" $OPENSSL req -config ca.cnf -x509 -noenc \ 21 CN="Test S/MIME EE RSA #1" $OPENSSL req -config ca.cnf -noenc \ 24 $OPENSSL x509 -req -in req.pem -CA smroot.pem -days 36500 \ 27 CN="Test S/MIME EE RSA #2" $OPENSSL req -config ca.cnf -noenc \ 29 $OPENSSL x509 -req -in req.pem -CA smroot.pem -days 36500 \ 32 CN="Test S/MIME EE RSA #3" $OPENSSL req -config ca.cnf -noenc \ 34 $OPENSSL x509 -req -in req.pem -CA smroot.pem -days 36500 \ [all …]
|
/third_party/openssl/demos/certs/ |
D | mkcerts.sh | 3 OPENSSL=../../apps/openssl 4 OPENSSL_CONF=../../apps/openssl.cnf 8 CN="Test Root CA" $OPENSSL req -config ca.cnf -x509 -nodes \ 11 CN="Test Intermediate CA" $OPENSSL req -config ca.cnf -nodes \ 14 $OPENSSL x509 -req -in intreq.pem -CA root.pem -days 3600 \ 18 CN="Test Server Cert" $OPENSSL req -config ca.cnf -nodes \ 21 $OPENSSL x509 -req -in req.pem -CA intca.pem -CAkey intkey.pem -days 3600 \ 25 CN="Test Client Cert" $OPENSSL req -config ca.cnf -nodes \ 28 $OPENSSL x509 -req -in creq.pem -CA intca.pem -CAkey intkey.pem -days 3600 \ 32 CN="Test Revoked Cert" $OPENSSL req -config ca.cnf -nodes \ [all …]
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
D | lib.rs | 1 //! Bindings to OpenSSL 3 //! This crate provides a safe interface to the popular OpenSSL cryptography library. OpenSSL versi… 8 //! Both OpenSSL libraries and headers are required to build this crate. There are multiple options… 9 //! OpenSSL. 13 //! If the `vendored` Cargo feature is enabled, the `openssl-src` crate will be used to compile and… 14 //! a copy of OpenSSL. The build process requires a C compiler, perl (and perl-core), and make. The… 15 //! the newest OpenSSL release, and changes to the version are *not* considered breaking changes. 19 //! openssl = { version = "0.10", features = ["vendored"] } 23 //! `openssl-probe` crate can be used to do that instead. 27 //! The `openssl-sys` crate will automatically detect OpenSSL installations via Homebrew on macOS a… [all …]
|
/third_party/rust/crates/rust-openssl/systest/ |
D | build.rs | 6 #[path = "../openssl-sys/build/cfgs.rs"] 17 // Needed to get OpenSSL to correctly undef symbols that are already on in main() 28 // https://github.com/sfackler/rust-openssl/issues/889 in main() 39 cfg.cfg("openssl", None); in main() 51 cfg.header("openssl/comp.h") in main() 52 .header("openssl/dh.h") in main() 53 .header("openssl/ossl_typ.h") in main() 54 .header("openssl/stack.h") in main() 55 .header("openssl/x509.h") in main() 56 .header("openssl/bio.h") in main() [all …]
|
/third_party/rust/crates/rust-openssl/openssl-sys/build/ |
D | run_bindgen.rs | 12 #include <openssl/aes.h> 13 #include <openssl/asn1.h> 14 #include <openssl/bio.h> 15 #include <openssl/conf.h> 16 #include <openssl/crypto.h> 17 #include <openssl/dh.h> 18 #include <openssl/dsa.h> 19 #include <openssl/ec.h> 20 #include <openssl/err.h> 21 #include <openssl/evp.h> [all …]
|
/third_party/rust/crates/rust-openssl/.circleci/ |
D | config.yml | 18 - /openssl 56 --manifest-path=openssl/Cargo.toml \ 64 cp target/$TARGET/debug/openssl-* /tmp/core_dumps 89 PATH=/usr/local/opt/openssl/bin:$PATH 90 cargo test --manifest-path=openssl/Cargo.toml --all-features 94 LIBRARY: openssl 97 LIBRARY: openssl 100 LIBRARY: openssl 124 OPENSSL_DIR: /openssl 128 x86_64-openssl-1.1.0: [all …]
|
/third_party/mbedtls/tests/data_files/ |
D | Makefile | 14 OPENSSL ?= openssl macro 53 $(OPENSSL) x509 -inform PEM -in $< -outform DER -out $@ 57 $(OPENSSL) pkey -in $< -out $@ -inform PEM -outform DER -passin "pass:$(test_ca_pwd_rsa)" 65 $(OPENSSL) x509 -in $< -out $@ -inform PEM -outform DER 73 $(OPENSSL) x509 -in $< -out $@ -inform PEM -outform DER 77 …$(OPENSSL) req -x509 -new -nodes -key $(test_ca_key_file_rsa) -passin "pass:$(test_ca_pwd_rsa)" -s… 81 …$(OPENSSL) req -x509 -new -nodes -key $(test_ca_key_file_rsa) -passin "pass:$(test_ca_pwd_rsa)" -s… 85 …$(OPENSSL) req -x509 -new -nodes -key $(test_ca_key_file_rsa) -passin "pass:$(test_ca_pwd_rsa)" -s… 91 …$(OPENSSL) req -new -subj "/C=NL/O=PolarSSL/CN=www.example.com" -set_serial 17 -config $(test_ca_c… 94 …$(OPENSSL) x509 -req -CA $(test_ca_crt) -CAkey $(test_ca_key_file_rsa) -extfile $(test_ca_config_f… [all …]
|
/third_party/openssl/doc/ |
D | build.info | 7 DEPEND[html/man1/openssl-asn1parse.html]=man1/openssl-asn1parse.pod 8 GENERATE[html/man1/openssl-asn1parse.html]=man1/openssl-asn1parse.pod 9 DEPEND[man/man1/openssl-asn1parse.1]=man1/openssl-asn1parse.pod 10 GENERATE[man/man1/openssl-asn1parse.1]=man1/openssl-asn1parse.pod 11 DEPEND[man1/openssl-asn1parse.pod]{pod}=man1/openssl-asn1parse.pod.in 12 GENERATE[man1/openssl-asn1parse.pod]=man1/openssl-asn1parse.pod.in 13 DEPEND[html/man1/openssl-ca.html]=man1/openssl-ca.pod 14 GENERATE[html/man1/openssl-ca.html]=man1/openssl-ca.pod 15 DEPEND[man/man1/openssl-ca.1]=man1/openssl-ca.pod 16 GENERATE[man/man1/openssl-ca.1]=man1/openssl-ca.pod [all …]
|
12345678910>>...139