summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-06-27Add function to free all of the issuer cache.beck1-13/+39
2022-06-27Allow security_level to mestastasize into the verifiertb4-4/+156
2022-06-27Prepare to provide X509_VERIFY_PARAM_set_auth_level()tb3-2/+12
2022-06-27Add new time manipulation funcitons that OpenSSL has exposed thatbeck4-26/+121
2022-06-27Prepare to provide EVP_PKEY_security_bits()tb8-8/+75
2022-06-27Prepare to provide DH_security_bits()tb2-2/+18
2022-06-27Prepare to provide RSA_security_bits()tb2-2/+12
2022-06-27Prepare to provide DSA_security_bits()tb2-2/+14
2022-06-27Prepare to provide BN_security_bits()tb2-2/+37
2022-06-26Provide and use long_{get,set}()jsing1-11/+35
2022-06-26Fix URI name constraints, allow for URI's with no host part.beck2-3/+38
2022-06-26whitespacetb1-2/+2
2022-06-25Move leaf certificate checks to the last thing after chain validation.beck3-20/+317
2022-06-25Use ints for boolean values.jsing1-31/+31
2022-06-25Reuse ASN1_INTEGER functions for ASN1_ENUMERATED_{get,set}()jsing2-56/+59
2022-06-25Check pointer argument after {d2i,i2d}_ASN1_{BIT_STRING,BOOLEAN,INTEGER}()jsing1-2/+46
2022-06-25Add regress for ASN1_INTEGER_{get,set}_{u,}int64()jsing1-1/+103
2022-06-25Rewrite ASN1_INTEGER_{get,set}() using CBS/CBBjsing4-65/+197
2022-06-25Simplify ASN1_INTEGER_cmp()jsing1-16/+9
2022-06-25Add regress for ASN1_INTEGER_cmp()jsing1-1/+76
2022-06-23Use dynamic linking correctly. bntest and bn_to_string need static linking.tb1-3/+5
2022-06-22Explicitly include fcntl.h and unistd.h for pipe2tb1-1/+4
2022-06-22Fix format strings for size_ttb1-5/+5
2022-06-22Fix format string: use %zu for size_t, not %lu.tb1-3/+3
2022-06-22Error out on negative shifts in BN_{r,l}shift()tb1-1/+13
2022-06-20Tweak a commenttb1-2/+2
2022-06-20Flip roles of lowercase and uppercase A and B.tb1-44/+44
2022-06-20Clean up BN_kronecker()tb1-73/+88
2022-06-20Fix some bizarre indentation and line breaks.tb1-8/+7
2022-06-19Use uppercase for SUCCESS for consistencytb1-2/+2
2022-06-19None of these tests needs to link statically.tb2-4/+4
2022-06-19Drop bogus DPADD += ${LIBSSL}tb3-7/+6
2022-06-18Quick regression test that checks that BN_is_prime_fasttest_ex()tb2-1/+97
2022-06-18Fix prime recognition when doing trial divisionstb1-2/+2
2022-06-15Switch to using TLS_INT instead of handrolling ittb1-3/+2
2022-06-10More %i vs %d cleanuptb7-20/+20
2022-06-08do not refuse valid IPv6 addresses in -X connect (HTTP CONNECT proxy)djm1-2/+2
2022-06-08KNF, mostly whitespace - no binary change on amd64tb1-22/+19
2022-06-07Fix format strings: change %i, %li, %lli to %d, %ld, %lld and switch totb1-18/+18
2022-06-07Change the loop index from an unsigned int to size_t now that alltb1-2/+2
2022-06-07Simplify another CBS_write_bytes() call in d2i_SSL_SESSION()tb1-5/+2
2022-06-07Switch sid_ctx_length in SSL, SSL_CTX and SSL_SESSION to a size_ttb1-4/+4
2022-06-07Use CBS_write_bytes() instead of manual unpacking of a CBS and assigningtb1-3/+5
2022-06-07Simplify various CBS_write_bytes() callstb3-13/+7
2022-06-07Switch SSL_SESSION's session_id_length to a size_ttb1-2/+2
2022-06-07Add missing error check call in ssl3_get_new_session_ticket()tb1-4/+9
2022-06-07Another small readability tweak: compare explicitly against 0 and NULL,tb1-4/+3
2022-06-07Tweak readability of a test: compare tmp explicitly against 0 and droptb1-2/+2
2022-06-07Add a cast to SSL_SESSION_get_id() to indicate that session_id_lengthtb1-2/+2
2022-06-07fix indenttb1-2/+2