summaryrefslogtreecommitdiff
path: root/src/src/dane-openssl.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "LibreSSL: maintain buildability on versions after 3.5.0"Jeremy Harris2022-05-111-20/+16
* LibreSSL: maintain buildability on versions after 3.5.0Kirill Miazine2022-05-111-16/+20
* tidyingJeremy Harris2019-10-191-41/+41
* Track tainted data and refuse to expand itJeremy Harris2019-07-251-1/+1
* More fixes to build with DANE support with LibreSSL >= 2.9.0.Kirill Miazine2019-04-031-24/+26
* Fix build with recent LibreSSL, when including DANE. Bug 2386Jeremy Harris2019-04-011-22/+29
* Use C99 initialisations for iteratorsJeremy Harris2019-02-101-23/+12
* spelling fixesklemens2018-12-201-1/+1
* Update copyright year to 2018Heiko Schlittermann (HS12-RIPE)2018-02-101-1/+1
* DANE: fix type-2xx TLSA under older OpenSSL versions Bug 2198Viktor Dukhovni2017-12-161-3/+3
* Testsuite: testcase for Bug 2198Jeremy Harris2017-12-161-31/+31
* Copyright year bumps for substantive changes 2017exim-4_90_RC1Jeremy Harris2017-10-261-1/+1
* tidyingJeremy Harris2017-08-141-5/+5
* Coding: use specified-initialisersJeremy Harris2017-08-101-0/+2
* Pull in vdukhovni/ssl_dane 8270afba fixPhil Pennock2017-02-251-1/+1
* DANE: fix build under LibreSSL. Bug 2020Kirill Miazine2017-01-291-2/+2
* 214 spelling fixesJosh Soref2017-01-181-1/+1
* DANE: Bitrot: Port to OpenSSL >= 1.1.0Jeremy Harris2016-11-121-72/+106
* OpenSSL 1.1 - STORE_CTX accessor functionsJeremy Harris2016-11-121-29/+41
* Copyright year updates (things touched in 2016)Jeremy Harris2016-04-021-0/+2
* TLS: support build with OpenSSL 1.1.0 Bug 1771Jeremy Harris2016-02-101-0/+13
* DANE: fix build with LibreSSLJeremy Harris2016-01-111-2/+2
* DANE: do not override a cert verify failure, in callback. Also fix some test...Jeremy Harris2015-12-171-28/+36
* DANE: When PKIX-EE matches don't clobber depth by trying PKIX-TAViktor Dukhovni2015-12-161-21/+20
* DANE: current src versionViktor Dukhovni2015-12-161-404/+535
* Compiler quieteningJeremy Harris2014-08-151-2/+6
* Capture the knowlege that verification succeededJeremy Harris2014-08-101-4/+3
* Verifiable conn with DANE-EE(3) / SPKI(1) / SHA2-512(2)Jeremy Harris2014-08-101-2/+2
* Add support in the fakens utility for TLSA recordsJeremy Harris2014-08-101-3/+3
* Sketch in library interfaceJeremy Harris2014-08-071-1/+1
* Fix development-testing induced crash on second useJeremy Harris2014-08-011-0/+17
* Basic DANE entry pointsJeremy Harris2014-08-011-0/+5
* Add interface documentation for the DANE libraryJeremy Harris2014-07-311-0/+91
* Coding style closer to project normsJeremy Harris2014-07-291-1004/+1102
* Framework to build dane supportTodd Lyons2014-07-291-0/+1306