Age | Commit message (Expand) | Author |
2022-01-10 | Convert tls_bio_cb for opaque BIO | Theo Buehler |
2022-01-10 | Mechanical conversion of libcsi for opaque DH. | Theo Buehler |
2022-01-10 | Document EVP_AEAD_CTX_{new,free}() and adjust example code. | Theo Buehler |
2022-01-10 | Remove a few unused defines from x509.h | Theo Buehler |
2022-01-10 | Prepare to provide the EVP_MD_meth_* API | Theo Buehler |
2022-01-10 | Prepare to provide EVP_PKEY_{public,param}_check | Theo Buehler |
2022-01-10 | Provide DH_check*_ex and many error codes | Theo Buehler |
2022-01-10 | Prepare to provide EVP_PKEY_check() | Theo Buehler |
2022-01-10 | Prevent a double free in EVP_MD_CTX_copy_ex() | Theo Buehler |
2022-01-10 | zap trailing whitespace | Theo Buehler |
2022-01-10 | Check that the RSA exponent is neither even nor 1 in RSA_check_key() | Theo Buehler |
2022-01-09 | Use C99 initializers for test_sha_md | Theo Buehler |
2022-01-09 | Add an essentially empty comp_local.h and include it where it will | Theo Buehler |
2022-01-09 | ssl_check_srvr_ecc_cert_and_alg() only returns 0/1 - test accordingly. | Joel Sing |
2022-01-09 | Swap arguments to ssl_check_srvr_ecc_cert_and_alg() | Joel Sing |
2022-01-09 | Clean up ssl3_{send,get}_client_kex_gost() | Joel Sing |
2022-01-09 | Return 0/1 from ssl3_{send,get}_client_kex_gost() | Joel Sing |
2022-01-09 | Remove a comment from Captain Obvious. | Joel Sing |
2022-01-09 | Fix GOST skip certificate verify handling. | Joel Sing |
2022-01-09 | Prepare to provide EVP_MD_CTX{,_set}_pkey_ctx() | Theo Buehler |
2022-01-09 | Clean up pkey handling in ssl3_get_server_key_exchange() | Joel Sing |
2022-01-08 | Prepare to provide OBJ_length() and OBJ_get0_data() | Theo Buehler |
2022-01-08 | tiny whitespace tweak | Theo Buehler |
2022-01-08 | Merge SESS_CERT into SSL_SESSION. | Joel Sing |
2022-01-08 | Remove commented out CERT_* defines. | Joel Sing |
2022-01-08 | Rename CERT to SSL_CERT and CERT_PKEY to SSL_CERT_PKEY. | Joel Sing |
2022-01-08 | x509_cpols.c will need to include x509_lcl.h soon | Theo Buehler |
2022-01-07 | Prepare to provide EVP_AEAD_CTX_{new,free}() | Theo Buehler |
2022-01-07 | Rename dh_tmp to dhe_params. | Joel Sing |
2022-01-07 | Stop attempting to duplicate the public and private key of dh_tmp. | Joel Sing |
2022-01-07 | Convert legacy server to tls_key_share. | Joel Sing |
2022-01-07 | A few more files need asn1_locl.h. | Theo Buehler |
2022-01-07 | include asn1_locl.h where it will be needed for the bump. | Theo Buehler |
2022-01-07 | Prepare to make RSA and RSA_METHOD opaque by including rsa_locl.h | Theo Buehler |
2022-01-07 | Add an essentially empty ocsp_local.h and include it in the files | Theo Buehler |
2022-01-07 | gost needs to look into ecs_locl.h | Theo Buehler |
2022-01-07 | Prepare the move of DSA_SIG, DSA_METHOD and DSA to dsa_locl.h by | Theo Buehler |
2022-01-07 | Add an essentially empty dh_local.h and include it in the files where | Theo Buehler |
2022-01-07 | zap trailing whitespace | Theo Buehler |
2022-01-07 | Add a new, mostly empty, bio_local.h and include it in the files | Theo Buehler |
2022-01-06 | refer to longindex as an argument, not a field; | Jason McIntyre |
2022-01-06 | Convert legacy TLS client to tls_key_share. | Joel Sing |
2022-01-06 | Allocate and free the EVP_AEAD_CTX struct in tls13_record_protection. | Joel Sing |
2022-01-06 | Convert SCT verification to CBB. | Joel Sing |
2022-01-06 | Sync from libssl. | Joel Sing |
2022-01-06 | Provide CBB_add_u64() | Joel Sing |
2022-01-06 | minor tweaks, no code change | Theo Buehler |
2022-01-05 | funopen(): change seekfn argument to use off_t, not fpos_t | Todd C. Miller |
2022-01-05 | Prepare to provide DSA_bits() | Theo Buehler |
2022-01-05 | Prepare to provide BIO_set_retry_reason() | Theo Buehler |