aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* First pass at automatic OCSP checkslloyd2013-11-298-60/+112
* Remove timeout from HTTPlloyd2013-11-292-23/+16
* Disable RC4 in TLS by defaultlloyd2013-11-293-3/+5
* Move OCSP to x509 subdir as they are quite entangledlloyd2013-11-296-8/+1
* Split chain creation and checkinglloyd2013-11-292-87/+104
* Have OCSP responses return an enum allowing a range of conditions to be expre...lloyd2013-11-2911-315/+368
* Remove trailing null byte from X509_Time::to_stringlloyd2013-11-291-8/+16
* Add OCSP example. Fix minor compile issues.lloyd2013-11-285-4/+28
* Add OCSP::online_check which queries the certs responderlloyd2013-11-283-3/+42
* Fix URL parsinglloyd2013-11-281-7/+15
* Don't reject a signature using an untrusted hash if it is the selflloyd2013-11-281-1/+1
* Print OCSP and CRL locations in X509_Certificate::to_stringlloyd2013-11-281-0/+5
* Support HTTP POST (many OCSP responders don't like GET-based requests)lloyd2013-11-286-132/+243
* Test fixlloyd2013-11-281-4/+5
* Give everything setting a feature test macro in build.h a version codelloyd2013-11-28184-189/+195
* wget it ourselves, and include the hash of the file in the outputlloyd2013-11-282-24/+57
* Fix file rename in info.txt and add a check for this in configurelloyd2013-11-282-1/+5
* TLS in-memory session manager now requires a rng object as alloyd2013-11-284-16/+31
* Add a simple HTTP 1.0 GET using asio (for CRLs and OCSP)lloyd2013-11-276-2/+139
* Include Perl's build flags. Bug 254lloyd2013-11-231-1/+1
* merge of '68c716734951de7d2d263d5ed5162e963d6c32be'lloyd2013-11-206-55/+19
|\
| * merge of '022cd3c92c37dee696d0c3c0c197f8df8981ccbb'lloyd2013-11-201-0/+5
| |\
| | * Direct people interested in TLS to 1.11lloyd2013-11-201-0/+5
| * | Compile fixes for Python wrapperlloyd2013-11-205-55/+14
* | | Only service small allocations out of the mlock poollloyd2013-11-202-2/+5
* | | Add a basic DTLS policylloyd2013-11-201-0/+13
* | | Fix old style cast warningslloyd2013-11-201-30/+30
|/ /
* | Generalize file reading test runner, use it for KDF and PBKDFlloyd2013-11-1810-726/+1196
* | Generalize the HKDF file readinglloyd2013-11-171-12/+30
* | Add HKDFlloyd2013-11-178-0/+257
* | Fix get_cipher_mode for OCB and GCM with short tagslloyd2013-11-171-2/+2
* | Inline kdf.cpp as all are simple forwarding callslloyd2013-11-172-62/+24
* | Enable all the GCC warning flags, as we now require at least GCC 4.7 anywaylloyd2013-11-168-9/+12
* | Enable maintainer mode checks in all builds of non-release versions.lloyd2013-11-161-1/+10
* | Add includes needed by OS Xlloyd2013-11-121-0/+2
* | Forgot to relnote thislloyd2013-11-101-0/+4
|/
* Remove download link to 1.8lloyd2013-11-101-8/+0
* Release 1.11.51.11.5lloyd2013-11-102-7/+7
* Split off Unix_EntropySource's fast_poll to a new sourcelloyd2013-11-103-25/+14
* Add 1.10.6 release noteslloyd2013-11-102-0/+49
* Avoid warninglloyd2013-11-091-1/+1
* Return a valuelloyd2013-11-091-1/+1
* Add to build.h templatelloyd2013-11-091-0/+7
* Remove decl of already removed functionlloyd2013-11-091-6/+0
* Move RNG reseed controls to build.hlloyd2013-11-091-9/+9
* Remove obsolete documentation on thread_safe param to lib initializerlloyd2013-11-091-9/+0
* Uninitialized pointerlloyd2013-11-091-1/+2
* In HMAC_RNG record number of bytes since last poll and reseed based onlloyd2013-11-092-17/+26
* Include a timestamp as part of the HMAC_RNG PRF inputslloyd2013-11-091-0/+6
* Create RNG early so it is easy to check reseed timeslloyd2013-11-091-2/+2