summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-16Add EVP_CIPHER_meth_* documentation from OpenSSL 1.1tb1-0/+335
2023-03-16Update manpage for X509_CRL_get0_tbs_sigalg()libressl-v3.7.1job1-4/+18
2023-03-16Bump LibreSSL version to 3.7.2tb1-3/+3
2023-03-15Fix a number of out of bound reads in DNS response parsing.millert1-1/+7
2023-03-15Return the signature length after successful signing operationtb1-1/+3
2023-03-15Add comments that explain why things are done in this strange order.tb1-3/+13
2023-03-15Push calloc() of ndef_aux down as far as possible andtb1-7/+8
2023-03-15Error check BIO_asn1_set_{prefix,suffix}() callstb1-3/+5
2023-03-15Streaming BIOs assume they can write to NULL BIOstb1-5/+4
2023-03-15Ensure negative input to BN_mod_exp_mont_consttime() is correctly reduced.jsing1-7/+4
2023-03-15Include tests with negative values in BN_mod_exp* regress.jsing1-2/+15
2023-03-15bn_mod_exp_zero: rename result into gottb1-14/+14
2023-03-13Stop confusing out and asn_bio in BIO_new_NDEF()tb1-4/+4
2023-03-12pk7_cb() and cms_cb()tb2-5/+8
2023-03-12Avoid an 1 byte out-of-bounds read in ASN1_PRINTABLE_type()tb1-2/+2
2023-03-11Remove a few extra spacestb1-2/+2
2023-03-11Switch an early return into goto errtb1-2/+2
2023-03-11Tiny cleanup for readabilitytb1-4/+5
2023-03-11Use "if (ptr == NULL)" instead of "if (!ptr)"tb1-3/+3
2023-03-11Fix double free after BIO_new_NDEF()tb1-6/+7
2023-03-11Fix an off-by-one in dsa_check_key()tb1-2/+2
2023-03-11Call CRYPTO_cleanup_all_ex_data() from OPENSSL_cleanup().jsing1-0/+1
2023-03-11Add OPENSSL_cleanup() calls to some regress.jsing2-2/+6
2023-03-11Avoid -0 in BN_div_word().jsing1-1/+5
2023-03-11Correct sign handling in BN_add_word().jsing1-3/+3
2023-03-11Remove a pesky space.jsing1-2/+2
2023-03-11Add regress coverage for BN_{add,sub,mul,div,mod}_word().jsing2-1/+619
2023-03-11Mark test table as static const.jsing1-2/+2
2023-03-10Crankl libcrypto/libssl/libtls minors after symbol additiontb3-3/+3
2023-03-10Update Symbols.listtb1-0/+18
2023-03-10Expose various X509_STORE_*check_issued()tb1-3/+1
2023-03-10Expose X509_CRL_get0_sigalg() and X509_get0_uidstb1-5/+1
2023-03-10Expose UI_null()tb1-3/+1
2023-03-10Expose the EVP_CIPHER_meth_* API (setter only) in evp.htb1-3/+1
2023-03-10ASN.1 BIO: properly wire up prefix_free and suffix_freetb1-1/+7
2023-03-10Return the correct type for ASN.1 BOOLEANstb1-5/+9
2023-03-10openssl(1) asn1parse: avoid crash with ASN.1 BOOLEANStb1-3/+4
2023-03-09Add missing error checking in PKCS7tb1-3/+11
2023-03-08Use BN_free() instead of BN_clear_free()tb1-2/+2
2023-03-08Fix a EC_GROUP_clear_free() that snuck through.jsing1-2/+2
2023-03-08Fix previous.jsing1-5/+5
2023-03-08reduce number of tests in bn_rand_interval.tb1-2/+2
2023-03-08bn_isqrt: reduce number of tests to 100.tb1-2/+2
2023-03-08Process up to four test vector files concurrently.jsing1-4/+30
2023-03-08Always clear EC groups and points on free.jsing10-114/+35
2023-03-08Run test groups concurrently.jsing1-144/+151
2023-03-08zap more audit remnantstb1-6/+1
2023-03-08Stop trying to use EC_GFp_nist_method().jsing1-76/+20
2023-03-08Remove acceptable audit.jsing1-94/+1
2023-03-08Remove EC_FLAGS_DEFAULT_OCT.jsing6-79/+27