summaryrefslogtreecommitdiff
path: root/src/lib/libc/net (unfollow)
Commit message (Expand)AuthorFilesLines
2022-01-10zap trailing whitespacetb1-5/+5
2022-01-10Check that the RSA exponent is neither even nor 1 in RSA_check_key()tb1-1/+10
2022-01-09Use C99 initializers for test_sha_mdtb1-13/+12
2022-01-09Add an essentially empty comp_local.h and include it where it willtb5-4/+22
2022-01-09ssl_check_srvr_ecc_cert_and_alg() only returns 0/1 - test accordingly.jsing1-3/+3
2022-01-09Swap arguments to ssl_check_srvr_ecc_cert_and_alg()jsing3-9/+9
2022-01-09Clean up ssl3_{send,get}_client_kex_gost()jsing2-41/+46
2022-01-09Return 0/1 from ssl3_{send,get}_client_kex_gost()jsing2-7/+7
2022-01-09Remove a comment from Captain Obvious.jsing1-4/+2
2022-01-09Fix GOST skip certificate verify handling.jsing1-19/+11
2022-01-09Prepare to provide EVP_MD_CTX{,_set}_pkey_ctx()tb4-5/+55
2022-01-09Clean up pkey handling in ssl3_get_server_key_exchange()jsing1-42/+22
2022-01-09Increase the max size of allocations, in prep for a large cache implementation.otto1-3/+3
2022-01-08Prepare to provide OBJ_length() and OBJ_get0_data()tb2-2/+28
2022-01-08tiny whitespace tweaktb1-2/+2
2022-01-08Merge SESS_CERT into SSL_SESSION.jsing8-171/+76
2022-01-08Remove commented out CERT_* defines.jsing1-7/+1
2022-01-08Rename CERT to SSL_CERT and CERT_PKEY to SSL_CERT_PKEY.jsing10-101/+101
2022-01-08x509_cpols.c will need to include x509_lcl.h soontb1-1/+2
2022-01-08Indicate current default cipherinoguchi1-3/+3
2022-01-07Add some workarounds to make build_addr_block_test_data const.tb1-17/+26
2022-01-07Prepare to provide EVP_AEAD_CTX_{new,free}()tb2-3/+29
2022-01-07Revert previous accidental committb1-2/+2
2022-01-07Rename dh_tmp to dhe_params.jsing5-33/+39
2022-01-07Stop attempting to duplicate the public and private key of dh_tmp.jsing1-17/+1
2022-01-07Convert legacy server to tls_key_share.jsing6-233/+115
2022-01-07A few more files need asn1_locl.h.tb3-3/+8
2022-01-07include asn1_locl.h where it will be needed for the bump.tb7-7/+19
2022-01-07Prepare to make RSA and RSA_METHOD opaque by including rsa_locl.htb9-9/+19
2022-01-07Add an essentially empty ocsp_local.h and include it in the filestb10-9/+95
2022-01-07gost needs to look into ecs_locl.htb2-2/+4
2022-01-07Prepare the move of DSA_SIG, DSA_METHOD and DSA to dsa_locl.h bytb10-10/+25
2022-01-07Add an essentially empty dh_local.h and include it in the files wheretb10-9/+88
2022-01-07zap trailing whitespacetb1-9/+9
2022-01-07Let dtlstest peek into bio_local.htb2-2/+4
2022-01-07Add a new, mostly empty, bio_local.h and include it in the filestb23-22/+128
2022-01-06refer to longindex as an argument, not a field;jmc1-3/+3
2022-01-06Revise for change to tls_key_share_peer_public()jsing1-3/+2
2022-01-06Convert legacy TLS client to tls_key_share.jsing7-256/+181
2022-01-06Allocate and free the EVP_AEAD_CTX struct in tls13_record_protection.jsing1-7/+13
2022-01-06Add regress tests for ASN1_BIT_STRING.jsing1-2/+113
2022-01-06Add a comment that explains why build_addr_block_tests isn't consttb2-3/+8
2022-01-06Convert SCT verification to CBB.jsing1-56/+57
2022-01-06Sync from libssl.jsing2-2/+21
2022-01-06Test CBB_add_u64()jsing1-2/+6
2022-01-06Provide CBB_add_u64()jsing2-2/+21
2022-01-06minor tweaks, no code changetb1-4/+3
2022-01-06With openssl-ruby-tests 20220105, test_post_connection_check_wildcard_santb1-2/+2
2022-01-06Free memory before assign to avoid leakinoguchi1-1/+7
2022-01-06Free memory if error occurredinoguchi1-2/+4