/openssl/.github/workflows/ |
H A D | static-analysis-on-prem.yml | 24 run: echo ${{ secrets.COVERITY_LICENSE }} | base64 -d > /opt/coverity-analysis/bin/license.dat 27 echo ${{ secrets.COVERITY_AUTH_KEY }} | base64 -d > /auth_key_file.txt
|
H A D | static-analysis.yml | 27 --post-data "token=${{ secrets.COVERITY_TOKEN }}&project=openssl%2Fopenssl" \ 41 curl --form token="${{ secrets.COVERITY_TOKEN }}" \
|
H A D | deploy-docs-openssl-org.yml | 23 GH_TOKEN: ${{ secrets.OPENSSL_MACHINE_TOKEN }}
|
H A D | build_quic_interop_container.yml | 17 docker login -u openssl-ci+machine -p ${{ secrets.QUAY_IO_PASSWORD }} quay.io
|
H A D | fips-label.yml | 53 github-token: ${{secrets.GITHUB_TOKEN}} 113 github-token: ${{secrets.GITHUB_TOKEN}}
|
H A D | coveralls.yml | 91 github-token: ${{ secrets.github_token }}
|
/openssl/crypto/ec/ |
H A D | ecp_nistp224.c | 1416 felem_bytearray *secrets = NULL; in ossl_ec_GFp_nistp224_points_mul() local 1478 secrets = OPENSSL_zalloc(sizeof(*secrets) * num_points); in ossl_ec_GFp_nistp224_points_mul() 1483 if ((secrets == NULL) || (pre_comp == NULL) in ossl_ec_GFp_nistp224_points_mul() 1514 secrets[i], sizeof(secrets[i])); in ossl_ec_GFp_nistp224_points_mul() 1517 secrets[i], sizeof(secrets[i])); in ossl_ec_GFp_nistp224_points_mul() 1571 (const felem_bytearray(*))secrets, num_points, in ossl_ec_GFp_nistp224_points_mul() 1577 (const felem_bytearray(*))secrets, num_points, in ossl_ec_GFp_nistp224_points_mul() 1595 OPENSSL_free(secrets); in ossl_ec_GFp_nistp224_points_mul()
|
H A D | ecp_nistp256.c | 2028 felem_bytearray *secrets = NULL; in ossl_ec_GFp_nistp256_points_mul() local 2091 secrets = OPENSSL_malloc(sizeof(*secrets) * num_points); in ossl_ec_GFp_nistp256_points_mul() 2096 if ((secrets == NULL) || (pre_comp == NULL) in ossl_ec_GFp_nistp256_points_mul() 2104 memset(secrets, 0, sizeof(*secrets) * num_points); in ossl_ec_GFp_nistp256_points_mul() 2132 secrets[i], sizeof(secrets[i])); in ossl_ec_GFp_nistp256_points_mul() 2135 secrets[i], sizeof(secrets[i])); in ossl_ec_GFp_nistp256_points_mul() 2191 (const felem_bytearray(*))secrets, num_points, in ossl_ec_GFp_nistp256_points_mul() 2197 (const felem_bytearray(*))secrets, num_points, in ossl_ec_GFp_nistp256_points_mul() 2215 OPENSSL_free(secrets); in ossl_ec_GFp_nistp256_points_mul()
|
H A D | ecp_nistp384.c | 1709 felem_bytearray *secrets = NULL; in ossl_ec_GFp_nistp384_points_mul() local 1772 secrets = OPENSSL_zalloc(sizeof(*secrets) * num_points); in ossl_ec_GFp_nistp384_points_mul() 1777 if ((secrets == NULL) || (pre_comp == NULL) in ossl_ec_GFp_nistp384_points_mul() 1811 secrets[i], sizeof(secrets[i])); in ossl_ec_GFp_nistp384_points_mul() 1814 secrets[i], sizeof(secrets[i])); in ossl_ec_GFp_nistp384_points_mul() 1863 (const felem_bytearray(*))secrets, num_points, in ossl_ec_GFp_nistp384_points_mul() 1870 (const felem_bytearray(*))secrets, num_points, in ossl_ec_GFp_nistp384_points_mul() 1888 OPENSSL_free(secrets); in ossl_ec_GFp_nistp384_points_mul()
|
H A D | ecp_nistp521.c | 1918 felem_bytearray *secrets = NULL; in ossl_ec_GFp_nistp521_points_mul() local 1981 secrets = OPENSSL_zalloc(sizeof(*secrets) * num_points); in ossl_ec_GFp_nistp521_points_mul() 1986 if ((secrets == NULL) || (pre_comp == NULL) in ossl_ec_GFp_nistp521_points_mul() 2020 secrets[i], sizeof(secrets[i])); in ossl_ec_GFp_nistp521_points_mul() 2023 secrets[i], sizeof(secrets[i])); in ossl_ec_GFp_nistp521_points_mul() 2077 (const felem_bytearray(*))secrets, num_points, in ossl_ec_GFp_nistp521_points_mul() 2084 (const felem_bytearray(*))secrets, num_points, in ossl_ec_GFp_nistp521_points_mul() 2102 OPENSSL_free(secrets); in ossl_ec_GFp_nistp521_points_mul()
|
/openssl/doc/man7/ |
H A D | openssl-env.pod | 194 set this variable to a filename to log all secrets produced by SSL connections.
|
H A D | EVP_RAND.pod | 145 | general purpose | | used for secrets like session keys |
|
/openssl/doc/designs/quic-design/ |
H A D | debugging.md | 138 $ editcap --inject-secrets tls,$PATH_TO_KEYLOG_FILE \
|
H A D | quic-tls.md | 125 When the TLS handshake generates secrets they will be communicated to the
|
H A D | glossary.md | 138 packet sent by a client, and is used to generate the secrets for encrypting
|
/openssl/doc/man3/ |
H A D | SSL_CTX_set_srp_password.pod | 97 The callback will be called as part of the generation of the client secrets.
|
H A D | OSSL_HPKE_CTX_new.pod | 251 (I<pub>) and to internally derive secrets. This produces the encapsulated public value 335 HPKE defines a way to produce exported secrets for use by the
|
H A D | EVP_RAND.pod | 352 like generating long-term secrets.
|
/openssl/doc/man1/ |
H A D | openssl-s_server.pod.in | 771 endpoint-pair shared secrets for DTLS/SCTP. This allows communication with 820 Appends TLS secrets to the specified keylog file such that external programs
|
H A D | openssl-s_client.pod.in | 562 endpoint-pair shared secrets for DTLS/SCTP. This allows communication with 779 Appends TLS secrets to the specified keylog file such that external programs
|
/openssl/test/recipes/30-test_evp_data/ |
H A D | evppkey_brainpool.txt | 1232 # Keys and shared secrets from RFC 7027
|
H A D | evppkey_ecdh.txt | 3285 # Keys and shared secrets from RFC 5114 3501 # Keys and shared secrets from RFC 5903
|
/openssl/ |
H A D | CHANGES.md | 13665 resizing buffers containing secrets, and use where appropriate. 13701 resizing buffers containing secrets, and use where appropriate.
|