summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-19certificiate -> certificatejsg1-3/+3
2022-02-19Provide a struct bio_mem for memory BIO specific data.jsing1-47/+58
2022-02-18Avoid gendered language in man pages when not referring to a specificjsg1-4/+4
2022-02-18Clean up and simplify memory BIO code.jsing1-124/+139
2022-02-18prefer https links in man pagesjsg3-9/+9
2022-02-18grammar/rewordjsg1-5/+7
2022-02-17Add tests for memory BIO.jsing1-2/+254
2022-02-12Add test coverage for OBJ_txt2obj()/OBJ_obj2txt() with no_name == 0.jsing1-4/+99
2022-02-12Avoid potential single byte overread in asn1_parse2().jsing1-3/+4
2022-02-12Revise for OBJ_obj2txt() OID arc limits.jsing1-4/+4
2022-02-12Limit OID text conversion to 64 bits per arc.jsing1-55/+16
2022-02-11Fix length check of IP addresses for name constraintstb1-2/+3
2022-02-11Add missing error check for a2i_GENERAL_NAME()tb1-1/+3
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