summaryrefslogtreecommitdiff
path: root/src/lib/libtls (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-02Unroll IMPLEMENT_ASN1_FUNCTIONS()job2-8/+197
2021-09-02Unroll DECLARE_ASN1_FUNCTIONS()job1-9/+56
2021-09-02Rename DEFINE_STACK_OF() to DECLARE_STACK_OF()job1-4/+4
2021-09-02Lay groundwork to support X.509 v3 extensions for IP Addresses and AS Identif...job7-5/+2386
2021-09-02Import more NetBSD system call regression tests.mbuhl17-50/+2350
2021-09-02Call the ocsp callback if present and we get no response, instead ofbeck1-3/+2
2021-09-02Use defined constantsinoguchi1-16/+16
2021-09-02Add DB_TYPE_SUSPinoguchi1-1/+2
2021-09-02Correct the is_server flag in the call to the debug callback to be correct.beck1-2/+2
2021-09-02Move subject check process after the subject edit processinoguchi1-105/+106
2021-09-02delete %n using test cases, which now intentionally faultderaadt1-13/+1
2021-09-02RFC 6066 section 8 allows the server MAY choose not send the CertificateStatusbeck1-3/+37
2021-09-01inet_ntop(3) needs sys/socket.h for AF_INET / AF_INET6 so add the headerclaudio2-6/+5
2021-09-01comment out the detailed description of SSL_get_servername(3),schwarze1-7/+9
2021-09-01Remove assignment of value that is never read.beck1-2/+1
2021-09-01remove manual fiddling with MALLOC_OPTIONS from libc regress testsjasper5-20/+5
2021-09-01Add a regression test to verify that we call the callback in the samebeck3-4/+551
2021-08-31Remove some dead code that was missed in an earlier cleanup andtb1-4/+3
2021-08-31Defragment DTLS.jsing2-123/+48
2021-08-31Remove a nonsensical s->version == TLS1_VERSION from DTLS code.jsing1-6/+1
2021-08-31whitespacetb2-7/+7
2021-08-31enter uuid/jasper1-1/+2
2021-08-31add initial tests for uuid_from_string, uuid_to_string, uuid_create_niljasper2-0/+134
2021-08-30Clean up and simplify info and msg callbacks.jsing8-127/+88
2021-08-30Replace DTLS r_epoch with the read epoch from the TLSv1.2 record layer.jsing5-27/+26
2021-08-30Move to an AEAD nonce allocated in the TLSv1.2 record layer.jsing1-45/+36
2021-08-30sync with OpenSSL 1.1.1, which is still under a free license;schwarze1-15/+107
2021-08-30Remove tests that are now covered by regress/lib/libssl/verifytb1-65/+2
2021-08-30hook verify regress test to buildtb1-1/+2
2021-08-30Revert accidental committb7-35/+18
2021-08-30link verify regress tests to buildtb7-18/+35
2021-08-30Reimplement part of the openssl/x509 regress tests in Ctb3-0/+521
2021-08-30Ignore warning alert returns from servername callback in TLSv1.3tb1-3/+7
2021-08-30Clean up end of do_body in openssl(1) cainoguchi1-6/+8
2021-08-30Remove NULL check before free in openssl(1) cainoguchi1-41/+25
2021-08-30Admit that we return error 20 in the failure case here. Changingbeck1-5/+5
2021-08-30Revert previous change that changed our default return for unable tobeck1-11/+5
2021-08-30Fix Jan's regress in openssl/x509 to do what it says it does,beck2-13/+15
2021-08-29Do not call X509_alias_get0(3) with NULL as the second argument.schwarze1-5/+7
2021-08-29Don't call the verify callback twice on success.beck1-2/+1
2021-08-29Pass the -quiet option to openssl s_server to make it ignore EOF.tb1-6/+6
2021-08-29Add back the echo Q thing.tb1-5/+5
2021-08-29Start naccept .desc with a capitaltb1-2/+2
2021-08-29Use s_server -naccept 1 and remove echo "Q" | openssl s_client hack.tb1-12/+11
2021-08-29Implement -naccept in the s_server.tb4-11/+29
2021-08-28Get rid of historical code to extract the roots in the legacy case.beck3-78/+33
2021-08-28Clean up and simplify ssl3_dispatch_alert() and ssl3_send_alert().jsing1-30/+32
2021-08-28Only remove the directories if there's an obj/ or obj@tb1-2/+4
2021-08-28Add a pass using the modern vfy with by_dir roots, code by me, script tobeck3-15/+106
2021-08-28Zap blanks before tabs.tb1-4/+4