| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Prevent a double free in EVP_MD_CTX_copy_ex() | tb | 2022-01-10 | 1 | -1/+3 |
* | zap trailing whitespace | tb | 2022-01-10 | 1 | -5/+5 |
* | Check that the RSA exponent is neither even nor 1 in RSA_check_key() | tb | 2022-01-10 | 1 | -1/+10 |
* | Use C99 initializers for test_sha_md | tb | 2022-01-09 | 1 | -13/+12 |
* | Add an essentially empty comp_local.h and include it where it will | tb | 2022-01-09 | 5 | -4/+22 |
* | ssl_check_srvr_ecc_cert_and_alg() only returns 0/1 - test accordingly. | jsing | 2022-01-09 | 1 | -3/+3 |
* | Swap arguments to ssl_check_srvr_ecc_cert_and_alg() | jsing | 2022-01-09 | 3 | -9/+9 |
* | Clean up ssl3_{send,get}_client_kex_gost() | jsing | 2022-01-09 | 2 | -41/+46 |
* | Return 0/1 from ssl3_{send,get}_client_kex_gost() | jsing | 2022-01-09 | 2 | -7/+7 |
* | Remove a comment from Captain Obvious. | jsing | 2022-01-09 | 1 | -4/+2 |
* | Fix GOST skip certificate verify handling. | jsing | 2022-01-09 | 1 | -19/+11 |
* | Prepare to provide EVP_MD_CTX{,_set}_pkey_ctx() | tb | 2022-01-09 | 4 | -5/+55 |
* | Clean up pkey handling in ssl3_get_server_key_exchange() | jsing | 2022-01-09 | 1 | -42/+22 |
* | Increase the max size of allocations, in prep for a large cache implementation. | otto | 2022-01-09 | 1 | -3/+3 |
* | Prepare to provide OBJ_length() and OBJ_get0_data() | tb | 2022-01-08 | 2 | -2/+28 |
* | tiny whitespace tweak | tb | 2022-01-08 | 1 | -2/+2 |
* | Merge SESS_CERT into SSL_SESSION. | jsing | 2022-01-08 | 8 | -171/+76 |
* | Remove commented out CERT_* defines. | jsing | 2022-01-08 | 1 | -7/+1 |
* | Rename CERT to SSL_CERT and CERT_PKEY to SSL_CERT_PKEY. | jsing | 2022-01-08 | 10 | -101/+101 |
* | x509_cpols.c will need to include x509_lcl.h soon | tb | 2022-01-08 | 1 | -1/+2 |
* | Indicate current default cipher | inoguchi | 2022-01-08 | 1 | -3/+3 |
* | Add some workarounds to make build_addr_block_test_data const. | tb | 2022-01-07 | 1 | -17/+26 |
* | Prepare to provide EVP_AEAD_CTX_{new,free}() | tb | 2022-01-07 | 2 | -3/+29 |
* | Revert previous accidental commit | tb | 2022-01-07 | 1 | -2/+2 |
* | Rename dh_tmp to dhe_params. | jsing | 2022-01-07 | 5 | -33/+39 |
* | Stop attempting to duplicate the public and private key of dh_tmp. | jsing | 2022-01-07 | 1 | -17/+1 |
* | Convert legacy server to tls_key_share. | jsing | 2022-01-07 | 6 | -233/+115 |
* | A few more files need asn1_locl.h. | tb | 2022-01-07 | 3 | -3/+8 |
* | include asn1_locl.h where it will be needed for the bump. | tb | 2022-01-07 | 7 | -7/+19 |
* | Prepare to make RSA and RSA_METHOD opaque by including rsa_locl.h | tb | 2022-01-07 | 9 | -9/+19 |
* | Add an essentially empty ocsp_local.h and include it in the files | tb | 2022-01-07 | 10 | -9/+95 |
* | gost needs to look into ecs_locl.h | tb | 2022-01-07 | 2 | -2/+4 |
* | Prepare the move of DSA_SIG, DSA_METHOD and DSA to dsa_locl.h by | tb | 2022-01-07 | 10 | -10/+25 |
* | Add an essentially empty dh_local.h and include it in the files where | tb | 2022-01-07 | 10 | -9/+88 |
* | zap trailing whitespace | tb | 2022-01-07 | 1 | -9/+9 |
* | Let dtlstest peek into bio_local.h | tb | 2022-01-07 | 2 | -2/+4 |
* | Add a new, mostly empty, bio_local.h and include it in the files | tb | 2022-01-07 | 23 | -22/+128 |
* | refer to longindex as an argument, not a field; | jmc | 2022-01-06 | 1 | -3/+3 |
* | Revise for change to tls_key_share_peer_public() | jsing | 2022-01-06 | 1 | -3/+2 |
* | Convert legacy TLS client to tls_key_share. | jsing | 2022-01-06 | 7 | -256/+181 |
* | Allocate and free the EVP_AEAD_CTX struct in tls13_record_protection. | jsing | 2022-01-06 | 1 | -7/+13 |
* | Add regress tests for ASN1_BIT_STRING. | jsing | 2022-01-06 | 1 | -2/+113 |
* | Add a comment that explains why build_addr_block_tests isn't const | tb | 2022-01-06 | 2 | -3/+8 |
* | Convert SCT verification to CBB. | jsing | 2022-01-06 | 1 | -56/+57 |
* | Sync from libssl. | jsing | 2022-01-06 | 2 | -2/+21 |
* | Test CBB_add_u64() | jsing | 2022-01-06 | 1 | -2/+6 |
* | Provide CBB_add_u64() | jsing | 2022-01-06 | 2 | -2/+21 |
* | minor tweaks, no code change | tb | 2022-01-06 | 1 | -4/+3 |
* | With openssl-ruby-tests 20220105, test_post_connection_check_wildcard_san | tb | 2022-01-06 | 1 | -2/+2 |
* | Free memory before assign to avoid leak | inoguchi | 2022-01-06 | 1 | -1/+7 |