summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename shutdown_all() to shutdown_peers() for consistency.tb2021-05-041-3/+3
* Use limits.h instead of sys/limits.h in dtlstest.c for portableinoguchi2021-05-031-2/+2
* Modify regress ssl_get_shared_ciphers for portableinoguchi2021-05-032-6/+6
* Hook openssl-ruby test to regress treetb2021-05-031-1/+2
* Add scaffold to run the ruby/openssl regression teststb2021-05-031-0/+72
* tweak one description to make it uniquetb2021-05-031-2/+3
* Prefix the hybrid_corner_case test with test_ for consistency.tb2021-05-031-3/+3
* Exercise the point conversion bit for octet string representationstb2021-05-031-1/+279
* Add a test that exercises the point conversion bit of the octettb2021-05-031-1/+362
* Fix corner case for compressed points on binary curvestb2021-05-031-1/+5
* riscv64 openssl configdrahn2021-05-021-0/+154
* Prevent future internal use of some #definestb2021-05-021-1/+3
* Clean up tls1_change_cipher_state().jsing2021-05-025-42/+29
* In the TLSv1.2 server, set up the key block after sending the CCS.jsing2021-05-021-7/+7
* Clean up dtls1_reset_seq_numbers().jsing2021-05-025-26/+22
* Ensure that handshake hash is non-NULL in tls1_transcript_hash_value().jsing2021-05-021-1/+4
* Harden tls12_finished_verify_data() by checking master key length.jsing2021-05-021-1/+4
* Stop deriving peer finished twice for TLSv1.2.jsing2021-05-021-12/+1
* Make TS_compute_imprint a bit more robust.tb2021-05-021-20/+28
* Retire OpenBSD/sgi.visa2021-05-011-5/+1
* bump to LibreSSL 3.4.0 in -currentbcook2021-05-011-3/+3
* Plug leak in c2i_ASN1_OBJECTtb2021-05-011-3/+8
* Prevent double free in int_TS_RESP_verify_tokentb2021-05-011-1/+2
* Clean up and harden TLSv1.2 master key derivation.jsing2021-04-305-54/+51
* Revert "Handle X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE in newtb2021-04-281-4/+1
* Add DTLS test in appstest.shinoguchi2021-04-271-1/+70
* test-verify-unusual-wildcard-cert is no longer expected to fail withtb2021-04-271-2/+1
* Relax SAN DNSname validation and constraints to permit non leading *beck2021-04-272-27/+25
* Clean up derivation of finished/peer finished.jsing2021-04-258-116/+147
* Do not leave errors on the error stack on PKCS12_parse() success.tb2021-04-241-1/+3
* Enable the new verifier again so hopefully the remaining kinks get ironedtb2021-04-241-2/+2
* Remove "-4" option treatment and use it always on s_server test in appstest.shinoguchi2021-04-241-9/+2
* Enable test-renegotiation-changed-clienthello.py but skiptb2021-04-231-1/+7
* whitespacetb2021-04-231-3/+3
* Only hash known CH extensionstb2021-04-221-5/+5
* Add a test that roundtrips a bunch of points on all builtin curvestb2021-04-212-6/+268
* Clean up TLSv1.2 certificate request handshake data.jsing2021-04-215-43/+27
* Fix const in previous. Pointed out by asoutb2021-04-211-5/+5
* Fix indent of EC_METHODs as requested by jsing.tb2021-04-206-192/+192
* Adjust ectest.c for set_compressed_coordinatestb2021-04-201-9/+9
* Compare pointer against NULL and fix a KNF issue.tb2021-04-201-3/+3
* Prepare to provide EC_POINT_set_compressed_coordinatestb2021-04-205-57/+41
* Adjust ectest.c for get_Jprojective coordinate changetb2021-04-201-2/+2
* Compare function pointers against NULL, not 0.tb2021-04-201-3/+3
* Provide EC_POINT_{g,s}et_Jprojective_coordinates for internal usetb2021-04-2010-77/+97
* Simplify code after adding EC_POINT_{s,g}et_affine_coordinates()tb2021-04-203-73/+18
* Adjust ecdhtest.c for affine_coordinates changetb2021-04-202-7/+7
* Adjust ectest.c for affine_coordinates changetb2021-04-201-17/+17
* Compare function pointers against NULL, not 0.tb2021-04-201-3/+3
* Prepare to provide EC_POINT_{g,s}et_affine_coordinatestb2021-04-2018-92/+90