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