summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-11Fix a double free in v2i_NAME_CONSTRAINTS()tb1-2/+3
2022-02-11Test OBJ_obj2nid() with an undefined (NID_undef) object.jsing1-2/+2
2022-02-11Make OBJ_obj2nid() work correctly with NID_undef.jsing1-3/+3
2022-02-11Add initial regress for objects.jsing3-1/+449
2022-02-10If running with ASAN, mark test_with{,out}_bzero() with thetb1-3/+14
2022-02-09silence "function declaration isn't a prototype" warning by changingtb1-6/+6
2022-02-08Plug a long standing leak in libtls CRL handlingtb1-2/+1
2022-02-08Plug leaks reported by Ilya Shipitsintb1-1/+5
2022-02-08Plug a number of leaks reported by Ilya Shipitsintb1-2/+9
2022-02-08Garbage collect the unused hash and print kp->pubkey_hash instead of NULL.tb1-7/+4
2022-02-08Fix memleaks reported by Ilya Shipitsintb1-3/+5
2022-02-08Change second argument of x25519_ge_scalarmult_base() fromtb1-2/+2
2022-02-07Avoid a NULL dereference in BN_mod_exp2_mont()tb1-2/+2
2022-02-07Check for zero modulus in BN_MONT_CTX_set().tb1-1/+4
2022-02-06Remove i <= 0 checks from SSL_get_error()jsing1-15/+16
2022-02-06Handle zero byte reads/writes that trigger handshakes in the TLSv1.3 stack.jsing1-1/+5
2022-02-06cope with recent S3I removal; ok tb@anton1-2/+2
2022-02-06remove please from manual pagesjsg2-6/+6
2022-02-05Adapt appstest.sh for the new TLS_ names.tb1-9/+5
2022-02-05Add a workaround due to OpenSSL's limitation of SSL_CTX_set_cipher_listtb1-1/+5
2022-02-05Mechanically adjust from AEAD- to TLS_ to adjust to the new cipher names.tb1-10/+5
2022-02-05Adjust the ssl_get_shared_ciphers to the new names.tb1-23/+23
2022-02-05Switch TLSv1.3 cipher names from AEAD- to OpenSSL's TLS_tb3-16/+22
2022-02-05Revise for S3I removal.jsing1-81/+81
2022-02-05Bye bye S3I.jsing23-772/+755
2022-02-04Bump libressl's version in pkgconfig to 2.0.0tb2-4/+6
2022-02-04Remove a strange inheritance check from addr_validate_path_internal()tb1-4/+1
2022-02-04Fix capitalization of ChaCha20tb1-3/+3
2022-02-03Unindent and unwrap lines. Pull up a NULL check. No functional change.tb1-28/+26
2022-02-03Remove commented variable declarationstb1-6/+1
2022-02-03Fix copy-paste error: X509_V_ERR_CRL_SIGNATURE_FAILURE means that thetb1-3/+3
2022-02-03Use X509_*get0_pubkey() wherever possible to simplify and clean uptb3-36/+22
2022-02-03Remove some stale comments.tb1-21/+1
2022-02-03Cleanup/simplify ssl_cert_type()jsing6-34/+24
2022-02-01Use TLS_PADDING_* defines.jsing1-4/+6
2022-02-01Provide our own signature padding defines.jsing2-6/+38
2022-02-01Revise/simplify for signer interface change.jsing1-20/+10
2022-02-01Revise signer callback interface.jsing2-83/+128
2022-01-30Add test coverage for tls_signer when used with a TLS server.jsing1-2/+189
2022-01-30Add initial regress for tls_signer.jsing3-1/+305
2022-01-29Add limits.h for INT_MAX in tls_signer.cinoguchi1-1/+3
2022-01-28Error check for sk_push in libsslinoguchi1-4/+7
2022-01-28Error check for sk_push in libsslinoguchi1-2/+5
2022-01-28Expose tls_signer_error()jsing1-0/+1
2022-01-27sort includes as usualtb1-2/+2
2022-01-27Do not depend on engine.h pulling in err.h and evp.htb2-6/+10
2022-01-26whitespacetb1-4/+4
2022-01-25minor bump after api additiomeric1-1/+1
2022-01-25Introduce a signer interface intented to make TLS privsep simplereric7-5/+438
2022-01-25Rewrite paragraph to refer to EVP_CIPHER_CTX_new() and HMAC_CTX_new()tb1-6/+6